X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhe.lang.php;h=7929baa2d1e942d640061106942c12deb62546a2;hb=2bd9983978cf8d6263e27a531aeb33f365667e37;hp=3426aa8704651f9f30760c3614de4ae8e9a5aeff;hpb=62b36719d92eec21e5e132811c1ec88e5f495117;p=timetracker.git diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 3426aa87..7929baa2 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' => 'אפשרויות', @@ -108,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.', @@ -133,14 +137,14 @@ $i18n_key_words = array( 'button.reset_password' => 'איפוס סיסמה', 'button.send' => 'שלח', 'button.send_by_email' => 'שלח בדואר אלקטרוני', -'button.create_team' => 'צור צוות', -'button.export' => 'ייצא צוות', -'button.import' => 'ייבא צוות', +'button.create_group' => 'צור צוות', // TODO: replace "team" with "group". +'button.export' => 'ייצא צוות', // TODO: replace "team" with "group". +'button.import' => 'ייבא צוות', // TODO: replace "team" with "group". 'button.close' => 'סגור', 'button.stop' => 'עצור', // Labels for controls on forms. Labels in this section are used on multiple forms. -'label.team_name' => 'שם הצוות', +'label.group_name' => 'שם הצוות', // TODO: replace "team" with "group". 'label.address' => 'כתובת', 'label.currency' => 'מטבע', 'label.manager_name' => 'שם של המנהל', @@ -245,11 +249,11 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'כניסה', -'title.teams' => 'צוותים', -'title.create_team' => 'יצירת צוות', +'title.groups' => 'צוותים', // TODO: change "teams" to "groups". +'title.create_group' => 'יצירת צוות', // TODO: change "team" to "group". // TODO: translate the following. -// 'title.edit_team' => 'Editing Team', -'title.delete_team' => 'מחיקת צוות', +// 'title.edit_group' => 'Editing Group', +'title.delete_group' => 'מחיקת צוות', // TODO: change "team" to "group". 'title.reset_password' => 'איפוס סיסמה', 'title.change_password' => 'שינוי סיסמה', 'title.time' => 'זמן', @@ -296,10 +300,12 @@ $i18n_key_words = array( // 'title.edit_notification' => 'Editing Notification', // 'title.delete_notification' => 'Deleting Notification', // 'title.monthly_quotas' => 'Monthly Quotas', -'title.export' => 'ייצוא נתוני צוות', -'title.import' => 'ייבוא נתוני צוות', +'title.export' => 'ייצוא נתוני צוות', // TODO: replace "team" with "group". +'title.import' => 'ייבוא נתוני צוות', // TODO: replace "team" with "group". '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' => 'עריכת שדה אישי', @@ -309,7 +315,7 @@ $i18n_key_words = array( 'title.cf_edit_dropdown_option' => 'עריכת אפשרות', 'title.cf_delete_dropdown_option' => 'מחיקת אפשרות', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // TODO: translate the following. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', @@ -444,6 +450,10 @@ $i18n_key_words = array( 'form.users.rate' => 'תעריף', 'form.users.default_rate' => 'תעריף ברירת מחדל לשעה', +// Editing User form. See example at https://timetracker.anuko.com/user_edit.php +// TODO: translate the following. +// 'form.user_edit.swap_roles' => 'Swap roles', + // Roles form. See example at https://timetracker.anuko.com/roles.php // TODO: translate the following. // 'form.roles.active_roles' => 'Active Roles', @@ -462,41 +472,46 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'ניתן לייצא את כל נתוני הצוות בקובץ XML. זה מאד שימושי אם ברצונך להשתמש בשרת משלך.', 'form.export.compression' => 'דחיסה', 'form.export.compression_none' => 'ללא', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). -'form.import.hint' => 'ייבא נתוני צוות מתוך קובץ XML.', +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +'form.import.hint' => 'ייבא נתוני צוות מתוך קובץ XML.', // TODO: replace "team" with "group". 'form.import.file' => 'בחר קובץ', 'form.import.success' => 'הייבוא הושלם בהצלחה.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'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. -// 'form.profile.show_holidays' => 'Show holidays', -'form.profile.tracking_mode' => 'סוג מעקב', -'form.profile.mode_time' => 'זמן', -'form.profile.mode_projects' => 'פרוייקטים', -'form.profile.mode_projects_and_tasks' => 'פרוייקטים ומשימות', -'form.profile.record_type' => 'סוג רישום', -'form.profile.type_all' => 'הכל', -'form.profile.type_start_finish' => 'התחלה וסיום', -'form.profile.type_duration' => 'משך זמן', -// TODO: translate the following. -// 'form.profile.punch_mode' => 'Punch mode', -// 'form.profile.allow_overlap' => 'Allow overlap', -// 'form.profile.future_entries' => 'Future entries', -// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', -'form.profile.plugins' => 'תוספים', +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). +// TODO: replace "team" with "group" in the string below. Also improve formatting, as multiple spaces or no spaces look a bit weird. +'form.groups.hint' => 'ניתן ליצור צוות חדש על-ידי יצירת מנהל צוות חדש.
ניתן לייבא נתוני צוות מקובץ XML משרת Anuko Time Tracker אחר (אין אפשרות לשמות משתמש זהים)', + +// Group Settings form. See example at https://timetracker.anuko.com/group_edit.php. +'form.group_edit.12_hours' => '12 שעות', +'form.group_edit.24_hours' => '24 שעות', +// TODO: translate the following. +// 'form.group_edit.show_holidays' => 'Show holidays', +'form.group_edit.tracking_mode' => 'סוג מעקב', +'form.group_edit.mode_time' => 'זמן', +'form.group_edit.mode_projects' => 'פרוייקטים', +'form.group_edit.mode_projects_and_tasks' => 'פרוייקטים ומשימות', +'form.group_edit.record_type' => 'סוג רישום', +'form.group_edit.type_all' => 'הכל', +'form.group_edit.type_start_finish' => 'התחלה וסיום', +'form.group_edit.type_duration' => 'משך זמן', +// TODO: translate the following. +// 'form.group_edit.punch_mode' => 'Punch mode', +// 'form.group_edit.allow_overlap' => 'Allow overlap', +// 'form.group_edit.future_entries' => 'Future entries', +// 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.group_edit.allow_ip' => 'Allow IP', +'form.group_edit.plugins' => 'תוספים', + +// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php +// TODO: translate the following. +// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'מאת',