]> git.mxchange.org Git - friendica-addons.git/blobdiff - notimeline/lang/it/strings.php
NL translation THX JeroenED
[friendica-addons.git] / notimeline / lang / it / strings.php
index 42f6b40403698b88b293179029ba207207c319ed..cb5be5115746599387b57e435d879ffed4f788db 100644 (file)
@@ -1,6 +1,11 @@
-<?php\r
-\r
-$a->strings["No Timeline settings updated."] = "";\r
-$a->strings["No Timeline Settings"] = "";\r
-$a->strings["Disable Archive selector on profile wall"] = "";\r
-$a->strings["Submit"] = "Invia";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["No Timeline settings updated."] = "Impostazioni \"No Timeline\" aggiornate.";
+$a->strings["No Timeline Settings"] = "Impostazioni \"No Timeline\"";
+$a->strings["Disable Archive selector on profile wall"] = "Disabilita il selettore dell'archivio sulla pagina del profilo";
+$a->strings["Submit"] = "Invia";