]> git.mxchange.org Git - friendica-addons.git/blobdiff - gnot/lang/it/strings.php
Merge branch '3.6-rc'
[friendica-addons.git] / gnot / lang / it / strings.php
index 4453b12e7eb4cc026dc9675afcf276eeb8596fc4..c38bac29b39a2be092da25d70e3269a74ec470d1 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 addon?"] = "Abilita questo componente aggiuntivo?";
+$a->strings["Submit"] = "Invia";
+$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notifica] Commento alla conversazione n° %d";