mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
updating the addon translations, missed some files due missing git fu
This commit is contained in:
parent
be2e3e6bf7
commit
4533ed9a34
302 changed files with 3081 additions and 2904 deletions
|
@ -5,18 +5,18 @@ function string_plural_select_it($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["From Address"] = "";
|
||||
$a->strings["Email address that stream items will appear to be from."] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Re:"] = "";
|
||||
$a->strings["Friendica post"] = "";
|
||||
$a->strings["Diaspora post"] = "";
|
||||
$a->strings["Feed item"] = "";
|
||||
$a->strings["Email"] = "";
|
||||
$a->strings["Friendica Item"] = "";
|
||||
$a->strings["Upstream"] = "";
|
||||
$a->strings["Local"] = "";
|
||||
$a->strings["Email Address"] = "";
|
||||
$a->strings["Leave blank to use your account email address"] = "";
|
||||
$a->strings["Enabled"] = "";
|
||||
$a->strings["Mail Stream Settings"] = "";
|
||||
$a->strings["From Address"] = "Indirizzo di invio";
|
||||
$a->strings["Email address that stream items will appear to be from."] = "Indirizzo email da cui i messaggi appariranno inviati";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Re:"] = "R:";
|
||||
$a->strings["Friendica post"] = "Messaggio Friendica";
|
||||
$a->strings["Diaspora post"] = "Messaggio Diaspora";
|
||||
$a->strings["Feed item"] = "Elemento da feed";
|
||||
$a->strings["Email"] = "Email";
|
||||
$a->strings["Friendica Item"] = "Elemento da Friendica";
|
||||
$a->strings["Upstream"] = "Upstream";
|
||||
$a->strings["Local"] = "Locale";
|
||||
$a->strings["Email Address"] = "Indirizzo Email";
|
||||
$a->strings["Leave blank to use your account email address"] = "Lascia in bianco per usare l'indirizzo email del tuo account";
|
||||
$a->strings["Enabled"] = "Abilitato";
|
||||
$a->strings["Mail Stream Settings"] = "Impostazioni Mail Stream";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue