summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/tr
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/widget/nls/tr')
-rw-r--r--js/dojo/dojox/widget/nls/tr/ColorPicker.js15
-rw-r--r--js/dojo/dojox/widget/nls/tr/FilePicker.js9
-rw-r--r--js/dojo/dojox/widget/nls/tr/Wizard.js10
3 files changed, 34 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/nls/tr/ColorPicker.js b/js/dojo/dojox/widget/nls/tr/ColorPicker.js
new file mode 100644
index 0000000..a49ad82
--- /dev/null
+++ b/js/dojo/dojox/widget/nls/tr/ColorPicker.js
@@ -0,0 +1,15 @@
+//>>built
+define(
+"dojox/widget/nls/tr/ColorPicker", //begin v1.x content
+({
+redLabel: "k",
+greenLabel: "y",
+blueLabel: "m",
+hueLabel: "t",
+saturationLabel: "d",
+valueLabel: "d", /* aka intensity or brightness */
+hexLabel: "onaltılı",
+huePickerTitle: "Ton Seçici",
+saturationPickerTitle: "Doygunluk Seçici"
+})
+);
diff --git a/js/dojo/dojox/widget/nls/tr/FilePicker.js b/js/dojo/dojox/widget/nls/tr/FilePicker.js
new file mode 100644
index 0000000..b1be786
--- /dev/null
+++ b/js/dojo/dojox/widget/nls/tr/FilePicker.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/widget/nls/tr/FilePicker", ({
+name: "Ad",
+path: "Yol",
+size: "Boyut (bayt cinsinden)"
+})
+
+); \ No newline at end of file
diff --git a/js/dojo/dojox/widget/nls/tr/Wizard.js b/js/dojo/dojox/widget/nls/tr/Wizard.js
new file mode 100644
index 0000000..2b9294a
--- /dev/null
+++ b/js/dojo/dojox/widget/nls/tr/Wizard.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/widget/nls/tr/Wizard", //begin v1.x content
+({
+next: "İleri",
+previous: "Geri",
+done: "Bitti"
+})
+//end v1.x content
+);