diff options
Diffstat (limited to 'js/dojo-1.7.2/dijit/nls/pt')
| -rw-r--r-- | js/dojo-1.7.2/dijit/nls/pt/common.js | 11 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dijit/nls/pt/loading.js | 9 |
2 files changed, 20 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dijit/nls/pt/common.js b/js/dojo-1.7.2/dijit/nls/pt/common.js new file mode 100644 index 0000000..c6dda99 --- /dev/null +++ b/js/dojo-1.7.2/dijit/nls/pt/common.js @@ -0,0 +1,11 @@ +//>>built +define( +"dijit/nls/pt/common", //begin v1.x content +({ + buttonOk: "OK", + buttonCancel: "Cancelar", + buttonSave: "Salvar", + itemClose: "Fechar" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dijit/nls/pt/loading.js b/js/dojo-1.7.2/dijit/nls/pt/loading.js new file mode 100644 index 0000000..97a96e9 --- /dev/null +++ b/js/dojo-1.7.2/dijit/nls/pt/loading.js @@ -0,0 +1,9 @@ +//>>built +define( +"dijit/nls/pt/loading", //begin v1.x content +({ + loadingState: "Carregando...", + errorState: "Desculpe, ocorreu um erro" +}) +//end v1.x content +); |
