]> git.mxchange.org Git - friendica-addons.git/blob - impressum/lang/it/strings.php
Merge pull request #1076 from tobiasd/20210201-lngCmessages
[friendica-addons.git] / impressum / 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         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Impressum"] = "Colophon";
10 $a->strings["Site Owner"] = "Proprietario del sito";
11 $a->strings["Email Address"] = "Indirizzo email";
12 $a->strings["Postal Address"] = "Indirizzo";
13 $a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Il plugin Colophon deve essere configurato!<br>Aggiungi almeno il Proprietario del sito.";
14 $a->strings["Settings updated."] = "Impostazioni aggiornate.";
15 $a->strings["Submit"] = "Invia";
16 $a->strings["The page operators name."] = "Nome del gestore della pagina.";
17 $a->strings["Site Owners Profile"] = "Profilo del proprietario del sito";
18 $a->strings["Profile address of the operator."] = "Indirizzo del profilo del gestore della pagina";
19 $a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Come contattare il gestore via posta cartacea. Puoi usare BBCode.";
20 $a->strings["Notes"] = "Note";
21 $a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Note aggiuntive mostrate sotto le informazioni di contatto. Puoi usare BBCode.";
22 $a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Come contattare l'operatore via email. (verrà mostrato offuscato)";
23 $a->strings["Footer note"] = "Nota a piè di pagina";
24 $a->strings["Text for the footer. You can use BBCode here."] = "Testo per il piè di pagina. Puoi usare BBCode.";