]> git.mxchange.org Git - friendica-addons.git/blobdiff - gnot/lang/it/strings.php
Merge pull request #255 from annando/1502-pledgie-deactivated
[friendica-addons.git] / gnot / lang / it / strings.php
index 4453b12e7eb4cc026dc9675afcf276eeb8596fc4..e845ac46305f92760ff2c8640f54efb691f6fadb 100644 (file)
@@ -1,8 +1,13 @@
-<?php\r
-\r
-$a->strings["Gnot settings updated."] = "Impostazioni di \"Gnot\" aggiornate.";\r
-$a->strings["Gnot Settings"] = "Impostazioni Gnot";\r
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l'oggetto";\r
-$a->strings["Enable this plugin/addon?"] = "Abilita questo plugin?";\r
-$a->strings["Submit"] = "Invia";\r
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notifica] Commento alla conversazione #%d";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Gnot settings updated."] = "Impostazioni di \"Gnot\" aggiornate.";
+$a->strings["Gnot Settings"] = "Impostazioni Gnot";
+$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l'oggetto";
+$a->strings["Enable this plugin/addon?"] = "Abilita questo plugin?";
+$a->strings["Submit"] = "";
+$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notifica] Commento alla conversazione n° %d";