diff options
Diffstat (limited to 'apps/user_migrate/l10n/th_TH.php')
-rw-r--r-- | apps/user_migrate/l10n/th_TH.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/user_migrate/l10n/th_TH.php b/apps/user_migrate/l10n/th_TH.php new file mode 100644 index 00000000000..d2c36bb4edd --- /dev/null +++ b/apps/user_migrate/l10n/th_TH.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Export" => "ส่งออก", +"Something went wrong while the export file was being generated" => "เกิดข้อผิดพลาดบางประการในระหว่างการส่งออกไฟล์", +"An error has occurred" => "เกิดข้อผิดพลาดบางประการ", +"Export your user account" => "ส่งออกบัญชีผู้ใช้งานของคุณ", +"This will create a compressed file that contains your ownCloud account." => "ส่วนนี้จะเป็นการสร้างไฟล์บีบอัดที่บรรจุข้อมูลบัญชีผู้ใช้งาน ownCloud ของคุณ", +"Import user account" => "นำเข้าบัญชีผู้ใช้งาน", +"ownCloud User Zip" => "ไฟล์ Zip ผู้ใช้งาน ownCloud", +"Import" => "นำเข้า" +); |