nextcloud/apps/files_external/l10n/th_TH.php

28 lines
1.9 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-29 09:56:00 +04:00
"Please provide a valid Dropbox app key and secret." => "กรุณากรอกรหัส app key ของ Dropbox และรหัสลับ",
2014-04-30 09:57:53 +04:00
"Location" => "ตำแหน่งที่อยู่",
2014-05-17 09:57:38 +04:00
"Host" => "โฮสต์",
2014-04-30 09:57:53 +04:00
"Username" => "ชื่อผู้ใช้งาน",
"Password" => "รหัสผ่าน",
"Share" => "แชร์",
2014-05-16 09:55:55 +04:00
"URL" => "URL",
2012-10-04 04:07:35 +04:00
"Access granted" => "การเข้าถึงได้รับอนุญาตแล้ว",
"Error configuring Dropbox storage" => "เกิดข้อผิดพลาดในการกำหนดค่าพื้นที่จัดเก็บข้อมูล Dropbox",
"Grant access" => "อนุญาตให้เข้าถึงได้",
"Error configuring Google Drive storage" => "เกิดข้อผิดพลาดในการกำหนดค่าการจัดเก็บข้อมูลในพื้นที่ของ Google Drive",
2014-06-08 09:56:13 +04:00
"Personal" => "ส่วนตัว",
"Name" => "ชื่อ",
2012-08-15 04:07:20 +04:00
"External Storage" => "พื้นทีจัดเก็บข้อมูลจากภายนอก",
2013-03-01 03:07:02 +04:00
"Folder name" => "ชื่อโฟลเดอร์",
2012-08-15 04:07:20 +04:00
"Configuration" => "การกำหนดค่า",
"All Users" => "ผู้ใช้งานทั้งหมด",
"Groups" => "กลุ่ม",
"Users" => "ผู้ใช้งาน",
"Delete" => "ลบ",
"Enable User External Storage" => "เปิดให้มีการใช้พื้นที่จัดเก็บข้อมูลของผู้ใช้งานจากภายนอกได้",
2012-10-03 01:18:26 +04:00
"SSL root certificates" => "ใบรับรองความปลอดภัยด้วยระบบ SSL จาก Root",
"Import Root Certificate" => "นำเข้าข้อมูลใบรับรองความปลอดภัยจาก Root"
2012-08-15 04:07:20 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";