~ubuntu-branches/ubuntu/quantal/openerp6.1/quantal

« back to all changes in this revision

Viewing changes to openerp/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_he.js

  • Committer: Package Import Robot
  • Author(s): Yolanda Robla
  • Date: 2012-09-20 15:29:00 UTC
  • Revision ID: package-import@ubuntu.com-20120920152900-woyy3yww8z6acmsk
Tags: upstream-6.1-1+dfsg
Import upstream version 6.1-1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
This software is allowed to use under GPL or you need to obtain Commercial or Enterise License
 
3
to use it in not GPL project. Please contact sales@dhtmlx.com for details
 
4
*/
 
5
scheduler.locale={
 
6
        date:{
 
7
                month_full:["ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"],
 
8
                month_short:["ינו", "פבר", "מרץ", "אפר", "מאי", "יונ", "יול", "אוג", "ספט", "אוק", "נוב", "דצמ"],
 
9
                day_full:["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת"],
 
10
        day_short:["א", "ב", "ג", "ד", "ה", "ו", "ש"]
 
11
    },
 
12
    labels:{
 
13
        dhx_cal_today_button:"היום",
 
14
        day_tab:"יום",
 
15
        week_tab:"שבוע",
 
16
        month_tab:"חודש",
 
17
        new_event:"ארוע חדש",
 
18
                icon_save:"שמור",
 
19
                icon_cancel:"בטל",
 
20
                icon_details:"פרטים",
 
21
                icon_edit:"ערוך",
 
22
                icon_delete:"מחק",
 
23
                confirm_closing:"",//Your changes will be lost, are your sure ?
 
24
                confirm_deleting:"ארוע ימחק סופית.להמשיך?",
 
25
                section_description:"הסבר",
 
26
                section_time:"תקופה",
 
27
                
 
28
                confirm_recurring:"האם ברצונך לשנות כל סדרת ארועים מתמשכים?",
 
29
                section_recurring:"להעתיק ארוע",
 
30
                button_recurring:"לא פעיל",
 
31
                button_recurring_open:"פעיל",
 
32
                full_day:"יום שלם",
 
33
                
 
34
                /*agenda view extension*/
 
35
                agenda_tab:"סדר יום",
 
36
                date:"תאריך",
 
37
                description:"תיאור",
 
38
                
 
39
                /*year view extension*/
 
40
                year_tab:"לשנה",
 
41
 
 
42
                /*week agenda view extension*/
 
43
                week_agenda_tab: "סדר יום"
 
44
    }
 
45
};
 
46
 
 
47