]> git.mxchange.org Git - friendica-addons.git/blobdiff - yourls/lang/it/strings.php
Merge pull request #523 from annando/namethingy-unsupported
[friendica-addons.git] / yourls / lang / it / strings.php
index 4b372ea4fcb477dfe42cb2d1dee443636b6302cf..675d82d4f6fd6ae368a43c9f36b0035b3643dc3e 100644 (file)
@@ -1,9 +1,14 @@
-<?php\r
-\r
-$a->strings["YourLS Settings"] = "Impostazioni YourLS";\r
-$a->strings["URL: http://"] = "URL: http://";\r
-$a->strings["Username:"] = "Nome utente:";\r
-$a->strings["Password:"] = "Password:";\r
-$a->strings["Use SSL "] = "Usa SSL";\r
-$a->strings["Submit"] = "Invia";\r
-$a->strings["yourls Settings saved."] = "Impostazioni yourls salvate.";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["YourLS Settings"] = "Impostazioni YourLS";
+$a->strings["URL: http://"] = "Inidirizzo: http://";
+$a->strings["Username:"] = "Nome utente:";
+$a->strings["Password:"] = "Password:";
+$a->strings["Use SSL "] = "Usa SSL";
+$a->strings["Submit"] = "Invia";
+$a->strings["yourls Settings saved."] = "Impostazioni \"YourLS\" salvate.";