summaryrefslogtreecommitdiff
path: root/lib/dijit/nls/pt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/nls/pt')
-rw-r--r--lib/dijit/nls/pt/common.js3
-rw-r--r--lib/dijit/nls/pt/common.js.uncompressed.js10
-rw-r--r--lib/dijit/nls/pt/loading.js3
-rw-r--r--lib/dijit/nls/pt/loading.js.uncompressed.js8
4 files changed, 22 insertions, 2 deletions
diff --git a/lib/dijit/nls/pt/common.js b/lib/dijit/nls/pt/common.js
index b94e6bc51..b6cf73c3b 100644
--- a/lib/dijit/nls/pt/common.js
+++ b/lib/dijit/nls/pt/common.js
@@ -1 +1,2 @@
-({"buttonOk":"OK","buttonCancel":"Cancelar","buttonSave":"Salvar","itemClose":"Fechar"}) \ No newline at end of file
+//>>built
+define("dijit/nls/pt/common",({buttonOk:"OK",buttonCancel:"Cancelar",buttonSave:"Salvar",itemClose:"Fechar"})); \ No newline at end of file
diff --git a/lib/dijit/nls/pt/common.js.uncompressed.js b/lib/dijit/nls/pt/common.js.uncompressed.js
new file mode 100644
index 000000000..227aebdba
--- /dev/null
+++ b/lib/dijit/nls/pt/common.js.uncompressed.js
@@ -0,0 +1,10 @@
+define(
+"dijit/nls/pt/common", //begin v1.x content
+({
+ buttonOk: "OK",
+ buttonCancel: "Cancelar",
+ buttonSave: "Salvar",
+ itemClose: "Fechar"
+})
+//end v1.x content
+);
diff --git a/lib/dijit/nls/pt/loading.js b/lib/dijit/nls/pt/loading.js
index 88cda7a2e..8873525ad 100644
--- a/lib/dijit/nls/pt/loading.js
+++ b/lib/dijit/nls/pt/loading.js
@@ -1 +1,2 @@
-({"loadingState":"Carregando...","errorState":"Desculpe, ocorreu um erro"}) \ No newline at end of file
+//>>built
+define("dijit/nls/pt/loading",({loadingState:"Carregando...",errorState:"Desculpe, ocorreu um erro"})); \ No newline at end of file
diff --git a/lib/dijit/nls/pt/loading.js.uncompressed.js b/lib/dijit/nls/pt/loading.js.uncompressed.js
new file mode 100644
index 000000000..a9790dbff
--- /dev/null
+++ b/lib/dijit/nls/pt/loading.js.uncompressed.js
@@ -0,0 +1,8 @@
+define(
+"dijit/nls/pt/loading", //begin v1.x content
+({
+ loadingState: "Carregando...",
+ errorState: "Desculpe, ocorreu um erro"
+})
+//end v1.x content
+);