From f0cfe83e3725f9a3928da97a6e3085e79cb25309 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Mar 2013 10:26:24 +0400 Subject: upgrade dojo to 1.8.3 (refs #570) --- lib/dijit/nls/hr/common.js.uncompressed.js | 8 ++++++++ lib/dijit/nls/hr/loading.js | 2 +- lib/dijit/nls/hr/loading.js.uncompressed.js | 6 ++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 lib/dijit/nls/hr/common.js.uncompressed.js create mode 100644 lib/dijit/nls/hr/loading.js.uncompressed.js (limited to 'lib/dijit/nls/hr') diff --git a/lib/dijit/nls/hr/common.js.uncompressed.js b/lib/dijit/nls/hr/common.js.uncompressed.js new file mode 100644 index 000000000..80f3e6185 --- /dev/null +++ b/lib/dijit/nls/hr/common.js.uncompressed.js @@ -0,0 +1,8 @@ +define( +"dijit/nls/hr/common", ({ + buttonOk: "OK", + buttonCancel: "Opoziv", + buttonSave: "Spremi", + itemClose: "Zatvori" +}) +); diff --git a/lib/dijit/nls/hr/loading.js b/lib/dijit/nls/hr/loading.js index 2d3730e2d..5f46982c3 100644 --- a/lib/dijit/nls/hr/loading.js +++ b/lib/dijit/nls/hr/loading.js @@ -1,2 +1,2 @@ //>>built -define("dijit/nls/hr/loading",({loadingState:"Učitavanje...",errorState:"Žao nam je, došlo je do pogreške"})); \ No newline at end of file +define("dijit/nls/hr/loading",({loadingState:"Učitavanje...",errorState:"Žao nam je, došlo je do greške"})); \ No newline at end of file diff --git a/lib/dijit/nls/hr/loading.js.uncompressed.js b/lib/dijit/nls/hr/loading.js.uncompressed.js new file mode 100644 index 000000000..75ef351aa --- /dev/null +++ b/lib/dijit/nls/hr/loading.js.uncompressed.js @@ -0,0 +1,6 @@ +define( +"dijit/nls/hr/loading", ({ + loadingState: "Učitavanje...", + errorState: "Žao nam je, došlo je do greške" +}) +); -- cgit v1.2.3