mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,10 +5,13 @@ function string_plural_select_it($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Administrator"] = "Amministratore";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "Il tuo account su %s scadrà tra pochi giorni.";
|
||||
$a->strings["Your Friendica account is about to expire."] = "Il tuo account Friendica sta per scadere.";
|
||||
$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Ciao %1\$s,\n\nIl tuo account su %2\$s scadrà in meno di cinque giorni. Puoi mantenere il tuo account autenticandoti almeno una volta ogni 30 giorni";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Set any of these options to 0 to deactivate it."] = "Imposta una qualunque di queste opzioni a 0 per disattivarla.";
|
||||
$a->strings['Administrator'] = 'Amministratore';
|
||||
$a->strings['Your account on %s will expire in a few days.'] = 'Il tuo account su %s scadrà tra pochi giorni.';
|
||||
$a->strings['Your Friendica account is about to expire.'] = 'Il tuo account Friendica sta per scadere.';
|
||||
$a->strings['Hi %1$s,
|
||||
|
||||
Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days'] = 'Ciao %1$s,
|
||||
|
||||
Il tuo account su %2$s scadrà in meno di cinque giorni. Puoi mantenere il tuo account autenticandoti almeno una volta ogni 30 giorni';
|
||||
$a->strings['Save Settings'] = 'Salva Impostazioni';
|
||||
$a->strings['Set any of these options to 0 to deactivate it.'] = 'Imposta una qualunque di queste opzioni a 0 per disattivarla.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue