10 lines
164 B
JavaScript
10 lines
164 B
JavaScript
|
define(
|
||
|
"dijit/form/nls/ro/ComboBox", //begin v1.x content
|
||
|
({
|
||
|
previousMessage: "Alegeri anterioare",
|
||
|
nextMessage: "Mai multe alegeri"
|
||
|
})
|
||
|
|
||
|
//end v1.x content
|
||
|
);
|