summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/hr
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/widget/nls/hr
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dojox/widget/nls/hr')
-rw-r--r--js/dojo/dojox/widget/nls/hr/ColorPicker.js15
-rw-r--r--js/dojo/dojox/widget/nls/hr/FilePicker.js8
-rw-r--r--js/dojo/dojox/widget/nls/hr/Wizard.js8
3 files changed, 31 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/nls/hr/ColorPicker.js b/js/dojo/dojox/widget/nls/hr/ColorPicker.js
new file mode 100644
index 0000000..b31dd5a
--- /dev/null
+++ b/js/dojo/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/dojox/widget/nls/hr/FilePicker.js b/js/dojo/dojox/widget/nls/hr/FilePicker.js
new file mode 100644
index 0000000..a232a52
--- /dev/null
+++ b/js/dojo/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/dojox/widget/nls/hr/Wizard.js b/js/dojo/dojox/widget/nls/hr/Wizard.js
new file mode 100644
index 0000000..646e009
--- /dev/null
+++ b/js/dojo/dojox/widget/nls/hr/Wizard.js
@@ -0,0 +1,8 @@
+//>>built
+define(
+"dojox/widget/nls/hr/Wizard", ({
+next: "Sljedeće",
+previous: "Prethodno",
+done: "Gotovo"
+})
+);