summaryrefslogtreecommitdiffstats
path: root/sources/locale/locale_he.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/locale/locale_he.js')
-rw-r--r--sources/locale/locale_he.js48
1 files changed, 48 insertions, 0 deletions
diff --git a/sources/locale/locale_he.js b/sources/locale/locale_he.js
new file mode 100644
index 0000000..4187251
--- /dev/null
+++ b/sources/locale/locale_he.js
@@ -0,0 +1,48 @@
+scheduler.locale = {
+ date: {
+ month_full: ["ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"],
+ month_short: ["ינו", "פבר", "מרץ", "אפר", "מאי", "יונ", "יול", "אוג", "ספט", "אוק", "נוב", "דצמ"],
+ day_full: ["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת"],
+ day_short: ["א", "ב", "ג", "ד", "ה", "ו", "ש"]
+ },
+ labels: {
+ dhx_cal_today_button: "היום",
+ day_tab: "יום",
+ week_tab: "שבוע",
+ month_tab: "חודש",
+ new_event: "ארוע חדש",
+ icon_save: "שמור",
+ icon_cancel: "בטל",
+ icon_details: "פרטים",
+ icon_edit: "ערוך",
+ icon_delete: "מחק",
+ confirm_closing: "", //Your changes will be lost, are your sure ?
+ confirm_deleting: "ארוע ימחק סופית.להמשיך?",
+ section_description: "הסבר",
+ section_time: "תקופה",
+
+ confirm_recurring: "האם ברצונך לשנות כל סדרת ארועים מתמשכים?",
+ section_recurring: "להעתיק ארוע",
+ button_recurring: "לא פעיל",
+ button_recurring_open: "פעיל",
+ full_day: "יום שלם",
+ button_edit_series: "ערוך את הסדרה",
+ button_edit_occurrence: "עריכת עותק",
+
+ /*agenda view extension*/
+ agenda_tab: "סדר יום",
+ date: "תאריך",
+ description: "תיאור",
+
+ /*year view extension*/
+ year_tab: "לשנה",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "סדר יום",
+
+ /*grid view extension*/
+ grid_tab: "סורג"
+ }
+};
+
+