blob: 0f8055dfef0b03c3e6592791308b4c913417bd51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
//>>built
define(
"dojox/editor/plugins/nls/ar/AutoSave", //begin v1.x content
({
"saveLabel": "حفظ",
"saveSettingLabelOn": "تحديد الفترة الزمنية للحفظ الآلي...",
"saveSettingLabelOff": "ايقاف الحفظ الآلي",
"saveSettingdialogTitle": "حفظ آلي",
"saveSettingdialogDescription": "تحديد الفترة الزمنية للحفظ الآلي",
"saveSettingdialogParamName": "الفترة الزمنية للحفظ الآلي",
"saveSettingdialogParamLabel": "دقيقة",
"saveSettingdialogButtonOk": "تحديد الفترة الزمنية",
"saveSettingdialogButtonCancel": "الغاء",
"saveMessageSuccess": "تم الحفظ في ${0}",
"saveMessageFail": "فشل في الحفظ في ${0}"
})
//end v1.x content
);
|