1234567891011121314151617181920212223242526 |
- define(
- "dojox/editor/plugins/nls/ro/FindReplace", //begin v1.x content
- ({
- "findLabel": "Găsire:",
- "findTooltip": "Introduceţi textul de găsit",
- "replaceLabel": "Înlocuire cu:",
- "replaceTooltip": "Introduceţi textul cu care se înlocuieşte",
- "findReplace": "Găsire şi înlocuire",
- "matchCase": "Potrivire majuscule",
- "matchCaseTooltip": "Potrivire majuscule",
- "backwards": "Înapoi",
- "backwardsTooltip": "Căutaţi înapoi pentru text",
- "replaceAllButton": "Înlocuire toate",
- "replaceAllButtonTooltip": "Înlocuiţi tot textul",
- "findButton": "Găsire",
- "findButtonTooltip": "Găsiţi textul",
- "replaceButton": "Înlocuire",
- "replaceButtonTooltip": "Înlocuiţi textul",
- "replaceDialogText": "Au fost înlocuite ${0} apariţii.",
- "eofDialogText": "Ultima apariţie ${0}",
- "eofDialogTextFind": "găsită",
- "eofDialogTextReplace": "înlocuită"
- })
- //end v1.x content
- );
|