X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhe.lang.php;h=d57e55602d40c851b619d7550b4c1705ef7d0174;hb=eb14c12d3be2cd31e20988b6abf7585f6af0b34d;hp=ccf4bdd1413dc9e53e3a07363c05984990ca8ba4;hpb=d9b4512fae9de17f4bc9d77c7532db6ada9bf8c3;p=timetracker.git diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index ccf4bdd1..d57e5560 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -48,7 +48,7 @@ $i18n_key_words = array( 'menu.create_team' => 'צור צוות', 'menu.profile' => 'פרופיל', 'menu.time' => 'זמן', -// TODO: translate the following: +// TODO: translate the following. // 'menu.expenses' => 'Expenses', 'menu.reports' => 'דוחות', 'menu.charts' => 'תרשימים', @@ -61,16 +61,16 @@ $i18n_key_words = array( 'menu.options' => 'אפשרויות', // Footer - strings on the bottom of most pages. -// TODO: translate the following: +// TODO: translate the following. // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', 'footer.credits' => 'קרדיטס', 'footer.license' => 'רשיון', -// TODO: translate the following: +// TODO: translate the following. // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. // This is a link to a webpage that describes how to contribute to the project. // Error messages. -// TODO: translate the following: +// TODO: translate the following. // 'error.access_denied' => 'Access denied.', 'error.sys' => 'שגיאת מערכת', 'error.db' => 'שגיאה של בסיס הנתונים', @@ -97,7 +97,7 @@ $i18n_key_words = array( 'error.no_login' => 'משתמש זה אינו קיים', 'error.no_teams' => 'בסיס הנתונים שלך ריק. התחבר כמנהל וצור צוות חדש', 'error.upload' => 'שגיאה בהעלת קובץ', -// TODO: Translate the following: +// TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', 'error.mail_send' => 'שגיאה בשליחת הדואר אלקטרוני', 'error.no_email' => 'אין דואר אלקטרוני השייך לשם משתמש זה', @@ -143,6 +143,8 @@ $i18n_key_words = array( 'label.password' => 'סיסמה', 'label.confirm_password' => 'בדיקת סיסמה', 'label.email' => 'דואר אלקטרוני', +// TODO: translate the following. +// 'label.bcc' => 'Bcc', 'label.date' => 'תאריך', 'label.start_date' => 'תאריך התחלה', 'label.end_date' => 'תאריך סיום', @@ -169,8 +171,6 @@ $i18n_key_words = array( 'label.week_total' => 'סיכום שבועי', // TODO: translate the following. // 'label.month_total' => 'Month total', -// 'label.month_left' => 'Time until quota is met', -// 'label.month_over' => 'Over monthly quota', 'label.today' => 'היום', 'label.total_hours' => 'סך הכל שעות', 'label.total_cost' => 'סך הכל עלות', @@ -202,10 +202,13 @@ $i18n_key_words = array( 'label.role_manager' => '(מנהל)', 'label.role_comanager' => '(מנהל משנה)', 'label.role_admin' => '(מנהל המערכת)', -// Translate the following string. +// Translate the following. // 'label.page' => 'Page', +// 'label.condition' => 'Condition', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'שדות אישיים', +// Translate the following. +// 'label.monthly_quotas' => 'Monthly quotas', 'label.type' => 'סוג', 'label.type_dropdown' => 'רשימה', 'label.type_text' => 'טקסט', @@ -214,10 +217,6 @@ $i18n_key_words = array( // TODO: translate the following strings. // 'label.cron_schedule' => 'Cron schedule', // 'label.what_is_it' => 'What is it?', -// 'label.year' => 'Year', -// 'label.month' => 'Month', -// 'label.quota' => 'Quota', -// 'label.workdayHours' => 'Daily working hours', // Form titles. 'title.login' => 'כניסה', @@ -266,7 +265,7 @@ $i18n_key_words = array( // 'title.add_notification' => 'Adding Notification', // 'title.edit_notification' => 'Editing Notification', // 'title.delete_notification' => 'Deleting Notification', -// 'title.monthly_quota' => 'Monthly quota', +// 'title.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'ייצוא נתוני צוות', 'title.import' => 'ייבוא נתוני צוות', 'title.options' => 'אפשרויות', @@ -281,7 +280,7 @@ $i18n_key_words = array( '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. -// TODO: Translate the following: +// TODO: translate the following. // 'title.locking' => 'Locking', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. @@ -328,6 +327,9 @@ $i18n_key_words = array( 'form.time.duration_format' => '(hh:mm או 0.0h)', 'form.time.billable' => 'לחיוב', 'form.time.uncompleted' => 'רישום חסר', +// TODO: translate the following. +// 'form.time.remaining_quota' => 'Remaining quota', +// 'form.time.over_quota' => 'Over quota', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'רישום זה נשמר עם שעת התחלה בלבד. זאת איננה טעות.', @@ -381,6 +383,8 @@ $i18n_key_words = array( // Users form. See example at https://timetracker.anuko.com/users.php 'form.users.active_users' => 'משתמשים פעילים', 'form.users.inactive_users' => 'משתמשים לא פעילים', +// TODO: translate the following. +// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'תפקיד', 'form.users.manager' => 'מנהל', 'form.users.comanager' => 'מנהל משנה', @@ -432,4 +436,12 @@ $i18n_key_words = array( 'form.mail.footer' => 'Anuko Time Tracker הינה מערכת פשוטה, קלה לשימוש וחינמית לניהול זמן. בקר באתר www.anuko.com לפרטים נוספים.', 'form.mail.report_sent' => 'הדוח נשלח.', 'form.mail.invoice_sent' => 'החשבונית נשלחה.', + +// Quotas configuration form. +// TODO: translate the following. +// 'form.quota.year' => 'Year', +// 'form.quota.month' => 'Month', +// 'form.quota.quota' => 'Quota', +// 'form.quota.workday_hours' => 'Hours in a work day', +// 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', );