summaryrefslogtreecommitdiff
path: root/lib/dijit/form/nls/sk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/form/nls/sk')
-rw-r--r--lib/dijit/form/nls/sk/ComboBox.js.uncompressed.js9
-rw-r--r--lib/dijit/form/nls/sk/Textarea.js.uncompressed.js12
-rw-r--r--lib/dijit/form/nls/sk/validate.js.uncompressed.js10
3 files changed, 0 insertions, 31 deletions
diff --git a/lib/dijit/form/nls/sk/ComboBox.js.uncompressed.js b/lib/dijit/form/nls/sk/ComboBox.js.uncompressed.js
deleted file mode 100644
index 2ce093a9b..000000000
--- a/lib/dijit/form/nls/sk/ComboBox.js.uncompressed.js
+++ /dev/null
@@ -1,9 +0,0 @@
-define(
-"dijit/form/nls/sk/ComboBox", //begin v1.x content
-({
- previousMessage: "Predchádzajúce voľby",
- nextMessage: "Ďalšie voľby"
-})
-
-//end v1.x content
-);
diff --git a/lib/dijit/form/nls/sk/Textarea.js.uncompressed.js b/lib/dijit/form/nls/sk/Textarea.js.uncompressed.js
deleted file mode 100644
index 6386d33c9..000000000
--- a/lib/dijit/form/nls/sk/Textarea.js.uncompressed.js
+++ /dev/null
@@ -1,12 +0,0 @@
-define(
-"dijit/form/nls/sk/Textarea", //begin v1.x content
-/* used by both the editor and textarea widgets to provide information to screen reader users */
-({
- iframeEditTitle: 'upraviť oblasť', // primary title for editable IFRAME, for screen readers when focus is in the editing area
- iframeFocusTitle: 'upraviť rám oblasti' // secondary title for editable IFRAME when focus is on outer container
- // to let user know that focus has moved out of editing area and to the
- // parent element of the editing area
-})
-
-//end v1.x content
-);
diff --git a/lib/dijit/form/nls/sk/validate.js.uncompressed.js b/lib/dijit/form/nls/sk/validate.js.uncompressed.js
deleted file mode 100644
index a9efd9c1c..000000000
--- a/lib/dijit/form/nls/sk/validate.js.uncompressed.js
+++ /dev/null
@@ -1,10 +0,0 @@
-define(
-"dijit/form/nls/sk/validate", //begin v1.x content
-({
- invalidMessage: "Zadaná hodnota nie je platná.",
- missingMessage: "Táto hodnota je vyžadovaná.",
- rangeMessage: "Táto hodnota je mimo rozsah."
-})
-
-//end v1.x content
-);