From e56c04157909c11905ec9eb85d36f72a2c59c807 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 2 Jan 2013 11:10:24 +0100 Subject: [PATCH] DE: update to the strings --- view/de/messages.po | 12 ++++++------ view/de/strings.php | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/view/de/messages.po b/view/de/messages.po index 400dce4390..a3624c4aba 100644 --- a/view/de/messages.po +++ b/view/de/messages.po @@ -16,16 +16,16 @@ # , 2012. # Oliver , 2012. # , 2012. -# , 2011-2012. +# , 2011-2013. # , 2011-2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: http://bugs.friendica.com/\n" -"POT-Creation-Date: 2012-12-31 10:00-0800\n" -"PO-Revision-Date: 2012-12-31 11:02+0000\n" -"Last-Translator: Sennewood \n" +"POT-Creation-Date: 2013-01-01 10:00-0800\n" +"PO-Revision-Date: 2013-01-02 10:07+0000\n" +"Last-Translator: bavatar \n" "Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -9567,11 +9567,11 @@ msgstr "%s mag das nicht." #: ../../include/conversation.php:884 msgid "like this" -msgstr "mag ich" +msgstr "mögen dies" #: ../../include/conversation.php:888 msgid "don't like this" -msgstr "mag ich nicht" +msgstr "mögen dies nicht" #: ../../include/conversation.php:895 msgid "people" diff --git a/view/de/strings.php b/view/de/strings.php index 22b23f79bb..cea444b16a 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -2059,8 +2059,8 @@ $a->strings["Delete Selected Items"] = "Lösche die markierten Beiträge"; $a->strings["Follow Thread"] = "Folge der Unterhaltung"; $a->strings["%s likes this."] = "%s mag das."; $a->strings["%s doesn't like this."] = "%s mag das nicht."; -$a->strings["like this"] = "mag ich"; -$a->strings["don't like this"] = "mag ich nicht"; +$a->strings["like this"] = "mögen dies"; +$a->strings["don't like this"] = "mögen dies nicht"; $a->strings["people"] = "Leute"; $a->strings["and"] = "und"; $a->strings[", and %d other people"] = " und %d andere";