summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/FindReplace.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/editor/plugins/nls/FindReplace.js')
-rw-r--r--js/dojo/dojox/editor/plugins/nls/FindReplace.js57
1 files changed, 57 insertions, 0 deletions
diff --git a/js/dojo/dojox/editor/plugins/nls/FindReplace.js b/js/dojo/dojox/editor/plugins/nls/FindReplace.js
new file mode 100644
index 0000000..f79e4b8
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/FindReplace.js
@@ -0,0 +1,57 @@
+//>>built
+define("dojox/editor/plugins/nls/FindReplace", { root:
+//begin v1.x content
+({
+ "findLabel": "Find:",
+ "findTooltip": "Enter text to find",
+ "replaceLabel": "Replace with:",
+ "replaceTooltip": "Enter text to replace with",
+ "findReplace": "Find and Replace",
+ "matchCase": "Match case",
+ "matchCaseTooltip": "Match case",
+ "backwards": "Backwards",
+ "backwardsTooltip": "Search backwards for text",
+ "replaceAllButton": "Replace All",
+ "replaceAllButtonTooltip": "Replace all the text",
+ "findButton": "Find",
+ "findButtonTooltip": "Find the text",
+ "replaceButton": "Replace",
+ "replaceButtonTooltip": "Replace the text",
+ "replaceDialogText": "Replaced ${0} occurrences.",
+ "eofDialogText": "Last occurrence ${0}",
+ "eofDialogTextFind": "found",
+ "eofDialogTextReplace": "replaced"
+})
+,
+//end v1.x content
+"zh": true,
+"zh-tw": true,
+"tr": true,
+"th": true,
+"sv": true,
+"sl": true,
+"sk": true,
+"ru": true,
+"ro": true,
+"pt": true,
+"pt-pt": true,
+"pl": true,
+"nl": true,
+"nb": true,
+"ko": true,
+"kk": true,
+"ja": true,
+"it": true,
+"hu": true,
+"hr": true,
+"he": true,
+"fr": true,
+"fi": true,
+"es": true,
+"el": true,
+"de": true,
+"da": true,
+"cs": true,
+"ca": true,
+"ar": true
+});