##// END OF EJS Templates
fix Arabic JavaScript variable name (#9943)...
Toshi MARUYAMA -
r8453:ce075327b396
parent child
Show More
@@ -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["اول_يوم"] = " اولا%sاعرض ";
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["نهاية الاسبوع"] = "5,6";
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["تنسيق تاريخ"] = "%Y-%m-%d";
118 Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
119 Calendar._TT["تنسيق وقت"] = "%a, %b %e";
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 ['عنوان 1'] = 'عنوان 1';
7 jsToolBar.strings ['Heading 1'] = 'عنوان 1';
8 jsToolBar.strings ['عنوان 2'] = 'عنوان 2';
8 jsToolBar.strings ['Heading 2'] = 'عنوان 2';
9 jsToolBar.strings ['عنوان 3'] = 'عنوان 3';
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