X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhe.lang.php;h=1f9953010e9372069fc9e137c78edc2018454f11;hb=c3c78e060ef21bf5f4f2fe60fb1202da2489374b;hp=f01cac66d874e641a42821107d8e6d74f44ba89b;hpb=bf5a31da67e50256caa4dae27f54832581dbcf7c;p=timetracker.git diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index f01cac66..1f995301 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -112,7 +112,7 @@ $i18n_key_words = array( // 'error.role_exists' => 'Role with this rank already exists.', 'error.no_invoiceable_items' => 'אין פריטים לחיוב', 'error.no_login' => 'משתמש זה אינו קיים', -'error.no_teams' => 'בסיס הנתונים שלך ריק. התחבר כמנהל וצור צוות חדש', +'error.no_groups' => 'בסיס הנתונים שלך ריק. התחבר כמנהל וצור צוות חדש', // TODO: replace "team" with "group". 'error.upload' => 'שגיאה בהעלת קובץ', // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', @@ -137,14 +137,14 @@ $i18n_key_words = array( 'button.reset_password' => 'איפוס סיסמה', 'button.send' => 'שלח', 'button.send_by_email' => 'שלח בדואר אלקטרוני', -'button.create_team' => 'צור צוות', -'button.export' => 'ייצא צוות', -'button.import' => 'ייבא צוות', +'button.create_group' => 'צור צוות', // TODO: replace "team" with "group". +'button.export' => 'ייצא צוות', // TODO: replace "team" with "group". +'button.import' => 'ייבא צוות', // TODO: replace "team" with "group". 'button.close' => 'סגור', 'button.stop' => 'עצור', // Labels for controls on forms. Labels in this section are used on multiple forms. -'label.team_name' => 'שם הצוות', +'label.group_name' => 'שם הצוות', // TODO: replace "team" with "group". 'label.address' => 'כתובת', 'label.currency' => 'מטבע', 'label.manager_name' => 'שם של המנהל', @@ -249,11 +249,11 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'כניסה', -'title.teams' => 'צוותים', -'title.create_team' => 'יצירת צוות', +'title.groups' => 'צוותים', // TODO: change "teams" to "groups". +'title.create_group' => 'יצירת צוות', // TODO: change "team" to "group". // TODO: translate the following. -// 'title.edit_team' => 'Editing Team', -'title.delete_team' => 'מחיקת צוות', +// 'title.edit_group' => 'Editing Group', +'title.delete_group' => 'מחיקת צוות', // TODO: change "team" to "group". 'title.reset_password' => 'איפוס סיסמה', 'title.change_password' => 'שינוי סיסמה', 'title.time' => 'זמן',