Blame view

sources/apps/bookmarks/l10n/th_TH.php 2.81 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
  <?php $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
2
  "No file provided for import" => "ไม่พบไฟล์สำหรับการนำเข้าข้อมูล",
d1bafeea1   Kload   [fix] Upgrade to ...
3
4
5
6
7
8
9
  "Unsupported file type for import" => "ประเภทของไฟล์ที่ต้องการนำเข้าไม่ได้รับการรองรับให้ใช้งาน",
  "Bookmarks" => "รายการโปรด",
  "Tags" => "ป้ายกำกับ",
  "Filter by tag" => "แสดงข้อมูลตามป้ายกำกับ",
  "Edit bookmark" => "แก้ไขรายการโปรด",
  "Are you sure you want to remove this tag from every entry?" => "คุณแน่ใจแล้วหรือว่าต้องการลบป้ายกำกับนี้ออกจากทุกๆรายการ",
  "Warning" => "คำเตือน",
6d9380f96   Cédric Dupont   Update sources OC...
10
  "Import error" => "นำเข้าข้อมูลผิดพลาด",
d1bafeea1   Kload   [fix] Upgrade to ...
11
12
13
14
15
16
17
18
19
20
21
22
23
  "Import completed successfully." => "นำเข้าข้อมูลเสร็จเรียบร้อยแล้ว",
  "Uploading..." => "กำลังอัพโหลด...",
  "Bookm." => "รายการโปรด",
  "Add a bookmark" => "เพิ่มรายการโปรด",
  "Close" => "ปิด",
  "The title of the page" => "ชื่อของหน้า",
  "The address of the page" => "ที่อยู่ของหน้า",
  "Description of the page" => "คำอธิบายเกี่ยวกับหน้า",
  "Save" => "บันทึก",
  "Delete" => "ลบ",
  "Edit" => "แก้ไข",
  "Cancel" => "ยกเลิก",
  "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ลากสิ่งนี้ไปไว้ที่รายการโปรดในโปรแกรมบราวเซอร์ของคุณ แล้วคลิกที่นั่น, เมื่อคุณต้องการเก็บหน้าเว็บเพจเข้าไปไว้ในรายการโปรดอย่างรวดเร็ว",
6d9380f96   Cédric Dupont   Update sources OC...
24
  "Add to ownCloud" => "เพิ่มใน ownCloud",
d1bafeea1   Kload   [fix] Upgrade to ...
25
26
27
28
29
30
31
32
33
34
35
  "Address" => "ที่อยู่",
  "Add" => "เพิ่ม",
  "Related Tags" => "ป้ายกำกับอื่นๆที่เกี่ยวข้อง",
  "Settings" => "ตั้งค่า",
  "You have no bookmarks" => "คุณยังไม่มีรายการโปรด",
  "You can also try to import a bookmark file" => "คุณสามารถที่จะลองนำเข้าไฟล์รายการโปรดได้ด้วยเช่นกัน",
  "Bookmarklet" => "Bookmarklet",
  "Export & Import" => "ส่งออก & นำเข้า",
  "Export" => "ส่งออก",
  "Import" => "นำเข้า"
  );