blob: 46a369d5f7bfd574e221177bab5e386597fac55b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- 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/. -->
<!-- Window title -->
<!ENTITY windowTitle.label "Convertir en tableau">
<!ENTITY instructions1.label "Le composeur crée une nouvelle ligne dans le tableau pour chaque paragraphe de la sélection.">
<!ENTITY instructions2.label "Choisir un caractère pour la séparation en colonnes de la sélection :">
<!ENTITY commaRadio.label "Virgule">
<!ENTITY spaceRadio.label "Espace">
<!ENTITY otherRadio.label "Autre caractère :">
<!ENTITY deleteCharCheck.label "Supprimer le caractère de séparation">
<!ENTITY collapseSpaces.label "Ignorer les espaces supplémentaires">
<!ENTITY collapseSpaces.tooltip "Convertir les espaces adjacents en un seul séparateur">
|