aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-06-14 00:08:39 +0000
committerNextcloud bot <bot@nextcloud.com>2017-06-14 00:08:39 +0000
commitdc61fb999d2d4283c478c436059c68ca6b18ea44 (patch)
tree1d96c77bb904ce5ed7c7ca7bc2b36f2953b3c4ff /lib/l10n
parentf38f2baa5ae4a65e7a71b9c8c96c94c1c1ee3e35 (diff)
downloadnextcloud-server-dc61fb999d2d4283c478c436059c68ca6b18ea44.tar.gz
nextcloud-server-dc61fb999d2d4283c478c436059c68ca6b18ea44.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/de.js1
-rw-r--r--lib/l10n/de.json1
-rw-r--r--lib/l10n/de_DE.js1
-rw-r--r--lib/l10n/de_DE.json1
-rw-r--r--lib/l10n/en_GB.js1
-rw-r--r--lib/l10n/en_GB.json1
-rw-r--r--lib/l10n/es_MX.js1
-rw-r--r--lib/l10n/es_MX.json1
-rw-r--r--lib/l10n/pt_BR.js5
-rw-r--r--lib/l10n/pt_BR.json5
-rw-r--r--lib/l10n/ru.js1
-rw-r--r--lib/l10n/ru.json1
-rw-r--r--lib/l10n/tr.js1
-rw-r--r--lib/l10n/tr.json1
14 files changed, 18 insertions, 4 deletions
diff --git a/lib/l10n/de.js b/lib/l10n/de.js
index 5ee8ee8bbfc..77e40c36314 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -206,6 +206,7 @@ OC.L10N.register(
"Your data directory must be an absolute path" : "Dein Datenverzeichnis muss einen eindeutigen Pfad haben",
"Check the value of \"datadirectory\" in your configuration" : "Überprüfe bitte die Angabe unter „datadirectory“ in Deiner Konfiguration",
"Your data directory is invalid" : "Dein Datenverzeichnis ist ungültig",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Stelle sicher, dass eine Datei \".ocdata\" im Wurzelverzeichnis des data-Verzeichnisses existiert.",
"Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf „%s“ konnte nicht ermittelt werden.",
"Storage unauthorized. %s" : "Speicher nicht authorisiert. %s",
"Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s",
diff --git a/lib/l10n/de.json b/lib/l10n/de.json
index aaebe04e106..255045b0bbd 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -204,6 +204,7 @@
"Your data directory must be an absolute path" : "Dein Datenverzeichnis muss einen eindeutigen Pfad haben",
"Check the value of \"datadirectory\" in your configuration" : "Überprüfe bitte die Angabe unter „datadirectory“ in Deiner Konfiguration",
"Your data directory is invalid" : "Dein Datenverzeichnis ist ungültig",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Stelle sicher, dass eine Datei \".ocdata\" im Wurzelverzeichnis des data-Verzeichnisses existiert.",
"Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf „%s“ konnte nicht ermittelt werden.",
"Storage unauthorized. %s" : "Speicher nicht authorisiert. %s",
"Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s",
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index d16da8669dd..af48fb83651 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -206,6 +206,7 @@ OC.L10N.register(
"Your data directory must be an absolute path" : "Ihr Datenverzeichnis muss einen eindeutigen Pfad haben",
"Check the value of \"datadirectory\" in your configuration" : "Überprüfen Sie bitte die Angabe unter „datadirectory“ in Ihrer Konfiguration",
"Your data directory is invalid" : "Dein Datenverzeichnis ist ungültig.",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Stellen Sie sicher, dass eine Datei \".ocdata\" im Wurzelverzeichnis des data-Verzeichnisses existiert.",
"Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf „%s“ konnte nicht ermittelt werden.",
"Storage unauthorized. %s" : "Speicher nicht authorisiert. %s",
"Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s",
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index e6ad24fa1b9..ae5e141cd41 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -204,6 +204,7 @@
"Your data directory must be an absolute path" : "Ihr Datenverzeichnis muss einen eindeutigen Pfad haben",
"Check the value of \"datadirectory\" in your configuration" : "Überprüfen Sie bitte die Angabe unter „datadirectory“ in Ihrer Konfiguration",
"Your data directory is invalid" : "Dein Datenverzeichnis ist ungültig.",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Stellen Sie sicher, dass eine Datei \".ocdata\" im Wurzelverzeichnis des data-Verzeichnisses existiert.",
"Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf „%s“ konnte nicht ermittelt werden.",
"Storage unauthorized. %s" : "Speicher nicht authorisiert. %s",
"Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s",
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js
index 7a35a41df52..c3a428b2c97 100644
--- a/lib/l10n/en_GB.js
+++ b/lib/l10n/en_GB.js
@@ -206,6 +206,7 @@ OC.L10N.register(
"Your data directory must be an absolute path" : "Your data directory must be an absolute path",
"Check the value of \"datadirectory\" in your configuration" : "Check the value of \"datadirectory\" in your configuration",
"Your data directory is invalid" : "Your data directory is invalid",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ensure there is a file called \".ocdata\" in the root of the data directory.",
"Could not obtain lock type %d on \"%s\"." : "Could not obtain lock type %d on \"%s\".",
"Storage unauthorized. %s" : "Storage unauthorised. %s",
"Storage incomplete configuration. %s" : "Storage incomplete configuration. %s",
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json
index 8f86bd63eab..6234f54ca18 100644
--- a/lib/l10n/en_GB.json
+++ b/lib/l10n/en_GB.json
@@ -204,6 +204,7 @@
"Your data directory must be an absolute path" : "Your data directory must be an absolute path",
"Check the value of \"datadirectory\" in your configuration" : "Check the value of \"datadirectory\" in your configuration",
"Your data directory is invalid" : "Your data directory is invalid",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ensure there is a file called \".ocdata\" in the root of the data directory.",
"Could not obtain lock type %d on \"%s\"." : "Could not obtain lock type %d on \"%s\".",
"Storage unauthorized. %s" : "Storage unauthorised. %s",
"Storage incomplete configuration. %s" : "Storage incomplete configuration. %s",
diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js
index 267de1bbe7f..49bc33536e2 100644
--- a/lib/l10n/es_MX.js
+++ b/lib/l10n/es_MX.js
@@ -206,6 +206,7 @@ OC.L10N.register(
"Your data directory must be an absolute path" : "Su direcctorio data debe ser una ruta absoluta",
"Check the value of \"datadirectory\" in your configuration" : "Verifique el valor de \"datadirectory\" en su configuración",
"Your data directory is invalid" : "Su directorio de datos es inválido",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Asegurate de que exista una archivo llamado \".ocdata\" en la raíz del directorio de datos. ",
"Could not obtain lock type %d on \"%s\"." : "No fue posible obtener el tipo de bloqueo %d en \"%s\". ",
"Storage unauthorized. %s" : "Almacenamiento no autorizado. %s",
"Storage incomplete configuration. %s" : "Configuración incompleta del almacenamiento. %s",
diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json
index fbb44ebf7d3..bd02157c056 100644
--- a/lib/l10n/es_MX.json
+++ b/lib/l10n/es_MX.json
@@ -204,6 +204,7 @@
"Your data directory must be an absolute path" : "Su direcctorio data debe ser una ruta absoluta",
"Check the value of \"datadirectory\" in your configuration" : "Verifique el valor de \"datadirectory\" en su configuración",
"Your data directory is invalid" : "Su directorio de datos es inválido",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Asegurate de que exista una archivo llamado \".ocdata\" en la raíz del directorio de datos. ",
"Could not obtain lock type %d on \"%s\"." : "No fue posible obtener el tipo de bloqueo %d en \"%s\". ",
"Storage unauthorized. %s" : "Almacenamiento no autorizado. %s",
"Storage incomplete configuration. %s" : "Configuración incompleta del almacenamiento. %s",
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js
index 4ed782e41bd..a6be2f36f98 100644
--- a/lib/l10n/pt_BR.js
+++ b/lib/l10n/pt_BR.js
@@ -2,9 +2,9 @@ OC.L10N.register(
"lib",
{
"Cannot write into \"config\" directory!" : "Não é possível gravar no diretório \"config\"!",
- "This can usually be fixed by giving the webserver write access to the config directory" : "Isso geralmente pode ser corrigido dando o acesso de gravação ao webserver para o diretório de configuração",
+ "This can usually be fixed by giving the webserver write access to the config directory" : "Isso geralmente pode ser corrigido dando o acesso de escritura ao webserver para o diretório de configuração",
"See %s" : "Ver %s",
- "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Normalmente isso pode ser resolvido dando ao webserver permissão de escrita no diretório config. Veja %s",
+ "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Normalmente isso pode ser resolvido dando ao webserver permissão de escritura no diretório config. Veja %s",
"The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "Os arquivos do aplicativo %$1s não foram substituídos corretamente. Certifique-se de que é uma versão compatível com o servidor.",
"Sample configuration detected" : "Configuração de exemplo detectada",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detectado que a configuração de exemplo foi copiada. Isso pode terminar sua instalação e não é suportado. Por favor leia a documentação antes de realizar mudanças no config.php",
@@ -206,6 +206,7 @@ OC.L10N.register(
"Your data directory must be an absolute path" : "O diretório de dados deve ser um caminho absoluto",
"Check the value of \"datadirectory\" in your configuration" : "Verifique o valor do \"datadirectory\" na sua configuração",
"Your data directory is invalid" : "Seu diretório de dados é inválido",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Assegure-se que exista um arquivo chamado \".ocdata\" na raiz do diretório \"data\".",
"Could not obtain lock type %d on \"%s\"." : "Não foi possível obter tipo de bloqueio %d em \"%s\".",
"Storage unauthorized. %s" : "Armazenamento não autorizado. %s",
"Storage incomplete configuration. %s" : "Configuração incompleta do armazenamento. %s",
diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json
index 62cb33f2c3c..a9d220ab1dd 100644
--- a/lib/l10n/pt_BR.json
+++ b/lib/l10n/pt_BR.json
@@ -1,8 +1,8 @@
{ "translations": {
"Cannot write into \"config\" directory!" : "Não é possível gravar no diretório \"config\"!",
- "This can usually be fixed by giving the webserver write access to the config directory" : "Isso geralmente pode ser corrigido dando o acesso de gravação ao webserver para o diretório de configuração",
+ "This can usually be fixed by giving the webserver write access to the config directory" : "Isso geralmente pode ser corrigido dando o acesso de escritura ao webserver para o diretório de configuração",
"See %s" : "Ver %s",
- "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Normalmente isso pode ser resolvido dando ao webserver permissão de escrita no diretório config. Veja %s",
+ "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Normalmente isso pode ser resolvido dando ao webserver permissão de escritura no diretório config. Veja %s",
"The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "Os arquivos do aplicativo %$1s não foram substituídos corretamente. Certifique-se de que é uma versão compatível com o servidor.",
"Sample configuration detected" : "Configuração de exemplo detectada",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detectado que a configuração de exemplo foi copiada. Isso pode terminar sua instalação e não é suportado. Por favor leia a documentação antes de realizar mudanças no config.php",
@@ -204,6 +204,7 @@
"Your data directory must be an absolute path" : "O diretório de dados deve ser um caminho absoluto",
"Check the value of \"datadirectory\" in your configuration" : "Verifique o valor do \"datadirectory\" na sua configuração",
"Your data directory is invalid" : "Seu diretório de dados é inválido",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Assegure-se que exista um arquivo chamado \".ocdata\" na raiz do diretório \"data\".",
"Could not obtain lock type %d on \"%s\"." : "Não foi possível obter tipo de bloqueio %d em \"%s\".",
"Storage unauthorized. %s" : "Armazenamento não autorizado. %s",
"Storage incomplete configuration. %s" : "Configuração incompleta do armazenamento. %s",
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js
index 7d2b0a5810f..da555faa96e 100644
--- a/lib/l10n/ru.js
+++ b/lib/l10n/ru.js
@@ -206,6 +206,7 @@ OC.L10N.register(
"Your data directory must be an absolute path" : "Каталог данных должен быть указан в виде абсолютного пути",
"Check the value of \"datadirectory\" in your configuration" : "Проверьте значение «datadirectory» в настройках.",
"Your data directory is invalid" : "Каталог данных не верен",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Убедитесь, что в корне каталога данных присутствует файл «.ocdata».",
"Could not obtain lock type %d on \"%s\"." : "Не удалось получить блокировку типа %d для «%s»",
"Storage unauthorized. %s" : "Хранилище неавторизовано. %s",
"Storage incomplete configuration. %s" : "Неполная конфигурация хранилища. %s",
diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json
index 66f5b5fad46..1600687c820 100644
--- a/lib/l10n/ru.json
+++ b/lib/l10n/ru.json
@@ -204,6 +204,7 @@
"Your data directory must be an absolute path" : "Каталог данных должен быть указан в виде абсолютного пути",
"Check the value of \"datadirectory\" in your configuration" : "Проверьте значение «datadirectory» в настройках.",
"Your data directory is invalid" : "Каталог данных не верен",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Убедитесь, что в корне каталога данных присутствует файл «.ocdata».",
"Could not obtain lock type %d on \"%s\"." : "Не удалось получить блокировку типа %d для «%s»",
"Storage unauthorized. %s" : "Хранилище неавторизовано. %s",
"Storage incomplete configuration. %s" : "Неполная конфигурация хранилища. %s",
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js
index 7f6c43a9f18..e7e4d5bdda2 100644
--- a/lib/l10n/tr.js
+++ b/lib/l10n/tr.js
@@ -206,6 +206,7 @@ OC.L10N.register(
"Your data directory must be an absolute path" : "Veri klasörünüz mutlak bir yol olmalıdır",
"Check the value of \"datadirectory\" in your configuration" : "Yapılandırmanızdaki \"datadirectory\" seçeneğini denetleyin",
"Your data directory is invalid" : "Veri klasörünüz geçersiz",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Veri klasörü kökünde \".ocdata\" adında bir dosya bulunduğundan emin olun.",
"Could not obtain lock type %d on \"%s\"." : "\"%s\" için %d kilit türü alınamadı.",
"Storage unauthorized. %s" : "Depolamaya erişim izni yok. %s",
"Storage incomplete configuration. %s" : "Depolama yapılandırması tamamlanmamış. %s",
diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json
index afa23fc96ab..7c89a1a4f40 100644
--- a/lib/l10n/tr.json
+++ b/lib/l10n/tr.json
@@ -204,6 +204,7 @@
"Your data directory must be an absolute path" : "Veri klasörünüz mutlak bir yol olmalıdır",
"Check the value of \"datadirectory\" in your configuration" : "Yapılandırmanızdaki \"datadirectory\" seçeneğini denetleyin",
"Your data directory is invalid" : "Veri klasörünüz geçersiz",
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Veri klasörü kökünde \".ocdata\" adında bir dosya bulunduğundan emin olun.",
"Could not obtain lock type %d on \"%s\"." : "\"%s\" için %d kilit türü alınamadı.",
"Storage unauthorized. %s" : "Depolamaya erişim izni yok. %s",
"Storage incomplete configuration. %s" : "Depolama yapılandırması tamamlanmamış. %s",