]> git.mxchange.org Git - friendica-addons.git/blobdiff - gnot/lang/de/strings.php
Update strings
[friendica-addons.git] / gnot / lang / de / strings.php
index 20ce6879e73c0bd20bededa3a1e7678e76e28322..b798a21b94c803b670d02d8e454da3639875b64c 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 addon?"] = "Dieses Addon aktivieren?";
+$a->strings["Submit"] = "Senden";
+$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d";