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,17 +5,17 @@ function string_plural_select_it($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Jappix Mini"] = "";
|
||||
$a->strings["Activate addon"] = "";
|
||||
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
|
||||
$a->strings["Jabber username"] = "";
|
||||
$a->strings["Jabber server"] = "";
|
||||
$a->strings["Jabber BOSH host"] = "";
|
||||
$a->strings["Jabber password"] = "";
|
||||
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
|
||||
$a->strings["Friendica password"] = "";
|
||||
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
|
||||
$a->strings["Subscribe to Friendica contacts automatically"] = "";
|
||||
$a->strings["Purge internal list of jabber addresses of contacts"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Add contact"] = "";
|
||||
$a->strings["Jappix Mini addon settings"] = "";
|
||||
$a->strings["Activate addon"] = "Abilita plugin";
|
||||
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "Non inserire Jappixmini nell'intrerfaccia web";
|
||||
$a->strings["Jabber username"] = "Nome utente Jabber";
|
||||
$a->strings["Jabber server"] = "Server Jabber";
|
||||
$a->strings["Jabber BOSH host"] = "Server BOSH Jabber";
|
||||
$a->strings["Jabber password"] = "Password Jabber";
|
||||
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Cripta la password Jabber con la password di Friendica (consigliato)";
|
||||
$a->strings["Friendica password"] = "Password Friendica";
|
||||
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Approva le richieste di collegamento dai tuoi contatti Friendica automaticamente";
|
||||
$a->strings["Subscribe to Friendica contacts automatically"] = "Sottoscrivi automaticamente i contatti Friendica";
|
||||
$a->strings["Purge internal list of jabber addresses of contacts"] = "Pulisci la lista interna degli indirizzi Jabber dei contatti";
|
||||
$a->strings["Submit"] = "";
|
||||
$a->strings["Add contact"] = "Aggiungi contatto";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue