X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhe.lang.php;h=698a92bbc2e22312813582fb8ccbbbb26eafe080;hb=260cff8d7b6e93db41ee30444c059c46ea78aada;hp=389ac056cff43ed08b7492f9f4f6473e7007a243;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 389ac056..698a92bb 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -26,7 +26,7 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ -// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option +// 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 = 'עברית'; @@ -48,7 +48,7 @@ $i18n_key_words = array( 'menu.create_team' => 'צור צוות', 'menu.profile' => 'פרופיל', 'menu.time' => 'זמן', -// TODO: translate the following string. +// TODO: translate the following: // 'menu.expenses' => 'Expenses', 'menu.reports' => 'דוחות', 'menu.charts' => 'תרשימים', @@ -61,12 +61,16 @@ $i18n_key_words = array( 'menu.options' => 'אפשרויות', // Footer - strings on the bottom of most pages. -'footer.mobile_phones' => 'הינו זמין לטלפונים חכמים Time Tracker', +// TODO: translate the following: +// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', 'footer.credits' => 'קרדיטס', 'footer.license' => 'רשיון', +// 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 string. +// TODO: translate the following: // 'error.access_denied' => 'Access denied.', 'error.sys' => 'שגיאת מערכת', 'error.db' => 'שגיאה של בסיס הנתונים', @@ -93,7 +97,8 @@ $i18n_key_words = array( 'error.no_login' => 'משתמש זה אינו קיים', 'error.no_teams' => 'בסיס הנתונים שלך ריק. התחבר כמנהל וצור צוות חדש', 'error.upload' => 'שגיאה בהעלת קובץ', -'error.period_locked' => 'אין אפשרות להשלים את הפעולה. הרישומיםאינם ניתנים לשינוי או מחיקה. מנהל צוות יכול לשנות הגדרה (טווח ימים לשינוי או מחיקה) זו בדף הפרופיל שלו. ערך של 0 מנטרל הגדרה זו.

רישומים חלקיים (עם משך זמן שווה ל-0 או ריק) ניתנים למחיקה', +// TODO: Translate the following: +// 'error.range_locked' => 'Date range is locked.', 'error.mail_send' => 'שגיאה בשליחת הדואר אלקטרוני', 'error.no_email' => 'אין דואר אלקטרוני השייך לשם משתמש זה', 'error.uncompleted_exists' => 'רישום חלקי כבר קיים. סגור או מחק אותו.', @@ -175,7 +180,6 @@ $i18n_key_words = array( 'label.language' => 'שפה', // TODO: translate the following string. // 'label.decimal_mark' => 'Decimal mark', -'label.lock_interval' => 'טווח זמן לנעילה', 'label.date_format' => 'תבנית של תאריך', 'label.time_format' => 'תבנית של שעה', 'label.week_start' => 'היום הראשון בשבוע', @@ -194,6 +198,8 @@ $i18n_key_words = array( 'label.role_manager' => '(מנהל)', 'label.role_comanager' => '(מנהל משנה)', 'label.role_admin' => '(מנהל המערכת)', +// Translate the following string. +// 'label.page' => 'Page', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'שדות אישיים', 'label.type' => 'סוג', @@ -264,6 +270,10 @@ $i18n_key_words = array( 'title.cf_add_dropdown_option' => 'הוספת אפשרות', '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. +// TODO: Translate the following: +// 'title.locking' => 'Locking', // 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. @@ -414,4 +424,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'הדוח נשלח.', 'form.mail.invoice_sent' => 'החשבונית נשלחה.', ); -?> \ No newline at end of file