X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhe.lang.php;h=a657bdc302df147cd1a966f6116cd105b95f4d94;hb=e0ec0364d761e2dff5a7c0032f04ec1dbae50980;hp=2306e7c7eb1595eaf57b2f5cfb0f11521339d497;hpb=d6bf190b01c2effb9f37df80f024ef588c5367d0;p=timetracker.git diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 2306e7c7..a657bdc3 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -45,8 +45,11 @@ $i18n_key_words = array( 'menu.logout' => 'יציאה', 'menu.forum' => 'פורום', 'menu.help' => 'עזרה', -'menu.create_team' => 'צור צוות', +// TODO: translate the following. +// 'menu.create_group' => 'Create Group', 'menu.profile' => 'פרופיל', +// TODO: translate the following. +// 'menu.group' => 'Group', 'menu.time' => 'זמן', // TODO: translate the following. // 'menu.expenses' => 'Expenses', @@ -55,7 +58,8 @@ $i18n_key_words = array( 'menu.projects' => 'פרוייקטים', 'menu.tasks' => 'משימות', 'menu.users' => 'משתמשים', -'menu.teams' => 'צוותים', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'ייצוא', 'menu.clients' => 'לקוחות', 'menu.options' => 'אפשרויות', @@ -75,6 +79,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', 'error.sys' => 'שגיאת מערכת', 'error.db' => 'שגיאה של בסיס הנתונים', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'נתון "{0}" שגוי', 'error.empty' => 'השדה "{0}" ריק', 'error.not_equal' => 'השדה "{1}" אינו שווה לשדה "{0}"', @@ -298,6 +304,8 @@ $i18n_key_words = array( 'title.import' => 'ייבוא נתוני צוות', 'title.options' => 'אפשרויות', 'title.profile' => 'פרופיל', +// TODO: translate the following. +// 'title.group' => 'Group Settings', 'title.cf_custom_fields' => 'שדות אישיים', 'title.cf_add_custom_field' => 'הוספת שדה אישי', 'title.cf_edit_custom_field' => 'עריכת שדה אישי', @@ -475,6 +483,8 @@ $i18n_key_words = array( 'form.teams.hint' => 'ניתן ליצור צוות חדש על-ידי יצירת מנהל צוות חדש.
ניתן לייבא נתוני צוות מקובץ XML משרת Anuko Time Tracker אחר (אין אפשרות לשמות משתמש זהים)', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. +// TODO: translate the following. +// 'form.profile.swap_roles' => 'Swap roles', 'form.profile.12_hours' => '12 שעות', 'form.profile.24_hours' => '24 שעות', // TODO: translate the following. @@ -502,7 +512,7 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'הדוח נשלח.', 'form.mail.invoice_sent' => 'החשבונית נשלחה.', -// Quotas configuration form. +// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. // TODO: translate the following. // 'form.quota.year' => 'Year', // 'form.quota.month' => 'Month', @@ -510,8 +520,9 @@ $i18n_key_words = array( // 'form.quota.workday_hours' => 'Hours in a work day', // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', -// Swap roles form. +// Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. // TODO: translate the following. +// 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', // 'form.swap.swap_with' => 'Swap roles with', // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.