summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/widget/nls/hr
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/widget/nls/hr')
-rw-r--r--js/dojo-1.7.2/dojox/widget/nls/hr/ColorPicker.js15
-rw-r--r--js/dojo-1.7.2/dojox/widget/nls/hr/FilePicker.js8
-rw-r--r--js/dojo-1.7.2/dojox/widget/nls/hr/Wizard.js8
3 files changed, 31 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/widget/nls/hr/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/hr/ColorPicker.js
new file mode 100644
index 0000000..b31dd5a
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/widget/nls/hr/ColorPicker.js
@@ -0,0 +1,15 @@
+//>>built
+define(
+"dojox/widget/nls/hr/ColorPicker", ({
+redLabel: "r",
+greenLabel: "g",
+blueLabel: "b",
+hueLabel: "h",
+saturationLabel: "s",
+valueLabel: "v", /* aka intensity or brightness */
+degLabel: "\u00B0",
+hexLabel: "hex",
+huePickerTitle: "Izbornik nijanse boje",
+saturationPickerTitle: "Izbornik zasićenosti"
+})
+);
diff --git a/js/dojo-1.7.2/dojox/widget/nls/hr/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/hr/FilePicker.js
new file mode 100644
index 0000000..a232a52
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/widget/nls/hr/FilePicker.js
@@ -0,0 +1,8 @@
+//>>built
+define(
+"dojox/widget/nls/hr/FilePicker", ({
+ name: "Ime",
+ path: "Staza",
+ size: "Veličina (u bajtovima)"
+})
+);
diff --git a/js/dojo-1.7.2/dojox/widget/nls/hr/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/hr/Wizard.js
new file mode 100644
index 0000000..646e009
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/widget/nls/hr/Wizard.js
@@ -0,0 +1,8 @@
+//>>built
+define(
+"dojox/widget/nls/hr/Wizard", ({
+next: "Sljedeće",
+previous: "Prethodno",
+done: "Gotovo"
+})
+);