dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
24 lines (23 loc) • 790 B
JavaScript
define(
({
"findLabel": "Znajdź:",
"findTooltip": "Wprowadź szukany tekst",
"replaceLabel": "Zastąp przez:",
"replaceTooltip": "Wprowadź tekst zastępujący",
"findReplace": "Znajdź i zastąp",
"matchCase": "Uwzględnij wielkość liter",
"matchCaseTooltip": "Uwzględnij wielkość liter",
"backwards": "Do tyłu",
"backwardsTooltip": "Wyszukaj tekst wstecz",
"replaceAllButton": "Zastąp wszystko",
"replaceAllButtonTooltip": "Zastąp cały tekst",
"findButton": "Znajdź",
"findButtonTooltip": "Znajdź tekst",
"replaceButton": "Zastąp",
"replaceButtonTooltip": "Zastąp tekst",
"replaceDialogText": "Zastąpione wystąpienia: ${0}.",
"eofDialogText": "Ostatnie wystąpienie: ${0}",
"eofDialogTextFind": "znaleziono",
"eofDialogTextReplace": "zastąpione"
})
);