You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

it.js 1.8KB

1234567891011121314151617
  1. OC.L10N.register(
  2. "federation",
  3. {
  4. "Added to the list of trusted servers" : "Aggiunto all'elenco dei server affidabili",
  5. "Server is already in the list of trusted servers." : "Il server è già nell'elenco dei server affidabili.",
  6. "No server to federate with found" : "Non ho trovato alcun server per la federazione",
  7. "Could not add server" : "Impossibile aggiungere il server",
  8. "Trusted servers" : "Server affidabili",
  9. "Federation" : "Federazione",
  10. "+ Add trusted server" : "+ Aggiungi server affidabile",
  11. "Trusted server" : "Server affidabile",
  12. "Add" : "Aggiungi",
  13. "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.",
  14. "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.",
  15. "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. It is not necessary to add a server as trusted server in order to create a federated share." : "La federazione ti consente di connetterti 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. Non è necessario aggiungere un server come affidabile per creare una condivisione federata."
  16. },
  17. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");