friendica-addons/impressum/lang/it/strings.php
2013-02-27 09:38:30 -05:00

19 lines
1.3 KiB
PHP

<?php
$a->strings["Impressum"] = "Impressum";
$a->strings["Site Owner"] = "Proprietario del sito";
$a->strings["Email Address"] = "Indirizzo email";
$a->strings["Postal Address"] = "Indirizzo";
$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 Impressum deve essere configurato!<br>Aggiungi almeno il Proprietario del sito.";
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
$a->strings["Submit"] = "Invia";
$a->strings["The page operators name."] = "Nome del gestore della pagina.";
$a->strings["Site Owners Profile"] = "Profilo del proprietario del sito";
$a->strings["Profile address of the operator."] = "Indirizzo del profilo del gestore della pagina";
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
$a->strings["Notes"] = "Note";
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Come contattare l'operatore via email. (verrà mostrato offuscato)";
$a->strings["Footer note"] = "Footer delle note";
$a->strings["Text for the footer. You can use BBCode here."] = "";