11 lines
973 B
PHP
11 lines
973 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Export" => "ส่งออก",
|
|
"Something went wrong while the export file was being generated" => "เกิดข้อผิดพลาดบางประการในระหว่างการส่งออกไฟล์",
|
|
"An error has occurred" => "เกิดข้อผิดพลาดบางประการ",
|
|
"Export your user account" => "ส่งออกบัญชีผู้ใช้งานของคุณ",
|
|
"This will create a compressed file that contains your ownCloud account." => "ส่วนนี้จะเป็นการสร้างไฟล์บีบอัดที่บรรจุข้อมูลบัญชีผู้ใช้งาน ownCloud ของคุณ",
|
|
"Import user account" => "นำเข้าบัญชีผู้ใช้งาน",
|
|
"ownCloud User Zip" => "ไฟล์ Zip ผู้ใช้งาน ownCloud",
|
|
"Import" => "นำเข้า"
|
|
);
|