summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/form/nls/pt-pt
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dijit/form/nls/pt-pt')
-rw-r--r--js/dojo/dijit/form/nls/pt-pt/ComboBox.js9
-rw-r--r--js/dojo/dijit/form/nls/pt-pt/Textarea.js11
-rw-r--r--js/dojo/dijit/form/nls/pt-pt/validate.js10
3 files changed, 30 insertions, 0 deletions
diff --git a/js/dojo/dijit/form/nls/pt-pt/ComboBox.js b/js/dojo/dijit/form/nls/pt-pt/ComboBox.js
new file mode 100644
index 0000000..dac814c
--- /dev/null
+++ b/js/dojo/dijit/form/nls/pt-pt/ComboBox.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dijit/form/nls/pt-pt/ComboBox", //begin v1.x content
+({
+ previousMessage: "Opções anteriores",
+ nextMessage: "Mais opções"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dijit/form/nls/pt-pt/Textarea.js b/js/dojo/dijit/form/nls/pt-pt/Textarea.js
new file mode 100644
index 0000000..ffe423c
--- /dev/null
+++ b/js/dojo/dijit/form/nls/pt-pt/Textarea.js
@@ -0,0 +1,11 @@
+//>>built
+define(
+"dijit/form/nls/pt-pt/Textarea", //begin v1.x content
+({
+ iframeEditTitle: 'área de edição', // primary title for editable IFRAME, for screen readers when focus is in the editing area
+ iframeFocusTitle: 'painel da área de edição' // secondary title for editable IFRAME when focus is on outer container
+ // to let user know that focus has moved out of editing area and to the
+ // parent element of the editing area
+})
+//end v1.x content
+);
diff --git a/js/dojo/dijit/form/nls/pt-pt/validate.js b/js/dojo/dijit/form/nls/pt-pt/validate.js
new file mode 100644
index 0000000..6dff684
--- /dev/null
+++ b/js/dojo/dijit/form/nls/pt-pt/validate.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dijit/form/nls/pt-pt/validate", //begin v1.x content
+({
+ invalidMessage: "O valor introduzido não é válido.",
+ missingMessage: "Este valor é requerido.",
+ rangeMessage: "Este valor encontra-se fora do intervalo."
+})
+//end v1.x content
+);