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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-12-27 10:14:05 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-12-27 10:14:05 +0300
commitb4c3d4b4c529adf787dee9b8e3af56b03f785c59 (patch)
treef88c278c7db57f4b8805ed070e5c8899a3f521b9
parent5b17b1412b428c7630c2661ccd475360b450c9a5 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/th_TH.js1
-rw-r--r--l10n/th_TH.json1
-rw-r--r--l10n/th_TH.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/l10n/th_TH.js b/l10n/th_TH.js
index 74fc03b..2b5ebb4 100644
--- a/l10n/th_TH.js
+++ b/l10n/th_TH.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"This file is too big to be opened. Please download the file instead." : "เปิดไฟล์นี้ไม่ได้ เพราะมีขนาดใหญ่เกินไป กรุณาดาวน์โหลดไฟล์แทน",
"Cannot read the file." : "ไม่สามารถอ่านไฟล์",
"Invalid file path supplied." : "เส้นทางของไฟล์ที่ให้มาไม่ถูกต้อง",
+ "The file is locked." : "ไฟล์ถูกล็อค",
"An internal server error occurred." : "มีข้อผิดพลาดเกิดขึ้นภายในเซิร์ฟเวอร์",
"Cannot save file as it has been modified since opening" : "ไม่สามารถบันทึกไฟล์ในขณะที่มันถูกเปิดและแก้ไขอยู่",
"Insufficient permissions" : "สิทธิ์ไม่เพียงพอ",
diff --git a/l10n/th_TH.json b/l10n/th_TH.json
index 751b410..75e0766 100644
--- a/l10n/th_TH.json
+++ b/l10n/th_TH.json
@@ -2,6 +2,7 @@
"This file is too big to be opened. Please download the file instead." : "เปิดไฟล์นี้ไม่ได้ เพราะมีขนาดใหญ่เกินไป กรุณาดาวน์โหลดไฟล์แทน",
"Cannot read the file." : "ไม่สามารถอ่านไฟล์",
"Invalid file path supplied." : "เส้นทางของไฟล์ที่ให้มาไม่ถูกต้อง",
+ "The file is locked." : "ไฟล์ถูกล็อค",
"An internal server error occurred." : "มีข้อผิดพลาดเกิดขึ้นภายในเซิร์ฟเวอร์",
"Cannot save file as it has been modified since opening" : "ไม่สามารถบันทึกไฟล์ในขณะที่มันถูกเปิดและแก้ไขอยู่",
"Insufficient permissions" : "สิทธิ์ไม่เพียงพอ",
diff --git a/l10n/th_TH.php b/l10n/th_TH.php
index 4999584..55a2651 100644
--- a/l10n/th_TH.php
+++ b/l10n/th_TH.php
@@ -3,6 +3,7 @@ $TRANSLATIONS = array(
"This file is too big to be opened. Please download the file instead." => "เปิดไฟล์นี้ไม่ได้ เพราะมีขนาดใหญ่เกินไป กรุณาดาวน์โหลดไฟล์แทน",
"Cannot read the file." => "ไม่สามารถอ่านไฟล์",
"Invalid file path supplied." => "เส้นทางของไฟล์ที่ให้มาไม่ถูกต้อง",
+"The file is locked." => "ไฟล์ถูกล็อค",
"An internal server error occurred." => "มีข้อผิดพลาดเกิดขึ้นภายในเซิร์ฟเวอร์",
"Cannot save file as it has been modified since opening" => "ไม่สามารถบันทึกไฟล์ในขณะที่มันถูกเปิดและแก้ไขอยู่",
"Insufficient permissions" => "สิทธิ์ไม่เพียงพอ",