X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhe.lang.php;h=c71637c0afc3cb767ea3c2bb57df0cdae876bbff;hb=cdb0911b4f72d4bb1df7cd82f2bce0d9ab1579b0;hp=9916155ec7f099b51ea3d8529733e39cc75380f4;hpb=4c79e54912310901dba60bfca5650a598bc3769c;p=timetracker.git diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 9916155e..c71637c0 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -125,8 +125,6 @@ $i18n_key_words = array( 'button.add_project' => 'הוסף פרוייקט', 'button.add_task' => 'הוסף משימה', 'button.add_client' => 'הוסף לקוח', -'button.add_invoice' => 'הוסף חשבונית', -'button.add_option' => 'הוסף אפשרות', 'button.add' => 'הוסף', 'button.generate' => 'הרץ', 'button.reset_password' => 'איפוס סיסמה', @@ -159,6 +157,8 @@ $i18n_key_words = array( 'label.end_date' => 'תאריך סיום', 'label.user' => 'משתמש', 'label.users' => 'משתמשים', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'לקוח', 'label.clients' => 'לקוחות', // TODO: translate the following. @@ -182,8 +182,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.month_total' => 'Month total', 'label.today' => 'היום', -'label.total_hours' => 'סך הכל שעות', -'label.total_cost' => 'סך הכל עלות', 'label.view' => 'הצג', 'label.edit' => 'ערוך', 'label.delete' => 'מחק', @@ -237,6 +235,8 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_note' => 'Week note', +// 'label.week_list' => 'Week list', // Form titles. 'title.login' => 'כניסה', @@ -302,6 +302,7 @@ $i18n_key_words = array( // It is also a name for the Locking plugin on the Team profile page. // TODO: translate the following. // 'title.locking' => 'Locking', +// 'title.week_view' => 'Week View', // 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. @@ -331,8 +332,8 @@ $i18n_key_words = array( 'dropdown.status_active' => 'פעיל', 'dropdown.status_inactive' => 'לא פעיל', // TODO: translate the following. -// 'dropdown.delete'=>'delete', -// 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.delete' => 'delete', +// 'dropdown.do_not_delete' => 'do not delete', // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', @@ -343,7 +344,7 @@ $i18n_key_words = array( // Login form. See example at https://timetracker.anuko.com/login.php. 'form.login.forgot_password' => 'שכחת סיסמה?', -'form.login.about' =>'Anuko Time Tracker הינה מערכת פשוטה, קלה לשימוש וחינמית לניהול זמן.', +'form.login.about' => 'Anuko Time Tracker הינה מערכת פשוטה, קלה לשימוש וחינמית לניהול זמן.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. 'form.reset_password.message' => 'הבקשה לאיפוס בסיסמה נשלחה בדואר אלקטרוני.', @@ -371,7 +372,6 @@ $i18n_key_words = array( // Reports form. See example at https://timetracker.anuko.com/reports.php 'form.reports.save_as_favorite' => 'שמור כמועדף', 'form.reports.confirm_delete' => 'האם ברצונך למחוק את הדוח המועדף הזה ?', -'form.reports.include_records' => 'כלול רישומים', 'form.reports.include_billable' => 'לחיוב', 'form.reports.include_not_billable' => 'לא לחיוב', // TODO: translate the following. @@ -400,7 +400,9 @@ $i18n_key_words = array( // (you can get to this form after generating a report). 'form.invoice.number' => 'מספר חשבונית', 'form.invoice.person' => 'משתמש', -// TODO: translate the following stings. + +// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php +// TODO: translate the following. // 'form.invoice.invoice_to_delete' => 'Invoice to delete', // 'form.invoice.invoice_entries' => 'Invoice entries', // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', @@ -428,22 +430,28 @@ $i18n_key_words = array( 'form.users.rate' => 'תעריף', 'form.users.default_rate' => 'תעריף ברירת מחדל לשעה', -// Client delete form. See example at https://timetracker.anuko.com/client_delete.php +// Roles form. See example at https://timetracker.anuko.com/roles.php // TODO: translate the following. -// 'form.client.client_to_delete' => 'Client to delete', -// 'form.client.client_entries' => 'Client entries', +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', // Clients form. See example at https://timetracker.anuko.com/clients.php 'form.clients.active_clients' => 'לקוחות פעילים', 'form.clients.inactive_clients' => 'לקוחות לא פעילים', -// Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php +// TODO: translate the following. +// '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 'form.export.hint' => 'ניתן לייצא את כל נתוני הצוות בקובץ XML. זה מאד שימושי אם ברצונך להשתמש בשרת משלך.', 'form.export.compression' => 'דחיסה', 'form.export.compression_none' => 'ללא', 'form.export.compression_bzip' => 'bzip', -// Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'ייבא נתוני צוות מתוך קובץ XML.', 'form.import.file' => 'בחר קובץ', 'form.import.success' => 'הייבוא הושלם בהצלחה.', @@ -454,6 +462,8 @@ $i18n_key_words = array( // 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' => 'פרוייקטים', @@ -462,6 +472,11 @@ $i18n_key_words = array( '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' => 'תוספים', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.