mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
newmemberwidget IT translation THX Sylke Vicious
This commit is contained in:
parent
a398dc0372
commit
4c2cf19725
2 changed files with 12 additions and 10 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
|
@ -12,9 +13,9 @@ $a->strings["Local Support Forum"] = "Forum Locale di Supporto";
|
|||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Message"] = "Messaggio";
|
||||
$a->strings["Your message for new members. You can use bbcode here."] = "Il tuo messaggio per i nuovi utenti. Puoi usare BBCode";
|
||||
$a->strings["Add a link to global support forum"] = "Aggiunge un link al forum di supporto globale";
|
||||
$a->strings["Should a link to the global support forum be displayed?"] = "Mostrare il link al forum di supporto globale?";
|
||||
$a->strings["Add a link to the local support forum"] = "Aggiunge un link al forum di supporto locale";
|
||||
$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Se hai un forum di supporto locale e vuoi che sia mostrato il link nel widget, seleziona questo box.";
|
||||
$a->strings["Add a link to global support forum"] = "Aggiunge un collegamento al forum di supporto globale";
|
||||
$a->strings["Should a link to the global support forum be displayed?"] = "Mostrare il collegamento al forum di supporto globale?";
|
||||
$a->strings["Add a link to the local support forum"] = "Aggiunge un collegamento al forum di supporto locale";
|
||||
$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Se hai un forum di supporto locale e vuoi che sia mostrato il collegamento nel widget, seleziona questo box.";
|
||||
$a->strings["Name of the local support group"] = "Nome del gruppo locale di supporto";
|
||||
$a->strings["If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)"] = "Se hai selezionato il box sopra, specifica qui il <em>nome utente</em> del gruppo locale di supporto (e.s. 'supporto')";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue