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-id/strings.xml

111 lines
4.6 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 Hari</item>
<item quantity="other">%d Hari</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 Jam</item>
<item quantity="other">%d Jam</item>
</plurals>
<plurals name="DUt_minutes">
<item quantity="one">1 Menit</item>
<item quantity="other">%d Menit</item>
</plurals>
<plurals name="DUt_seconds">
<item quantity="one">1 Detik</item>
<item quantity="other">%d Detik</item>
</plurals>
<plurals name="DUt_hoursShort">
<item quantity="one">1 Jam</item>
<item quantity="other">%d Jam</item>
</plurals>
<plurals name="DUt_minutesShort">
<item quantity="one">1 Mnt</item>
<item quantity="other">%d Mnt</item>
</plurals>
<plurals name="DUt_secondsShort">
<item quantity="one">1 Dtk</item>
<item quantity="other">%d Dtk</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">Today</string>
<string name="tomorrow">Tomorrow</string>
<string name="yesterday">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">Informasi</string>
<string name="DLG_error_title">Error!</string>
<string name="DLG_save">Save</string>
<string name="DLG_yes">Yes</string>
<string name="DLG_no">No</string>
<string name="DLG_close">Close</string>
<string name="DLG_done">Selesai</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">Sinkronisasi</string>
<string name="SyP_ioerror">Connection Error! Check your Internet connection.</string>
<string name="sync_SPr_group_status">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: %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">Pilihan</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">Aksi</string>
<string name="sync_SPr_sync">Sinkronkan Sekarang!</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>tidak difungsikan</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>