8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
define(
|
|
"dijit/nls/ar/loading", //begin v1.x content
|
|
({
|
|
loadingState: "جاري التحميل...",
|
|
errorState: "عفوا، حدث خطأ"
|
|
})
|
|
//end v1.x content
|
|
);
|