summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/ro/FindReplace.js
blob: 2ac35c5f163e2c2877c2d9f54da358679c172541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//>>built
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
);