]> git.mxchange.org Git - friendica-addons.git/blobdiff - gnot/lang/de/strings.php
regenerated all the strings
[friendica-addons.git] / gnot / lang / de / strings.php
index 0a5dc5c6968c7b5cbf69f419547a5cb7061e6dac..335a94d63a8f49e4c9b4097686a5c01bb358a8cb 100644 (file)
@@ -2,12 +2,11 @@
 
 if(! function_exists("string_plural_select_de")) {
 function string_plural_select_de($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($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";
+$a->strings['Gnot Settings'] = 'Gnot-Einstellungen';
+$a->strings['Save Settings'] = 'Einstellungen speichern';
+$a->strings['Enable this addon?'] = 'Dieses Addon aktivieren?';
+$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['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d';