blob: c6dda99a6bd43f7c8988854c837e5bb838f9bcaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//>>built
define(
"dijit/nls/pt/common", //begin v1.x content
({
buttonOk: "OK",
buttonCancel: "Cancelar",
buttonSave: "Salvar",
itemClose: "Fechar"
})
//end v1.x content
);
|