fix Arabic JavaScript variable name (#9943)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8573 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
abd7d82af7
commit
ce075327b3
@ -92,31 +92,31 @@ Calendar._TT["حول_الوقت"] = "\n\n" +
|
|||||||
"- لانقاصهShiftاو انقر مع الضغط على مفتاح \n" +
|
"- لانقاصهShiftاو انقر مع الضغط على مفتاح \n" +
|
||||||
"- او انقر واسحب للتظليل السريع.";
|
"- او انقر واسحب للتظليل السريع.";
|
||||||
|
|
||||||
Calendar._TT["السنة_السابقة"] = "السنة السابقة";
|
Calendar._TT["PREV_YEAR"] = "السنة السابقة";
|
||||||
Calendar._TT["الشهر_السابق"] = "الشهر السابق";
|
Calendar._TT["PREV_MONTH"] = "الشهر السابق";
|
||||||
Calendar._TT["اذهب_اليوم"] = "اذهب لليوم";
|
Calendar._TT["GO_TODAY"] = "اذهب لليوم";
|
||||||
Calendar._TT["الشهر_القادم"] = "الشهر القادم";
|
Calendar._TT["NEXT_MONTH"] = "الشهر القادم";
|
||||||
Calendar._TT["السنة_القادمة"] = "السنة القادمة";
|
Calendar._TT["NEXT_YEAR"] = "السنة القادمة";
|
||||||
Calendar._TT["اختر_التاريخ"] = "اختر التاريخ";
|
Calendar._TT["SEL_DATE"] = "اختر التاريخ";
|
||||||
Calendar._TT["اسحب_تظليل"] = "اسحب للتتحرك";
|
Calendar._TT["DRAG_TO_MOVE"] = "اسحب للتتحرك";
|
||||||
Calendar._TT["جزء_يوم"] = "اليوم";
|
Calendar._TT["PART_TODAY"] = "اليوم";
|
||||||
|
|
||||||
// the following is to inform that "%s" is to be the first day of week
|
// the following is to inform that "%s" is to be the first day of week
|
||||||
// %s will be replaced with the day name.
|
// %s will be replaced with the day name.
|
||||||
Calendar._TT["اول_يوم"] = " اولا%sاعرض ";
|
Calendar._TT["DAY_FIRST"] = " اولا%sاعرض ";
|
||||||
|
|
||||||
// This may be locale-dependent. It specifies the week-end days, as an array
|
// This may be locale-dependent. It specifies the week-end days, as an array
|
||||||
// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
|
// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
|
||||||
// means Monday, etc.
|
// means Monday, etc.
|
||||||
Calendar._TT["نهاية الاسبوع"] = "5,6";
|
Calendar._TT["WEEKEND"] = "5,6";
|
||||||
|
|
||||||
Calendar._TT["مغلق"] = "مغلق";
|
Calendar._TT["CLOSE"] = "مغلق";
|
||||||
Calendar._TT["اليوم"] = "اليوم";
|
Calendar._TT["TODAY"] = "اليوم";
|
||||||
Calendar._TT["جزء_اليوم"] = "انقر او اسحب لتغير القيمة";
|
Calendar._TT["TIME_PART"] = "انقر او اسحب لتغير القيمة";
|
||||||
|
|
||||||
// date formats
|
// date formats
|
||||||
Calendar._TT["تنسيق تاريخ"] = "%Y-%m-%d";
|
Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
|
||||||
Calendar._TT["تنسيق وقت"] = "%a, %b %e";
|
Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";
|
||||||
|
|
||||||
Calendar._TT["رقم الاسبوع"] = "رقم الاسبوع";
|
Calendar._TT["WK"] = "رقم الاسبوع";
|
||||||
Calendar._TT["الوقت"] = "الوقت:";
|
Calendar._TT["TIME"] = "الوقت:";
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
jsToolBar.strings = {};
|
jsToolBar.strings = {};
|
||||||
jsToolBar.strings ['قوي'] = 'قوي';
|
jsToolBar.strings ['Strong'] = 'قوي';
|
||||||
jsToolBar.strings ['مائل'] = 'مائل';
|
jsToolBar.strings ['Italic'] = 'مائل';
|
||||||
jsToolBar.strings ['تسطير'] = 'تسطير';
|
jsToolBar.strings ['Underline'] = 'تسطير';
|
||||||
jsToolBar.strings ['محذوف'] = 'محذوف';
|
jsToolBar.strings ['Deleted'] = 'محذوف';
|
||||||
jsToolBar.strings ['رمز'] = 'رمز ضمني';
|
jsToolBar.strings ['Code'] = 'رمز ضمني';
|
||||||
jsToolBar.strings ['عنوان 1'] = 'عنوان 1';
|
jsToolBar.strings ['Heading 1'] = 'عنوان 1';
|
||||||
jsToolBar.strings ['عنوان 2'] = 'عنوان 2';
|
jsToolBar.strings ['Heading 2'] = 'عنوان 2';
|
||||||
jsToolBar.strings ['عنوان 3'] = 'عنوان 3';
|
jsToolBar.strings ['Heading 3'] = 'عنوان 3';
|
||||||
jsToolBar.strings ['قائمة غير مرتبة'] = 'قائمة غير مرتبة';
|
jsToolBar.strings ['Unordered list'] = 'قائمة غير مرتبة';
|
||||||
jsToolBar.strings ['قائمة مرتبة'] = 'قائمة مرتبة';
|
jsToolBar.strings ['Ordered list'] = 'قائمة مرتبة';
|
||||||
jsToolBar.strings ['اقتباس'] = 'اقتباس';
|
jsToolBar.strings ['Quote'] = 'اقتباس';
|
||||||
jsToolBar.strings ['نهاية الاقتباس'] = 'إزالة الاقتباس';
|
jsToolBar.strings ['Unquote'] = 'إزالة الاقتباس';
|
||||||
jsToolBar.strings ['نص مسبق التنسيق'] = 'نص مسبق التنسيق';
|
jsToolBar.strings ['Preformatted text'] = 'نص مسبق التنسيق';
|
||||||
jsToolBar.strings ['رابط ويكي'] = 'رابط الى صفحة ويكي';
|
jsToolBar.strings ['Wiki link'] = 'رابط الى صفحة ويكي';
|
||||||
jsToolBar.strings ['صورة'] = 'صورة';
|
jsToolBar.strings ['Image'] = 'صورة';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user