aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-24 01:55:06 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-24 01:55:06 -0400
commit4dc17e486386895b420a4038a9fd664d1a33eb59 (patch)
tree803a7ec8cb0114f1bf08dce5745b9fe0e281e97f /lib/l10n
parentafce892e9ce2082e896667e0869e8e89d20d0203 (diff)
downloadnextcloud-server-4dc17e486386895b420a4038a9fd664d1a33eb59.tar.gz
nextcloud-server-4dc17e486386895b420a4038a9fd664d1a33eb59.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/pt_PT.js26
-rw-r--r--lib/l10n/pt_PT.json26
-rw-r--r--lib/l10n/th_TH.js32
-rw-r--r--lib/l10n/th_TH.json32
4 files changed, 66 insertions, 50 deletions
diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js
index aa80b307754..8c392f77c39 100644
--- a/lib/l10n/pt_PT.js
+++ b/lib/l10n/pt_PT.js
@@ -17,8 +17,22 @@ OC.L10N.register(
"Following platforms are supported: %s" : "As seguintes plataformas são suportadas: %s",
"ownCloud %s or higher is required." : "É necessário ownCloud %s ou superior.",
"ownCloud %s or lower is required." : "É necessário ownCloud %s ou inferior.",
+ "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a id: %s não existe. Por favor, ative-o nas definições da sua app ou contacte o seu administrador.",
+ "%s enter the database username and name." : "%s introduza o nome de utilizador da base de dados e o nome da base de dados.",
+ "%s enter the database username." : "%s introduza o nome de utilizador da base de dados",
+ "%s enter the database name." : "%s introduza o nome da base de dados",
+ "%s you may not use dots in the database name" : "%s não é permitido utilizar pontos (.) no nome da base de dados",
+ "Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle",
+ "Oracle username and/or password not valid" : "Nome de utilizador/password do Oracle inválida",
+ "DB Error: \"%s\"" : "Erro na BD: \"%s\"",
+ "Offending command was: \"%s\"" : "O comando gerador de erro foi: \"%s\"",
+ "You need to enter either an existing account or the administrator." : "Precisa de introduzir uma conta existente ou de administrador",
+ "Offending command was: \"%s\", name: %s, password: %s" : "O comando gerador de erro foi: \"%s\", nome: %s, password: %s",
+ "PostgreSQL username and/or password not valid" : "Nome de utilizador/password do PostgreSQL inválido",
"You are not allowed to share %s" : "Não está autorizado a partilhar %s",
"Cannot increase permissions of %s" : "Não é possível aumentar as permissões de %s",
+ "Files can't be shared with delete permissions" : "Ficheiros não podem ser partilhados com permissões de apagar",
+ "Files can't be shared with create permissions" : "Ficheiros não podem ser partilhados com permissões de criação",
"Expiration date is in the past" : "A data de expiração está no passado",
"Cannot set expiration date more than %s days in the future" : "Não é possível definir data de expiração a mais de %s dias no futuro",
"Help" : "Ajuda",
@@ -40,7 +54,6 @@ OC.L10N.register(
"_%n year ago_::_%n years ago_" : ["%n ano atrás","%n anos atrás"],
"seconds ago" : "Minutos atrás",
"web services under your control" : "serviços web sob o seu controlo",
- "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a id: %s não existe. Por favor, ative-o nas definições da sua app ou contacte o seu administrador.",
"Empty filename is not allowed" : "Não é permitido um ficheiro sem nome",
"Dot files are not allowed" : "Ficheiros dot não são permitidos",
"4-byte characters are not supported in file names" : "Carateres 4-byte não são suportados como nome de ficheiros",
@@ -68,17 +81,6 @@ OC.L10N.register(
"Authentication error" : "Erro na autenticação",
"Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.",
"Unknown user" : "Utilizador desconhecido",
- "%s enter the database username and name." : "%s introduza o nome de utilizador da base de dados e o nome da base de dados.",
- "%s enter the database username." : "%s introduza o nome de utilizador da base de dados",
- "%s enter the database name." : "%s introduza o nome da base de dados",
- "%s you may not use dots in the database name" : "%s não é permitido utilizar pontos (.) no nome da base de dados",
- "Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle",
- "Oracle username and/or password not valid" : "Nome de utilizador/password do Oracle inválida",
- "DB Error: \"%s\"" : "Erro na BD: \"%s\"",
- "Offending command was: \"%s\"" : "O comando gerador de erro foi: \"%s\"",
- "You need to enter either an existing account or the administrator." : "Precisa de introduzir uma conta existente ou de administrador",
- "Offending command was: \"%s\", name: %s, password: %s" : "O comando gerador de erro foi: \"%s\", nome: %s, password: %s",
- "PostgreSQL username and/or password not valid" : "Nome de utilizador/password do PostgreSQL inválido",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar correctamente. Utilize por sua conta e risco.",
"For the best results, please consider using a GNU/Linux server instead." : "Para um melhor resultado, utilize antes o servidor GNU/Linux.",
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Parece que a instância %s está a ser executada num ambiente PHP de 32-bits e o open_basedir foi configurado no php.ini. Isto levará a problemas com ficheiros de tamanho superior a 4 GB e é altamente desencorajado.",
diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json
index 2306fece4f2..8a7f0ab575e 100644
--- a/lib/l10n/pt_PT.json
+++ b/lib/l10n/pt_PT.json
@@ -15,8 +15,22 @@
"Following platforms are supported: %s" : "As seguintes plataformas são suportadas: %s",
"ownCloud %s or higher is required." : "É necessário ownCloud %s ou superior.",
"ownCloud %s or lower is required." : "É necessário ownCloud %s ou inferior.",
+ "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a id: %s não existe. Por favor, ative-o nas definições da sua app ou contacte o seu administrador.",
+ "%s enter the database username and name." : "%s introduza o nome de utilizador da base de dados e o nome da base de dados.",
+ "%s enter the database username." : "%s introduza o nome de utilizador da base de dados",
+ "%s enter the database name." : "%s introduza o nome da base de dados",
+ "%s you may not use dots in the database name" : "%s não é permitido utilizar pontos (.) no nome da base de dados",
+ "Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle",
+ "Oracle username and/or password not valid" : "Nome de utilizador/password do Oracle inválida",
+ "DB Error: \"%s\"" : "Erro na BD: \"%s\"",
+ "Offending command was: \"%s\"" : "O comando gerador de erro foi: \"%s\"",
+ "You need to enter either an existing account or the administrator." : "Precisa de introduzir uma conta existente ou de administrador",
+ "Offending command was: \"%s\", name: %s, password: %s" : "O comando gerador de erro foi: \"%s\", nome: %s, password: %s",
+ "PostgreSQL username and/or password not valid" : "Nome de utilizador/password do PostgreSQL inválido",
"You are not allowed to share %s" : "Não está autorizado a partilhar %s",
"Cannot increase permissions of %s" : "Não é possível aumentar as permissões de %s",
+ "Files can't be shared with delete permissions" : "Ficheiros não podem ser partilhados com permissões de apagar",
+ "Files can't be shared with create permissions" : "Ficheiros não podem ser partilhados com permissões de criação",
"Expiration date is in the past" : "A data de expiração está no passado",
"Cannot set expiration date more than %s days in the future" : "Não é possível definir data de expiração a mais de %s dias no futuro",
"Help" : "Ajuda",
@@ -38,7 +52,6 @@
"_%n year ago_::_%n years ago_" : ["%n ano atrás","%n anos atrás"],
"seconds ago" : "Minutos atrás",
"web services under your control" : "serviços web sob o seu controlo",
- "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a id: %s não existe. Por favor, ative-o nas definições da sua app ou contacte o seu administrador.",
"Empty filename is not allowed" : "Não é permitido um ficheiro sem nome",
"Dot files are not allowed" : "Ficheiros dot não são permitidos",
"4-byte characters are not supported in file names" : "Carateres 4-byte não são suportados como nome de ficheiros",
@@ -66,17 +79,6 @@
"Authentication error" : "Erro na autenticação",
"Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.",
"Unknown user" : "Utilizador desconhecido",
- "%s enter the database username and name." : "%s introduza o nome de utilizador da base de dados e o nome da base de dados.",
- "%s enter the database username." : "%s introduza o nome de utilizador da base de dados",
- "%s enter the database name." : "%s introduza o nome da base de dados",
- "%s you may not use dots in the database name" : "%s não é permitido utilizar pontos (.) no nome da base de dados",
- "Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle",
- "Oracle username and/or password not valid" : "Nome de utilizador/password do Oracle inválida",
- "DB Error: \"%s\"" : "Erro na BD: \"%s\"",
- "Offending command was: \"%s\"" : "O comando gerador de erro foi: \"%s\"",
- "You need to enter either an existing account or the administrator." : "Precisa de introduzir uma conta existente ou de administrador",
- "Offending command was: \"%s\", name: %s, password: %s" : "O comando gerador de erro foi: \"%s\", nome: %s, password: %s",
- "PostgreSQL username and/or password not valid" : "Nome de utilizador/password do PostgreSQL inválido",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar correctamente. Utilize por sua conta e risco.",
"For the best results, please consider using a GNU/Linux server instead." : "Para um melhor resultado, utilize antes o servidor GNU/Linux.",
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Parece que a instância %s está a ser executada num ambiente PHP de 32-bits e o open_basedir foi configurado no php.ini. Isto levará a problemas com ficheiros de tamanho superior a 4 GB e é altamente desencorajado.",
diff --git a/lib/l10n/th_TH.js b/lib/l10n/th_TH.js
index 09739c87609..47cc1f10263 100644
--- a/lib/l10n/th_TH.js
+++ b/lib/l10n/th_TH.js
@@ -8,7 +8,7 @@ OC.L10N.register(
"Sample configuration detected" : "ตรวจพบการกำหนดค่าตัวอย่าง",
"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" : "ตรวจพบว่าการกำหนดค่าตัวอย่างที่ถูกคัดลอก นี้สามารถทำลายการติดตั้งของคุณและไม่ได้รับการสนับสนุน โปรดอ่านเอกสารก่อนที่จะดำเนินการเปลี่ยนแปลงใน config.php",
"PHP %s or higher is required." : "จำเป็นต้องมี PHP รุ่น %s หรือที่สูงกว่า ",
- "PHP with a version lower than %s is required." : "PHP จะต้องมีรุ่นที่ต่ำกว่า %s",
+ "PHP with a version lower than %s is required." : "รุ่น PHP ของคุณต่ำกว่า %s",
"Following databases are supported: %s" : "ฐานข้อมูลต่อไปนี้ได้รับการสนับสนุน: %s",
"The command line tool %s could not be found" : "ไม่พบเครื่องมือบรรทัดคำสั่ง %s ",
"The library %s is not available." : "ไลบรารี %s ไม่สามารถใช้ได้",
@@ -17,8 +17,22 @@ OC.L10N.register(
"Following platforms are supported: %s" : "แพลตฟอร์มต่อไปนี้ได้รับการสนับสนุน: %s",
"ownCloud %s or higher is required." : "จำเป็นต้องมี ownCloud รุ่น %s หรือรุ่นที่สูงกว่า",
"ownCloud %s or lower is required." : "ต้องการ ownCloud %s หรือรุ่นที่ต่ำกว่า",
+ "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "โมดูลที่มีไอดี: %s ไม่มีอยู่ กรุณาเปิดใช้งานได้ในการตั้งค่าแอพพลิเคชันของคุณหรือติดต่อผู้ดูแลระบบ",
+ "%s enter the database username and name." : "%s ป้อนชื่อผู้ใช้ฐานข้อมูล และชื่อ",
+ "%s enter the database username." : "%s ใส่ชื่อผู้ใช้ฐานข้อมูล",
+ "%s enter the database name." : "%s ใส่ชื่อฐานข้อมูล",
+ "%s you may not use dots in the database name" : "%s บางที่คุณไม่ควรใช้จุดในชื่อฐานข้อมูล",
+ "Oracle connection could not be established" : "ไม่สามารถสร้างการเชื่อมต่อกับ Oracle ",
+ "Oracle username and/or password not valid" : "Oracle ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
+ "DB Error: \"%s\"" : "ข้อผิดพลาดในฐานข้อมูล: \"%s\"",
+ "Offending command was: \"%s\"" : "คำสั่งที่ทำผิดคือ: \"%s\"",
+ "You need to enter either an existing account or the administrator." : "คุณจำเป็นต้องใส่ทั้งบัญชีที่มีอยู่หรือบัญชีผู้ดูแล",
+ "Offending command was: \"%s\", name: %s, password: %s" : "คำสั่งที่กระทำผิดคือ: \"%s\", ชื่อผู้ใช้: %s, รหัสผ่าน: %s",
+ "PostgreSQL username and/or password not valid" : "PostgreSQL ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
"You are not allowed to share %s" : "คุณยังไม่ได้รับอนุญาตให้แชร์ %s",
"Cannot increase permissions of %s" : "ไม่สามารถเพิ่มสิทธิ์ของ %s",
+ "Files can't be shared with delete permissions" : "ไม่สามารถแชร์ไฟล์และลบสิทธิ์",
+ "Files can't be shared with create permissions" : "ไม่สามารถแชร์ไฟล์และสร้างสิทธิ์",
"Expiration date is in the past" : "วันหมดอายุอยู่ในอดีตที่ผ่านมา",
"Cannot set expiration date more than %s days in the future" : "ไม่สามารถกำหนดวันหมดอายุให้มากกว่า %s วันในอนาคต",
"Help" : "ช่วยเหลือ",
@@ -26,7 +40,8 @@ OC.L10N.register(
"Users" : "ผู้ใช้งาน",
"Admin" : "ผู้ดูแล",
"Recommended" : "แนะนำ",
- "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "แอพฯ \"%s\" ไม่สามารถติดตั้งได้เพราะเข้ากันไม่ได้กับรุ่นของ ownCloud นี้",
+ "App \"%s\" cannot be installed because appinfo file cannot be read." : "แอพฯ \"%s\" ไม่สามารถติดตั้งได้เพราะไฟล์ appInfo ไม่สามารถอ่านได้",
+ "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "ไม่สามารถติดตั้งแอพฯ \"%s\" เพราะมันเข้ากันไม่ได้กับรุ่นของ ownCloud นี้",
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "แอพฯ \"%s\" ไม่สามารถติดตั้งเพราะไม่ได้ปฏิบัติตามการอ้างอิงต่อไปนี้: %s",
"No app name specified" : "ไม่ได้ระบุชื่อแอพพลิเคชัน",
"Unknown filetype" : "ไม่รู้จักชนิดของไฟล์",
@@ -42,7 +57,6 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n นาทีที่ผ่านมา"],
"seconds ago" : "วินาที ก่อนหน้านี้",
"web services under your control" : "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้",
- "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 ไบต์ไม่ได้รับการสนับสนุนในชื่อไฟล์",
@@ -64,20 +78,11 @@ OC.L10N.register(
"App can't be installed because of not allowed code in the App" : "ไม่สามารถติดตั้งแอพพลิเคชันเพราะไม่ได้อนุญาตรหัสในแอพพลิเคชัน",
"App can't be installed because it is not compatible with this version of ownCloud" : "ไม่สามารถติดตั้งแอพพลิเคชันเพราะมันเข้ากันไม่ได้กับรุ่นของ ownCloud นี้",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "ไม่สามารถติดตั้งแอพพลิเคชันเพราะมันมี <shipped>จริง</shipped> แท็กที่ไม่ได้รับอนุญาต",
+ "App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "ไม่สามารถติดตั้งแอพฯ เพราะว่ารุ่นของ info.xml ไม่ตรงกับรุ่นที่ระบุไว้จากแอพสโตร์",
"Application is not enabled" : "แอพพลิเคชั่นดังกล่าวยังไม่ได้เปิดใช้งาน",
"Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน",
"Token expired. Please reload page." : "รหัสยืนยันความถูกต้องหมดอายุแล้ว กรุณาโหลดหน้าเว็บใหม่อีกครั้ง",
"Unknown user" : "ไม่รู้จักผู้ใช้",
- "%s enter the database username." : "%s ใส่ชื่อผู้ใช้ฐานข้อมูล",
- "%s enter the database name." : "%s ใส่ชื่อฐานข้อมูล",
- "%s you may not use dots in the database name" : "%s บางที่คุณไม่ควรใช้จุดในชื่อฐานข้อมูล",
- "Oracle connection could not be established" : "ไม่สามารถสร้างการเชื่อมต่อกับ Oracle ",
- "Oracle username and/or password not valid" : "Oracle ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
- "DB Error: \"%s\"" : "ข้อผิดพลาดในฐานข้อมูล: \"%s\"",
- "Offending command was: \"%s\"" : "คำสั่งที่ทำผิดคือ: \"%s\"",
- "You need to enter either an existing account or the administrator." : "คุณจำเป็นต้องใส่ทั้งบัญชีที่มีอยู่หรือบัญชีผู้ดูแล",
- "Offending command was: \"%s\", name: %s, password: %s" : "คำสั่งที่กระทำผิดคือ: \"%s\", ชื่อผู้ใช้: %s, รหัสผ่าน: %s",
- "PostgreSQL username and/or password not valid" : "PostgreSQL ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "ระบบปฏิบัติการ Mac OS X ไม่ได้รับการสนับสนุนและ %s จะไม่ทำงานบนแพลตฟอร์มนี้ ใช้มันบนความเสี่ยงของคุณเอง!",
"For the best results, please consider using a GNU/Linux server instead." : "เพื่อให้ได้ผลลัพธ์ที่ดีที่สุดโปรดพิจารณาใช้เซิร์ฟเวอร์ GNU/Linux แทน",
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "ดูเหมือนว่า %s ทำงานบน PHP 32 บิต และ open_basedir ได้ถูกกำหนดค่าใน php.ini ซึ่งจะมีปัญหาหากไฟล์มีขนาดกว่า 4 GB กิกะไบต์",
@@ -137,6 +142,7 @@ OC.L10N.register(
"Adjusting this setting in php.ini will make ownCloud run again" : "การปรับตั้งค่าใน php.ini นี้ ownCloud จะทำงานอีกครั้ง",
"mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload ถูกตั้งเป็น \"%s\" แทนที่จะเป็น \"0\"",
"To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "หากต้องการแก้ไขปัญหานี้กรุณาแก้ <code>mbstring.func_overload</code> เป็น <code>0</code> ในไฟล์ php.ini ของคุณ",
+ "To fix this issue update your libxml2 version and restart your web server." : "เพื่อแก้ไขปัญหานี้ กรุณาอัพเดทรุ่นของ libxml2 และรีสตาร์ทเว็บเซิร์ฟเวอร์ของคุณ",
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "เห็นได้ชัดว่า PHP มีการตั้งค่าเพื่อดึงบล็อกเอกสารแบบอินไลน์ ซึ่งจะทำให้แอพพลิเคชันไม่สามารถเข้าถึงได้",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "นี้อาจเกิดจาก cache/accelerator อย่างเช่น Zend OPcache หรือ eAccelerator",
"PHP modules have been installed, but they are still listed as missing?" : "โมดูล PHP ได้รับการติดตั้ง แต่พวกเขาไม่ได้ระบุไว้หรือมันอาจหายไป?",
diff --git a/lib/l10n/th_TH.json b/lib/l10n/th_TH.json
index 003f22c00ad..69799f6b1ed 100644
--- a/lib/l10n/th_TH.json
+++ b/lib/l10n/th_TH.json
@@ -6,7 +6,7 @@
"Sample configuration detected" : "ตรวจพบการกำหนดค่าตัวอย่าง",
"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" : "ตรวจพบว่าการกำหนดค่าตัวอย่างที่ถูกคัดลอก นี้สามารถทำลายการติดตั้งของคุณและไม่ได้รับการสนับสนุน โปรดอ่านเอกสารก่อนที่จะดำเนินการเปลี่ยนแปลงใน config.php",
"PHP %s or higher is required." : "จำเป็นต้องมี PHP รุ่น %s หรือที่สูงกว่า ",
- "PHP with a version lower than %s is required." : "PHP จะต้องมีรุ่นที่ต่ำกว่า %s",
+ "PHP with a version lower than %s is required." : "รุ่น PHP ของคุณต่ำกว่า %s",
"Following databases are supported: %s" : "ฐานข้อมูลต่อไปนี้ได้รับการสนับสนุน: %s",
"The command line tool %s could not be found" : "ไม่พบเครื่องมือบรรทัดคำสั่ง %s ",
"The library %s is not available." : "ไลบรารี %s ไม่สามารถใช้ได้",
@@ -15,8 +15,22 @@
"Following platforms are supported: %s" : "แพลตฟอร์มต่อไปนี้ได้รับการสนับสนุน: %s",
"ownCloud %s or higher is required." : "จำเป็นต้องมี ownCloud รุ่น %s หรือรุ่นที่สูงกว่า",
"ownCloud %s or lower is required." : "ต้องการ ownCloud %s หรือรุ่นที่ต่ำกว่า",
+ "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "โมดูลที่มีไอดี: %s ไม่มีอยู่ กรุณาเปิดใช้งานได้ในการตั้งค่าแอพพลิเคชันของคุณหรือติดต่อผู้ดูแลระบบ",
+ "%s enter the database username and name." : "%s ป้อนชื่อผู้ใช้ฐานข้อมูล และชื่อ",
+ "%s enter the database username." : "%s ใส่ชื่อผู้ใช้ฐานข้อมูล",
+ "%s enter the database name." : "%s ใส่ชื่อฐานข้อมูล",
+ "%s you may not use dots in the database name" : "%s บางที่คุณไม่ควรใช้จุดในชื่อฐานข้อมูล",
+ "Oracle connection could not be established" : "ไม่สามารถสร้างการเชื่อมต่อกับ Oracle ",
+ "Oracle username and/or password not valid" : "Oracle ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
+ "DB Error: \"%s\"" : "ข้อผิดพลาดในฐานข้อมูล: \"%s\"",
+ "Offending command was: \"%s\"" : "คำสั่งที่ทำผิดคือ: \"%s\"",
+ "You need to enter either an existing account or the administrator." : "คุณจำเป็นต้องใส่ทั้งบัญชีที่มีอยู่หรือบัญชีผู้ดูแล",
+ "Offending command was: \"%s\", name: %s, password: %s" : "คำสั่งที่กระทำผิดคือ: \"%s\", ชื่อผู้ใช้: %s, รหัสผ่าน: %s",
+ "PostgreSQL username and/or password not valid" : "PostgreSQL ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
"You are not allowed to share %s" : "คุณยังไม่ได้รับอนุญาตให้แชร์ %s",
"Cannot increase permissions of %s" : "ไม่สามารถเพิ่มสิทธิ์ของ %s",
+ "Files can't be shared with delete permissions" : "ไม่สามารถแชร์ไฟล์และลบสิทธิ์",
+ "Files can't be shared with create permissions" : "ไม่สามารถแชร์ไฟล์และสร้างสิทธิ์",
"Expiration date is in the past" : "วันหมดอายุอยู่ในอดีตที่ผ่านมา",
"Cannot set expiration date more than %s days in the future" : "ไม่สามารถกำหนดวันหมดอายุให้มากกว่า %s วันในอนาคต",
"Help" : "ช่วยเหลือ",
@@ -24,7 +38,8 @@
"Users" : "ผู้ใช้งาน",
"Admin" : "ผู้ดูแล",
"Recommended" : "แนะนำ",
- "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "แอพฯ \"%s\" ไม่สามารถติดตั้งได้เพราะเข้ากันไม่ได้กับรุ่นของ ownCloud นี้",
+ "App \"%s\" cannot be installed because appinfo file cannot be read." : "แอพฯ \"%s\" ไม่สามารถติดตั้งได้เพราะไฟล์ appInfo ไม่สามารถอ่านได้",
+ "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "ไม่สามารถติดตั้งแอพฯ \"%s\" เพราะมันเข้ากันไม่ได้กับรุ่นของ ownCloud นี้",
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "แอพฯ \"%s\" ไม่สามารถติดตั้งเพราะไม่ได้ปฏิบัติตามการอ้างอิงต่อไปนี้: %s",
"No app name specified" : "ไม่ได้ระบุชื่อแอพพลิเคชัน",
"Unknown filetype" : "ไม่รู้จักชนิดของไฟล์",
@@ -40,7 +55,6 @@
"_%n minute ago_::_%n minutes ago_" : ["%n นาทีที่ผ่านมา"],
"seconds ago" : "วินาที ก่อนหน้านี้",
"web services under your control" : "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้",
- "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 ไบต์ไม่ได้รับการสนับสนุนในชื่อไฟล์",
@@ -62,20 +76,11 @@
"App can't be installed because of not allowed code in the App" : "ไม่สามารถติดตั้งแอพพลิเคชันเพราะไม่ได้อนุญาตรหัสในแอพพลิเคชัน",
"App can't be installed because it is not compatible with this version of ownCloud" : "ไม่สามารถติดตั้งแอพพลิเคชันเพราะมันเข้ากันไม่ได้กับรุ่นของ ownCloud นี้",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "ไม่สามารถติดตั้งแอพพลิเคชันเพราะมันมี <shipped>จริง</shipped> แท็กที่ไม่ได้รับอนุญาต",
+ "App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "ไม่สามารถติดตั้งแอพฯ เพราะว่ารุ่นของ info.xml ไม่ตรงกับรุ่นที่ระบุไว้จากแอพสโตร์",
"Application is not enabled" : "แอพพลิเคชั่นดังกล่าวยังไม่ได้เปิดใช้งาน",
"Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน",
"Token expired. Please reload page." : "รหัสยืนยันความถูกต้องหมดอายุแล้ว กรุณาโหลดหน้าเว็บใหม่อีกครั้ง",
"Unknown user" : "ไม่รู้จักผู้ใช้",
- "%s enter the database username." : "%s ใส่ชื่อผู้ใช้ฐานข้อมูล",
- "%s enter the database name." : "%s ใส่ชื่อฐานข้อมูล",
- "%s you may not use dots in the database name" : "%s บางที่คุณไม่ควรใช้จุดในชื่อฐานข้อมูล",
- "Oracle connection could not be established" : "ไม่สามารถสร้างการเชื่อมต่อกับ Oracle ",
- "Oracle username and/or password not valid" : "Oracle ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
- "DB Error: \"%s\"" : "ข้อผิดพลาดในฐานข้อมูล: \"%s\"",
- "Offending command was: \"%s\"" : "คำสั่งที่ทำผิดคือ: \"%s\"",
- "You need to enter either an existing account or the administrator." : "คุณจำเป็นต้องใส่ทั้งบัญชีที่มีอยู่หรือบัญชีผู้ดูแล",
- "Offending command was: \"%s\", name: %s, password: %s" : "คำสั่งที่กระทำผิดคือ: \"%s\", ชื่อผู้ใช้: %s, รหัสผ่าน: %s",
- "PostgreSQL username and/or password not valid" : "PostgreSQL ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "ระบบปฏิบัติการ Mac OS X ไม่ได้รับการสนับสนุนและ %s จะไม่ทำงานบนแพลตฟอร์มนี้ ใช้มันบนความเสี่ยงของคุณเอง!",
"For the best results, please consider using a GNU/Linux server instead." : "เพื่อให้ได้ผลลัพธ์ที่ดีที่สุดโปรดพิจารณาใช้เซิร์ฟเวอร์ GNU/Linux แทน",
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "ดูเหมือนว่า %s ทำงานบน PHP 32 บิต และ open_basedir ได้ถูกกำหนดค่าใน php.ini ซึ่งจะมีปัญหาหากไฟล์มีขนาดกว่า 4 GB กิกะไบต์",
@@ -135,6 +140,7 @@
"Adjusting this setting in php.ini will make ownCloud run again" : "การปรับตั้งค่าใน php.ini นี้ ownCloud จะทำงานอีกครั้ง",
"mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload ถูกตั้งเป็น \"%s\" แทนที่จะเป็น \"0\"",
"To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "หากต้องการแก้ไขปัญหานี้กรุณาแก้ <code>mbstring.func_overload</code> เป็น <code>0</code> ในไฟล์ php.ini ของคุณ",
+ "To fix this issue update your libxml2 version and restart your web server." : "เพื่อแก้ไขปัญหานี้ กรุณาอัพเดทรุ่นของ libxml2 และรีสตาร์ทเว็บเซิร์ฟเวอร์ของคุณ",
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "เห็นได้ชัดว่า PHP มีการตั้งค่าเพื่อดึงบล็อกเอกสารแบบอินไลน์ ซึ่งจะทำให้แอพพลิเคชันไม่สามารถเข้าถึงได้",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "นี้อาจเกิดจาก cache/accelerator อย่างเช่น Zend OPcache หรือ eAccelerator",
"PHP modules have been installed, but they are still listed as missing?" : "โมดูล PHP ได้รับการติดตั้ง แต่พวกเขาไม่ได้ระบุไว้หรือมันอาจหายไป?",