]> git.mxchange.org Git - friendica-addons.git/blobdiff - gnot/lang/de/strings.php
DE: added translations for the addons from transifex
[friendica-addons.git] / gnot / lang / de / strings.php
index 20ce6879e73c0bd20bededa3a1e7678e76e28322..0a5dc5c6968c7b5cbf69f419547a5cb7061e6dac 100644 (file)
@@ -1,8 +1,13 @@
-<?php\r
-\r
-$a->strings["Gnot settings updated."] = "Gnot Einstellungen aktualisiert.";\r
-$a->strings["Gnot Settings"] = "Gnot Einstellungen";\r
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Erlaubt das Veröffentlichen von E-Mail Kommentar Benachrichtigungen bei Gmail mit anonymisiertem Betreff";\r
-$a->strings["Enable this plugin/addon?"] = "Dieses Plugin/Addon aktivieren?";\r
-$a->strings["Submit"] = "Senden";\r
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Meldung] Kommentar zum Beitrag #%d";\r
+<?php
+
+if(! function_exists("string_plural_select_de")) {
+function string_plural_select_de($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Gnot settings updated."] = "Gnot Einstellungen aktualisiert.";
+$a->strings["Gnot Settings"] = "Gnot Einstellungen";
+$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Erlaubt das Veröffentlichen von E-Mail Kommentar Benachrichtigungen bei Gmail mit anonymisiertem Betreff";
+$a->strings["Enable this plugin/addon?"] = "Dieses Plugin/Addon aktivieren?";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d";