From 6887a0f57307820b097b51aee952c555bcf69024 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 20 Jan 2017 12:29:59 -0500 Subject: lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1 The itemNode and expandoNode elements have changed from img to span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our tree icons inside them rather than replacing them. Signed-off-by: Anders Kaseorg --- lib/dijit/form/nls/bg/ComboBox.js | 2 ++ lib/dijit/form/nls/bg/Textarea.js | 2 ++ lib/dijit/form/nls/bg/validate.js | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 lib/dijit/form/nls/bg/ComboBox.js create mode 100644 lib/dijit/form/nls/bg/Textarea.js create mode 100644 lib/dijit/form/nls/bg/validate.js (limited to 'lib/dijit/form/nls/bg') diff --git a/lib/dijit/form/nls/bg/ComboBox.js b/lib/dijit/form/nls/bg/ComboBox.js new file mode 100644 index 000000000..145fb09b1 --- /dev/null +++ b/lib/dijit/form/nls/bg/ComboBox.js @@ -0,0 +1,2 @@ +//>>built +define("dijit/form/nls/bg/ComboBox",({previousMessage:"Предишни избори",nextMessage:"Повече избори"})); \ No newline at end of file diff --git a/lib/dijit/form/nls/bg/Textarea.js b/lib/dijit/form/nls/bg/Textarea.js new file mode 100644 index 000000000..ce4af64a7 --- /dev/null +++ b/lib/dijit/form/nls/bg/Textarea.js @@ -0,0 +1,2 @@ +//>>built +define("dijit/form/nls/bg/Textarea",({iframeEditTitle:"зона за редактиране",iframeFocusTitle:"рамка на зоната за редактиране"})); \ No newline at end of file diff --git a/lib/dijit/form/nls/bg/validate.js b/lib/dijit/form/nls/bg/validate.js new file mode 100644 index 000000000..73957074a --- /dev/null +++ b/lib/dijit/form/nls/bg/validate.js @@ -0,0 +1,2 @@ +//>>built +define("dijit/form/nls/bg/validate",({invalidMessage:"Въведената стойност е невалидна.",missingMessage:"Тази стойност се изисква.",rangeMessage:"Тази стойност е извън обхват."})); \ No newline at end of file -- cgit v1.2.3