1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/th_TH.php

34 lines
2.5 KiB
PHP
Raw Normal View History

2014-10-27 21:18:24 +01:00
<?php
$TRANSLATIONS = array(
2014-11-27 08:10:23 +01:00
"Bookmarks" => "รายการโปรด",
"Bookm." => "รายการโปรด",
2014-02-17 09:24:01 +01:00
"No file provided for import" => "ไม่พบไฟล์สำหรับการนำเข้าข้อมูล",
2012-11-23 00:03:23 +01:00
"Unsupported file type for import" => "ประเภทของไฟล์ที่ต้องการนำเข้าไม่ได้รับการรองรับให้ใช้งาน",
2014-11-28 08:10:17 +01:00
"Error" => "ข้อผิดพลาด",
2012-11-23 00:03:23 +01:00
"Filter by tag" => "แสดงข้อมูลตามป้ายกำกับ",
2012-10-12 02:08:54 +02:00
"Warning" => "คำเตือน",
2014-11-27 08:10:23 +01:00
"Tags" => "ป้ายกำกับ",
"Are you sure you want to remove this tag from every entry?" => "คุณแน่ใจแล้วหรือว่าต้องการลบป้ายกำกับนี้ออกจากทุกๆรายการ",
2014-02-17 09:24:01 +01:00
"Import error" => "นำเข้าข้อมูลผิดพลาด",
2012-11-23 00:03:23 +01:00
"Import completed successfully." => "นำเข้าข้อมูลเสร็จเรียบร้อยแล้ว",
"Uploading..." => "กำลังอัพโหลด...",
2012-10-12 02:08:54 +02:00
"Add a bookmark" => "เพิ่มรายการโปรด",
"The title of the page" => "ชื่อของหน้า",
"The address of the page" => "ที่อยู่ของหน้า",
"Description of the page" => "คำอธิบายเกี่ยวกับหน้า",
"Save" => "บันทึก",
2012-11-01 00:03:46 +01:00
"Delete" => "ลบ",
2012-11-08 00:03:47 +01:00
"Edit" => "แก้ไข",
2012-11-01 00:03:46 +01:00
"Cancel" => "ยกเลิก",
2012-11-08 00:03:47 +01:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ลากสิ่งนี้ไปไว้ที่รายการโปรดในโปรแกรมบราวเซอร์ของคุณ แล้วคลิกที่นั่น, เมื่อคุณต้องการเก็บหน้าเว็บเพจเข้าไปไว้ในรายการโปรดอย่างรวดเร็ว",
2014-02-17 09:24:01 +01:00
"Add to ownCloud" => "เพิ่มใน ownCloud",
2012-08-15 02:07:20 +02:00
"Address" => "ที่อยู่",
2012-11-09 00:03:56 +01:00
"Add" => "เพิ่ม",
2012-08-15 02:07:20 +02:00
"You have no bookmarks" => "คุณยังไม่มีรายการโปรด",
2012-11-23 00:03:23 +01:00
"Bookmarklet" => "Bookmarklet",
"Export & Import" => "ส่งออก & นำเข้า",
2012-11-04 00:03:02 +01:00
"Export" => "ส่งออก",
"Import" => "นำเข้า"
2012-08-15 02:07:20 +02:00
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = "nplurals=1; plural=0;";