Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-11-26 04:06:57 +0300
committerNextcloud bot <bot@nextcloud.com>2016-11-26 04:06:57 +0300
commit8f4ec8583d8d30586f292a153854560bdb20a0b2 (patch)
treea6e4cdf4ebb1f11402a1dca4afa609b6b811640c /lib/l10n
parent789e6e7363514cc9dc669ef259ac1a5e491c2277 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/cs_CZ.js7
-rw-r--r--lib/l10n/cs_CZ.json7
-rw-r--r--lib/l10n/de.js6
-rw-r--r--lib/l10n/de.json6
-rw-r--r--lib/l10n/de_DE.js6
-rw-r--r--lib/l10n/de_DE.json6
-rw-r--r--lib/l10n/es.js12
-rw-r--r--lib/l10n/es.json12
-rw-r--r--lib/l10n/fr.js6
-rw-r--r--lib/l10n/fr.json6
-rw-r--r--lib/l10n/hu_HU.js6
-rw-r--r--lib/l10n/hu_HU.json6
-rw-r--r--lib/l10n/id.js6
-rw-r--r--lib/l10n/id.json6
-rw-r--r--lib/l10n/it.js6
-rw-r--r--lib/l10n/it.json6
-rw-r--r--lib/l10n/ja.js6
-rw-r--r--lib/l10n/ja.json6
-rw-r--r--lib/l10n/nb_NO.js6
-rw-r--r--lib/l10n/nb_NO.json6
-rw-r--r--lib/l10n/nl.js6
-rw-r--r--lib/l10n/nl.json6
-rw-r--r--lib/l10n/pl.js4
-rw-r--r--lib/l10n/pl.json4
-rw-r--r--lib/l10n/ru.js6
-rw-r--r--lib/l10n/ru.json6
-rw-r--r--lib/l10n/zh_TW.js6
-rw-r--r--lib/l10n/zh_TW.json6
28 files changed, 94 insertions, 84 deletions
diff --git a/lib/l10n/cs_CZ.js b/lib/l10n/cs_CZ.js
index 9a44c0d1800..9d879da5219 100644
--- a/lib/l10n/cs_CZ.js
+++ b/lib/l10n/cs_CZ.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"This can usually be fixed by giving the webserver write access to the config directory" : "To lze obvykle vyřešit povolením zápisu webovému serveru do konfiguračního adresáře",
"See %s" : "Viz %s",
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "To lze obvykle vyřešit %spovolením zápisu webovému serveru do konfiguračního adresáře%s.",
+ "The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "Soubory aplikace %$1s nebyly řádně nahrazeny. Ujistěte se, že je to verze kompatibilní se serverem.",
"Sample configuration detected" : "Byla detekována vzorová konfigurace",
"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" : "Pravděpodobně byla zkopírována konfigurační nastavení ze vzorových souborů. Toto není podporováno a může poškodit vaši instalaci. Nahlédněte prosím do dokumentace před prováděním změn v souboru config.php",
"PHP %s or higher is required." : "Je vyžadováno PHP %s nebo vyšší.",
@@ -32,12 +33,11 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["před %n minutou","před %n minutami","před %n minutami"],
"seconds ago" : "před pár sekundami",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s id: %s neexistuje. Povolte ho prosím ve svých nastaveních aplikací nebo kontaktujte svého administrátora.",
- "Empty filename is not allowed" : "Prázdné jméno souboru není povoleno",
- "Dot files are not allowed" : "Jména souborů začínající tečkou nejsou povolena",
- "4-byte characters are not supported in file names" : "4-bytové znaky nejsou podporovány ve jménech souborů",
"File name is a reserved word" : "Jméno souboru je rezervované slovo",
"File name contains at least one invalid character" : "Jméno souboru obsahuje nejméně jeden neplatný znak",
"File name is too long" : "Jméno souboru je moc dlouhé",
+ "Dot files are not allowed" : "Jména souborů začínající tečkou nejsou povolena",
+ "Empty filename is not allowed" : "Prázdné jméno souboru není povoleno",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Nastavení serveru",
@@ -204,6 +204,7 @@ OC.L10N.register(
"Storage connection error. %s" : "Chyba připojení úložiště. %s",
"Storage is temporarily not available" : "Úložiště je dočasně nedostupné",
"Storage connection timeout. %s" : "Vypršení připojení k úložišti. %s",
+ "4-byte characters are not supported in file names" : "4-bytové znaky nejsou podporovány ve jménech souborů",
"App directory already exists" : "Adresář aplikace již existuje",
"Can't create app folder. Please fix permissions. %s" : "Nelze vytvořit adresář aplikace. Opravte práva souborů. %s",
"Archive does not contain a directory named %s" : "Archiv neobsahuje adresář pojmenovaný %s",
diff --git a/lib/l10n/cs_CZ.json b/lib/l10n/cs_CZ.json
index 861bc657d32..97a1242aeef 100644
--- a/lib/l10n/cs_CZ.json
+++ b/lib/l10n/cs_CZ.json
@@ -3,6 +3,7 @@
"This can usually be fixed by giving the webserver write access to the config directory" : "To lze obvykle vyřešit povolením zápisu webovému serveru do konfiguračního adresáře",
"See %s" : "Viz %s",
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "To lze obvykle vyřešit %spovolením zápisu webovému serveru do konfiguračního adresáře%s.",
+ "The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "Soubory aplikace %$1s nebyly řádně nahrazeny. Ujistěte se, že je to verze kompatibilní se serverem.",
"Sample configuration detected" : "Byla detekována vzorová konfigurace",
"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" : "Pravděpodobně byla zkopírována konfigurační nastavení ze vzorových souborů. Toto není podporováno a může poškodit vaši instalaci. Nahlédněte prosím do dokumentace před prováděním změn v souboru config.php",
"PHP %s or higher is required." : "Je vyžadováno PHP %s nebo vyšší.",
@@ -30,12 +31,11 @@
"_%n minute ago_::_%n minutes ago_" : ["před %n minutou","před %n minutami","před %n minutami"],
"seconds ago" : "před pár sekundami",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s id: %s neexistuje. Povolte ho prosím ve svých nastaveních aplikací nebo kontaktujte svého administrátora.",
- "Empty filename is not allowed" : "Prázdné jméno souboru není povoleno",
- "Dot files are not allowed" : "Jména souborů začínající tečkou nejsou povolena",
- "4-byte characters are not supported in file names" : "4-bytové znaky nejsou podporovány ve jménech souborů",
"File name is a reserved word" : "Jméno souboru je rezervované slovo",
"File name contains at least one invalid character" : "Jméno souboru obsahuje nejméně jeden neplatný znak",
"File name is too long" : "Jméno souboru je moc dlouhé",
+ "Dot files are not allowed" : "Jména souborů začínající tečkou nejsou povolena",
+ "Empty filename is not allowed" : "Prázdné jméno souboru není povoleno",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Nastavení serveru",
@@ -202,6 +202,7 @@
"Storage connection error. %s" : "Chyba připojení úložiště. %s",
"Storage is temporarily not available" : "Úložiště je dočasně nedostupné",
"Storage connection timeout. %s" : "Vypršení připojení k úložišti. %s",
+ "4-byte characters are not supported in file names" : "4-bytové znaky nejsou podporovány ve jménech souborů",
"App directory already exists" : "Adresář aplikace již existuje",
"Can't create app folder. Please fix permissions. %s" : "Nelze vytvořit adresář aplikace. Opravte práva souborů. %s",
"Archive does not contain a directory named %s" : "Archiv neobsahuje adresář pojmenovaný %s",
diff --git a/lib/l10n/de.js b/lib/l10n/de.js
index 89c83366136..cb442f0d271 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -33,12 +33,11 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"],
"seconds ago" : "Gerade eben",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte die Aktivierung in Ihren App-Einstellungen vornehmen oder Ihren Administrator kontaktieren.",
- "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt",
- "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt",
- "4-byte characters are not supported in file names" : "4-Byte Zeichen sind in Dateinamen nicht erlaubt",
"File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort",
"File name contains at least one invalid character" : "Der Dateiname enthält mindestens ein ungültiges Zeichen",
"File name is too long" : "Dateiname ist zu lang",
+ "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt",
+ "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Servereinstellungen",
@@ -205,6 +204,7 @@ OC.L10N.register(
"Storage connection error. %s" : "Verbindungsfehler zum Speicherplatz. %s",
"Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar",
"Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s",
+ "4-byte characters are not supported in file names" : "4-Byte Zeichen sind in Dateinamen nicht erlaubt",
"App directory already exists" : "Das Applikationsverzeichnis existiert bereits",
"Can't create app folder. Please fix permissions. %s" : "Es kann kein Applikationsordner erstellt werden. Bitte passe die Berechtigungen an. %s",
"Archive does not contain a directory named %s" : "Das Archiv enthält kein Verzeichnis mit dem Namen %s",
diff --git a/lib/l10n/de.json b/lib/l10n/de.json
index 46de315cfdf..a5fed9f38a5 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -31,12 +31,11 @@
"_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"],
"seconds ago" : "Gerade eben",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte die Aktivierung in Ihren App-Einstellungen vornehmen oder Ihren Administrator kontaktieren.",
- "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt",
- "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt",
- "4-byte characters are not supported in file names" : "4-Byte Zeichen sind in Dateinamen nicht erlaubt",
"File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort",
"File name contains at least one invalid character" : "Der Dateiname enthält mindestens ein ungültiges Zeichen",
"File name is too long" : "Dateiname ist zu lang",
+ "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt",
+ "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Servereinstellungen",
@@ -203,6 +202,7 @@
"Storage connection error. %s" : "Verbindungsfehler zum Speicherplatz. %s",
"Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar",
"Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s",
+ "4-byte characters are not supported in file names" : "4-Byte Zeichen sind in Dateinamen nicht erlaubt",
"App directory already exists" : "Das Applikationsverzeichnis existiert bereits",
"Can't create app folder. Please fix permissions. %s" : "Es kann kein Applikationsordner erstellt werden. Bitte passe die Berechtigungen an. %s",
"Archive does not contain a directory named %s" : "Das Archiv enthält kein Verzeichnis mit dem Namen %s",
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index 434402a8527..806371a7f88 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -33,12 +33,11 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"],
"seconds ago" : "Gerade eben",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte aktivieren Sie es in Ihren App-Einstellungen oder kontaktieren Sie Ihren Administrator.",
- "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt",
- "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt",
- "4-byte characters are not supported in file names" : "4-Byte-Zeichen werden in Dateinamen nicht unterstützt",
"File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort",
"File name contains at least one invalid character" : "Der Dateiname enthält mindestens ein ungültiges Zeichen",
"File name is too long" : "Dateiname ist zu lang",
+ "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt",
+ "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Servereinstellungen",
@@ -205,6 +204,7 @@ OC.L10N.register(
"Storage connection error. %s" : "Speicher-Verbindungsfehler. %s",
"Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar",
"Storage connection timeout. %s" : "Speicher-Verbindungszeitüberschreitung. %s",
+ "4-byte characters are not supported in file names" : "4-Byte-Zeichen werden in Dateinamen nicht unterstützt",
"App directory already exists" : "Der Ordner für die App ist bereits vorhanden.",
"Can't create app folder. Please fix permissions. %s" : "Der Ordner für die App konnte nicht angelegt werden. Bitte überprüfen Sie die Ordner- und Dateirechte und passen Sie diese entsprechend an. %s",
"Archive does not contain a directory named %s" : "Das Archiv enthält kein Verzeichnis mit dem Namen %s",
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index 10bf5de7b1d..11319849dff 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -31,12 +31,11 @@
"_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"],
"seconds ago" : "Gerade eben",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte aktivieren Sie es in Ihren App-Einstellungen oder kontaktieren Sie Ihren Administrator.",
- "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt",
- "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt",
- "4-byte characters are not supported in file names" : "4-Byte-Zeichen werden in Dateinamen nicht unterstützt",
"File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort",
"File name contains at least one invalid character" : "Der Dateiname enthält mindestens ein ungültiges Zeichen",
"File name is too long" : "Dateiname ist zu lang",
+ "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt",
+ "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Servereinstellungen",
@@ -203,6 +202,7 @@
"Storage connection error. %s" : "Speicher-Verbindungsfehler. %s",
"Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar",
"Storage connection timeout. %s" : "Speicher-Verbindungszeitüberschreitung. %s",
+ "4-byte characters are not supported in file names" : "4-Byte-Zeichen werden in Dateinamen nicht unterstützt",
"App directory already exists" : "Der Ordner für die App ist bereits vorhanden.",
"Can't create app folder. Please fix permissions. %s" : "Der Ordner für die App konnte nicht angelegt werden. Bitte überprüfen Sie die Ordner- und Dateirechte und passen Sie diese entsprechend an. %s",
"Archive does not contain a directory named %s" : "Das Archiv enthält kein Verzeichnis mit dem Namen %s",
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index 7c30bcaef6c..01c862115ee 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"This can usually be fixed by giving the webserver write access to the config directory" : "Esto puede solucionarse fácilmente dándole al servidor permisos de escritura del directorio de configuración",
"See %s" : "Mirar %s",
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Esto puede solucionarse fácilmente %sotorgándole permisos de escritura al directorio de configuración%s.",
+ "The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "Los archivos de la aplicación %$1s no fueron reemplazados correctamente. Asegúrese que es una versión compatible con el servidor.",
"Sample configuration detected" : "Ejemplo de configuración detectado",
"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" : "Se ha detectado que el ejemplo de configuración ha sido copiado. Esto puede arruinar su instalación y es un caso para el que no se brinda soporte. Lea la documentación antes de hacer cambios en config.php",
"PHP %s or higher is required." : "Se requiere PHP %s o superior.",
@@ -20,6 +21,7 @@ OC.L10N.register(
"Server version %s or lower is required." : "Se necesita la versión %s o inferior del servidor. ",
"Unknown filetype" : "Tipo de archivo desconocido",
"Invalid image" : "Imagen inválida",
+ "Avatar image is not square" : "La imagen de avatar no es cuadrada",
"today" : "hoy",
"yesterday" : "ayer",
"_%n day ago_::_%n days ago_" : ["Hace %n día","hace %n días"],
@@ -31,12 +33,11 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"],
"seconds ago" : "hace segundos",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Módulo con id: %s no existe. Por favor habilítelo en los ajustes de sus aplicaciones o contáctese con su administrador.",
- "Empty filename is not allowed" : "No se puede dejar el nombre en blanco.",
- "Dot files are not allowed" : "Los archivos Dot no están permitidos",
- "4-byte characters are not supported in file names" : " No están permitidos caractéres de 4-bytes",
"File name is a reserved word" : "El nombre de archivo es una palabra reservada",
"File name contains at least one invalid character" : "El nombre del archivo contiene al menos un carácter inválido",
"File name is too long" : "El nombre del archivo es demasiado largo",
+ "Dot files are not allowed" : "Los archivos Dot no están permitidos",
+ "Empty filename is not allowed" : "No se puede dejar el nombre en blanco.",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Configuración del servidor",
@@ -203,6 +204,7 @@ OC.L10N.register(
"Storage connection error. %s" : "Error de conexión de almacenamiento. %s",
"Storage is temporarily not available" : "El almacenamiento no esta disponible temporalmente",
"Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s",
+ "4-byte characters are not supported in file names" : " No están permitidos caractéres de 4-bytes",
"App directory already exists" : "El directorio de la aplicación ya existe",
"Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s",
"Archive does not contain a directory named %s" : "El archivo no contiene un directorio llamado %s",
@@ -228,6 +230,8 @@ OC.L10N.register(
"App \"%s\" cannot be installed because it is not compatible with this version of Nextcloud." : "La aplicación \"%s\" no se puede instalar porque no es compatible con esta versión de Nextcloud.",
"App can't be installed because it is not compatible with this version of Nextcloud" : "La aplicación no se puede instalar porque no es compatible con esta versión de Nextcloud",
"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "La App no se puede instalar debido a que la versión de info.xml no es la misma que la versión informada por la app store.",
- "Hint: You can speed up the upgrade by executing this SQL command manually: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;" : "Truco: Se puede acelerar la actualización ejecutando este comando SQL de forma manual: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;"
+ "Hint: You can speed up the upgrade by executing this SQL command manually: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;" : "Truco: Se puede acelerar la actualización ejecutando este comando SQL de forma manual: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;",
+ "Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Ejecutar el servidor Nextcloud en la plataforma Microsoft Windows no está soportado. Sugerimos usar una servidor Linux en una máquina virtual si no existe la opción de migrar el propio servidor. Se encuentran paquetes, así como imágenes en de máquina virtual fáciles de desplegar en <a href=\"%s\">%s</a>. Para migrar instalaciones existentes a Linux se pueden encontrar algunas pistas y un script de migración en <a href=\"%s\">nuestra documentación</a>.",
+ "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." : "Esto normalmente puede arreglarse <a href=\"%s\" target=\"_blank\">dando al servidor web acceso de escritura al directorio raíz</a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/es.json b/lib/l10n/es.json
index 5445c9c757a..87ba9279a73 100644
--- a/lib/l10n/es.json
+++ b/lib/l10n/es.json
@@ -3,6 +3,7 @@
"This can usually be fixed by giving the webserver write access to the config directory" : "Esto puede solucionarse fácilmente dándole al servidor permisos de escritura del directorio de configuración",
"See %s" : "Mirar %s",
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Esto puede solucionarse fácilmente %sotorgándole permisos de escritura al directorio de configuración%s.",
+ "The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "Los archivos de la aplicación %$1s no fueron reemplazados correctamente. Asegúrese que es una versión compatible con el servidor.",
"Sample configuration detected" : "Ejemplo de configuración detectado",
"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" : "Se ha detectado que el ejemplo de configuración ha sido copiado. Esto puede arruinar su instalación y es un caso para el que no se brinda soporte. Lea la documentación antes de hacer cambios en config.php",
"PHP %s or higher is required." : "Se requiere PHP %s o superior.",
@@ -18,6 +19,7 @@
"Server version %s or lower is required." : "Se necesita la versión %s o inferior del servidor. ",
"Unknown filetype" : "Tipo de archivo desconocido",
"Invalid image" : "Imagen inválida",
+ "Avatar image is not square" : "La imagen de avatar no es cuadrada",
"today" : "hoy",
"yesterday" : "ayer",
"_%n day ago_::_%n days ago_" : ["Hace %n día","hace %n días"],
@@ -29,12 +31,11 @@
"_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"],
"seconds ago" : "hace segundos",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Módulo con id: %s no existe. Por favor habilítelo en los ajustes de sus aplicaciones o contáctese con su administrador.",
- "Empty filename is not allowed" : "No se puede dejar el nombre en blanco.",
- "Dot files are not allowed" : "Los archivos Dot no están permitidos",
- "4-byte characters are not supported in file names" : " No están permitidos caractéres de 4-bytes",
"File name is a reserved word" : "El nombre de archivo es una palabra reservada",
"File name contains at least one invalid character" : "El nombre del archivo contiene al menos un carácter inválido",
"File name is too long" : "El nombre del archivo es demasiado largo",
+ "Dot files are not allowed" : "Los archivos Dot no están permitidos",
+ "Empty filename is not allowed" : "No se puede dejar el nombre en blanco.",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Configuración del servidor",
@@ -201,6 +202,7 @@
"Storage connection error. %s" : "Error de conexión de almacenamiento. %s",
"Storage is temporarily not available" : "El almacenamiento no esta disponible temporalmente",
"Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s",
+ "4-byte characters are not supported in file names" : " No están permitidos caractéres de 4-bytes",
"App directory already exists" : "El directorio de la aplicación ya existe",
"Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s",
"Archive does not contain a directory named %s" : "El archivo no contiene un directorio llamado %s",
@@ -226,6 +228,8 @@
"App \"%s\" cannot be installed because it is not compatible with this version of Nextcloud." : "La aplicación \"%s\" no se puede instalar porque no es compatible con esta versión de Nextcloud.",
"App can't be installed because it is not compatible with this version of Nextcloud" : "La aplicación no se puede instalar porque no es compatible con esta versión de Nextcloud",
"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "La App no se puede instalar debido a que la versión de info.xml no es la misma que la versión informada por la app store.",
- "Hint: You can speed up the upgrade by executing this SQL command manually: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;" : "Truco: Se puede acelerar la actualización ejecutando este comando SQL de forma manual: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;"
+ "Hint: You can speed up the upgrade by executing this SQL command manually: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;" : "Truco: Se puede acelerar la actualización ejecutando este comando SQL de forma manual: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;",
+ "Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Ejecutar el servidor Nextcloud en la plataforma Microsoft Windows no está soportado. Sugerimos usar una servidor Linux en una máquina virtual si no existe la opción de migrar el propio servidor. Se encuentran paquetes, así como imágenes en de máquina virtual fáciles de desplegar en <a href=\"%s\">%s</a>. Para migrar instalaciones existentes a Linux se pueden encontrar algunas pistas y un script de migración en <a href=\"%s\">nuestra documentación</a>.",
+ "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." : "Esto normalmente puede arreglarse <a href=\"%s\" target=\"_blank\">dando al servidor web acceso de escritura al directorio raíz</a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js
index d182116c5da..c10e9f2cdcb 100644
--- a/lib/l10n/fr.js
+++ b/lib/l10n/fr.js
@@ -33,12 +33,11 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["il y a %n minute","il y a %n minutes"],
"seconds ago" : "il y a quelques secondes",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Le module avec l'id: %s n'existe pas. Merci de l'activer dans les paramètres d'applications ou de contacter votre administrateur.",
- "Empty filename is not allowed" : "Le nom de fichier ne peut pas être vide",
- "Dot files are not allowed" : "Le nom de fichier ne peut pas commencer par un point",
- "4-byte characters are not supported in file names" : "Les caractères sur 4 octets ne sont pas pris en charge dans les noms de fichiers",
"File name is a reserved word" : "Ce nom de fichier est un mot réservé",
"File name contains at least one invalid character" : "Le nom de fichier contient un (des) caractère(s) non valide(s)",
"File name is too long" : "Nom de fichier trop long",
+ "Dot files are not allowed" : "Le nom de fichier ne peut pas commencer par un point",
+ "Empty filename is not allowed" : "Le nom de fichier ne peut pas être vide",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Paramètres serveur",
@@ -205,6 +204,7 @@ OC.L10N.register(
"Storage connection error. %s" : "Erreur de connexion à l'espace stockage. %s",
"Storage is temporarily not available" : "Le support de stockage est temporairement indisponible",
"Storage connection timeout. %s" : "Le délai d'attente pour la connexion à l'espace de stockage a été dépassé. %s",
+ "4-byte characters are not supported in file names" : "Les caractères sur 4 octets ne sont pas pris en charge dans les noms de fichiers",
"App directory already exists" : "Le dossier de l'application existe déjà",
"Can't create app folder. Please fix permissions. %s" : "Impossible de créer le dossier de l'application. Corrigez les droits d'accès. %s",
"Archive does not contain a directory named %s" : "Le fichier archive ne contient pas de répertoire %s",
diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json
index cfabc97f539..8bb110291fb 100644
--- a/lib/l10n/fr.json
+++ b/lib/l10n/fr.json
@@ -31,12 +31,11 @@
"_%n minute ago_::_%n minutes ago_" : ["il y a %n minute","il y a %n minutes"],
"seconds ago" : "il y a quelques secondes",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Le module avec l'id: %s n'existe pas. Merci de l'activer dans les paramètres d'applications ou de contacter votre administrateur.",
- "Empty filename is not allowed" : "Le nom de fichier ne peut pas être vide",
- "Dot files are not allowed" : "Le nom de fichier ne peut pas commencer par un point",
- "4-byte characters are not supported in file names" : "Les caractères sur 4 octets ne sont pas pris en charge dans les noms de fichiers",
"File name is a reserved word" : "Ce nom de fichier est un mot réservé",
"File name contains at least one invalid character" : "Le nom de fichier contient un (des) caractère(s) non valide(s)",
"File name is too long" : "Nom de fichier trop long",
+ "Dot files are not allowed" : "Le nom de fichier ne peut pas commencer par un point",
+ "Empty filename is not allowed" : "Le nom de fichier ne peut pas être vide",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Paramètres serveur",
@@ -203,6 +202,7 @@
"Storage connection error. %s" : "Erreur de connexion à l'espace stockage. %s",
"Storage is temporarily not available" : "Le support de stockage est temporairement indisponible",
"Storage connection timeout. %s" : "Le délai d'attente pour la connexion à l'espace de stockage a été dépassé. %s",
+ "4-byte characters are not supported in file names" : "Les caractères sur 4 octets ne sont pas pris en charge dans les noms de fichiers",
"App directory already exists" : "Le dossier de l'application existe déjà",
"Can't create app folder. Please fix permissions. %s" : "Impossible de créer le dossier de l'application. Corrigez les droits d'accès. %s",
"Archive does not contain a directory named %s" : "Le fichier archive ne contient pas de répertoire %s",
diff --git a/lib/l10n/hu_HU.js b/lib/l10n/hu_HU.js
index d5b4598cf81..aa0ec170fa5 100644
--- a/lib/l10n/hu_HU.js
+++ b/lib/l10n/hu_HU.js
@@ -33,12 +33,11 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n perce","%n perce"],
"seconds ago" : "pár másodperce",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "A modul nem létezik, id: %s. Kérlek engedélyezd az alkalmazás beállításoknál vagy keresd az adminisztrátort.",
- "Empty filename is not allowed" : "Üres fájlnév nem engedétlyezett",
- "Dot files are not allowed" : "Pontozott fájlok nem engedétlyezettek",
- "4-byte characters are not supported in file names" : "4-byte karakterek nem támogatottak a fájl nevekben.",
"File name is a reserved word" : "A fajl neve egy rezervált szó",
"File name contains at least one invalid character" : "A fájlnév legalább egy érvénytelen karaktert tartalmaz!",
"File name is too long" : "A fájlnév túl hosszú!",
+ "Dot files are not allowed" : "Pontozott fájlok nem engedétlyezettek",
+ "Empty filename is not allowed" : "Üres fájlnév nem engedétlyezett",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Szerver beállítások",
@@ -205,6 +204,7 @@ OC.L10N.register(
"Storage connection error. %s" : "Tároló kapcsolódási hiba. %s",
"Storage is temporarily not available" : "A tároló átmenetileg nem érthető el",
"Storage connection timeout. %s" : "Tároló kapcsolat időtúllépés. %s",
+ "4-byte characters are not supported in file names" : "4-byte karakterek nem támogatottak a fájl nevekben.",
"App directory already exists" : "Az alkalmazás könyvtára már létezik",
"Can't create app folder. Please fix permissions. %s" : "Nem lehetett létrehozni az alkalmazás mappáját. Kérem ellenőrizze a jogosultságokat. %s",
"Archive does not contain a directory named %s" : "Az archívum nem tartalmazza ezt a könyvtárt: %s",
diff --git a/lib/l10n/hu_HU.json b/lib/l10n/hu_HU.json
index 02bd506bc22..4b87dc8bcdc 100644
--- a/lib/l10n/hu_HU.json
+++ b/lib/l10n/hu_HU.json
@@ -31,12 +31,11 @@
"_%n minute ago_::_%n minutes ago_" : ["%n perce","%n perce"],
"seconds ago" : "pár másodperce",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "A modul nem létezik, id: %s. Kérlek engedélyezd az alkalmazás beállításoknál vagy keresd az adminisztrátort.",
- "Empty filename is not allowed" : "Üres fájlnév nem engedétlyezett",
- "Dot files are not allowed" : "Pontozott fájlok nem engedétlyezettek",
- "4-byte characters are not supported in file names" : "4-byte karakterek nem támogatottak a fájl nevekben.",
"File name is a reserved word" : "A fajl neve egy rezervált szó",
"File name contains at least one invalid character" : "A fájlnév legalább egy érvénytelen karaktert tartalmaz!",
"File name is too long" : "A fájlnév túl hosszú!",
+ "Dot files are not allowed" : "Pontozott fájlok nem engedétlyezettek",
+ "Empty filename is not allowed" : "Üres fájlnév nem engedétlyezett",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Szerver beállítások",
@@ -203,6 +202,7 @@
"Storage connection error. %s" : "Tároló kapcsolódási hiba. %s",
"Storage is temporarily not available" : "A tároló átmenetileg nem érthető el",
"Storage connection timeout. %s" : "Tároló kapcsolat időtúllépés. %s",
+ "4-byte characters are not supported in file names" : "4-byte karakterek nem támogatottak a fájl nevekben.",
"App directory already exists" : "Az alkalmazás könyvtára már létezik",
"Can't create app folder. Please fix permissions. %s" : "Nem lehetett létrehozni az alkalmazás mappáját. Kérem ellenőrizze a jogosultságokat. %s",
"Archive does not contain a directory named %s" : "Az archívum nem tartalmazza ezt a könyvtárt: %s",
diff --git a/lib/l10n/id.js b/lib/l10n/id.js
index 17062f6edb8..50605461e84 100644
--- a/lib/l10n/id.js
+++ b/lib/l10n/id.js
@@ -31,12 +31,11 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n menit yang lalu"],
"seconds ago" : "beberapa detik yang lalu",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul dengan id: %s tidak ada. Mohon aktifkan modul tersebut di pengaturan aplikasi Anda atau hubungi administrator.",
- "Empty filename is not allowed" : "Nama berkas kosong tidak diperbolehkan",
- "Dot files are not allowed" : "Berkas titik tidak diperbolehkan",
- "4-byte characters are not supported in file names" : "Karakter 4 byte tidak didukung dalam nama berkas",
"File name is a reserved word" : "Nama berkas merupakan kata yang disediakan",
"File name contains at least one invalid character" : "Nama berkas berisi setidaknya satu karakter yang tidak sah.",
"File name is too long" : "Nama berkas terlalu panjang",
+ "Dot files are not allowed" : "Berkas titik tidak diperbolehkan",
+ "Empty filename is not allowed" : "Nama berkas kosong tidak diperbolehkan",
"%s enter the database username and name." : "%s masukkan nama pengguna database dan nama database.",
"%s enter the database username." : "%s masukkan nama pengguna basis data.",
"%s enter the database name." : "%s masukkan nama basis data.",
@@ -150,6 +149,7 @@ OC.L10N.register(
"Storage incomplete configuration. %s" : "Konfigurasi penyimpanan tidak terselesaikan. %s",
"Storage connection error. %s" : "Koneksi penyimpanan bermasalah. %s",
"Storage connection timeout. %s" : "Koneksi penyimpanan waktu-habis. %s",
+ "4-byte characters are not supported in file names" : "Karakter 4 byte tidak didukung dalam nama berkas",
"App directory already exists" : "Direktori Aplikasi sudah ada",
"Can't create app folder. Please fix permissions. %s" : "Tidak dapat membuat folder Aplikasi. Silakan perbaiki perizinan. %s",
"Archive does not contain a directory named %s" : "Arsip tidak berisi direktori yang bernama %s",
diff --git a/lib/l10n/id.json b/lib/l10n/id.json
index 77af55f659a..0973875923c 100644
--- a/lib/l10n/id.json
+++ b/lib/l10n/id.json
@@ -29,12 +29,11 @@
"_%n minute ago_::_%n minutes ago_" : ["%n menit yang lalu"],
"seconds ago" : "beberapa detik yang lalu",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul dengan id: %s tidak ada. Mohon aktifkan modul tersebut di pengaturan aplikasi Anda atau hubungi administrator.",
- "Empty filename is not allowed" : "Nama berkas kosong tidak diperbolehkan",
- "Dot files are not allowed" : "Berkas titik tidak diperbolehkan",
- "4-byte characters are not supported in file names" : "Karakter 4 byte tidak didukung dalam nama berkas",
"File name is a reserved word" : "Nama berkas merupakan kata yang disediakan",
"File name contains at least one invalid character" : "Nama berkas berisi setidaknya satu karakter yang tidak sah.",
"File name is too long" : "Nama berkas terlalu panjang",
+ "Dot files are not allowed" : "Berkas titik tidak diperbolehkan",
+ "Empty filename is not allowed" : "Nama berkas kosong tidak diperbolehkan",
"%s enter the database username and name." : "%s masukkan nama pengguna database dan nama database.",
"%s enter the database username." : "%s masukkan nama pengguna basis data.",
"%s enter the database name." : "%s masukkan nama basis data.",
@@ -148,6 +147,7 @@
"Storage incomplete configuration. %s" : "Konfigurasi penyimpanan tidak terselesaikan. %s",
"Storage connection error. %s" : "Koneksi penyimpanan bermasalah. %s",
"Storage connection timeout. %s" : "Koneksi penyimpanan waktu-habis. %s",
+ "4-byte characters are not supported in file names" : "Karakter 4 byte tidak didukung dalam nama berkas",
"App directory already exists" : "Direktori Aplikasi sudah ada",
"Can't create app folder. Please fix permissions. %s" : "Tidak dapat membuat folder Aplikasi. Silakan perbaiki perizinan. %s",
"Archive does not contain a directory named %s" : "Arsip tidak berisi direktori yang bernama %s",
diff --git a/lib/l10n/it.js b/lib/l10n/it.js
index af307f3c0c3..103f7c5a534 100644
--- a/lib/l10n/it.js
+++ b/lib/l10n/it.js
@@ -33,12 +33,11 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n minuto fa","%n minuti fa"],
"seconds ago" : "secondi fa",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Il modulo con id: %s non esiste. Abilitalo nelle impostazioni delle applicazioni o contatta il tuo amministratore.",
- "Empty filename is not allowed" : "Un nome di file vuoto non è consentito",
- "Dot files are not allowed" : "I file con un punto iniziale non sono consentiti",
- "4-byte characters are not supported in file names" : "I caratteri di 4 byte non sono supportati nei nomi dei file",
"File name is a reserved word" : "Il nome del file è una parola riservata",
"File name contains at least one invalid character" : "Il nome del file contiene almeno un carattere non valido",
"File name is too long" : "Il nome del file è troppo lungo",
+ "Dot files are not allowed" : "I file con un punto iniziale non sono consentiti",
+ "Empty filename is not allowed" : "Un nome di file vuoto non è consentito",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Impostazioni server",
@@ -205,6 +204,7 @@ OC.L10N.register(
"Storage connection error. %s" : "Errore di connessione all'archiviazione. %s",
"Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile",
"Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s",
+ "4-byte characters are not supported in file names" : "I caratteri di 4 byte non sono supportati nei nomi dei file",
"App directory already exists" : "La cartella dell'applicazione esiste già",
"Can't create app folder. Please fix permissions. %s" : "Impossibile creare la cartella dell'applicazione. Correggi i permessi. %s",
"Archive does not contain a directory named %s" : "L'archivio non contiene una cartella con nome %s",
diff --git a/lib/l10n/it.json b/lib/l10n/it.json
index 1cf8223f3f4..564e58e8aeb 100644
--- a/lib/l10n/it.json
+++ b/lib/l10n/it.json
@@ -31,12 +31,11 @@
"_%n minute ago_::_%n minutes ago_" : ["%n minuto fa","%n minuti fa"],
"seconds ago" : "secondi fa",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Il modulo con id: %s non esiste. Abilitalo nelle impostazioni delle applicazioni o contatta il tuo amministratore.",
- "Empty filename is not allowed" : "Un nome di file vuoto non è consentito",
- "Dot files are not allowed" : "I file con un punto iniziale non sono consentiti",
- "4-byte characters are not supported in file names" : "I caratteri di 4 byte non sono supportati nei nomi dei file",
"File name is a reserved word" : "Il nome del file è una parola riservata",
"File name contains at least one invalid character" : "Il nome del file contiene almeno un carattere non valido",
"File name is too long" : "Il nome del file è troppo lungo",
+ "Dot files are not allowed" : "I file con un punto iniziale non sono consentiti",
+ "Empty filename is not allowed" : "Un nome di file vuoto non è consentito",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Impostazioni server",
@@ -203,6 +202,7 @@
"Storage connection error. %s" : "Errore di connessione all'archiviazione. %s",
"Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile",
"Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s",
+ "4-byte characters are not supported in file names" : "I caratteri di 4 byte non sono supportati nei nomi dei file",
"App directory already exists" : "La cartella dell'applicazione esiste già",
"Can't create app folder. Please fix permissions. %s" : "Impossibile creare la cartella dell'applicazione. Correggi i permessi. %s",
"Archive does not contain a directory named %s" : "L'archivio non contiene una cartella con nome %s",
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index 11d81383d6f..1d027f91ac2 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -33,12 +33,11 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n 分前"],
"seconds ago" : "数秒前",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "id: %sのモジュールは存在しません。アプリ設定で有効にするか、管理者に問い合わせてください。",
- "Empty filename is not allowed" : "空のファイル名は許可されていません",
- "Dot files are not allowed" : "ドットファイルは許可されていません",
- "4-byte characters are not supported in file names" : "ファイル名に4バイト文字を使用するのはサポートされていません",
"File name is a reserved word" : "ファイル名が予約された単語です",
"File name contains at least one invalid character" : "ファイル名に1文字以上の無効な文字が含まれています",
"File name is too long" : "ファイル名が長すぎます",
+ "Dot files are not allowed" : "ドットファイルは許可されていません",
+ "Empty filename is not allowed" : "空のファイル名は許可されていません",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "サーバー設定",
@@ -205,6 +204,7 @@ OC.L10N.register(
"Storage connection error. %s" : "ストレージへの接続エラー。 %s",
"Storage is temporarily not available" : "ストレージは一時的に利用できません",
"Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s",
+ "4-byte characters are not supported in file names" : "ファイル名に4バイト文字を使用するのはサポートされていません",
"App directory already exists" : "アプリディレクトリはすでに存在します",
"Can't create app folder. Please fix permissions. %s" : "アプリフォルダーを作成できませんでした。%s のパーミッションを修正してください。",
"Archive does not contain a directory named %s" : "%s という名前のディレクトリは、アーカイブに含まれていません",
diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json
index c7694e53fd6..2ca3a20d860 100644
--- a/lib/l10n/ja.json
+++ b/lib/l10n/ja.json
@@ -31,12 +31,11 @@
"_%n minute ago_::_%n minutes ago_" : ["%n 分前"],
"seconds ago" : "数秒前",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "id: %sのモジュールは存在しません。アプリ設定で有効にするか、管理者に問い合わせてください。",
- "Empty filename is not allowed" : "空のファイル名は許可されていません",
- "Dot files are not allowed" : "ドットファイルは許可されていません",
- "4-byte characters are not supported in file names" : "ファイル名に4バイト文字を使用するのはサポートされていません",
"File name is a reserved word" : "ファイル名が予約された単語です",
"File name contains at least one invalid character" : "ファイル名に1文字以上の無効な文字が含まれています",
"File name is too long" : "ファイル名が長すぎます",
+ "Dot files are not allowed" : "ドットファイルは許可されていません",
+ "Empty filename is not allowed" : "空のファイル名は許可されていません",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "サーバー設定",
@@ -203,6 +202,7 @@
"Storage connection error. %s" : "ストレージへの接続エラー。 %s",
"Storage is temporarily not available" : "ストレージは一時的に利用できません",
"Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s",
+ "4-byte characters are not supported in file names" : "ファイル名に4バイト文字を使用するのはサポートされていません",
"App directory already exists" : "アプリディレクトリはすでに存在します",
"Can't create app folder. Please fix permissions. %s" : "アプリフォルダーを作成できませんでした。%s のパーミッションを修正してください。",
"Archive does not contain a directory named %s" : "%s という名前のディレクトリは、アーカイブに含まれていません",
diff --git a/lib/l10n/nb_NO.js b/lib/l10n/nb_NO.js
index a8c58da4e89..934aa02a1e1 100644
--- a/lib/l10n/nb_NO.js
+++ b/lib/l10n/nb_NO.js
@@ -31,12 +31,11 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["for %n minutt siden","for %n minutter siden"],
"seconds ago" : "for få sekunder siden",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul med id: %s eksisterer ikke. Aktiver den i app-innstillingene eller kontakt en administrator.",
- "Empty filename is not allowed" : "Tomt filnavn er ikke tillatt",
- "Dot files are not allowed" : "Punktum-filer er ikke tillatt",
- "4-byte characters are not supported in file names" : "4-byte tegn er ikke tillatt i filnavn",
"File name is a reserved word" : "Filnavnet er et reservert ord",
"File name contains at least one invalid character" : "Filnavnet inneholder minst ett ulovlig tegn",
"File name is too long" : "Filnavnet er for langt",
+ "Dot files are not allowed" : "Punktum-filer er ikke tillatt",
+ "Empty filename is not allowed" : "Tomt filnavn er ikke tillatt",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Tjenerinnstillinger",
@@ -203,6 +202,7 @@ OC.L10N.register(
"Storage connection error. %s" : "Tilkoblingsfeil for lager. %s",
"Storage is temporarily not available" : "Lagring er midlertidig utilgjengelig",
"Storage connection timeout. %s" : "Tidsavbrudd ved tilkobling av lager: %s",
+ "4-byte characters are not supported in file names" : "4-byte tegn er ikke tillatt i filnavn",
"App directory already exists" : "App-mappe finnes allerede",
"Can't create app folder. Please fix permissions. %s" : "Kan ikke opprette app-mappe. Vennligst ordne opp i tillatelser. %s",
"Archive does not contain a directory named %s" : "Arkivet inneholder ikke en mappe med navn %s",
diff --git a/lib/l10n/nb_NO.json b/lib/l10n/nb_NO.json
index 43351d07f07..13f38ee540a 100644
--- a/lib/l10n/nb_NO.json
+++ b/lib/l10n/nb_NO.json
@@ -29,12 +29,11 @@
"_%n minute ago_::_%n minutes ago_" : ["for %n minutt siden","for %n minutter siden"],
"seconds ago" : "for få sekunder siden",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul med id: %s eksisterer ikke. Aktiver den i app-innstillingene eller kontakt en administrator.",
- "Empty filename is not allowed" : "Tomt filnavn er ikke tillatt",
- "Dot files are not allowed" : "Punktum-filer er ikke tillatt",
- "4-byte characters are not supported in file names" : "4-byte tegn er ikke tillatt i filnavn",
"File name is a reserved word" : "Filnavnet er et reservert ord",
"File name contains at least one invalid character" : "Filnavnet inneholder minst ett ulovlig tegn",
"File name is too long" : "Filnavnet er for langt",
+ "Dot files are not allowed" : "Punktum-filer er ikke tillatt",
+ "Empty filename is not allowed" : "Tomt filnavn er ikke tillatt",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Tjenerinnstillinger",
@@ -201,6 +200,7 @@
"Storage connection error. %s" : "Tilkoblingsfeil for lager. %s",
"Storage is temporarily not available" : "Lagring er midlertidig utilgjengelig",
"Storage connection timeout. %s" : "Tidsavbrudd ved tilkobling av lager: %s",
+ "4-byte characters are not supported in file names" : "4-byte tegn er ikke tillatt i filnavn",
"App directory already exists" : "App-mappe finnes allerede",
"Can't create app folder. Please fix permissions. %s" : "Kan ikke opprette app-mappe. Vennligst ordne opp i tillatelser. %s",
"Archive does not contain a directory named %s" : "Arkivet inneholder ikke en mappe med navn %s",
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js
index 150354a1f0a..307e4017e7c 100644
--- a/lib/l10n/nl.js
+++ b/lib/l10n/nl.js
@@ -33,12 +33,11 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n minuut geleden","%n minuten geleden"],
"seconds ago" : "seconden geleden",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Module met id: %s bestaat niet. Activeer het in je apps instellingen, of neem contact op met je beheerder.",
- "Empty filename is not allowed" : "Een lege bestandsnaam is niet toegestaan",
- "Dot files are not allowed" : "Punt bestanden zijn niet toegestaan",
- "4-byte characters are not supported in file names" : "4-byte tekens in bestandsnamen worden niet ondersteund",
"File name is a reserved word" : "Bestandsnaam is een gereserveerd woord",
"File name contains at least one invalid character" : "De bestandsnaam bevat in ieder geval één verboden teken",
"File name is too long" : "De bestandsnaam is te lang",
+ "Dot files are not allowed" : "Punt bestanden zijn niet toegestaan",
+ "Empty filename is not allowed" : "Een lege bestandsnaam is niet toegestaan",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Serverinstellingen",
@@ -205,6 +204,7 @@ OC.L10N.register(
"Storage connection error. %s" : "Opslagverbindingsfout. %s",
"Storage is temporarily not available" : "Opslag is tijdelijk niet beschikbaar",
"Storage connection timeout. %s" : "Opslagverbinding time-out. %s",
+ "4-byte characters are not supported in file names" : "4-byte tekens in bestandsnamen worden niet ondersteund",
"App directory already exists" : "App directory bestaat al",
"Can't create app folder. Please fix permissions. %s" : "Kan de app map niet aanmaken, Herstel de permissies. %s",
"Archive does not contain a directory named %s" : "Archief bevat geen directory genaamd %s",
diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json
index 598be59ad14..be9531e59f9 100644
--- a/lib/l10n/nl.json
+++ b/lib/l10n/nl.json
@@ -31,12 +31,11 @@
"_%n minute ago_::_%n minutes ago_" : ["%n minuut geleden","%n minuten geleden"],
"seconds ago" : "seconden geleden",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Module met id: %s bestaat niet. Activeer het in je apps instellingen, of neem contact op met je beheerder.",
- "Empty filename is not allowed" : "Een lege bestandsnaam is niet toegestaan",
- "Dot files are not allowed" : "Punt bestanden zijn niet toegestaan",
- "4-byte characters are not supported in file names" : "4-byte tekens in bestandsnamen worden niet ondersteund",
"File name is a reserved word" : "Bestandsnaam is een gereserveerd woord",
"File name contains at least one invalid character" : "De bestandsnaam bevat in ieder geval één verboden teken",
"File name is too long" : "De bestandsnaam is te lang",
+ "Dot files are not allowed" : "Punt bestanden zijn niet toegestaan",
+ "Empty filename is not allowed" : "Een lege bestandsnaam is niet toegestaan",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Serverinstellingen",
@@ -203,6 +202,7 @@
"Storage connection error. %s" : "Opslagverbindingsfout. %s",
"Storage is temporarily not available" : "Opslag is tijdelijk niet beschikbaar",
"Storage connection timeout. %s" : "Opslagverbinding time-out. %s",
+ "4-byte characters are not supported in file names" : "4-byte tekens in bestandsnamen worden niet ondersteund",
"App directory already exists" : "App directory bestaat al",
"Can't create app folder. Please fix permissions. %s" : "Kan de app map niet aanmaken, Herstel de permissies. %s",
"Archive does not contain a directory named %s" : "Archief bevat geen directory genaamd %s",
diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js
index cfbfaea9199..c71ffa473b3 100644
--- a/lib/l10n/pl.js
+++ b/lib/l10n/pl.js
@@ -31,11 +31,10 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n minute temu","%n minut temu","%n minut temu"],
"seconds ago" : "sekund temu",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Moduł z id: %s nie istnieje. Należy go włączyć w ustawieniach aplikacji lub skontaktować się z administratorem.",
- "Empty filename is not allowed" : "Pusta nazwa nie jest dozwolona.",
- "4-byte characters are not supported in file names" : "Znaki 4-bajtowe są niedozwolone w nazwach plików",
"File name is a reserved word" : "Nazwa pliku jest zarezerwowana",
"File name contains at least one invalid character" : "Nazwa pliku zawiera co najmniej jeden nieprawidłowy znak",
"File name is too long" : "Nazwa pliku zbyt długa",
+ "Empty filename is not allowed" : "Pusta nazwa nie jest dozwolona.",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Ustawienia serwera",
@@ -169,6 +168,7 @@ OC.L10N.register(
"Data directory (%s) is invalid" : "Katalog danych (%s) jest nieprawidłowy",
"Please check that the data directory contains a file \".ocdata\" in its root." : "Sprawdź, czy katalog danych zawiera plik \".ocdata\".",
"Could not obtain lock type %d on \"%s\"." : "Nie można uzyskać blokady typu %d na \"%s\".",
+ "4-byte characters are not supported in file names" : "Znaki 4-bajtowe są niedozwolone w nazwach plików",
"App directory already exists" : "Katalog aplikacji już isnieje",
"Can't create app folder. Please fix permissions. %s" : "Nie mogę utworzyć katalogu aplikacji. Proszę popraw uprawnienia. %s",
"Archive does not contain a directory named %s" : "Archiwum nie zawiera ścieżki o nazwie %s",
diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json
index 7511c6787e6..1a4160b95c4 100644
--- a/lib/l10n/pl.json
+++ b/lib/l10n/pl.json
@@ -29,11 +29,10 @@
"_%n minute ago_::_%n minutes ago_" : ["%n minute temu","%n minut temu","%n minut temu"],
"seconds ago" : "sekund temu",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Moduł z id: %s nie istnieje. Należy go włączyć w ustawieniach aplikacji lub skontaktować się z administratorem.",
- "Empty filename is not allowed" : "Pusta nazwa nie jest dozwolona.",
- "4-byte characters are not supported in file names" : "Znaki 4-bajtowe są niedozwolone w nazwach plików",
"File name is a reserved word" : "Nazwa pliku jest zarezerwowana",
"File name contains at least one invalid character" : "Nazwa pliku zawiera co najmniej jeden nieprawidłowy znak",
"File name is too long" : "Nazwa pliku zbyt długa",
+ "Empty filename is not allowed" : "Pusta nazwa nie jest dozwolona.",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Ustawienia serwera",
@@ -167,6 +166,7 @@
"Data directory (%s) is invalid" : "Katalog danych (%s) jest nieprawidłowy",
"Please check that the data directory contains a file \".ocdata\" in its root." : "Sprawdź, czy katalog danych zawiera plik \".ocdata\".",
"Could not obtain lock type %d on \"%s\"." : "Nie można uzyskać blokady typu %d na \"%s\".",
+ "4-byte characters are not supported in file names" : "Znaki 4-bajtowe są niedozwolone w nazwach plików",
"App directory already exists" : "Katalog aplikacji już isnieje",
"Can't create app folder. Please fix permissions. %s" : "Nie mogę utworzyć katalogu aplikacji. Proszę popraw uprawnienia. %s",
"Archive does not contain a directory named %s" : "Archiwum nie zawiera ścieżki o nazwie %s",
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js
index 72876e799cd..3904d0f86d1 100644
--- a/lib/l10n/ru.js
+++ b/lib/l10n/ru.js
@@ -32,12 +32,11 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n минута назад","%n минуты назад","%n минут назад","%n минут назад"],
"seconds ago" : "менее минуты",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модуль с ID %s не существует. Пожалуйста включите его в настройках приложений или обратитесь к администратору.",
- "Empty filename is not allowed" : "Пустое имя файла не допускается",
- "Dot files are not allowed" : "Файлы начинающиеся с точки не допускаются",
- "4-byte characters are not supported in file names" : "4-х байтовые символы в имени файлов не допускаются",
"File name is a reserved word" : "Имя файла является зарезервированным словом",
"File name contains at least one invalid character" : "Имя файла содержит по крайней мере один некорректный символ",
"File name is too long" : "Имя файла слишком длинное.",
+ "Dot files are not allowed" : "Файлы начинающиеся с точки не допускаются",
+ "Empty filename is not allowed" : "Пустое имя файла не допускается",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Настройки сервера",
@@ -204,6 +203,7 @@ OC.L10N.register(
"Storage connection error. %s" : "Ошибка подключения к хранилищу. %s",
"Storage is temporarily not available" : "Хранилище временно недоступно",
"Storage connection timeout. %s" : "Истекло время ожидания подключения к хранилищу. %s",
+ "4-byte characters are not supported in file names" : "4-х байтовые символы в имени файлов не допускаются",
"App directory already exists" : "Каталог приложения уже существует",
"Can't create app folder. Please fix permissions. %s" : "Не удалось создать каталог приложения. Исправьте права доступа. %s",
"Archive does not contain a directory named %s" : "Архив не содержит папки с именем %s",
diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json
index c17b3ffe609..a64f3c29c98 100644
--- a/lib/l10n/ru.json
+++ b/lib/l10n/ru.json
@@ -30,12 +30,11 @@
"_%n minute ago_::_%n minutes ago_" : ["%n минута назад","%n минуты назад","%n минут назад","%n минут назад"],
"seconds ago" : "менее минуты",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модуль с ID %s не существует. Пожалуйста включите его в настройках приложений или обратитесь к администратору.",
- "Empty filename is not allowed" : "Пустое имя файла не допускается",
- "Dot files are not allowed" : "Файлы начинающиеся с точки не допускаются",
- "4-byte characters are not supported in file names" : "4-х байтовые символы в имени файлов не допускаются",
"File name is a reserved word" : "Имя файла является зарезервированным словом",
"File name contains at least one invalid character" : "Имя файла содержит по крайней мере один некорректный символ",
"File name is too long" : "Имя файла слишком длинное.",
+ "Dot files are not allowed" : "Файлы начинающиеся с точки не допускаются",
+ "Empty filename is not allowed" : "Пустое имя файла не допускается",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Настройки сервера",
@@ -202,6 +201,7 @@
"Storage connection error. %s" : "Ошибка подключения к хранилищу. %s",
"Storage is temporarily not available" : "Хранилище временно недоступно",
"Storage connection timeout. %s" : "Истекло время ожидания подключения к хранилищу. %s",
+ "4-byte characters are not supported in file names" : "4-х байтовые символы в имени файлов не допускаются",
"App directory already exists" : "Каталог приложения уже существует",
"Can't create app folder. Please fix permissions. %s" : "Не удалось создать каталог приложения. Исправьте права доступа. %s",
"Archive does not contain a directory named %s" : "Архив не содержит папки с именем %s",
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js
index 417c991337d..bdf63be8b5f 100644
--- a/lib/l10n/zh_TW.js
+++ b/lib/l10n/zh_TW.js
@@ -31,12 +31,11 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n 分鐘前"],
"seconds ago" : "幾秒前",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模組編號: %s 不存在,請在應用程式設定中開啟,或是聯絡系統管理員",
- "Empty filename is not allowed" : "不允許空白的檔名",
- "Dot files are not allowed" : "不允許小數點開頭的檔案",
- "4-byte characters are not supported in file names" : "檔案名稱不支援4位元的字元",
"File name is a reserved word" : "檔案名稱是預設保留字",
"File name contains at least one invalid character" : "檔案名稱含有不合法的字元",
"File name is too long" : "檔案名稱太長",
+ "Dot files are not allowed" : "不允許小數點開頭的檔案",
+ "Empty filename is not allowed" : "不允許空白的檔名",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "伺服器設定",
@@ -202,6 +201,7 @@ OC.L10N.register(
"Storage incomplete configuration. %s" : "儲存空間配置尚未完成。%s",
"Storage connection error. %s" : "儲存空間連線錯誤。%s",
"Storage connection timeout. %s" : "儲存空間連線逾時。%s",
+ "4-byte characters are not supported in file names" : "檔案名稱不支援4位元的字元",
"App directory already exists" : "應用程式目錄已經存在",
"Can't create app folder. Please fix permissions. %s" : "無法建立應用程式目錄,請檢查權限:%s",
"Archive does not contain a directory named %s" : "檔案文件未包含目錄名稱 %s",
diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json
index 24f4eb07ec8..e2f39b8c3b1 100644
--- a/lib/l10n/zh_TW.json
+++ b/lib/l10n/zh_TW.json
@@ -29,12 +29,11 @@
"_%n minute ago_::_%n minutes ago_" : ["%n 分鐘前"],
"seconds ago" : "幾秒前",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模組編號: %s 不存在,請在應用程式設定中開啟,或是聯絡系統管理員",
- "Empty filename is not allowed" : "不允許空白的檔名",
- "Dot files are not allowed" : "不允許小數點開頭的檔案",
- "4-byte characters are not supported in file names" : "檔案名稱不支援4位元的字元",
"File name is a reserved word" : "檔案名稱是預設保留字",
"File name contains at least one invalid character" : "檔案名稱含有不合法的字元",
"File name is too long" : "檔案名稱太長",
+ "Dot files are not allowed" : "不允許小數點開頭的檔案",
+ "Empty filename is not allowed" : "不允許空白的檔名",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "伺服器設定",
@@ -200,6 +199,7 @@
"Storage incomplete configuration. %s" : "儲存空間配置尚未完成。%s",
"Storage connection error. %s" : "儲存空間連線錯誤。%s",
"Storage connection timeout. %s" : "儲存空間連線逾時。%s",
+ "4-byte characters are not supported in file names" : "檔案名稱不支援4位元的字元",
"App directory already exists" : "應用程式目錄已經存在",
"Can't create app folder. Please fix permissions. %s" : "無法建立應用程式目錄,請檢查權限:%s",
"Archive does not contain a directory named %s" : "檔案文件未包含目錄名稱 %s",