diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-06 01:07:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-06 01:07:48 +0000 |
commit | e2170404028b4192fd1b78fa75dd8d111595e097 (patch) | |
tree | 339220d256b2ce32a335a2ed9b2b0042faaeb29e /settings | |
parent | a756396739bc76d3a8e96c2a1ab291254650fe6f (diff) | |
download | nextcloud-server-e2170404028b4192fd1b78fa75dd8d111595e097.tar.gz nextcloud-server-e2170404028b4192fd1b78fa75dd8d111595e097.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/cs_CZ.js | 2 | ||||
-rw-r--r-- | settings/l10n/cs_CZ.json | 2 | ||||
-rw-r--r-- | settings/l10n/it.js | 4 | ||||
-rw-r--r-- | settings/l10n/it.json | 4 |
4 files changed, 12 insertions, 0 deletions
diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js index b91245ef91d..5b3c686d8bd 100644 --- a/settings/l10n/cs_CZ.js +++ b/settings/l10n/cs_CZ.js @@ -42,6 +42,7 @@ OC.L10N.register( "Unable to add user to group %s" : "Nelze přidat uživatele do skupiny %s", "Unable to remove user from group %s" : "Nelze odebrat uživatele ze skupiny %s", "Couldn't update app." : "Nelze aktualizovat aplikaci.", + "Are you really sure you want add {domain} as trusted domain?" : "Jste si jisti, že chcete přidat {domain} mezi důvěryhodné domény?", "Add trusted domain" : "Přidat důvěryhodnou doménu", "Migration in progress. Please wait until the migration is finished" : "Migrace probíhá. Počkejte prosím než bude dokončena", "Migration started …" : "Migrace spuštěna ...", @@ -254,6 +255,7 @@ OC.L10N.register( "Administrator documentation" : "Dokumentace administrátora", "Online documentation" : "Online dokumentace", "Forum" : "Fórum", + "Getting help" : "Sehnat pomoc", "Commercial support" : "Placená podpora", "You are using <strong>%s</strong> of <strong>%s</strong>" : "Používáte <strong>%s</strong> z <strong>%s</strong>", "Profile picture" : "Profilový obrázek", diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json index b2bedb693e7..83269ffbb13 100644 --- a/settings/l10n/cs_CZ.json +++ b/settings/l10n/cs_CZ.json @@ -40,6 +40,7 @@ "Unable to add user to group %s" : "Nelze přidat uživatele do skupiny %s", "Unable to remove user from group %s" : "Nelze odebrat uživatele ze skupiny %s", "Couldn't update app." : "Nelze aktualizovat aplikaci.", + "Are you really sure you want add {domain} as trusted domain?" : "Jste si jisti, že chcete přidat {domain} mezi důvěryhodné domény?", "Add trusted domain" : "Přidat důvěryhodnou doménu", "Migration in progress. Please wait until the migration is finished" : "Migrace probíhá. Počkejte prosím než bude dokončena", "Migration started …" : "Migrace spuštěna ...", @@ -252,6 +253,7 @@ "Administrator documentation" : "Dokumentace administrátora", "Online documentation" : "Online dokumentace", "Forum" : "Fórum", + "Getting help" : "Sehnat pomoc", "Commercial support" : "Placená podpora", "You are using <strong>%s</strong> of <strong>%s</strong>" : "Používáte <strong>%s</strong> z <strong>%s</strong>", "Profile picture" : "Profilový obrázek", diff --git a/settings/l10n/it.js b/settings/l10n/it.js index f3660a0c393..90636bf4f13 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -42,6 +42,7 @@ OC.L10N.register( "Unable to add user to group %s" : "Impossibile aggiungere l'utente al gruppo %s", "Unable to remove user from group %s" : "Impossibile rimuovere l'utente dal gruppo %s", "Couldn't update app." : "Impossibile aggiornate l'applicazione.", + "Are you really sure you want add {domain} as trusted domain?" : "Sei davvero sicuro di voler aggiungere {domain} come dominio attendibile?", "Add trusted domain" : "Aggiungi dominio attendibile", "Migration in progress. Please wait until the migration is finished" : "Migrazione in corso. Attendi fino al completamento della migrazione", "Migration started …" : "Migrazione avviata...", @@ -198,6 +199,8 @@ OC.L10N.register( "Execute one task with each page loaded" : "Esegui un'operazione con ogni pagina caricata", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http.", "Use system's cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.", + "The cron.php needs to be executed by the system user \"%s\"." : "Il cron.php deve essere eseguito dall'utente di sistema \"%s\".", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Per eseguirlo, hai bisogno dell'estensione posix di PHP. Vedi la {linkstart}documentazione di PHP{linkend} per ulteriori dettagli.", "Version" : "Versione", "Sharing" : "Condivisione", "Allow apps to use the Share API" : "Consenti alle applicazioni di utilizzare le API di condivisione", @@ -254,6 +257,7 @@ OC.L10N.register( "Administrator documentation" : "Documentazione amministratore", "Online documentation" : "Documentazione in linea", "Forum" : "Forum", + "Getting help" : "Ottenere aiuto", "Commercial support" : "Supporto commerciale", "You are using <strong>%s</strong> of <strong>%s</strong>" : "Stai utilizzando <strong>%s</strong> di <strong>%s</strong>", "Profile picture" : "Immagine del profilo", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index dea2dc071e1..4d9f824c3ae 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -40,6 +40,7 @@ "Unable to add user to group %s" : "Impossibile aggiungere l'utente al gruppo %s", "Unable to remove user from group %s" : "Impossibile rimuovere l'utente dal gruppo %s", "Couldn't update app." : "Impossibile aggiornate l'applicazione.", + "Are you really sure you want add {domain} as trusted domain?" : "Sei davvero sicuro di voler aggiungere {domain} come dominio attendibile?", "Add trusted domain" : "Aggiungi dominio attendibile", "Migration in progress. Please wait until the migration is finished" : "Migrazione in corso. Attendi fino al completamento della migrazione", "Migration started …" : "Migrazione avviata...", @@ -196,6 +197,8 @@ "Execute one task with each page loaded" : "Esegui un'operazione con ogni pagina caricata", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http.", "Use system's cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.", + "The cron.php needs to be executed by the system user \"%s\"." : "Il cron.php deve essere eseguito dall'utente di sistema \"%s\".", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Per eseguirlo, hai bisogno dell'estensione posix di PHP. Vedi la {linkstart}documentazione di PHP{linkend} per ulteriori dettagli.", "Version" : "Versione", "Sharing" : "Condivisione", "Allow apps to use the Share API" : "Consenti alle applicazioni di utilizzare le API di condivisione", @@ -252,6 +255,7 @@ "Administrator documentation" : "Documentazione amministratore", "Online documentation" : "Documentazione in linea", "Forum" : "Forum", + "Getting help" : "Ottenere aiuto", "Commercial support" : "Supporto commerciale", "You are using <strong>%s</strong> of <strong>%s</strong>" : "Stai utilizzando <strong>%s</strong> di <strong>%s</strong>", "Profile picture" : "Immagine del profilo", |