X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhe.lang.php;h=92450b5d9e8f09821287ad86fb771b18fb49971e;hb=b262cc9f78e50e6910fefc1744782ddd64bbccda;hp=e83a42b62904059bbb17da5e8c02aac744693978;hpb=54c7f39c93815e99c45f3f974a4ec14673fee1b2;p=timetracker.git diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index e83a42b6..92450b5d 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -144,7 +144,7 @@ $i18n_key_words = array( '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' => 'זמן', @@ -300,8 +300,8 @@ $i18n_key_words = array( // 'title.edit_notification' => 'Editing Notification', // 'title.delete_notification' => 'Deleting Notification', // 'title.monthly_quotas' => 'Monthly Quotas', -'title.export' => 'ייצוא נתוני צוות', -'title.import' => 'ייבוא נתוני צוות', +'title.export' => 'ייצוא נתוני צוות', // TODO: replace "team" with "group". +'title.import' => 'ייבוא נתוני צוות', // TODO: replace "team" with "group". 'title.options' => 'אפשרויות', 'title.profile' => 'פרופיל', // TODO: translate the following. @@ -315,7 +315,7 @@ $i18n_key_words = array( '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. +// It is also a name for the Locking plugin on the group settings page. // TODO: translate the following. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', @@ -468,19 +468,21 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'ניתן לייצא את כל נתוני הצוות בקובץ XML. זה מאד שימושי אם ברצונך להשתמש בשרת משלך.', 'form.export.compression' => 'דחיסה', 'form.export.compression_none' => 'ללא', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). -'form.import.hint' => 'ייבא נתוני צוות מתוך קובץ XML.', +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +'form.import.hint' => 'ייבא נתוני צוות מתוך קובץ XML.', // TODO: replace "team" with "group". 'form.import.file' => 'בחר קובץ', 'form.import.success' => 'הייבוא הושלם בהצלחה.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.hint' => 'ניתן ליצור צוות חדש על-ידי יצירת מנהל צוות חדש.
ניתן לייבא נתוני צוות מקובץ XML משרת Anuko Time Tracker אחר (אין אפשרות לשמות משתמש זהים)', +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). +// TODO: replace "team" with "group" in the string below. Also improve formatting, as multiple spaces or no spaces look a bit weird. +'form.groups.hint' => 'ניתן ליצור צוות חדש על-ידי יצירת מנהל צוות חדש.
ניתן לייבא נתוני צוות מקובץ XML משרת Anuko Time Tracker אחר (אין אפשרות לשמות משתמש זהים)', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. @@ -505,6 +507,10 @@ $i18n_key_words = array( // 'form.profile.allow_ip' => 'Allow IP', 'form.profile.plugins' => 'תוספים', +// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php +// TODO: translate the following. +// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?', + // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'מאת', 'form.mail.to' => 'אל',