diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-29 00:08:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-29 00:08:21 +0000 |
commit | 95ec247d102f968322457e49ba16e13a2ec1bddd (patch) | |
tree | de9cdb37e439b2af4e3c5e983e79d9f4f5859d6d /lib | |
parent | 7a5762f4946c9e80a1636109e9f79f2d293edbbe (diff) | |
download | nextcloud-server-95ec247d102f968322457e49ba16e13a2ec1bddd.tar.gz nextcloud-server-95ec247d102f968322457e49ba16e13a2ec1bddd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/de.js | 1 | ||||
-rw-r--r-- | lib/l10n/de.json | 1 | ||||
-rw-r--r-- | lib/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | lib/l10n/de_DE.json | 1 | ||||
-rw-r--r-- | lib/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | lib/l10n/en_GB.json | 1 | ||||
-rw-r--r-- | lib/l10n/es_MX.js | 1 | ||||
-rw-r--r-- | lib/l10n/es_MX.json | 1 | ||||
-rw-r--r-- | lib/l10n/it.js | 1 | ||||
-rw-r--r-- | lib/l10n/it.json | 1 | ||||
-rw-r--r-- | lib/l10n/nb.js | 1 | ||||
-rw-r--r-- | lib/l10n/nb.json | 1 | ||||
-rw-r--r-- | lib/l10n/pt_BR.js | 1 | ||||
-rw-r--r-- | lib/l10n/pt_BR.json | 1 | ||||
-rw-r--r-- | lib/l10n/tr.js | 1 | ||||
-rw-r--r-- | lib/l10n/tr.json | 1 |
16 files changed, 16 insertions, 0 deletions
diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 57ff861609e..55cb34bebca 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -84,6 +84,7 @@ OC.L10N.register( "Set an admin username." : "Einen Administrator-Benutzernamen setzen.", "Set an admin password." : "Ein Administrator-Passwort setzen.", "Can't create or write into the data directory %s" : "Das Datenverzeichnis %s kann nicht erstellt oder es kann darin nicht geschrieben werden.", + "Given database host is invalid and must not contain the port: %s" : "Der angegebene Datenbank-Host ist ungültig und muss den Port beinhalten: %s", "Invalid Federated Cloud ID" : "Ungültige Federated-Cloud-ID", "Sharing %s failed, because the backend does not allow shares from type %i" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %i nicht erlaubt.", "Sharing %s failed, because the file does not exist" : "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index e3d3bbc508b..bb4de9e6f27 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -82,6 +82,7 @@ "Set an admin username." : "Einen Administrator-Benutzernamen setzen.", "Set an admin password." : "Ein Administrator-Passwort setzen.", "Can't create or write into the data directory %s" : "Das Datenverzeichnis %s kann nicht erstellt oder es kann darin nicht geschrieben werden.", + "Given database host is invalid and must not contain the port: %s" : "Der angegebene Datenbank-Host ist ungültig und muss den Port beinhalten: %s", "Invalid Federated Cloud ID" : "Ungültige Federated-Cloud-ID", "Sharing %s failed, because the backend does not allow shares from type %i" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %i nicht erlaubt.", "Sharing %s failed, because the file does not exist" : "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert", diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index 6daa00b3a4f..a4fdf0dc371 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -84,6 +84,7 @@ OC.L10N.register( "Set an admin username." : "Einen Administrator-Benutzernamen setzen.", "Set an admin password." : "Ein Administrator-Passwort setzen.", "Can't create or write into the data directory %s" : "Das Datenverzeichnis %s kann nicht erstellt oder es kann darin nicht geschrieben werden.", + "Given database host is invalid and must not contain the port: %s" : "Der angegebene Datenbank-Host ist ungültig und muss den Port beinhalten: %s", "Invalid Federated Cloud ID" : "Ungültige Federated-Cloud-ID", "Sharing %s failed, because the backend does not allow shares from type %i" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %i nicht erlaubt.", "Sharing %s failed, because the file does not exist" : "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 1311285bc77..6a8299bc31f 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -82,6 +82,7 @@ "Set an admin username." : "Einen Administrator-Benutzernamen setzen.", "Set an admin password." : "Ein Administrator-Passwort setzen.", "Can't create or write into the data directory %s" : "Das Datenverzeichnis %s kann nicht erstellt oder es kann darin nicht geschrieben werden.", + "Given database host is invalid and must not contain the port: %s" : "Der angegebene Datenbank-Host ist ungültig und muss den Port beinhalten: %s", "Invalid Federated Cloud ID" : "Ungültige Federated-Cloud-ID", "Sharing %s failed, because the backend does not allow shares from type %i" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %i nicht erlaubt.", "Sharing %s failed, because the file does not exist" : "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert", diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index aedd831de38..a169502af15 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -84,6 +84,7 @@ OC.L10N.register( "Set an admin username." : "Set an admin username.", "Set an admin password." : "Set an admin password.", "Can't create or write into the data directory %s" : "Can't create or write into the data directory %s", + "Given database host is invalid and must not contain the port: %s" : "Given database host is invalid and must not contain the port: %s", "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID", "Sharing %s failed, because the backend does not allow shares from type %i" : "Sharing %s failed, because the backend does not allow shares from type %i", "Sharing %s failed, because the file does not exist" : "Sharing %s failed, because the file does not exist", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 9a113df3b16..bf08239be71 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -82,6 +82,7 @@ "Set an admin username." : "Set an admin username.", "Set an admin password." : "Set an admin password.", "Can't create or write into the data directory %s" : "Can't create or write into the data directory %s", + "Given database host is invalid and must not contain the port: %s" : "Given database host is invalid and must not contain the port: %s", "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID", "Sharing %s failed, because the backend does not allow shares from type %i" : "Sharing %s failed, because the backend does not allow shares from type %i", "Sharing %s failed, because the file does not exist" : "Sharing %s failed, because the file does not exist", diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js index ecec10607b4..bc252633450 100644 --- a/lib/l10n/es_MX.js +++ b/lib/l10n/es_MX.js @@ -84,6 +84,7 @@ OC.L10N.register( "Set an admin username." : "Establecer un Usuario administrador", "Set an admin password." : "Establecer la contraseña del administrador.", "Can't create or write into the data directory %s" : "No es posible crear o escribir en el directorio de datos %s", + "Given database host is invalid and must not contain the port: %s" : "El servidor de base de datos ingresado es inválido y no debe contener el puerto: %s", "Invalid Federated Cloud ID" : "ID Inválido", "Sharing %s failed, because the backend does not allow shares from type %i" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %i", "Sharing %s failed, because the file does not exist" : "Se presentó una falla al compartir %s porque el archivo no existe", diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json index 5f05674435c..6a7c6474bb9 100644 --- a/lib/l10n/es_MX.json +++ b/lib/l10n/es_MX.json @@ -82,6 +82,7 @@ "Set an admin username." : "Establecer un Usuario administrador", "Set an admin password." : "Establecer la contraseña del administrador.", "Can't create or write into the data directory %s" : "No es posible crear o escribir en el directorio de datos %s", + "Given database host is invalid and must not contain the port: %s" : "El servidor de base de datos ingresado es inválido y no debe contener el puerto: %s", "Invalid Federated Cloud ID" : "ID Inválido", "Sharing %s failed, because the backend does not allow shares from type %i" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %i", "Sharing %s failed, because the file does not exist" : "Se presentó una falla al compartir %s porque el archivo no existe", diff --git a/lib/l10n/it.js b/lib/l10n/it.js index 03b6dc69a2d..e044abfa39d 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -84,6 +84,7 @@ OC.L10N.register( "Set an admin username." : "Imposta un nome utente di amministrazione.", "Set an admin password." : "Imposta una password di amministrazione.", "Can't create or write into the data directory %s" : "Impossibile creare o scrivere nella cartella dei dati %s", + "Given database host is invalid and must not contain the port: %s" : "L'host del database fornito non è valido e deve contenere la porta: %s", "Invalid Federated Cloud ID" : "ID di cloud federata non valido", "Sharing %s failed, because the backend does not allow shares from type %i" : "Condivisione di %s non riuscita, poiché il motore non consente condivisioni del tipo %i", "Sharing %s failed, because the file does not exist" : "Condivisione di %s non riuscita, poiché il file non esiste", diff --git a/lib/l10n/it.json b/lib/l10n/it.json index bdfa78d45bb..2d7734ea007 100644 --- a/lib/l10n/it.json +++ b/lib/l10n/it.json @@ -82,6 +82,7 @@ "Set an admin username." : "Imposta un nome utente di amministrazione.", "Set an admin password." : "Imposta una password di amministrazione.", "Can't create or write into the data directory %s" : "Impossibile creare o scrivere nella cartella dei dati %s", + "Given database host is invalid and must not contain the port: %s" : "L'host del database fornito non è valido e deve contenere la porta: %s", "Invalid Federated Cloud ID" : "ID di cloud federata non valido", "Sharing %s failed, because the backend does not allow shares from type %i" : "Condivisione di %s non riuscita, poiché il motore non consente condivisioni del tipo %i", "Sharing %s failed, because the file does not exist" : "Condivisione di %s non riuscita, poiché il file non esiste", diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js index 4ee0de2cc9b..bb67bc53c2b 100644 --- a/lib/l10n/nb.js +++ b/lib/l10n/nb.js @@ -84,6 +84,7 @@ OC.L10N.register( "Set an admin username." : "Sett et admin-brukernavn.", "Set an admin password." : "Sett et admin-passord.", "Can't create or write into the data directory %s" : "Kan ikke opprette eller skrive i datamappen %s", + "Given database host is invalid and must not contain the port: %s" : "Oppgitt databasevert er ugyldig og kan ikke inneholde porten: %s", "Invalid Federated Cloud ID" : "Ugyldig ID for sammenknyttet sky", "Sharing %s failed, because the backend does not allow shares from type %i" : "Deling av %s mislyktes, fordi tjeneren ikke tillater delinger fra type %i", "Sharing %s failed, because the file does not exist" : "Deling av %s mislyktes, fordi filen ikke eksisterer", diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json index d62b5998f73..e99bd1ba13a 100644 --- a/lib/l10n/nb.json +++ b/lib/l10n/nb.json @@ -82,6 +82,7 @@ "Set an admin username." : "Sett et admin-brukernavn.", "Set an admin password." : "Sett et admin-passord.", "Can't create or write into the data directory %s" : "Kan ikke opprette eller skrive i datamappen %s", + "Given database host is invalid and must not contain the port: %s" : "Oppgitt databasevert er ugyldig og kan ikke inneholde porten: %s", "Invalid Federated Cloud ID" : "Ugyldig ID for sammenknyttet sky", "Sharing %s failed, because the backend does not allow shares from type %i" : "Deling av %s mislyktes, fordi tjeneren ikke tillater delinger fra type %i", "Sharing %s failed, because the file does not exist" : "Deling av %s mislyktes, fordi filen ikke eksisterer", diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 85959121d24..c9ee6e9cc02 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -84,6 +84,7 @@ OC.L10N.register( "Set an admin username." : "Defina um nome do usuário administrador.", "Set an admin password." : "Defina uma senha para o administrador.", "Can't create or write into the data directory %s" : "Não foi possível criar ou gravar no diretório de dados %s", + "Given database host is invalid and must not contain the port: %s" : "O host do banco de dados é inválido e não deve conter a porta: %s", "Invalid Federated Cloud ID" : "ID inválida de Nuvem Federada", "Sharing %s failed, because the backend does not allow shares from type %i" : "O compartilhamento %s falhou pois a plataforma de serviço não permite ações de tipo %i", "Sharing %s failed, because the file does not exist" : "Compartilhamento %s falhou pois o arquivo não existe", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index b6f9bcbbc0e..b1eb976064f 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -82,6 +82,7 @@ "Set an admin username." : "Defina um nome do usuário administrador.", "Set an admin password." : "Defina uma senha para o administrador.", "Can't create or write into the data directory %s" : "Não foi possível criar ou gravar no diretório de dados %s", + "Given database host is invalid and must not contain the port: %s" : "O host do banco de dados é inválido e não deve conter a porta: %s", "Invalid Federated Cloud ID" : "ID inválida de Nuvem Federada", "Sharing %s failed, because the backend does not allow shares from type %i" : "O compartilhamento %s falhou pois a plataforma de serviço não permite ações de tipo %i", "Sharing %s failed, because the file does not exist" : "Compartilhamento %s falhou pois o arquivo não existe", diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index dc5d21e6c67..12c64e8b2b1 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -84,6 +84,7 @@ OC.L10N.register( "Set an admin username." : "Bir yönetici kullanıcı adı yazın.", "Set an admin password." : "Bir yönetici parolası yazın.", "Can't create or write into the data directory %s" : "%s veri klasörü oluşturulamadı ya da içine yazılamadı", + "Given database host is invalid and must not contain the port: %s" : "Belirtilen veritabanı sunucusu geçersiz ve şu kapıyı kullanmamalı: %s", "Invalid Federated Cloud ID" : "Birleşmiş Bulut Kimliği Geçersiz", "Sharing %s failed, because the backend does not allow shares from type %i" : "Arka uç %s türündeki paylaşımlara izin vermediğinden %s paylaşılamadı", "Sharing %s failed, because the file does not exist" : "Dosya bulunamadığından %s paylaşılamadı", diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index 50a4afb91ad..3ed52c7fe26 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -82,6 +82,7 @@ "Set an admin username." : "Bir yönetici kullanıcı adı yazın.", "Set an admin password." : "Bir yönetici parolası yazın.", "Can't create or write into the data directory %s" : "%s veri klasörü oluşturulamadı ya da içine yazılamadı", + "Given database host is invalid and must not contain the port: %s" : "Belirtilen veritabanı sunucusu geçersiz ve şu kapıyı kullanmamalı: %s", "Invalid Federated Cloud ID" : "Birleşmiş Bulut Kimliği Geçersiz", "Sharing %s failed, because the backend does not allow shares from type %i" : "Arka uç %s türündeki paylaşımlara izin vermediğinden %s paylaşılamadı", "Sharing %s failed, because the file does not exist" : "Dosya bulunamadığından %s paylaşılamadı", |