]> git.mxchange.org Git - friendica-addons.git/blobdiff - startpage/lang/it/strings.php
mailstream addon IT translation updated THX fabrixxm
[friendica-addons.git] / startpage / lang / it / strings.php
index a80dc5ae05e3657ce21b567a45296896971a3ee3..e500cf87a1fd1ed44682a6392842bb8bdb880434 100644 (file)
@@ -1,6 +1,12 @@
-<?php\r
-\r
-$a->strings["Startpage Settings"] = "";\r
-$a->strings["Home page to load after login  - leave blank for profile wall"] = "";\r
-$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "";\r
-$a->strings["Submit"] = "Invia";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       $n = intval($n);
+       return intval($n != 1);
+}}
+;
+$a->strings["Startpage"] = "Pagina iniziale";
+$a->strings["Home page to load after login  - leave blank for profile wall"] = "Home page da caricare dopo il login - lasciare in bianco per la bacheca";
+$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Esempi: &quot;network&quot; or &quot;notifications/system&quot;";
+$a->strings["Save Settings"] = "Salva Impostazioni";