blob: e854a0578a7bc3d3cb13860809b877cdef46d126 (
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/. -->
<!ENTITY engineManager.title "Gérer la liste des moteurs de recherche">
<!ENTITY engineManager.style "min-width: 35em;">
<!ENTITY engineManager.intro "Les moteurs de recherche suivants sont installés :">
<!ENTITY columnLabel.name "Nom">
<!ENTITY columnLabel.keyword "Mot-clé">
<!-- Buttons -->
<!ENTITY up.label "Monter">
<!ENTITY up.accesskey "M">
<!ENTITY dn.label "Descendre">
<!ENTITY dn.accesskey "D">
<!ENTITY remove.label "Supprimer">
<!ENTITY remove.accesskey "r">
<!ENTITY edit.label "Modifier le mot-clé…">
<!ENTITY edit.accesskey "o">
<!ENTITY addEngine.label "Obtenir d’autres moteurs de recherche…">
<!ENTITY addEngine.accesskey "b">
<!ENTITY enableSuggest.label "Afficher les suggestions de recherche">
<!ENTITY enableSuggest.accesskey "A">
<!ENTITY restoreDefaults.label "Restaurer les paramètres par défaut">
<!ENTITY restoreDefaults.accesskey "e">
|