More refactoring of week view related stuff.
[timetracker.git] / WEB-INF / resources / he.lang.php
index 7894d14..aa75ff5 100644 (file)
@@ -48,7 +48,7 @@ $i18n_key_words = array(
 'menu.create_team' => 'צור צוות',
 'menu.profile' => 'פרופיל',
 'menu.time' => 'זמן',
-// TODO: translate the following:
+// TODO: translate the following.
 // 'menu.expenses' => 'Expenses',
 'menu.reports' => 'דוחות',
 'menu.charts' => 'תרשימים',
@@ -61,16 +61,16 @@ $i18n_key_words = array(
 'menu.options' => 'אפשרויות',
 
 // Footer - strings on the bottom of most pages.
-// TODO: translate the following:
+// TODO: translate the following.
 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 'footer.credits' => 'קרדיטס',
 'footer.license' => 'רשיון',
-// TODO: translate the following:
+// 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:
+// TODO: translate the following.
 // 'error.access_denied' => 'Access denied.',
 'error.sys' => 'שגיאת מערכת',
 'error.db' => 'שגיאה של בסיס הנתונים',
@@ -143,6 +143,10 @@ $i18n_key_words = array(
 'label.password' => 'סיסמה',
 'label.confirm_password' => 'בדיקת סיסמה',
 'label.email' => 'דואר אלקטרוני',
+'label.cc' => 'העתק',
+// TODO: translate the following.
+// 'label.bcc' => 'Bcc',
+'label.subject' => 'נושא',
 'label.date' => 'תאריך',
 'label.start_date' => 'תאריך התחלה',
 'label.end_date' => 'תאריך סיום',
@@ -178,6 +182,9 @@ $i18n_key_words = array(
 'label.configure' => 'הגדר',
 'label.select_all' => 'בחר הכל',
 'label.select_none' => 'בטל בחירה',
+// TODO: translate the following.
+// 'label.day_view' => 'Day view',
+// 'label.week_view' => 'Week view',
 'label.id' => 'מזהה',
 'label.language' => 'שפה',
 // TODO: translate the following string.
@@ -285,12 +292,20 @@ $i18n_key_words = array(
 // Strings that are used in a single form must go to the specific form section.
 'dropdown.all' => '--- כולם ---',
 'dropdown.no' => '--- ללא ---',
-'dropdown.this_day' => 'יום מסויים',
-'dropdown.this_week' => 'שבוע זה',
-'dropdown.last_week' => 'שבוע שעבר',
-'dropdown.this_month' => 'חודש זה',
-'dropdown.last_month' => 'החודש שעבר',
-'dropdown.this_year' => 'שנה זו',
+// TODO: translate the following.
+// 'dropdown.current_day' => 'today',
+// 'dropdown.previous_day' => 'yesterday',
+// 'dropdown.selected_day' => 'day',
+'dropdown.current_week' => 'שבוע זה',
+'dropdown.previous_week' => 'שבוע שעבר',
+'dropdown.selected_week' => 'שבוע',
+'dropdown.current_month' => 'חודש זה',
+'dropdown.previous_month' => 'החודש שעבר',
+'dropdown.selected_month' => 'החודש',
+'dropdown.current_year' => 'שנה זו',
+// TODO: translate the following.
+// 'dropdown.previous_year' => 'previous year',
+'dropdown.selected_year' => 'שנה',
 'dropdown.all_time' => 'הכל',
 'dropdown.projects' => 'פרוייקטים',
 'dropdown.tasks' => 'משימות',
@@ -332,6 +347,10 @@ $i18n_key_words = array(
 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 'form.time_edit.uncompleted' => 'רישום זה נשמר עם שעת התחלה בלבד. זאת איננה טעות.',
 
+// Week view form. See example at https://timetracker.anuko.com/week.php.
+// TODO: translate the following.
+// 'form.week.new_entry' => 'New entry',
+
 // Reports form. See example at https://timetracker.anuko.com/reports.php
 'form.reports.save_as_favorite' => 'שמור כמועדף',
 'form.reports.confirm_delete' => 'האם ברצונך למחוק את הדוח המועדף הזה ?',
@@ -428,8 +447,6 @@ $i18n_key_words = array(
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 'form.mail.from' => 'מאת',
 'form.mail.to' => 'אל',
-'form.mail.cc' => 'העתק',
-'form.mail.subject' => 'נושא',
 'form.mail.report_subject' => 'דוח Time Tracker',
 'form.mail.footer' => 'Anuko Time Tracker הינה מערכת פשוטה, קלה לשימוש וחינמית לניהול זמן. בקר באתר <a href="https://www.anuko.com">www.anuko.com</a> לפרטים נוספים.',
 'form.mail.report_sent' => 'הדוח נשלח.',