Resource file changes for work units plugin (in progress).
[timetracker.git] / WEB-INF / resources / he.lang.php
index fc54004..599826e 100644 (file)
@@ -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,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' => 'שם של המנהל',
@@ -240,14 +246,15 @@ $i18n_key_words = array(
 // 'label.mark_paid' => 'Mark paid',
 // 'label.week_note' => 'Week note',
 // 'label.week_list' => 'Week list',
+// 'label.work_units' => 'Work units',
 
 // 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' => 'זמן',
@@ -294,10 +301,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' => 'עריכת שדה אישי',
@@ -307,11 +316,12 @@ $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',
 // 'title.swap_roles' => 'Swapping Roles',
+// 'title.work_units' => 'Work Units',
 
 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 // Strings that are used in a single form must go to the specific form section.
@@ -442,6 +452,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',
@@ -460,39 +474,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' => 'ניתן ליצור צוות חדש על-ידי יצירת מנהל צוות חדש.<br>ניתן לייבא נתוני צוות מקובץ XML משרת Anuko Time Tracker אחר (אין אפשרות לשמות משתמש זהים)',
-
-// Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
-'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' => 'ניתן ליצור צוות חדש על-ידי יצירת מנהל צוות חדש.<br>ניתן לייבא נתוני צוות מקובץ 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' => 'מאת',
@@ -512,6 +533,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.