]> git.mxchange.org Git - friendica-addons.git/blob - pageheader/lang/it/strings.php
HU and IT translation updates
[friendica-addons.git] / pageheader / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         $n = intval($n);
6         if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else  { return 2; }
7 }}
8 $a->strings['"pageheader" Settings'] = 'Impostazioni "Intestazione pagina"';
9 $a->strings['Message'] = 'Messaggio';
10 $a->strings['Message to display on every page on this server (or put a pageheader.html file in your docroot)'] = 'Il messaggio da mostrare su ogni pagina di questo server (puoi anche aggiungere un file pageheader.html nella root)';
11 $a->strings['Save Settings'] = 'Salva Impostazioni';