]> git.mxchange.org Git - friendica-addons.git/blobdiff - altpager/lang/it/strings.php
IT: imported translations
[friendica-addons.git] / altpager / lang / it / strings.php
index 7adcb78690ef98b862da9d18765b9b7ce52d01eb..9544fcc02c9486d11646a84fdcf586a07ba9c7f1 100644 (file)
@@ -1,11 +1,16 @@
-<?php\r
-\r
-$a->strings["Altpager settings updated."] = "Impostazioni Altpager aggiornate.";\r
-$a->strings["Alternate Pagination Setting"] = "Impostazioni Paginatore Alternativo";\r
-$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Usa i collegamenti \"nuovi\" e \"vecchi\" al posto dei numeri di pagina?";\r
-$a->strings["Submit"] = "Invia";\r
-$a->strings["Global"] = "";\r
-$a->strings["Force global use of the alternate pager"] = "";\r
-$a->strings["Individual"] = "";\r
-$a->strings["Each user chooses whether to use the alternate pager"] = "";\r
-$a->strings["Settings updated."] = "Impostazioni aggiornate.";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Altpager settings updated."] = "Impostazioni Altpager aggiornate.";
+$a->strings["Alternate Pagination Setting"] = "Impostazioni Paginatore Alternativo";
+$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Usa i collegamenti \"nuovi\" e \"vecchi\" al posto dei numeri di pagina?";
+$a->strings["Submit"] = "Invia";
+$a->strings["Global"] = "Globale";
+$a->strings["Force global use of the alternate pager"] = "Forza l'uso del paginatore alternativo globalmente";
+$a->strings["Individual"] = "Individuale";
+$a->strings["Each user chooses whether to use the alternate pager"] = "Ogni utente può decidere se usare il paginatore alternativo";
+$a->strings["Settings updated."] = "Impostazioni aggiornate.";