mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
36 lines
2.8 KiB
PHP
36 lines
2.8 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"No file provided for import" => "ไม่พบไฟล์สำหรับการนำเข้าข้อมูล",
|
|
"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" => "คำเตือน",
|
|
"Import error" => "นำเข้าข้อมูลผิดพลาด",
|
|
"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:" => "ลากสิ่งนี้ไปไว้ที่รายการโปรดในโปรแกรมบราวเซอร์ของคุณ แล้วคลิกที่นั่น, เมื่อคุณต้องการเก็บหน้าเว็บเพจเข้าไปไว้ในรายการโปรดอย่างรวดเร็ว",
|
|
"Add to ownCloud" => "เพิ่มใน ownCloud",
|
|
"Address" => "ที่อยู่",
|
|
"Add" => "เพิ่ม",
|
|
"Related Tags" => "ป้ายกำกับอื่นๆที่เกี่ยวข้อง",
|
|
"Settings" => "ตั้งค่า",
|
|
"You have no bookmarks" => "คุณยังไม่มีรายการโปรด",
|
|
"You can also try to import a bookmark file" => "คุณสามารถที่จะลองนำเข้าไฟล์รายการโปรดได้ด้วยเช่นกัน",
|
|
"Bookmarklet" => "Bookmarklet",
|
|
"Export & Import" => "ส่งออก & นำเข้า",
|
|
"Export" => "ส่งออก",
|
|
"Import" => "นำเข้า"
|
|
);
|