17 lines
876 B
JavaScript
17 lines
876 B
JavaScript
OC.L10N.register(
|
|
"firstrunwizard",
|
|
{
|
|
"First run wizard" : "ตัวช่วยเริ่มต้นครั้งแรก",
|
|
"Access files via WebDAV" : "เข้าถึงไฟล์ผ่าน WebDAV",
|
|
"Desktop client" : "ไคลเอ็นต์เดสก์ทอป",
|
|
"iOS app" : "แอป iOS",
|
|
"Close" : "ปิด",
|
|
"Welcome to {cloudName}!" : "ยินดีต้อนรับสู่ {cloudName}!",
|
|
"Privacy" : "ความเป็นส่วนตัว",
|
|
"Community" : "ชุมชน",
|
|
"Get the apps to sync your files" : "ดาวน์โหลดแอปเพื่อซิงค์ไฟล์ของคุณ",
|
|
"Server address" : "ที่อยู่เซิร์ฟเวอร์",
|
|
"Read more" : "อ่านเพิ่มเติม"
|
|
},
|
|
"nplurals=1; plural=0;");
|