blob: 5b6078d6928265a41f6e8d434b27798d58b984b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
OC.L10N.register(
"files_trashbin",
{
"restored" : "เรียกคืนแล้ว",
"Deleted files" : "ไฟล์ที่ถูกลบ",
"Restore" : "คืนค่า",
"Unknown" : "ไม่ทราบ",
"All files" : "ไฟล์ทั้งหมด",
"Deleted" : "ลบแล้ว",
"No deleted files" : "ไม่มีไฟล์ที่ถูกลบ",
"You will be able to recover deleted files from here" : "คุณจะสามารถกู้คืนไฟล์ที่ถูกได้ลบจากที่นี่",
"No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",
"Select all" : "เลือกทั้งหมด",
"Name" : "ชื่อ",
"Actions" : "การกระทำ"
},
"nplurals=1; plural=0;");
|