2012-05-01 19:52:07 +08:00

28 lines
1.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//>>built
define(
"dojox/editor/plugins/nls/ru/FindReplace", //begin v1.x content
({
"findLabel": "Найти:",
"findTooltip": "Введите текст для поиска",
"replaceLabel": "Заменить на:",
"replaceTooltip": "Введите текст для замены",
"findReplace": "Найти и заменить",
"matchCase": "С учетом регистра",
"matchCaseTooltip": "С учетом регистра",
"backwards": "Назад",
"backwardsTooltip": "Поиск текста в обратном направлении",
"replaceAllButton": "Заменить все",
"replaceAllButtonTooltip": "Заменить весь текст",
"findButton": "Найти",
"findButtonTooltip": "Найти текст",
"replaceButton": "Заменить",
"replaceButtonTooltip": "Заменить текст",
"replaceDialogText": "Заменено ${0} вхождений.",
"eofDialogText": "Последнее вхождение ${0}",
"eofDialogTextFind": "найдено",
"eofDialogTextReplace": "заменено"
})
//end v1.x content
);