From e44a7e37b6c7b5961adaffc62b9042b8d442938e Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 09:49:11 +0000 Subject: New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dijit/form/nls/cs/ComboBox.js | 1 + includes/js/dijit/form/nls/cs/Textarea.js | 1 + includes/js/dijit/form/nls/cs/validate.js | 1 + 3 files changed, 3 insertions(+) create mode 100644 includes/js/dijit/form/nls/cs/ComboBox.js create mode 100644 includes/js/dijit/form/nls/cs/Textarea.js create mode 100644 includes/js/dijit/form/nls/cs/validate.js (limited to 'includes/js/dijit/form/nls/cs') diff --git a/includes/js/dijit/form/nls/cs/ComboBox.js b/includes/js/dijit/form/nls/cs/ComboBox.js new file mode 100644 index 0000000..84e0841 --- /dev/null +++ b/includes/js/dijit/form/nls/cs/ComboBox.js @@ -0,0 +1 @@ +({"previousMessage":"Předchozí volby","nextMessage":"Další volby"}) \ No newline at end of file diff --git a/includes/js/dijit/form/nls/cs/Textarea.js b/includes/js/dijit/form/nls/cs/Textarea.js new file mode 100644 index 0000000..8a75ddc --- /dev/null +++ b/includes/js/dijit/form/nls/cs/Textarea.js @@ -0,0 +1 @@ +({"iframeEditTitle":"oblast úprav","iframeFocusTitle":"rámec oblasti úprav"}) \ No newline at end of file diff --git a/includes/js/dijit/form/nls/cs/validate.js b/includes/js/dijit/form/nls/cs/validate.js new file mode 100644 index 0000000..7bb7b9e --- /dev/null +++ b/includes/js/dijit/form/nls/cs/validate.js @@ -0,0 +1 @@ +({"rangeMessage":"Tato hodnota je mimo rozsah.","invalidMessage":"Zadaná hodnota není platná.","missingMessage":"Tato hodnota je vyžadována."}) \ No newline at end of file -- cgit v1.2.3-54-g00ecf