X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhe.lang.php;h=d7abe002de1aa441cc3134f0b82b68667b81affc;hb=fafb0ae8f7098ffafa6799627891bd40f4811a52;hp=9e5c0d18ab93541b49840b29bf4815318e8a0e76;hpb=92dd94c462e142e8a5f7aae9594dd75b5b5a7afa;p=timetracker.git diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 9e5c0d18..d7abe002 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -50,7 +50,7 @@ $i18n_key_words = array( 'menu.profile' => 'פרופיל', // TODO: translate the following. // 'menu.group' => 'Group', -// 'menu.plugins' => 'Plugins', +'menu.plugins' => 'תוספים', 'menu.time' => 'זמן', // TODO: translate the following. // 'menu.expenses' => 'Expenses', @@ -61,6 +61,7 @@ $i18n_key_words = array( 'menu.users' => 'משתמשים', // TODO: translate the following. // 'menu.groups' => 'Groups', +// 'menu.subgroups' => 'Subgroups', 'menu.export' => 'ייצוא', 'menu.clients' => 'לקוחות', 'menu.options' => 'אפשרויות', @@ -105,9 +106,6 @@ $i18n_key_words = array( 'error.user_exists' => 'שם משתמש כבר קיים', // TODO: translate the following. // 'error.object_exists' => 'Object with this name already exists.', -'error.project_exists' => 'שם פרוייקט כבר קיים', -'error.task_exists' => 'קיימת משימה עם שם דומה', -'error.client_exists' => 'שם לקוח כבר קיים', 'error.invoice_exists' => 'קיימת חשבונית עם מספר זה', // TODO: translate the following. // 'error.role_exists' => 'Role with this rank already exists.', @@ -118,12 +116,26 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', 'error.mail_send' => 'שגיאה בשליחת הדואר אלקטרוני', +// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part. +// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', 'error.no_email' => 'אין דואר אלקטרוני השייך לשם משתמש זה', 'error.uncompleted_exists' => 'רישום חלקי כבר קיים. סגור או מחק אותו.', 'error.goto_uncompleted' => 'פתח את הרישום החלקי.', 'error.overlap' => 'טווח הזמן מתנגש עם רישומים קיימים.', // TODO: translate the following. // 'error.future_date' => 'Date is in future.', +// 'error.xml' => 'Error in XML file at line %d: %s.', +// 'error.cannot_import' => 'Cannot import: %s.', +// 'error.format' => 'Invalid file format.', + +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', +// 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.', + +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', // Labels for buttons. 'button.login' => 'היכנס', @@ -166,6 +178,8 @@ $i18n_key_words = array( 'label.user' => 'משתמש', 'label.users' => 'משתמשים', // TODO: translate the following. +// 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => 'לקוח', 'label.clients' => 'לקוחות', @@ -252,10 +266,14 @@ $i18n_key_words = array( 'labl.totals_only' => 'סיכומים בלבד', // Form titles. +'title.error' => 'שגיאה', +// TODO: Translate the following. +// 'title.success' => 'Success', 'title.login' => 'כניסה', 'title.groups' => 'צוותים', // TODO: change "teams" to "groups". -'title.create_group' => 'יצירת צוות', // TODO: change "team" to "group". // TODO: translate the following. +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding Group', // 'title.edit_group' => 'Editing Group', 'title.delete_group' => 'מחיקת צוות', // TODO: change "team" to "group". 'title.reset_password' => 'איפוס סיסמה', @@ -308,8 +326,7 @@ $i18n_key_words = array( 'title.import' => 'ייבוא נתוני צוות', // TODO: replace "team" with "group". 'title.options' => 'אפשרויות', 'title.profile' => 'פרופיל', -// TODO: translate the following. -// 'title.group' => 'Group Settings', +'title.plugins' => 'תוספים', 'title.cf_custom_fields' => 'שדות אישיים', 'title.cf_add_custom_field' => 'הוספת שדה אישי', 'title.cf_edit_custom_field' => 'עריכת שדה אישי', @@ -510,8 +527,8 @@ $i18n_key_words = array( // 'form.group_edit.allow_overlap' => 'Allow overlap', // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.group_edit.confirm_save' => 'Confirm saving', // '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.