blob: 5e523f3c74903b5738091addd60b02c2d05fba06 (
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
28
29
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- extracted from EdReplace.xul -->
<!-- extracted from EdReplace.xhtml -->
<!ENTITY replaceDialog.title "Trova e sostituisci">
<!ENTITY findField.label "Trova testo:">
<!ENTITY findField.accesskey "o">
<!ENTITY replaceField.label "Sostituisci con:">
<!ENTITY replaceField.accesskey "n">
<!ENTITY caseSensitiveCheckbox.label "Sensibile a maiuscole/minuscole">
<!ENTITY caseSensitiveCheckbox.accesskey "M">
<!ENTITY wrapCheckbox.label "Riparti dall'inizio dopo la fine del documento">
<!ENTITY wrapCheckbox.accesskey "R">
<!ENTITY backwardsCheckbox.label "Cerca a ritroso">
<!ENTITY backwardsCheckbox.accesskey "C">
<!ENTITY findNextButton.label "Trova seguente">
<!ENTITY findNextButton.accesskey "T">
<!ENTITY replaceButton.label "Sostituisci">
<!ENTITY replaceButton.accesskey "S">
<!ENTITY replaceAndFindButton.label "Trova e sostituisci">
<!ENTITY replaceAndFindButton.accesskey "v">
<!ENTITY replaceAllButton.label "Sostituisci tutti">
<!ENTITY replaceAllButton.accesskey "u">
<!ENTITY closeButton.label "Chiudi">
<!ENTITY closeButton.accesskey "C">
|