diff options
Diffstat (limited to 'js/dojo-1.6/dijit/nls/cs')
| -rw-r--r-- | js/dojo-1.6/dijit/nls/cs/common.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/nls/cs/common.xd.js | 4 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/nls/cs/loading.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/nls/cs/loading.xd.js | 4 |
4 files changed, 10 insertions, 0 deletions
diff --git a/js/dojo-1.6/dijit/nls/cs/common.js b/js/dojo-1.6/dijit/nls/cs/common.js new file mode 100644 index 0000000..83b3682 --- /dev/null +++ b/js/dojo-1.6/dijit/nls/cs/common.js @@ -0,0 +1 @@ +({"buttonOk":"OK","buttonCancel":"Storno","buttonSave":"Uložit","itemClose":"Zavřít"})
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/nls/cs/common.xd.js b/js/dojo-1.6/dijit/nls/cs/common.xd.js new file mode 100644 index 0000000..08a1c38 --- /dev/null +++ b/js/dojo-1.6/dijit/nls/cs/common.xd.js @@ -0,0 +1,4 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dijit.nls.cs.common"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.nls.cs.common");dojo._xdLoadFlattenedBundle("dijit", "common", "cs", {"buttonOk":"OK","buttonCancel":"Storno","buttonSave":"Uložit","itemClose":"Zavřít"}); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/nls/cs/loading.js b/js/dojo-1.6/dijit/nls/cs/loading.js new file mode 100644 index 0000000..c611926 --- /dev/null +++ b/js/dojo-1.6/dijit/nls/cs/loading.js @@ -0,0 +1 @@ +({"loadingState":"Probíhá načítání...","errorState":"Omlouváme se, došlo k chybě"})
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/nls/cs/loading.xd.js b/js/dojo-1.6/dijit/nls/cs/loading.xd.js new file mode 100644 index 0000000..cf4886e --- /dev/null +++ b/js/dojo-1.6/dijit/nls/cs/loading.xd.js @@ -0,0 +1,4 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dijit.nls.cs.loading"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.nls.cs.loading");dojo._xdLoadFlattenedBundle("dijit", "loading", "cs", {"loadingState":"Probíhá načítání...","errorState":"Omlouváme se, došlo k chybě"}); +}};});
\ No newline at end of file |
