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

111 lines
4.8 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<resources>
<plurals name="DUt_years">
<item quantity="one">שנה אחת</item>
<item quantity="other">%d שנים</item>
</plurals>
<plurals name="DUt_months">
<item quantity="one">חודש אחד</item>
<item quantity="other">%d חודשים</item>
</plurals>
<plurals name="DUt_weeks">
<item quantity="one">שבוע אחד</item>
<item quantity="other">%d שבועות</item>
</plurals>
<plurals name="DUt_days">
<item quantity="one">יום אחד</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">שעה אחת</item>
<item quantity="other">%d שעות</item>
</plurals>
<plurals name="DUt_minutes">
<item quantity="one">דקה אחת</item>
<item quantity="other">%d דקות</item>
</plurals>
<plurals name="DUt_seconds">
<item quantity="one">שנייה אחת</item>
<item quantity="other">%d שניות</item>
</plurals>
<plurals name="DUt_hoursShort">
<item quantity="one">שעה</item>
<item quantity="other">%d שע\'</item>
</plurals>
<plurals name="DUt_minutesShort">
<item quantity="one">דקה</item>
<item quantity="other">%d דק׳</item>
</plurals>
<plurals name="DUt_secondsShort">
<item quantity="one">שנייה</item>
<item quantity="other">%d שנ\'</item>
</plurals>
<plurals name="Ntasks">
<item quantity="one">משימה אחת</item>
<item quantity="other">%d משימות</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">Yesterday</string>
<string name="tmrw">Tmrw</string>
<string name="yest">Yest</string>
<string name="DLG_confirm_title">האם לאשר?</string>
<string name="DLG_question_title">שאלה:</string>
<string name="DLG_information_title">פרטים</string>
<string name="DLG_error_title">Error!</string>
<string name="DLG_save">Save</string>
<string name="DLG_yes">כן</string>
<string name="DLG_no">לא</string>
<string name="DLG_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">נא להמתין...</string>
<string name="SyP_progress">המשימות שלך מסונכרנות...</string>
<string name="SyP_progress_toast">בסנכרון...</string>
<string name="SyP_label">סינכרון</string>
<string name="SyP_ioerror">Connection Error! Check your Internet connection.</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">Actions</string>
<string name="sync_SPr_sync">Synchronize Now!</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>