X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhe.lang.php;h=a657bdc302df147cd1a966f6116cd105b95f4d94;hb=e0ec0364d761e2dff5a7c0032f04ec1dbae50980;hp=1c7d48de68a9e08f94b6787f4be26fa8b4f3c5ce;hpb=1c40fb09e97ff643c80e9b96106d891e6fdbde1b;p=timetracker.git diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 1c7d48de..a657bdc3 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -29,7 +29,7 @@ // Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. -$i18n_language = 'עברית'; +$i18n_language = 'Hebrew (עברית)'; $i18n_months = array('ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר'); $i18n_weekdays = array('ראשון', 'שני', 'שלישי', 'רביעי', 'חמישי', 'שישי', 'שבת'); $i18n_weekdays_short = array('א', 'ב', 'ג', 'ד', 'ה', 'ו', 'ז'); @@ -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}"', @@ -96,10 +102,14 @@ $i18n_key_words = array( // 'error.record' => 'Select record.', 'error.auth' => 'שם משתמש או סיסמה שגויים', '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.', 'error.no_invoiceable_items' => 'אין פריטים לחיוב', 'error.no_login' => 'משתמש זה אינו קיים', 'error.no_teams' => 'בסיס הנתונים שלך ריק. התחבר כמנהל וצור צוות חדש', @@ -122,6 +132,7 @@ $i18n_key_words = array( 'button.cancel' => 'ביטול', 'button.submit' => 'שלח', 'button.add' => 'הוסף', +'button.delete' => 'מחק', 'button.generate' => 'הרץ', 'button.reset_password' => 'איפוס סיסמה', 'button.send' => 'שלח', @@ -173,6 +184,8 @@ $i18n_key_words = array( // 'label.notes' => 'Notes', // 'label.item' => 'Item', 'label.cost' => 'עלות', +// TODO: translate the following. +// 'label.ip' => 'IP', 'label.day_total' => 'סיכום יומי', 'label.week_total' => 'סיכום שבועי', // TODO: translate the following. @@ -224,7 +237,7 @@ $i18n_key_words = array( 'label.required' => 'חובה', 'label.fav_report' => 'דוח מועדף', // TODO: translate the following. -// 'label.cron_schedule' => 'Cron schedule', +// 'label.schedule' => 'Schedule', // 'label.what_is_it' => 'What is it?', // 'label.expense' => 'Expense', // 'label.quantity' => 'Quantity', @@ -291,6 +304,8 @@ $i18n_key_words = array( 'title.import' => 'ייבוא נתוני צוות', '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' => 'עריכת שדה אישי', @@ -304,6 +319,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', +// 'title.swap_roles' => 'Swapping Roles', // 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. @@ -350,7 +366,10 @@ $i18n_key_words = array( // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. 'form.reset_password.message' => 'הבקשה לאיפוס בסיסמה נשלחה בדואר אלקטרוני.', 'form.reset_password.email_subject' => 'בקשה לאיפוס סיסמה למערכת Anuko Time Tracker', -'form.reset_password.email_body' => "משתמש יקר,\n\n התקבלה בקשה לאיפוס סיסמתך. נא ללחוץ על קישור זה אם ברצונך לאפס את הסיסמה.\n\n%s\n\n. Anuko Time Tracker הינה מערכת לניהול זמן פשוטה וחינמית. בקר באתרנו בכתובת https://www.anuko.com לפרטים נוספים.\n\n", +// TODO: English string has changed. "from IP added. Re-translate the beginning. +// 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n", +// Older translation is below. +// 'form.reset_password.email_body' => "משתמש יקר,\n\n התקבלה בקשה לאיפוס סיסמתך. נא ללחוץ על קישור זה אם ברצונך לאפס את הסיסמה.\n\n%s\n\n. Anuko Time Tracker הינה מערכת לניהול זמן פשוטה וחינמית. בקר באתרנו בכתובת https://www.anuko.com לפרטים נוספים.\n\n", // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1. 'form.change_password.tip' => 'הכנס סיסמה חדשה ולחץ על שמירה', @@ -435,7 +454,10 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.roles.active_roles' => 'Active Roles', // 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rank' => 'Rank', // 'form.roles.rights' => 'Rights', +// 'form.roles.assigned' => 'Assigned', +// 'form.roles.not_assigned' => 'Not assigned', // Clients form. See example at https://timetracker.anuko.com/clients.php 'form.clients.active_clients' => 'לקוחות פעילים', @@ -461,6 +483,8 @@ $i18n_key_words = array( '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. @@ -488,7 +512,7 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'הדוח נשלח.', 'form.mail.invoice_sent' => 'החשבונית נשלחה.', -// Quotas configuration form. +// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. // TODO: translate the following. // 'form.quota.year' => 'Year', // 'form.quota.month' => 'Month', @@ -496,6 +520,11 @@ $i18n_key_words = array( // '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.', +// 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. // TODO: translate the following. // 'role.user.label' => 'User',