1234567891011121314151617 |
- OC.L10N.register(
- "federation",
- {
- "Added to the list of trusted servers" : "Aggiunto all'elenco dei server affidabili",
- "Server is already in the list of trusted servers." : "Il server è già nell'elenco dei server affidabili.",
- "No server to federate with found" : "Non ho trovato alcun server per la federazione",
- "Could not add server" : "Impossibile aggiungere il server",
- "Federation" : "Federazione",
- "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.",
- "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.",
- "Trusted servers" : "Server affidabili",
- "Add server automatically once a federated share was created successfully" : "Aggiungi automaticamente il server dopo che una condivisione federata è stata creata con successo",
- "+ Add trusted server" : "+ Aggiungi server affidabile",
- "Trusted server" : "Server affidabile",
- "Add" : "Aggiungi"
- },
- "nplurals=2; plural=(n != 1);");
|