X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhe.lang.php;h=2190b1a705df394c338e07fdb4ebba8661b85398;hb=556948c09b8116728275f9933716a153216abe31;hp=fc54004edf9be766f8ab6eae4f61aeee9bec9aef;hpb=9eee35c738a83c870e8d6dfda19d859bd063b233;p=timetracker.git diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index fc54004e..2190b1a7 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}"', @@ -106,7 +112,7 @@ $i18n_key_words = array( // 'error.role_exists' => 'Role with this rank already exists.', 'error.no_invoiceable_items' => 'אין פריטים לחיוב', 'error.no_login' => 'משתמש זה אינו קיים', -'error.no_teams' => 'בסיס הנתונים שלך ריק. התחבר כמנהל וצור צוות חדש', +'error.no_groups' => 'בסיס הנתונים שלך ריק. התחבר כמנהל וצור צוות חדש', // TODO: replace "team" with "group". 'error.upload' => 'שגיאה בהעלת קובץ', // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', @@ -131,7 +137,7 @@ $i18n_key_words = array( 'button.reset_password' => 'איפוס סיסמה', 'button.send' => 'שלח', 'button.send_by_email' => 'שלח בדואר אלקטרוני', -'button.create_team' => 'צור צוות', +'button.create_group' => 'צור צוות', // TODO: replace "team" with "group". 'button.export' => 'ייצא צוות', 'button.import' => 'ייבא צוות', 'button.close' => 'סגור', @@ -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. @@ -492,6 +502,7 @@ $i18n_key_words = array( // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.allow_ip' => 'Allow IP', 'form.profile.plugins' => 'תוספים', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. @@ -512,6 +523,7 @@ $i18n_key_words = array( // 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.