mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-29 20:38:37 +03:00
23 lines
924 B
XML
23 lines
924 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<resources>
|
|
|
|
<!-- use to retrieve the supported languages list -->
|
|
<!-- should the same value as the file name -->
|
|
<string name="resources_language">th</string>
|
|
<string name="resources_country_code">TH</string>
|
|
|
|
|
|
<string name="or">หรือ</string>
|
|
<string name="action_open">เปิด</string>
|
|
<string name="action_close">ปิด</string>
|
|
<string name="disable">ปิดใช้งาน</string>
|
|
|
|
<string name="dialog_title_warning">คำเตือน</string>
|
|
|
|
<string name="read_receipt">อ่านแล้ว</string>
|
|
|
|
<string name="auth_skip">ข้าม</string>
|
|
<string name="auth_password_placeholder">รหัสผ่าน</string>
|
|
<string name="auth_new_password_placeholder">รหัสผ่านใหม่</string>
|
|
<string name="permalink">ลิงก์ถาวร</string>
|
|
</resources>
|