]> git.mxchange.org Git - friendica-addons.git/blob - altpager/lang/it/strings.php
Merge pull request #344 from annando/1602-notifications
[friendica-addons.git] / altpager / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Altpager settings updated."] = "Impostazioni Altpager aggiornate.";
9 $a->strings["Alternate Pagination Setting"] = "Impostazioni Paginatore Alternativo";
10 $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?";
11 $a->strings["Submit"] = "Invia";
12 $a->strings["Global"] = "Globale";
13 $a->strings["Force global use of the alternate pager"] = "Forza l'uso del paginatore alternativo globalmente";
14 $a->strings["Individual"] = "Individuale";
15 $a->strings["Each user chooses whether to use the alternate pager"] = "Ogni utente può decidere se usare il paginatore alternativo";
16 $a->strings["Settings updated."] = "Impostazioni aggiornate.";