]> 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 3b6707497f4f71a2dc0dd9d07b9cb0b4a787309c..e500cf87a1fd1ed44682a6392842bb8bdb880434 100644 (file)
@@ -2,10 +2,11 @@
 
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
-$a->strings["Startpage"] = "";
-$a->strings["Home page to load after login  - leave blank for profile wall"] = "";
-$a->strings["Examples: "network" or "notifications/system""] = "";
-$a->strings["Save Settings"] = "";
+$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: "network" or "notifications/system""] = "Esempi: "network" or "notifications/system"";
+$a->strings["Save Settings"] = "Salva Impostazioni";