@@ -92,31 +92,31 Calendar._TT["حول_الوقت"] = "\n\n" + | |||||
92 | "- لانقاصهShiftاو انقر مع الضغط على مفتاح \n" + |
|
92 | "- لانقاصهShiftاو انقر مع الضغط على مفتاح \n" + | |
93 | "- او انقر واسحب للتظليل السريع."; |
|
93 | "- او انقر واسحب للتظليل السريع."; | |
94 |
|
94 | |||
95 |
Calendar._TT[" |
|
95 | Calendar._TT["PREV_YEAR"] = "السنة السابقة"; | |
96 |
Calendar._TT[" |
|
96 | Calendar._TT["PREV_MONTH"] = "الشهر السابق"; | |
97 |
Calendar._TT[" |
|
97 | Calendar._TT["GO_TODAY"] = "اذهب لليوم"; | |
98 |
Calendar._TT[" |
|
98 | Calendar._TT["NEXT_MONTH"] = "الشهر القادم"; | |
99 |
Calendar._TT[" |
|
99 | Calendar._TT["NEXT_YEAR"] = "السنة القادمة"; | |
100 |
Calendar._TT[" |
|
100 | Calendar._TT["SEL_DATE"] = "اختر التاريخ"; | |
101 |
Calendar._TT[" |
|
101 | Calendar._TT["DRAG_TO_MOVE"] = "اسحب للتتحرك"; | |
102 |
Calendar._TT[" |
|
102 | Calendar._TT["PART_TODAY"] = "اليوم"; | |
103 |
|
103 | |||
104 | // the following is to inform that "%s" is to be the first day of week |
|
104 | // the following is to inform that "%s" is to be the first day of week | |
105 | // %s will be replaced with the day name. |
|
105 | // %s will be replaced with the day name. | |
106 |
Calendar._TT[" |
|
106 | Calendar._TT["DAY_FIRST"] = " اولا%sاعرض "; | |
107 |
|
107 | |||
108 | // This may be locale-dependent. It specifies the week-end days, as an array |
|
108 | // This may be locale-dependent. It specifies the week-end days, as an array | |
109 | // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 |
|
109 | // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 | |
110 | // means Monday, etc. |
|
110 | // means Monday, etc. | |
111 |
Calendar._TT[" |
|
111 | Calendar._TT["WEEKEND"] = "5,6"; | |
112 |
|
112 | |||
113 |
Calendar._TT[" |
|
113 | Calendar._TT["CLOSE"] = "مغلق"; | |
114 |
Calendar._TT[" |
|
114 | Calendar._TT["TODAY"] = "اليوم"; | |
115 |
Calendar._TT[" |
|
115 | Calendar._TT["TIME_PART"] = "انقر او اسحب لتغير القيمة"; | |
116 |
|
116 | |||
117 | // date formats |
|
117 | // date formats | |
118 |
Calendar._TT[" |
|
118 | Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; | |
119 |
Calendar._TT[" |
|
119 | Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; | |
120 |
|
120 | |||
121 |
Calendar._TT[" |
|
121 | Calendar._TT["WK"] = "رقم الاسبوع"; | |
122 |
Calendar._TT[" |
|
122 | Calendar._TT["TIME"] = "الوقت:"; |
@@ -1,16 +1,16 | |||||
1 | jsToolBar.strings = {}; |
|
1 | jsToolBar.strings = {}; | |
2 |
jsToolBar.strings [' |
|
2 | jsToolBar.strings ['Strong'] = 'قوي'; | |
3 |
jsToolBar.strings [' |
|
3 | jsToolBar.strings ['Italic'] = 'مائل'; | |
4 |
jsToolBar.strings [' |
|
4 | jsToolBar.strings ['Underline'] = 'تسطير'; | |
5 |
jsToolBar.strings [' |
|
5 | jsToolBar.strings ['Deleted'] = 'محذوف'; | |
6 |
jsToolBar.strings [' |
|
6 | jsToolBar.strings ['Code'] = 'رمز ضمني'; | |
7 |
jsToolBar.strings [' |
|
7 | jsToolBar.strings ['Heading 1'] = 'عنوان 1'; | |
8 |
jsToolBar.strings [' |
|
8 | jsToolBar.strings ['Heading 2'] = 'عنوان 2'; | |
9 |
jsToolBar.strings [' |
|
9 | jsToolBar.strings ['Heading 3'] = 'عنوان 3'; | |
10 |
jsToolBar.strings [' |
|
10 | jsToolBar.strings ['Unordered list'] = 'قائمة غير مرتبة'; | |
11 |
jsToolBar.strings [' |
|
11 | jsToolBar.strings ['Ordered list'] = 'قائمة مرتبة'; | |
12 |
jsToolBar.strings [' |
|
12 | jsToolBar.strings ['Quote'] = 'اقتباس'; | |
13 |
jsToolBar.strings [' |
|
13 | jsToolBar.strings ['Unquote'] = 'إزالة الاقتباس'; | |
14 |
jsToolBar.strings [' |
|
14 | jsToolBar.strings ['Preformatted text'] = 'نص مسبق التنسيق'; | |
15 |
jsToolBar.strings [' |
|
15 | jsToolBar.strings ['Wiki link'] = 'رابط الى صفحة ويكي'; | |
16 |
jsToolBar.strings [' |
|
16 | jsToolBar.strings ['Image'] = 'صورة'; |
General Comments 0
You need to be logged in to leave comments.
Login now