X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhe.lang.php;h=250ea7dc03c1e4b80ac6f1a1e8f4d824f162a7d5;hb=ea0882f0753da7c4426b55e7ec526e455ada03a3;hp=66cbea766ab6fae93a5318af906d021444c9b9e1;hpb=15ae2165165da813912300d223c50b74f44cc1e0;p=timetracker.git diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 66cbea76..250ea7dc 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -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.', @@ -126,7 +124,9 @@ $i18n_key_words = array( '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.', // Labels for buttons. 'button.login' => 'היכנס', @@ -170,6 +170,7 @@ $i18n_key_words = array( 'label.users' => 'משתמשים', // TODO: translate the following. // 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => 'לקוח', 'label.clients' => 'לקוחות', @@ -258,8 +259,9 @@ $i18n_key_words = array( // Form titles. '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' => 'איפוס סיסמה', @@ -312,8 +314,6 @@ $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' => 'הוספת שדה אישי',