summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-08-28 01:55:25 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-08-28 01:55:25 -0400
commit933ac14b767f78d99f4b45456467e7513c57ffa7 (patch)
treef7b02721f3e9c16b7db349fdeee266370b74725c /lib/l10n
parent8c83a5dde27c367a9a25007aa3ac80625dbb6a50 (diff)
downloadnextcloud-server-933ac14b767f78d99f4b45456467e7513c57ffa7.tar.gz
nextcloud-server-933ac14b767f78d99f4b45456467e7513c57ffa7.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/es.js2
-rw-r--r--lib/l10n/es.json2
-rw-r--r--lib/l10n/nl.js1
-rw-r--r--lib/l10n/nl.json1
-rw-r--r--lib/l10n/th_TH.js1
-rw-r--r--lib/l10n/th_TH.json1
6 files changed, 6 insertions, 2 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index 5c66377bc56..e08ed66f1b5 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -116,7 +116,7 @@ OC.L10N.register(
"A valid password must be provided" : "Se debe proporcionar una contraseña válida",
"The username is already being used" : "El nombre de usuario ya está en uso",
"No database drivers (sqlite, mysql, or postgresql) installed." : "No están instalados los drivers de BBDD (sqlite, mysql, o postgresql)",
- "Microsoft Windows Platform is not supported" : "Plataforma Microsoft Windows no está soportada",
+ "Microsoft Windows Platform is not supported" : "La plataforma Microsoft Windows no está soportada",
"Running ownCloud 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 ownCloud en la plataforma Microsoft Windows no está soportada. Sugerimos que utilice un servidor Linux en una máquina virtual si no posee opción de migrar de servidor. Encuentre paquetes de Linux así como implementar máquinas virtuales en <a href=\"%s\">%s</a>. Para migrar instalaciones actuales hacia Linux puede encontrar algunos consejos y un script de migración en <a href=\"%s\">nuestra documentación</a>.",
"Cannot write into \"config\" directory" : "No se puede escribir el el directorio de configuración",
"Cannot write into \"apps\" directory" : "No se puede escribir en el directorio de \"apps\"",
diff --git a/lib/l10n/es.json b/lib/l10n/es.json
index 57b4f936e8a..f9bca103231 100644
--- a/lib/l10n/es.json
+++ b/lib/l10n/es.json
@@ -114,7 +114,7 @@
"A valid password must be provided" : "Se debe proporcionar una contraseña válida",
"The username is already being used" : "El nombre de usuario ya está en uso",
"No database drivers (sqlite, mysql, or postgresql) installed." : "No están instalados los drivers de BBDD (sqlite, mysql, o postgresql)",
- "Microsoft Windows Platform is not supported" : "Plataforma Microsoft Windows no está soportada",
+ "Microsoft Windows Platform is not supported" : "La plataforma Microsoft Windows no está soportada",
"Running ownCloud 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 ownCloud en la plataforma Microsoft Windows no está soportada. Sugerimos que utilice un servidor Linux en una máquina virtual si no posee opción de migrar de servidor. Encuentre paquetes de Linux así como implementar máquinas virtuales en <a href=\"%s\">%s</a>. Para migrar instalaciones actuales hacia Linux puede encontrar algunos consejos y un script de migración en <a href=\"%s\">nuestra documentación</a>.",
"Cannot write into \"config\" directory" : "No se puede escribir el el directorio de configuración",
"Cannot write into \"apps\" directory" : "No se puede escribir en el directorio de \"apps\"",
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js
index c7a68c9000f..d08e8294dfb 100644
--- a/lib/l10n/nl.js
+++ b/lib/l10n/nl.js
@@ -49,6 +49,7 @@ OC.L10N.register(
"Can't read file" : "Kan bestand niet lezen",
"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",
"No source specified when installing app" : "Geen bron opgegeven bij installatie van de app",
"No href specified when installing app from http" : "Geen href opgegeven bij installeren van de app vanaf http",
"No path specified when installing app from local file" : "Geen pad opgegeven bij installeren van de app vanaf een lokaal bestand",
diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json
index 560e20fbd4f..8d0b5dc7169 100644
--- a/lib/l10n/nl.json
+++ b/lib/l10n/nl.json
@@ -47,6 +47,7 @@
"Can't read file" : "Kan bestand niet lezen",
"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",
"No source specified when installing app" : "Geen bron opgegeven bij installatie van de app",
"No href specified when installing app from http" : "Geen href opgegeven bij installeren van de app vanaf http",
"No path specified when installing app from local file" : "Geen pad opgegeven bij installeren van de app vanaf een lokaal bestand",
diff --git a/lib/l10n/th_TH.js b/lib/l10n/th_TH.js
index c2d327e22d5..2ff86f599e9 100644
--- a/lib/l10n/th_TH.js
+++ b/lib/l10n/th_TH.js
@@ -49,6 +49,7 @@ OC.L10N.register(
"Can't read file" : "ไม่สามารถอ่านไฟล์",
"App directory already exists" : "มีไดเรกทอรีแอพฯอยู่แล้ว",
"Can't create app folder. Please fix permissions. %s" : "ไม่สามารถสร้างโฟลเดอร์แอพพลิเคชัน โปรดแก้ไขการอนุญาต: %s",
+ "Archive does not contain a directory named %s" : "เอกสารไม่สามารถประกอบด้วยไดเรกทอรีชื่อ %s",
"No source specified when installing app" : "ไม่ได้ระบุแหล่งที่มาเมื่อติดตั้งแอพพลิเคชัน",
"No href specified when installing app from http" : "ไม่ได้ระบุ href เมื่อกำลังติดตั้งแอพพลิเคชันจาก http",
"No path specified when installing app from local file" : "ไม่ได้ระบุเส้นทางไว้เมื่อกำลังติดตั้งแอพฯจากไฟล์ต้นทาง",
diff --git a/lib/l10n/th_TH.json b/lib/l10n/th_TH.json
index d6ffcb5f73d..a215b67a180 100644
--- a/lib/l10n/th_TH.json
+++ b/lib/l10n/th_TH.json
@@ -47,6 +47,7 @@
"Can't read file" : "ไม่สามารถอ่านไฟล์",
"App directory already exists" : "มีไดเรกทอรีแอพฯอยู่แล้ว",
"Can't create app folder. Please fix permissions. %s" : "ไม่สามารถสร้างโฟลเดอร์แอพพลิเคชัน โปรดแก้ไขการอนุญาต: %s",
+ "Archive does not contain a directory named %s" : "เอกสารไม่สามารถประกอบด้วยไดเรกทอรีชื่อ %s",
"No source specified when installing app" : "ไม่ได้ระบุแหล่งที่มาเมื่อติดตั้งแอพพลิเคชัน",
"No href specified when installing app from http" : "ไม่ได้ระบุ href เมื่อกำลังติดตั้งแอพพลิเคชันจาก http",
"No path specified when installing app from local file" : "ไม่ได้ระบุเส้นทางไว้เมื่อกำลังติดตั้งแอพฯจากไฟล์ต้นทาง",