server/apps/federation/l10n/it.js

18 lines
1.4 KiB
JavaScript
Raw Normal View History

2016-02-17 06:56:11 +00:00
OC.L10N.register(
"federation",
{
2016-09-08 00:10:21 +00:00
"Added to the list of trusted servers" : "Aggiunto all'elenco dei server affidabili",
2016-02-17 06:56:11 +00:00
"Server is already in the list of trusted servers." : "Il server è già nell'elenco dei server affidabili.",
2016-08-11 00:14:12 +00:00
"No server to federate with found" : "Non ho trovato alcun server per la federazione",
2016-02-17 06:56:11 +00:00
"Could not add server" : "Impossibile aggiungere il server",
2018-02-12 21:33:37 +00:00
"Federation" : "Federazione",
2018-08-24 00:12:20 +00:00
"Federation allows you to connect with other trusted servers to exchange the user directory." : "La federazione consente di connettersi ad altri server affidabili per scambiare la cartella utente.",
2016-07-06 13:28:06 +00:00
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federazione consente di connettersi ad altri server affidabili per accedere alla cartella utente. Ad esempio, può essere utilizzata per il completamento automatico di utenti esterni per la condivisione federata.",
2018-05-24 00:13:48 +00:00
"Trusted servers" : "Server affidabili",
2016-03-04 06:55:53 +00:00
"Add server automatically once a federated share was created successfully" : "Aggiungi automaticamente il server dopo che una condivisione federata è stata creata con successo",
2016-11-27 01:07:08 +00:00
"+ Add trusted server" : "+ Aggiungi server affidabile",
"Trusted server" : "Server affidabile",
2018-02-01 18:28:02 +00:00
"Add" : "Aggiungi"
2016-02-17 06:56:11 +00:00
},
"nplurals=2; plural=(n != 1);");