зеркало из https://github.com/nextcloud/news.git
30 строки
1.3 KiB
PHP
30 строки
1.3 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Refresh" => "รีเฟรช",
|
|
"by" => "โดย",
|
|
"from" => "จาก",
|
|
"Download" => "ดาวน์โหลด",
|
|
"Description" => "คำอธิบาย",
|
|
"Subscribe" => "สมัครรับข้อมูล",
|
|
"Web address" => "ที่อยู่เว็บ",
|
|
"Feed exists already!" => "feed มีอยู่แล้วในระบบ!",
|
|
"Folder" => "แฟ้มเอกสาร",
|
|
"New folder" => "โฟลเดอร์ใหม่",
|
|
"Folder name" => "ชื่อโฟลเดอร์",
|
|
"Folder exists already!" => "โฟลเดอร์มีอยู่แล้วในระบบ",
|
|
"Create" => "สร้าง",
|
|
"Rename" => "เปลี่ยนชื่อ",
|
|
"Delete feed" => "ลบ feed",
|
|
"Collapse" => "ย่อ",
|
|
"Rename folder" => "เปลี่ยนชื่อโฟลเดอร์",
|
|
"Delete folder" => "ลบโฟลเดอร์",
|
|
"Starred" => "ติดดาวแล้ว",
|
|
"Unread articles" => "บทความที่ยังไม่ได้อ่าน",
|
|
"All articles" => "บทความทั้งหมด",
|
|
"Settings" => "ตั้งค่า",
|
|
"Keyboard shortcuts" => "ปุ่มลัด",
|
|
"Import" => "นำเข้า",
|
|
"Export" => "ส่งออก"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|