From 1354d17270961fff662d40f90521223f8fd0d73b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 18:59:10 +0400 Subject: update dojo to 1.7.3 --- lib/dijit/form/nls/pl/ComboBox.js | 3 ++- lib/dijit/form/nls/pl/ComboBox.js.uncompressed.js | 8 ++++++++ lib/dijit/form/nls/pl/Textarea.js | 3 ++- lib/dijit/form/nls/pl/Textarea.js.uncompressed.js | 10 ++++++++++ lib/dijit/form/nls/pl/validate.js | 3 ++- lib/dijit/form/nls/pl/validate.js.uncompressed.js | 9 +++++++++ 6 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 lib/dijit/form/nls/pl/ComboBox.js.uncompressed.js create mode 100644 lib/dijit/form/nls/pl/Textarea.js.uncompressed.js create mode 100644 lib/dijit/form/nls/pl/validate.js.uncompressed.js (limited to 'lib/dijit/form/nls/pl') diff --git a/lib/dijit/form/nls/pl/ComboBox.js b/lib/dijit/form/nls/pl/ComboBox.js index f2b4b08a3..9dbfe8352 100644 --- a/lib/dijit/form/nls/pl/ComboBox.js +++ b/lib/dijit/form/nls/pl/ComboBox.js @@ -1 +1,2 @@ -({"previousMessage":"Poprzednie wybory","nextMessage":"Więcej wyborów"}) \ No newline at end of file +//>>built +define("dijit/form/nls/pl/ComboBox",({previousMessage:"Poprzednie wybory",nextMessage:"Więcej wyborów"})); \ No newline at end of file diff --git a/lib/dijit/form/nls/pl/ComboBox.js.uncompressed.js b/lib/dijit/form/nls/pl/ComboBox.js.uncompressed.js new file mode 100644 index 000000000..ab668c282 --- /dev/null +++ b/lib/dijit/form/nls/pl/ComboBox.js.uncompressed.js @@ -0,0 +1,8 @@ +define( +"dijit/form/nls/pl/ComboBox", //begin v1.x content +({ + previousMessage: "Poprzednie wybory", + nextMessage: "Więcej wyborów" +}) +//end v1.x content +); diff --git a/lib/dijit/form/nls/pl/Textarea.js b/lib/dijit/form/nls/pl/Textarea.js index 33b050a1d..1e83b604a 100644 --- a/lib/dijit/form/nls/pl/Textarea.js +++ b/lib/dijit/form/nls/pl/Textarea.js @@ -1 +1,2 @@ -({"iframeEditTitle":"edycja obszaru","iframeFocusTitle":"edycja ramki obszaru"}) \ No newline at end of file +//>>built +define("dijit/form/nls/pl/Textarea",({iframeEditTitle:"edycja obszaru",iframeFocusTitle:"edycja ramki obszaru"})); \ No newline at end of file diff --git a/lib/dijit/form/nls/pl/Textarea.js.uncompressed.js b/lib/dijit/form/nls/pl/Textarea.js.uncompressed.js new file mode 100644 index 000000000..bb7a13e55 --- /dev/null +++ b/lib/dijit/form/nls/pl/Textarea.js.uncompressed.js @@ -0,0 +1,10 @@ +define( +"dijit/form/nls/pl/Textarea", //begin v1.x content +({ + iframeEditTitle: 'edycja obszaru', // primary title for editable IFRAME, for screen readers when focus is in the editing area + iframeFocusTitle: 'edycja ramki obszaru' // 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/pl/validate.js b/lib/dijit/form/nls/pl/validate.js index cf05d2f95..2a6a12893 100644 --- a/lib/dijit/form/nls/pl/validate.js +++ b/lib/dijit/form/nls/pl/validate.js @@ -1 +1,2 @@ -({"rangeMessage":"Ta wartość jest spoza zakresu.","invalidMessage":"Wprowadzona wartość jest niepoprawna.","missingMessage":"Ta wartość jest wymagana."}) \ No newline at end of file +//>>built +define("dijit/form/nls/pl/validate",({invalidMessage:"Wprowadzona wartość jest niepoprawna.",missingMessage:"Ta wartość jest wymagana.",rangeMessage:"Ta wartość jest spoza zakresu."})); \ No newline at end of file diff --git a/lib/dijit/form/nls/pl/validate.js.uncompressed.js b/lib/dijit/form/nls/pl/validate.js.uncompressed.js new file mode 100644 index 000000000..91dc973cb --- /dev/null +++ b/lib/dijit/form/nls/pl/validate.js.uncompressed.js @@ -0,0 +1,9 @@ +define( +"dijit/form/nls/pl/validate", //begin v1.x content +({ + invalidMessage: "Wprowadzona wartość jest niepoprawna.", + missingMessage: "Ta wartość jest wymagana.", + rangeMessage: "Ta wartość jest spoza zakresu." +}) +//end v1.x content +); -- cgit v1.2.3