summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/ro
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/widget/nls/ro')
-rw-r--r--js/dojo/dojox/widget/nls/ro/ColorPicker.js8
-rw-r--r--js/dojo/dojox/widget/nls/ro/FilePicker.js10
-rw-r--r--js/dojo/dojox/widget/nls/ro/Wizard.js10
3 files changed, 28 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/nls/ro/ColorPicker.js b/js/dojo/dojox/widget/nls/ro/ColorPicker.js
new file mode 100644
index 0000000..eff40fc
--- /dev/null
+++ b/js/dojo/dojox/widget/nls/ro/ColorPicker.js
@@ -0,0 +1,8 @@
+//>>built
+define(
+"dojox/widget/nls/ro/ColorPicker", //begin v1.x content
+({
+huePickerTitle: "Selector nuanţă",
+saturationPickerTitle: "Selector saturaţie"
+})
+);
diff --git a/js/dojo/dojox/widget/nls/ro/FilePicker.js b/js/dojo/dojox/widget/nls/ro/FilePicker.js
new file mode 100644
index 0000000..703f1e1
--- /dev/null
+++ b/js/dojo/dojox/widget/nls/ro/FilePicker.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/widget/nls/ro/FilePicker", ({
+name: "Nume",
+path: "Cale ",
+size: "Dimensiune (în octeţi)"
+})
+
+
+); \ No newline at end of file
diff --git a/js/dojo/dojox/widget/nls/ro/Wizard.js b/js/dojo/dojox/widget/nls/ro/Wizard.js
new file mode 100644
index 0000000..7729319
--- /dev/null
+++ b/js/dojo/dojox/widget/nls/ro/Wizard.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/widget/nls/ro/Wizard", //begin v1.x content
+({
+next: "Următor",
+previous: "Anterior",
+done: "Gata"
+})
+//end v1.x content
+);