Blame view
sources/apps/admin_migrate/l10n/th_TH.php
758 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "ส่งออกข้อมูลค่าสมมุติของ ownCloud นี้", "This will create a compressed file that contains the data of this owncloud instance." => "ส่วนนี้จะเป็นการสร้างไฟล์บีบอัดที่บรรจุข้อมูลของค่าอ้างอิงของ ownCloud", "Please choose the export type:" => "กรุณาเลือกรูปแบบการส่งออก:", "ownCloud system files" => "ไฟล์ระบบ ownCloud", "Just user files" => "แค่ไฟล์ผู้ใช้งานเท่านั้น", "Export" => "ส่งออก" ); |