diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/widget/nls')
96 files changed, 1075 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/widget/nls/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/ColorPicker.js new file mode 100644 index 0000000..00f0e2b --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ColorPicker.js @@ -0,0 +1,49 @@ +//>>built +define("dojox/widget/nls/ColorPicker", { root: +//begin v1.x content +({ +redLabel: "r", +greenLabel: "g", +blueLabel: "b", +hueLabel: "h", +saturationLabel: "s", +valueLabel: "v", /* aka intensity or brightness */ +degLabel: "\u00B0", +hexLabel: "hex", +huePickerTitle: "Hue Selector", +saturationPickerTitle: "Saturation Selector" +}) +//end v1.x content +, +"zh": true, +"zh-tw": true, +"tr": true, +"th": true, +"sv": true, +"sl": true, +"sk": true, +"ru": true, +"ro": true, +"pt": true, +"pt-pt": true, +"pl": true, +"nl": true, +"nb": true, +"ko": true, +"kk": true, +"ja": true, +"it": true, +"hu": true, +"hr": true, +"he": true, +"fr": true, +"fi": true, +"es": true, +"el": true, +"de": true, +"da": true, +"cs": true, +"ca": true, +"az": true, +"ar": true +}); diff --git a/js/dojo-1.7.2/dojox/widget/nls/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/FilePicker.js new file mode 100644 index 0000000..de82eaa --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/FilePicker.js @@ -0,0 +1,42 @@ +//>>built +define("dojox/widget/nls/FilePicker", { root: +//begin v1.x content +({ + name: "Name", + path: "Path", + size: "Size (in bytes)" +}) +//end v1.x content +, +"zh": true, +"zh-tw": true, +"tr": true, +"th": true, +"sv": true, +"sl": true, +"sk": true, +"ru": true, +"ro": true, +"pt": true, +"pt-pt": true, +"pl": true, +"nl": true, +"nb": true, +"ko": true, +"kk": true, +"ja": true, +"it": true, +"hu": true, +"hr": true, +"he": true, +"fr": true, +"fi": true, +"es": true, +"el": true, +"de": true, +"da": true, +"cs": true, +"ca": true, +"az": true, +"ar": true +}); diff --git a/js/dojo-1.7.2/dojox/widget/nls/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/Wizard.js new file mode 100644 index 0000000..29ebeac --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/Wizard.js @@ -0,0 +1,42 @@ +//>>built +define("dojox/widget/nls/Wizard", { root: +//begin v1.x content +({ +next: "Next", +previous: "Previous", +done: "Done" +}) +//end v1.x content +, +"zh": true, +"zh-tw": true, +"tr": true, +"th": true, +"sv": true, +"sl": true, +"sk": true, +"ru": true, +"ro": true, +"pt": true, +"pt-pt": true, +"pl": true, +"nl": true, +"nb": true, +"ko": true, +"kk": true, +"ja": true, +"it": true, +"hu": true, +"hr": true, +"he": true, +"fr": true, +"fi": true, +"es": true, +"el": true, +"de": true, +"da": true, +"cs": true, +"ca": true, +"az": true, +"ar": true +}); diff --git a/js/dojo-1.7.2/dojox/widget/nls/ar/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/ar/ColorPicker.js new file mode 100644 index 0000000..8da690c --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ar/ColorPicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/ar/ColorPicker", //begin v1.x content +({ +huePickerTitle: "محدد تدرج اللون", +saturationPickerTitle: "محدد درجة التشبع" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/ar/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/ar/FilePicker.js new file mode 100644 index 0000000..9352983 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ar/FilePicker.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/ar/FilePicker", ({ +name: "الاسم", +path: "المسار", +size: "الحجم (بالبايت)" +}) + + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/ar/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/ar/Wizard.js new file mode 100644 index 0000000..b80dc25 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ar/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/ar/Wizard", //begin v1.x content +({ +next: "تالي", +previous: "سابق", +done: "اتمام" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/az/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/az/ColorPicker.js new file mode 100644 index 0000000..fe6f1a1 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/az/ColorPicker.js @@ -0,0 +1,17 @@ +//>>built +define( +"dojox/widget/nls/az/ColorPicker", //begin v1.x content +({ + "redLabel" : "q", + "valueLabel" : "d", + "hexLabel" : "onaltılıq", + "hueLabel" : "ç", + "saturationLabel" : "d", + "greenLabel" : "y", + "blueLabel" : "m", + "saturationPickerTitle" : "Doldurmaq seçimi", + "huePickerTitle" : "Çalar seçimi", + "degLabel" : "°" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/az/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/az/FilePicker.js new file mode 100644 index 0000000..e702a57 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/az/FilePicker.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/az/FilePicker", //begin v1.x content +({ + "name" : "Ad", + "size" : "Həcmi (bayt cinsindən)", + "path" : "Yol" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/az/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/az/Wizard.js new file mode 100644 index 0000000..f0ef82f --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/az/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/az/Wizard", //begin v1.x content +({ + "next" : "Irəli", + "done" : "Qurtardı", + "previous" : "Geri" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/ca/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/ca/ColorPicker.js new file mode 100644 index 0000000..8df1d0e --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ca/ColorPicker.js @@ -0,0 +1,11 @@ +//>>built +define( +"dojox/widget/nls/ca/ColorPicker", //begin v1.x content +({ +redLabel: "v", +greenLabel: "e", +hueLabel: "m", +huePickerTitle: "Selector de matís", +saturationPickerTitle: "Selector de saturació" +}) +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/ca/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/ca/FilePicker.js new file mode 100644 index 0000000..9ad02a8 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ca/FilePicker.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/ca/FilePicker", ({ +name: "Nom", +path: "Camí d'accés", +size: "Mida (en bytes)" +}) + + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/ca/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/ca/Wizard.js new file mode 100644 index 0000000..5d79c7d --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ca/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/ca/Wizard", //begin v1.x content +({ +next: "Següent", +previous: "Anterior", +done: "Fet" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/cs/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/cs/ColorPicker.js new file mode 100644 index 0000000..dd4a21e --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/cs/ColorPicker.js @@ -0,0 +1,14 @@ +//>>built +define( +"dojox/widget/nls/cs/ColorPicker", //begin v1.x content +({ +redLabel: "č", +greenLabel: "z", +blueLabel: "m", +hueLabel: "o", +saturationLabel: "n", +valueLabel: "j", /* aka intensity or brightness */ +huePickerTitle: "Selektor odstínu", +saturationPickerTitle: "Selektor sytosti" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/cs/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/cs/FilePicker.js new file mode 100644 index 0000000..23a3e26 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/cs/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/cs/FilePicker", ({ +name: "Název", +path: "Cesta", +size: "Velikost (v bajtech)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/cs/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/cs/Wizard.js new file mode 100644 index 0000000..26e5c11 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/cs/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/cs/Wizard", //begin v1.x content +({ +next: "Další", +previous: "Předchozí", +done: "Hotovo" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/da/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/da/ColorPicker.js new file mode 100644 index 0000000..7fcb956 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/da/ColorPicker.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/widget/nls/da/ColorPicker", //begin v1.x content +({ +huePickerTitle: "Vælg nuance", +saturationPickerTitle: "Vælg mætning" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/da/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/da/FilePicker.js new file mode 100644 index 0000000..abe594c --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/da/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/da/FilePicker", ({ +name: "Navn", +path: "Sti", +size: "Størrelse (i byte)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/da/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/da/Wizard.js new file mode 100644 index 0000000..0c72cf2 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/da/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/da/Wizard", //begin v1.x content +({ +next: "Næste", +previous: "Forrige", +done: "Udført" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/de/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/de/ColorPicker.js new file mode 100644 index 0000000..a775bb6 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/de/ColorPicker.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/widget/nls/de/ColorPicker", //begin v1.x content +({ +huePickerTitle: "Farbtonauswahl", +saturationPickerTitle: "Sättigungsauswahl" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/de/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/de/FilePicker.js new file mode 100644 index 0000000..d999162 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/de/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/de/FilePicker", ({ +name: "Name", +path: "Pfad", +size: "Größe (in Byte)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/de/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/de/Wizard.js new file mode 100644 index 0000000..704b033 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/de/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/de/Wizard", //begin v1.x content +({ +next: "Weiter", +previous: "Zurück", +done: "Fertig" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/el/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/el/ColorPicker.js new file mode 100644 index 0000000..3b974cc --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/el/ColorPicker.js @@ -0,0 +1,15 @@ +//>>built +define( +"dojox/widget/nls/el/ColorPicker", //begin v1.x content +({ +redLabel: "κ", +greenLabel: "π", +blueLabel: "μ", +hueLabel: "α", +saturationLabel: "κ", +valueLabel: "τ", /* aka intensity or brightness */ +hexLabel: "16-αδικό", +huePickerTitle: "Επιλογή απόχρωσης", +saturationPickerTitle: "Επιλογή κορεσμού" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/el/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/el/FilePicker.js new file mode 100644 index 0000000..da7859b --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/el/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/el/FilePicker", ({ +name: "Όνομα", +path: "Διαδρομή", +size: "Μέγεθος (σε bytes)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/el/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/el/Wizard.js new file mode 100644 index 0000000..e9e646e --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/el/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/el/Wizard", //begin v1.x content +({ +next: "Επόμενο", +previous: "Προηγούμενο", +done: "Ολοκλήρωση" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/es/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/es/ColorPicker.js new file mode 100644 index 0000000..17672e6 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/es/ColorPicker.js @@ -0,0 +1,11 @@ +//>>built +define( +"dojox/widget/nls/es/ColorPicker", //begin v1.x content +({ +greenLabel: "v", +blueLabel: "a", +hueLabel: "m", +huePickerTitle: "Selector de tono", +saturationPickerTitle: "Selector de saturación" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/es/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/es/FilePicker.js new file mode 100644 index 0000000..8f67e11 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/es/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/es/FilePicker", ({ +name: "Nombre", +path: "Vía de acceso", +size: "Tamaño (en bytes)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/es/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/es/Wizard.js new file mode 100644 index 0000000..b6c095e --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/es/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/es/Wizard", //begin v1.x content +({ +next: "Siguiente", +previous: "Anterior", +done: "Terminado" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/fi/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/fi/ColorPicker.js new file mode 100644 index 0000000..d61a8de --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/fi/ColorPicker.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/widget/nls/fi/ColorPicker", //begin v1.x content +({ +huePickerTitle: "Sävyn valitsin", +saturationPickerTitle: "Kylläisyyden valitsin" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/fi/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/fi/FilePicker.js new file mode 100644 index 0000000..df98b86 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/fi/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/fi/FilePicker", ({ +name: "Nimi", +path: "Polku", +size: "Koko (tavuina)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/fi/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/fi/Wizard.js new file mode 100644 index 0000000..afcec2f --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/fi/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/fi/Wizard", //begin v1.x content +({ +next: "Seuraava", +previous: "Edellinen", +done: "Valmis" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/fr/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/fr/ColorPicker.js new file mode 100644 index 0000000..b99175a --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/fr/ColorPicker.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/fr/ColorPicker", //begin v1.x content +({ +greenLabel: "v", +hueLabel: "t", +huePickerTitle: "Sélecteur de teinte", +saturationPickerTitle: "Sélecteur de saturation" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/fr/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/fr/FilePicker.js new file mode 100644 index 0000000..48fb4ba --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/fr/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/fr/FilePicker", ({ +name: "Nom", +path: "Chemin", +size: "Taille (en octets)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/fr/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/fr/Wizard.js new file mode 100644 index 0000000..78d2e43 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/fr/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/fr/Wizard", //begin v1.x content +({ +next: "Suivant", +previous: "Précédent", +done: "Terminé" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/he/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/he/ColorPicker.js new file mode 100644 index 0000000..8c28303 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/he/ColorPicker.js @@ -0,0 +1,16 @@ +//>>built +define( +"dojox/widget/nls/he/ColorPicker", //begin v1.x content +({ +redLabel: "א", +greenLabel: "י", +blueLabel: "כ", +hueLabel: "ג", +saturationLabel: "ר", +valueLabel: "ע", /* aka intensity or brightness */ +degLabel: "\u00B0", +hexLabel: "הקס", +huePickerTitle: "בורר גוון", +saturationPickerTitle: "בורר רוויה" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/he/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/he/FilePicker.js new file mode 100644 index 0000000..0021dda --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/he/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/he/FilePicker", ({ +name: "שם", +path: "נתיב", +size: "גודל (בבתים)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/he/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/he/Wizard.js new file mode 100644 index 0000000..df2bd60 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/he/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/he/Wizard", //begin v1.x content +({ +next: "הבא", +previous: "הקודם", +done: "סיום" +}) +//end v1.x content +); 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" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/hu/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/hu/ColorPicker.js new file mode 100644 index 0000000..806d486 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/hu/ColorPicker.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/widget/nls/hu/ColorPicker", //begin v1.x content +({ +huePickerTitle: "Árnyalat kiválasztó", +saturationPickerTitle: "Telítettség kiválasztó" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/hu/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/hu/FilePicker.js new file mode 100644 index 0000000..91ee565 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/hu/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/hu/FilePicker", ({ +name: "Név", +path: "Elérési út", +size: "Méret (byte)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/hu/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/hu/Wizard.js new file mode 100644 index 0000000..bce4814 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/hu/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/hu/Wizard", //begin v1.x content +({ +next: "Következő", +previous: "Előző", +done: "Kész" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/it/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/it/ColorPicker.js new file mode 100644 index 0000000..016c4ca --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/it/ColorPicker.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/widget/nls/it/ColorPicker", //begin v1.x content +({ +huePickerTitle: "Selettore tonalità", +saturationPickerTitle: "Selettore saturazione" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/it/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/it/FilePicker.js new file mode 100644 index 0000000..d79c6cd --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/it/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/it/FilePicker", ({ +name: "Nome", +path: "Percorso", +size: "Dimensione (in byte)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/it/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/it/Wizard.js new file mode 100644 index 0000000..ad5277e --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/it/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/it/Wizard", //begin v1.x content +({ +next: "Successivo", +previous: "Precedente", +done: "Eseguito" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/ja/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/ja/ColorPicker.js new file mode 100644 index 0000000..6e823df --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ja/ColorPicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/ja/ColorPicker", //begin v1.x content +({ +hexLabel: "16 進", +huePickerTitle: "色調セレクター", +saturationPickerTitle: "彩度セレクター" +}) +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/ja/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/ja/FilePicker.js new file mode 100644 index 0000000..f8c8faa --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ja/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/ja/FilePicker", ({ +name: "名前", +path: "パス", +size: "サイズ (バイト単位)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/ja/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/ja/Wizard.js new file mode 100644 index 0000000..d8f752f --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ja/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/ja/Wizard", //begin v1.x content +({ +next: "次へ", +previous: "前へ", +done: "完了" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/kk/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/kk/ColorPicker.js new file mode 100644 index 0000000..51e6b44 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/kk/ColorPicker.js @@ -0,0 +1,15 @@ +//>>built +define( +"dojox/widget/nls/kk/ColorPicker", //begin v1.x content +({ +redLabel: "r", +greenLabel: "д", +blueLabel: "ә", +hueLabel: "е", +saturationLabel: "ң", +valueLabel: "п", /* aka intensity or brightness */ +hexLabel: "алтылық", +huePickerTitle: "Реңкті іріктеу", +saturationPickerTitle: "Қанықтықты іріктеу" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/kk/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/kk/FilePicker.js new file mode 100644 index 0000000..79993fe --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/kk/FilePicker.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/kk/FilePicker", ({ +name: "Атауы", +path: "Жол", +size: "Өлшемі (байт)" +}) + + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/kk/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/kk/Wizard.js new file mode 100644 index 0000000..12f8aaa --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/kk/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/kk/Wizard", //begin v1.x content +({ +next: "Келесі", +previous: "Алдыңғы", +done: "Орындалған" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/ko/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/ko/ColorPicker.js new file mode 100644 index 0000000..ccdd82a --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ko/ColorPicker.js @@ -0,0 +1,15 @@ +//>>built +define( +"dojox/widget/nls/ko/ColorPicker", //begin v1.x content +({ +redLabel: "R", +greenLabel: "G", +blueLabel: "B", +hueLabel: "H", +saturationLabel: "S", +valueLabel: "V", /* aka intensity or brightness */ +hexLabel: "16진", +huePickerTitle: "색상 선택자", +saturationPickerTitle: "채도 선택자" +}) +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/ko/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/ko/FilePicker.js new file mode 100644 index 0000000..6c04f10 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ko/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/ko/FilePicker", ({ +name: "이름", +path: "경로", +size: "크기(바이트)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/ko/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/ko/Wizard.js new file mode 100644 index 0000000..98c4e4c --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ko/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/ko/Wizard", //begin v1.x content +({ +next: "다음", +previous: "이전", +done: "완료" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/nb/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/nb/ColorPicker.js new file mode 100644 index 0000000..d00a8cd --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/nb/ColorPicker.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/widget/nls/nb/ColorPicker", //begin v1.x content +({ +huePickerTitle: "Nyansevelger", +saturationPickerTitle: "Metningsvelger" +}) +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/nb/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/nb/FilePicker.js new file mode 100644 index 0000000..7178150 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/nb/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/nb/FilePicker", ({ +name: "Navn", +path: "Bane", +size: "Størrelse (i byte)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/nb/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/nb/Wizard.js new file mode 100644 index 0000000..9c05db7 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/nb/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/nb/Wizard", //begin v1.x content +({ +next: "Neste", +previous: "Forrige", +done: "Ferdig" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/nl/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/nl/ColorPicker.js new file mode 100644 index 0000000..2342691 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/nl/ColorPicker.js @@ -0,0 +1,11 @@ +//>>built +define( +"dojox/widget/nls/nl/ColorPicker", //begin v1.x content +({ +hueLabel: "t", +saturationLabel: "i", +valueLabel: "h", /* aka intensity or brightness */ +huePickerTitle: "Tint selecteren", +saturationPickerTitle: "Intensiteit selecteren" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/nl/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/nl/FilePicker.js new file mode 100644 index 0000000..3b9509e --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/nl/FilePicker.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/nl/FilePicker", ({ +name: "Naam", +path: "Pad", +size: "Grootte (in bytes)" +}) + + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/nl/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/nl/Wizard.js new file mode 100644 index 0000000..49fd5c7 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/nl/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/nl/Wizard", //begin v1.x content +({ +next: "Volgende", +previous: "Vorige", +done: "Klaar" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/pl/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/pl/ColorPicker.js new file mode 100644 index 0000000..522db6d --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/pl/ColorPicker.js @@ -0,0 +1,15 @@ +//>>built +define( +"dojox/widget/nls/pl/ColorPicker", //begin v1.x content +({ +redLabel: "c", +greenLabel: "z", +blueLabel: "n", +hueLabel: "barwa", +saturationLabel: "nas.", +valueLabel: "jas.", /* aka intensity or brightness */ +hexLabel: "szesnastkowe", +huePickerTitle: "Selektor barwy", +saturationPickerTitle: "Selektor nasycenia" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/pl/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/pl/FilePicker.js new file mode 100644 index 0000000..96ca0ae --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/pl/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/pl/FilePicker", ({ +name: "Nazwa", +path: "Ścieżka", +size: "Wielkość (w bajtach)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/pl/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/pl/Wizard.js new file mode 100644 index 0000000..d6dc31a --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/pl/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/pl/Wizard", //begin v1.x content +({ +next: "Dalej", +previous: "Wstecz", +done: "Gotowe" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/pt-pt/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/pt-pt/ColorPicker.js new file mode 100644 index 0000000..196150a --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/pt-pt/ColorPicker.js @@ -0,0 +1,13 @@ +//>>built +define( +"dojox/widget/nls/pt-pt/ColorPicker", //begin v1.x content +({ +redLabel: "e", +greenLabel: "v", +blueLabel: "a", +hueLabel: "t", +valueLabel: "val", /* aka intensity or brightness */ +huePickerTitle: "Selector de tonalidade", +saturationPickerTitle: "Selector de saturação" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/pt-pt/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/pt-pt/FilePicker.js new file mode 100644 index 0000000..0de6756 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/pt-pt/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/pt-pt/FilePicker", ({ +name: "Nome", +path: "Caminho", +size: "Tamanho (em bytes)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/pt-pt/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/pt-pt/Wizard.js new file mode 100644 index 0000000..4c4efc1 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/pt-pt/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/pt-pt/Wizard", //begin v1.x content +({ +next: "Seguinte", +previous: "Anterior", +done: "Concluído" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/pt/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/pt/ColorPicker.js new file mode 100644 index 0000000..5810fea --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/pt/ColorPicker.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/widget/nls/pt/ColorPicker", //begin v1.x content +({ +huePickerTitle: "Seletor de Matiz", +saturationPickerTitle: "Seletor de Saturação" +}) +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/pt/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/pt/FilePicker.js new file mode 100644 index 0000000..8a90073 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/pt/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/pt/FilePicker", ({ +name: "Nome", +path: "Caminho", +size: "Tamanho (em bytes)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/pt/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/pt/Wizard.js new file mode 100644 index 0000000..1c5384d --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/pt/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/pt/Wizard", //begin v1.x content +({ +next: "Próximo", +previous: "Anterior", +done: "Concluído" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/ro/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/ro/ColorPicker.js new file mode 100644 index 0000000..eff40fc --- /dev/null +++ b/js/dojo-1.7.2/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-1.7.2/dojox/widget/nls/ro/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/ro/FilePicker.js new file mode 100644 index 0000000..703f1e1 --- /dev/null +++ b/js/dojo-1.7.2/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-1.7.2/dojox/widget/nls/ro/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/ro/Wizard.js new file mode 100644 index 0000000..7729319 --- /dev/null +++ b/js/dojo-1.7.2/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 +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/ru/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/ru/ColorPicker.js new file mode 100644 index 0000000..9066a8d --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ru/ColorPicker.js @@ -0,0 +1,15 @@ +//>>built +define( +"dojox/widget/nls/ru/ColorPicker", //begin v1.x content +({ +redLabel: "к", +greenLabel: "з", +blueLabel: "с", +hueLabel: "о", +saturationLabel: "н", +valueLabel: "з", /* aka intensity or brightness */ +hexLabel: "шест", +huePickerTitle: "Выбор оттенка", +saturationPickerTitle: "Выбор насыщенности" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/ru/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/ru/FilePicker.js new file mode 100644 index 0000000..e966b39 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ru/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/ru/FilePicker", ({ +name: "Имя", +path: "Путь", +size: "Размер (байт)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/ru/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/ru/Wizard.js new file mode 100644 index 0000000..61186e0 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ru/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/ru/Wizard", //begin v1.x content +({ +next: "Далее", +previous: "Назад", +done: "Готово" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/sk/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/sk/ColorPicker.js new file mode 100644 index 0000000..4bbe9b2 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/sk/ColorPicker.js @@ -0,0 +1,6 @@ +//>>built +define( +"dojox/widget/nls/sk/ColorPicker", //begin v1.x content +({ +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/sk/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/sk/FilePicker.js new file mode 100644 index 0000000..aa90b56 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/sk/FilePicker.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/sk/FilePicker", ({ +name: "Názov", +path: "Cesta", +size: "Veľkosť (v bajtoch)" +}) + + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/sk/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/sk/Wizard.js new file mode 100644 index 0000000..5c29e4c --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/sk/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/sk/Wizard", //begin v1.x content +({ +next: "Ďalej", +previous: "Späť", +done: "Hotovo" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/sl/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/sl/ColorPicker.js new file mode 100644 index 0000000..c5a0da1 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/sl/ColorPicker.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/widget/nls/sl/ColorPicker", //begin v1.x content +({ +huePickerTitle: "Izbirnik odtenka ", +saturationPickerTitle: "Izbirnik nasičenosti" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/sl/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/sl/FilePicker.js new file mode 100644 index 0000000..0a90463 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/sl/FilePicker.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/sl/FilePicker", ({ +name: "Ime", +path: "Pot", +size: "Velikost (v bajtih)" +}) + + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/sl/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/sl/Wizard.js new file mode 100644 index 0000000..6b2ac74 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/sl/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/sl/Wizard", //begin v1.x content +({ +next: "Naprej", +previous: "Nazaj", +done: "Opravljeno" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/sv/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/sv/ColorPicker.js new file mode 100644 index 0000000..cdee575 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/sv/ColorPicker.js @@ -0,0 +1,11 @@ +//>>built +define( +"dojox/widget/nls/sv/ColorPicker", //begin v1.x content +({ +hueLabel: "n", +saturationLabel: "m", +valueLabel: "l", /* aka intensity or brightness */ +huePickerTitle: "Välj färgton", +saturationPickerTitle: "Välj mättnad" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/sv/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/sv/FilePicker.js new file mode 100644 index 0000000..02d727e --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/sv/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/sv/FilePicker", ({ +name: "Namn", +path: "Sökväg", +size: "Storlek (byte)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/sv/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/sv/Wizard.js new file mode 100644 index 0000000..9481858 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/sv/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/sv/Wizard", //begin v1.x content +({ +next: "Nästa", +previous: "Föregående", +done: "Stäng" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/th/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/th/ColorPicker.js new file mode 100644 index 0000000..c3f8417 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/th/ColorPicker.js @@ -0,0 +1,14 @@ +//>>built +define( +"dojox/widget/nls/th/ColorPicker", //begin v1.x content +({ +redLabel: "อาร์", +greenLabel: "จี", +blueLabel: "บี", +hueLabel: "เอช", +saturationLabel: "เอส", +valueLabel: "วี", /* aka intensity or brightness */ +huePickerTitle: "ตัวเลือกสี", +saturationPickerTitle: "ตัวเลือกความอิ่มของสี" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/th/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/th/FilePicker.js new file mode 100644 index 0000000..11b530c --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/th/FilePicker.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/th/FilePicker", ({ +name: "ชื่อ", +path: "พาธ", +size: "ขนาด (ไบต์)" +}) + + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/th/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/th/Wizard.js new file mode 100644 index 0000000..ad6262c --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/th/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/th/Wizard", //begin v1.x content +({ +next: "ถัดไป", +previous: "ก่อนหน้า", +done: "เสร็จสิ้น" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/tr/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/tr/ColorPicker.js new file mode 100644 index 0000000..a49ad82 --- /dev/null +++ b/js/dojo-1.7.2/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-1.7.2/dojox/widget/nls/tr/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/tr/FilePicker.js new file mode 100644 index 0000000..b1be786 --- /dev/null +++ b/js/dojo-1.7.2/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-1.7.2/dojox/widget/nls/tr/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/tr/Wizard.js new file mode 100644 index 0000000..2b9294a --- /dev/null +++ b/js/dojo-1.7.2/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 +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/zh-tw/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/zh-tw/ColorPicker.js new file mode 100644 index 0000000..e64cd73 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/zh-tw/ColorPicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/zh-tw/ColorPicker", //begin v1.x content +({ +hexLabel: "十六進位", +huePickerTitle: "色調選取元", +saturationPickerTitle: "飽和度選取元" +}) +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/zh-tw/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/zh-tw/FilePicker.js new file mode 100644 index 0000000..70456d8 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/zh-tw/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/zh-tw/FilePicker", ({ +name: "名稱", +path: "路徑", +size: "大小 (以位元組為單位)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/zh-tw/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/zh-tw/Wizard.js new file mode 100644 index 0000000..c51f829 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/zh-tw/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/zh-tw/Wizard", //begin v1.x content +({ +next: "下一步", +previous: "上一步", +done: "完成" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/zh/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/zh/ColorPicker.js new file mode 100644 index 0000000..bd0c281 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/zh/ColorPicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/zh/ColorPicker", //begin v1.x content +({ +hexLabel: "十六进制", +huePickerTitle: "色彩选择器", +saturationPickerTitle: "饱和度选择器" +}) +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/zh/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/zh/FilePicker.js new file mode 100644 index 0000000..931b07e --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/zh/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/zh/FilePicker", ({ +name: "名称", +path: "路径", +size: "大小(字节)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/zh/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/zh/Wizard.js new file mode 100644 index 0000000..688813c --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/zh/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/zh/Wizard", //begin v1.x content +({ +next: "下一步", +previous: "上一步", +done: "完成" +}) +//end v1.x content +); |
