You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/api/res/values-th/strings.xml

111 lines
5.1 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<resources>
<plurals name="DUt_years">
<item quantity="one">1 Year</item>
<item quantity="other">%d Years</item>
</plurals>
<plurals name="DUt_months">
<item quantity="one">1 Month</item>
<item quantity="other">%d Months</item>
</plurals>
<plurals name="DUt_weeks">
<item quantity="one">1 Week</item>
<item quantity="other">%d Weeks</item>
</plurals>
<plurals name="DUt_days">
<item quantity="one">1 วัน</item>
<item quantity="other">%d วัน</item>
</plurals>
<plurals name="DUt_weekdays">
<item quantity="one">1 Weekday</item>
<item quantity="other">%d Weekdays</item>
</plurals>
<plurals name="DUt_hours">
<item quantity="one">1 ชั่วโมง</item>
<item quantity="other">%d ชั่วโมง</item>
</plurals>
<plurals name="DUt_minutes">
<item quantity="one">1 นาที</item>
<item quantity="other">%d นาที</item>
</plurals>
<plurals name="DUt_seconds">
<item quantity="one">1 วินาที</item>
<item quantity="other">%d วินาที</item>
</plurals>
<plurals name="DUt_hoursShort">
<item quantity="one">1 ช.ม.</item>
<item quantity="other">%d ช.ม.</item>
</plurals>
<plurals name="DUt_minutesShort">
<item quantity="one">1 นาที</item>
<item quantity="other">%d นาที</item>
</plurals>
<plurals name="DUt_secondsShort">
<item quantity="one">1 วิ.</item>
<item quantity="other">%d วิ.</item>
</plurals>
<plurals name="Ntasks">
<item quantity="one">1 task</item>
<item quantity="other">%d tasks</item>
</plurals>
<plurals name="Npeople">
<item quantity="one">1 person</item>
<item quantity="other">%d people</item>
</plurals>
<string name="today">วันนี้</string>
<string name="tomorrow">พรุ่งนี้</string>
<string name="yesterday">เมื่อวาน</string>
<string name="tmrw">Tmrw</string>
<string name="yest">Yest</string>
<string name="DLG_confirm_title">Confirm?</string>
<string name="DLG_question_title">Question:</string>
<string name="DLG_information_title">ข้อมูล</string>
<string name="DLG_error_title">Error!</string>
<string name="DLG_save">บันทึก</string>
<string name="DLG_yes">Yes</string>
<string name="DLG_no">No</string>
<string name="DLG_close">Close</string>
<string name="DLG_done">เสร็จแล้ว</string>
<string name="DLG_error">Oops, looks like an error occurred! Here\'s what happened:\n\n%s</string>
<string name="DLG_error_generic">Oops, looks like an error occurred!</string>
<string name="DLG_wait">Please wait...</string>
<string name="SyP_progress">Synchronizing your tasks...</string>
<string name="SyP_progress_toast">Synchronizing...</string>
<string name="SyP_label">การปรับปรุงข้อมูลให้ตรงกัน</string>
<string name="SyP_ioerror">ข้อผิดพลาดในการเชื่อมต่อ! ตรวจดูการเชื่อมต่ออินเตอร์เน็ท</string>
<string name="sync_SPr_group_status">สถานะ</string>
<string name="sync_status_loggedout">Not Logged In!</string>
<string name="sync_status_ongoing">Sync Ongoing...</string>
<string name="sync_status_success">Last Sync:\n%s</string>
<string name="sync_status_failed">Failed On: %s</string>
<string name="sync_status_errors">Sync w/ Errors: %s</string>
<string name="sync_status_failed_subtitle">Last Successful Sync: %s</string>
<string name="sync_status_never">Never Synchronized!</string>
<string name="sync_SPr_group_options">ตัวเลือก</string>
<string name="sync_SPr_interval_title">Background Sync</string>
<string name="sync_SPr_interval_desc_disabled">Background synchronization is disabled</string>
<string name="sync_SPr_interval_desc">Currently set to: %s</string>
<string name="sync_SPr_bgwifi_title">Wifi Only Setting</string>
<string name="sync_SPr_bgwifi_desc_enabled">Background synchronization only happens when on Wifi</string>
<string name="sync_SPr_bgwifi_desc_disabled">Background synchronization will always occur</string>
<string name="sync_SPr_group_actions">การดำเนินการ</string>
<string name="sync_SPr_sync">ปรับข้อมูลเดี๋ยวนี้!</string>
<string name="sync_SPr_sync_log_in">Log In &amp; Synchronize!</string>
<string name="sync_SPr_logged_in_prefix">Logged in as:</string>
<string name="sync_SPr_forget">Log Out</string>
<string name="sync_SPr_forget_description">Clears all synchronization data</string>
<string name="sync_forget_confirm">Log out / clear synchronization data?</string>
<string-array name="sync_SPr_interval_entries">
<item>disable</item>
<item>every fifteen minutes</item>
<item>every thirty minutes</item>
<item>every hour</item>
<item>every three hours</item>
<item>every six hours</item>
<item>every twelve hours</item>
<item>every day</item>
<item>every three days</item>
<item>every week</item>
</string-array>
</resources>