summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/nls/pt-pt
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dijit/nls/pt-pt')
-rw-r--r--js/dojo/dijit/nls/pt-pt/common.js11
-rw-r--r--js/dojo/dijit/nls/pt-pt/loading.js9
2 files changed, 20 insertions, 0 deletions
diff --git a/js/dojo/dijit/nls/pt-pt/common.js b/js/dojo/dijit/nls/pt-pt/common.js
new file mode 100644
index 0000000..26a37d9
--- /dev/null
+++ b/js/dojo/dijit/nls/pt-pt/common.js
@@ -0,0 +1,11 @@
+//>>built
+define(
+"dijit/nls/pt-pt/common", //begin v1.x content
+({
+ buttonOk: "OK",
+ buttonCancel: "Cancelar",
+ buttonSave: "Guardar",
+ itemClose: "Fechar"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dijit/nls/pt-pt/loading.js b/js/dojo/dijit/nls/pt-pt/loading.js
new file mode 100644
index 0000000..29b4d7f
--- /dev/null
+++ b/js/dojo/dijit/nls/pt-pt/loading.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dijit/nls/pt-pt/loading", //begin v1.x content
+({
+ loadingState: "A carregar...",
+ errorState: "Lamentamos, mas ocorreu um erro"
+})
+//end v1.x content
+);