Mercurial > vim
annotate src/po/fr.po @ 13499:661394686fd8 v8.0.1623
patch 8.0.1623: terminal kill tests are flaky
commit https://github.com/vim/vim/commit/3e8d385347b23b2925d1b8ca64b78764d37f21fe
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Mar 20 17:43:01 2018 +0100
patch 8.0.1623: terminal kill tests are flaky
Problem: Terminal kill tests are flaky.
Solution: Instead of running Vim in a terminal, run it as a normal command.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 20 Mar 2018 17:45:07 +0100 |
parents | 3b26420fc639 |
children | 28ac7914b2b6 |
rev | line source |
---|---|
7 | 1 # French Translation for Vim |
2 # | |
3 # Do ":help uganda" in Vim to read copying and usage conditions. | |
4 # Do ":help credits" in Vim to see a list of people who contributed. | |
5 # | |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
6 # FIRST AUTHOR DindinX <David.Odin@bigfoot.com> 2000. |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
7 # SECOND AUTHOR Adrien Beau <version.francaise@free.fr> 2002, 2003. |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
8 # THIRD AUTHOR David Blanchet <david.blanchet@free.fr> 2006, 2008. |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
9 # FOURTH AUTHOR Dominique Pellé <dominique.pelle@gmail.com> 2008, 2017. |
7 | 10 # |
11 msgid "" | |
12 msgstr "" | |
13 "Project-Id-Version: Vim(Français)\n" | |
857 | 14 "Report-Msgid-Bugs-To: \n" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
15 "POT-Creation-Date: 2017-10-04 23:32+0200\n" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
16 "PO-Revision-Date: 2017-10-04 23:44+0200\n" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
17 "Last-Translator: Dominique Pellé <dominique.pelle@gmail.com>\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
18 "Language-Team: \n" |
3312 | 19 "Language: fr\n" |
7 | 20 "MIME-Version: 1.0\n" |
21 "Content-Type: text/plain; charset=ISO_8859-15\n" | |
22 "Content-Transfer-Encoding: 8bit\n" | |
23 | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
24 msgid "E831: bf_key_init() called with empty password" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
25 msgstr "E831: bf_key_init() appelée avec un mot de passe vide" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
26 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
27 msgid "E820: sizeof(uint32_t) != 4" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
28 msgstr "E820: sizeof(uint32_t) != 4" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
29 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
30 msgid "E817: Blowfish big/little endian use wrong" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
31 msgstr "E817: petit/gros boutisme incorrect dans blowfish" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
32 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
33 msgid "E818: sha256 test failed" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
34 msgstr "E818: le test de sha256 a échoué" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
35 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
36 msgid "E819: Blowfish test failed" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
37 msgstr "E819: le test de blowfish a échoué" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
38 |
2510
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
39 # DB - TODO : Trouver une traduction valable et attestée pour "location". |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
40 msgid "[Location List]" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
41 msgstr "[Liste des emplacements]" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
42 |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
43 msgid "[Quickfix List]" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
44 msgstr "[Liste Quickfix]" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
45 |
3920 | 46 msgid "E855: Autocommands caused command to abort" |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
47 msgstr "E855: Des autocommandes ont causé la terminaison de la commande" |
3920 | 48 |
7 | 49 # AB - Il faut respecter l'esprit plus que la lettre. |
50 msgid "E82: Cannot allocate any buffer, exiting..." | |
51 msgstr "E82: Aucun tampon ne peut être alloué, Vim doit s'arrêter" | |
52 | |
53 # AB - La situation est probablement plus grave que la version anglaise ne le | |
54 # laisse entendre (voir l'aide en ligne). La version française est plus | |
55 # explicite. | |
56 msgid "E83: Cannot allocate buffer, using other one..." | |
837 | 57 msgstr "" |
838 | 58 "E83: L'allocation du tampon a échoué : arrêtez Vim, libérez de la mémoire" |
7 | 59 |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
60 msgid "E931: Buffer cannot be registered" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
61 msgstr "E931: Le tampon ne peut pas être enregistré" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
62 |
10617 | 63 msgid "E937: Attempt to delete a buffer that is in use" |
64 msgstr "E937: Tentative de suppression d'un tampon en cours d'utilisation" | |
65 | |
7 | 66 msgid "E515: No buffers were unloaded" |
67 msgstr "E515: Aucun tampon n'a été déchargé" | |
68 | |
69 msgid "E516: No buffers were deleted" | |
70 msgstr "E516: Aucun tampon n'a été effacé" | |
71 | |
72 msgid "E517: No buffers were wiped out" | |
73 msgstr "E517: Aucun tampon n'a été détruit" | |
74 | |
75 msgid "1 buffer unloaded" | |
76 msgstr "1 tampon a été déchargé" | |
77 | |
78 #, c-format | |
79 msgid "%d buffers unloaded" | |
80 msgstr "%d tampons ont été déchargés" | |
81 | |
82 msgid "1 buffer deleted" | |
83 msgstr "1 tampon a été effacé" | |
84 | |
85 #, c-format | |
86 msgid "%d buffers deleted" | |
87 msgstr "%d tampons ont été effacés" | |
88 | |
89 msgid "1 buffer wiped out" | |
90 msgstr "1 tampon a été détruit" | |
91 | |
92 #, c-format | |
93 msgid "%d buffers wiped out" | |
94 msgstr "%d tampons ont été détruits" | |
95 | |
6370 | 96 msgid "E90: Cannot unload last buffer" |
97 msgstr "E90: Impossible de décharger le dernier tampon" | |
98 | |
7 | 99 # AB - La version française est meilleure que la version anglaise. |
100 msgid "E84: No modified buffer found" | |
101 msgstr "E84: Aucun tampon n'est modifié" | |
102 | |
103 msgid "E85: There is no listed buffer" | |
104 msgstr "E85: Aucun tampon n'est listé" | |
105 | |
106 # AB - Je ne suis pas sûr que l'on puisse obtenir ce message. | |
107 msgid "E87: Cannot go beyond last buffer" | |
108 msgstr "E87: Impossible d'aller après le dernier tampon" | |
109 | |
110 # AB - Je ne suis pas sûr que l'on puisse obtenir ce message. | |
111 msgid "E88: Cannot go before first buffer" | |
112 msgstr "E88: Impossible d'aller avant le premier tampon" | |
113 | |
114 #, c-format | |
115 msgid "E89: No write since last change for buffer %ld (add ! to override)" | |
837 | 116 msgstr "" |
117 "E89: Le tampon %ld n'a pas été enregistré (ajoutez ! pour passer outre)" | |
7 | 118 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
119 msgid "E948: Job still running (add ! to end the job)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
120 msgstr "E948: Tâche en cours d'exécution (ajouter ! pour terminer la tâche)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
121 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
122 msgid "E37: No write since last change (add ! to override)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
123 msgstr "E37: Modifications non enregistrées (ajoutez ! pour passer outre)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
124 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
125 msgid "E948: Job still running" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
126 msgstr "E948: Tâche en cours d'exécution" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
127 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
128 msgid "E37: No write since last change" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
129 msgstr "E37: Modifications non enregistrées" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
130 |
7 | 131 msgid "W14: Warning: List of file names overflow" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
132 msgstr "W14: Alerte : La liste des noms de fichier déborde" |
7 | 133 |
134 # AB - Vu le code source, la version française est meilleure que la | |
135 # version anglaise. Ce message est similaire au message E86. | |
136 #, c-format | |
137 msgid "E92: Buffer %ld not found" | |
138 msgstr "E92: Le tampon %ld n'existe pas" | |
139 | |
140 # AB - Il faut respecter l'esprit plus que la lettre. | |
141 #, c-format | |
142 msgid "E93: More than one match for %s" | |
143 msgstr "E93: Plusieurs tampons correspondent à %s" | |
144 | |
145 #, c-format | |
146 msgid "E94: No matching buffer for %s" | |
147 msgstr "E94: Aucun tampon ne correspond à %s" | |
148 | |
149 #, c-format | |
150 msgid "line %ld" | |
151 msgstr "ligne %ld" | |
152 | |
153 msgid "E95: Buffer with this name already exists" | |
154 msgstr "E95: Un tampon porte déjà ce nom" | |
155 | |
156 msgid " [Modified]" | |
157 msgstr "[Modifié]" | |
158 | |
159 # AB - "[Inédité]" est plus correct, mais sonne faux. | |
160 msgid "[Not edited]" | |
837 | 161 msgstr "[Non édité]" |
7 | 162 |
163 msgid "[New file]" | |
164 msgstr "[Nouveau fichier]" | |
165 | |
166 msgid "[Read errors]" | |
167 msgstr "[Erreurs de lecture]" | |
168 | |
6370 | 169 msgid "[RO]" |
170 msgstr "[RO]" | |
171 | |
7 | 172 # AB - La version courte, "[RO]", devrait-elle être traduite par "[LS]" ? |
173 # Il faudrait faire un sondage auprès des utilisateurs francophones. | |
174 msgid "[readonly]" | |
175 msgstr "[lecture-seule]" | |
176 | |
177 #, c-format | |
178 msgid "1 line --%d%%--" | |
179 msgstr "1 ligne --%d%%--" | |
180 | |
181 #, c-format | |
182 msgid "%ld lines --%d%%--" | |
183 msgstr "%ld lignes --%d%%--" | |
184 | |
185 # AB - Faut-il remplacer "sur" par "de" ? | |
837 | 186 # DB - Mon avis : oui. |
7 | 187 #, c-format |
188 msgid "line %ld of %ld --%d%%-- col " | |
189 msgstr "ligne %ld sur %ld --%d%%-- col " | |
190 | |
837 | 191 # DB - Je trouvais [Aucun fichier] (VO : [No file]) plus naturel |
192 # lors du lancement de Vim en mode graphique (ce message | |
193 # apparaît notamment dans le titre de la fenêtre). | |
194 msgid "[No Name]" | |
195 msgstr "[Aucun nom]" | |
7 | 196 |
197 msgid "help" | |
198 msgstr "aide" | |
199 | |
837 | 200 msgid "[Help]" |
201 msgstr "[Aide]" | |
7 | 202 |
203 # AB - "Prévisualisation" prend beaucoup de place. "Prévision" est une | |
204 # traduction littérale et brève, mais qui risque fort d'être mal comprise. | |
205 # J'ai finalement choisi d'utiliser une abréviation, mais cela ne me | |
206 # satisfait pas. | |
207 msgid "[Preview]" | |
208 msgstr "[Prévisu]" | |
209 | |
210 msgid "All" | |
211 msgstr "Tout" | |
212 | |
213 msgid "Bot" | |
214 msgstr "Bas" | |
215 | |
216 # AB - Attention, on passe de trois à quatre lettres. | |
217 msgid "Top" | |
218 msgstr "Haut" | |
219 | |
220 msgid "" | |
221 "\n" | |
222 "# Buffer list:\n" | |
223 msgstr "" | |
224 "\n" | |
837 | 225 "# Liste des tampons :\n" |
226 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
227 msgid "E382: Cannot write, 'buftype' option is set" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
228 msgstr "E382: Écriture impossible, l'option 'buftype' est activée" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
229 |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
230 msgid "[Scratch]" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
231 msgstr "[Brouillon]" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
232 |
7 | 233 msgid "" |
234 "\n" | |
235 "--- Signs ---" | |
236 msgstr "" | |
237 "\n" | |
238 "--- Symboles ---" | |
239 | |
240 #, c-format | |
241 msgid "Signs for %s:" | |
837 | 242 msgstr "Symboles dans %s :" |
7 | 243 |
244 #, c-format | |
245 msgid " line=%ld id=%d name=%s" | |
246 msgstr " ligne=%ld id=%d nom=%s" | |
247 | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
248 msgid "E902: Cannot connect to port" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
249 msgstr "E902: Impossible de se connecter au port" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
250 |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
251 msgid "E901: gethostbyname() in channel_open()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
252 msgstr "E901: gethostbyname() dans channel_open()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
253 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
254 msgid "E898: socket() in channel_open()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
255 msgstr "E898: socket() dans channel_open()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
256 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
257 msgid "E903: received command with non-string argument" |
10617 | 258 msgstr "E903: commande reçue avec un argument qui n'est pas une chaîne" |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
259 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
260 msgid "E904: last argument for expr/call must be a number" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
261 msgstr "E904: le dernier argument de expr/call doit être un nombre" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
262 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
263 msgid "E904: third argument for call must be a list" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
264 msgstr "E904: le troisième argument de \"call\" doit être une liste" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
265 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
266 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
267 msgid "E905: received unknown command: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
268 msgstr "E905: commande inconnue reçue : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
269 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
270 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
271 msgid "E630: %s(): write while not connected" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
272 msgstr "E630: %s() : écriture sans être connecté" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
273 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
274 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
275 msgid "E631: %s(): write failed" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
276 msgstr "E631: %s() : erreur d'écriture" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
277 |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
278 #, c-format |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
279 msgid "E917: Cannot use a callback with %s()" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
280 msgstr "E917: Impossible d'utiliser un callback avec %s()" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
281 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
282 msgid "E912: cannot use ch_evalexpr()/ch_sendexpr() with a raw or nl channel" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
283 msgstr "" |
9407
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
284 "E912: Impossible d'utiliser ch_evalexpr()/ch_sendexpr() avec un canal brut " |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
285 "ou nl" |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
286 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
287 msgid "E906: not an open channel" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
288 msgstr "E906: pas un canal ouvert" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
289 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
290 msgid "E920: _io file requires _name to be set" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
291 msgstr "E920: fichier _io nécessite _name" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
292 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
293 msgid "E915: in_io buffer requires in_buf or in_name to be set" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
294 msgstr "E915: tampon in_io nécessite in_buf ou in_name " |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
295 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
296 #, c-format |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
297 msgid "E918: buffer must be loaded: %s" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
298 msgstr "E918: le tampon doit être chargé : %s" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
299 |
6370 | 300 msgid "E821: File is encrypted with unknown method" |
301 msgstr "E821: Le fichier est chiffré avec une méthode inconnue" | |
302 | |
7013 | 303 msgid "Warning: Using a weak encryption method; see :help 'cm'" |
304 msgstr "" | |
305 "Alerte : utilisation d'une méthode de chiffrage faible ; consultez :help 'cm'" | |
306 | |
6370 | 307 msgid "Enter encryption key: " |
308 msgstr "Tapez la clé de chiffrement : " | |
309 | |
310 msgid "Enter same key again: " | |
311 msgstr "Tapez la clé à nouveau : " | |
312 | |
313 msgid "Keys don't match!" | |
314 msgstr "Les clés ne correspondent pas !" | |
315 | |
316 msgid "[crypted]" | |
317 msgstr "[chiffré]" | |
318 | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
319 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
320 msgid "E720: Missing colon in Dictionary: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
321 msgstr "E720: Il manque ':' dans le Dictionnaire %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
322 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
323 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
324 msgid "E721: Duplicate key in Dictionary: \"%s\"" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
325 msgstr "E721: Clé dupliquée dans le Dictionnaire : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
326 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
327 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
328 msgid "E722: Missing comma in Dictionary: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
329 msgstr "E722: Il manque une virgule dans le Dictionnaire : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
330 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
331 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
332 msgid "E723: Missing end of Dictionary '}': %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
333 msgstr "E723: Il manque '}' à la fin du Dictionnaire : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
334 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
335 msgid "extend() argument" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
336 msgstr "argument de extend()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
337 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
338 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
339 msgid "E737: Key already exists: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
340 msgstr "E737: La clé existe déjà : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
341 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
342 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
343 msgid "E96: Cannot diff more than %ld buffers" |
7 | 344 msgstr "E96: Impossible d'utiliser diff sur plus de %ld tampons" |
345 | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
346 msgid "E810: Cannot read or write temp files" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
347 msgstr "E810: Impossible de lire ou écrire des fichiers temporaires" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
348 |
7 | 349 # AB - La version française est meilleure que la version anglaise. |
350 msgid "E97: Cannot create diffs" | |
351 msgstr "E97: diff ne fonctionne pas" | |
352 | |
353 msgid "Patch file" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
354 msgstr "Fichier rustine" |
7 | 355 |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
356 msgid "E816: Cannot read patch output" |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
357 msgstr "E816: Le fichier intermédiaire produit par patch n'a pu être lu" |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
358 |
7 | 359 msgid "E98: Cannot read diff output" |
360 msgstr "E98: Le fichier intermédiaire produit par diff n'a pu être lu" | |
361 | |
362 msgid "E99: Current buffer is not in diff mode" | |
363 msgstr "E99: Le tampon courant n'est pas en mode diff" | |
364 | |
1619 | 365 msgid "E793: No other buffer in diff mode is modifiable" |
366 msgstr "E793: Aucun autre tampon en mode diff n'est modifiable" | |
367 | |
7 | 368 msgid "E100: No other buffer in diff mode" |
369 msgstr "E100: Aucun autre tampon n'est en mode diff" | |
370 | |
371 # AB - La version française est meilleure que la version anglaise, mais elle | |
372 # peut être améliorée. | |
373 msgid "E101: More than two buffers in diff mode, don't know which one to use" | |
374 msgstr "E101: Plus de deux tampons sont en mode diff, soyez plus précis" | |
375 | |
376 #, c-format | |
377 msgid "E102: Can't find buffer \"%s\"" | |
378 msgstr "E102: Le tampon %s est introuvable" | |
379 | |
380 #, c-format | |
381 msgid "E103: Buffer \"%s\" is not in diff mode" | |
382 msgstr "E103: Le tampon %s n'est pas en mode diff" | |
383 | |
838 | 384 msgid "E787: Buffer changed unexpectedly" |
385 msgstr "E787: Le tampon a été modifié inopinément" | |
386 | |
7 | 387 # AB - Je cherche une traduction plus concise pour "escape". |
388 msgid "E104: Escape not allowed in digraph" | |
389 msgstr "E104: Un digraphe ne peut contenir le caractère d'échappement" | |
390 | |
391 # AB - La version française est trop verbeuse. | |
392 msgid "E544: Keymap file not found" | |
393 msgstr "E544: Le fichier descripteur de clavier est introuvable" | |
394 | |
395 # AB - La version française est meilleure que la version anglaise. | |
396 msgid "E105: Using :loadkeymap not in a sourced file" | |
397 msgstr "E105: :loadkeymap ne peut être utilisé que dans un script Vim" | |
398 | |
857 | 399 msgid "E791: Empty keymap entry" |
400 msgstr "E791: Entrée du descripteur de clavier (keymap) vide" | |
401 | |
7 | 402 # AB - Remplacer "complétion" par "complètement" ? Voir l'éthymologie |
403 # d'"accrétion". | |
837 | 404 msgid " Keyword completion (^N^P)" |
405 msgstr " Complètement de mot-clé (^N^P)" | |
406 | |
407 # DB - todo : Faut-il une majuscule à "mode" ? | |
838 | 408 msgid " ^X mode (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)" |
409 msgstr " mode ^X (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)" | |
837 | 410 |
411 msgid " Whole line completion (^L^N^P)" | |
412 msgstr " Complètement de ligne entière (^L^N^P)" | |
413 | |
414 msgid " File name completion (^F^N^P)" | |
415 msgstr " Complètement de nom de fichier (^F^N^P)" | |
416 | |
417 msgid " Tag completion (^]^N^P)" | |
418 msgstr " Complètement de marqueur (^]^N^P)" | |
419 | |
7 | 420 # AB - J'ai dû avoir une bonne raison de faire une version française aussi |
421 # différente de la version anglaise. Il me faut la retrouver. | |
837 | 422 # DB - TODO |
423 msgid " Path pattern completion (^N^P)" | |
424 msgstr " Complètement global de mot-clé (^N^P)" | |
425 | |
426 msgid " Definition completion (^D^N^P)" | |
427 msgstr " Complètement de définition (^D^N^P)" | |
428 | |
429 # AB - Trouver une meilleure formulation que "selon le". | |
430 # DB : proposition : "avec" | |
431 msgid " Dictionary completion (^K^N^P)" | |
432 msgstr " Complètement avec le dictionnaire (^K^N^P)" | |
433 | |
7 | 434 # AB - Trouver une meilleure formulation que "selon le". |
837 | 435 msgid " Thesaurus completion (^T^N^P)" |
436 msgstr " Complètement avec le thésaurus (^T^N^P)" | |
437 | |
7 | 438 # AB - La version française est meilleure que la version anglaise. |
837 | 439 # DB : Suggestion. |
440 msgid " Command-line completion (^V^N^P)" | |
441 msgstr " Complètement de ligne de commande (^V^N^P)" | |
442 | |
443 msgid " User defined completion (^U^N^P)" | |
444 msgstr " Complètement défini par l'utilisateur (^U^N^P)" | |
445 | |
446 # DB : On doit pouvoir trouver nettement mieux que ça. | |
447 msgid " Omni completion (^O^N^P)" | |
448 msgstr " Complètement selon le type de fichier (Omni) (^O^N^P)" | |
449 | |
838 | 450 msgid " Spelling suggestion (s^N^P)" |
451 msgstr " Suggestion d'orthographe (s^N^P)" | |
837 | 452 |
453 msgid " Keyword Local completion (^N^P)" | |
454 msgstr " Complètement local de mot-clé (^N/^P)" | |
7 | 455 |
456 # AB - Ce texte s'ajoute à la fin d'un des messages de complétion ci-dessus. | |
457 # Il faut éviter de le faire trop long. Je pense que la version française | |
458 # est suffisamment compréhensible dans le contexte dans lequel elle est | |
459 # affichée. | |
460 msgid "Hit end of paragraph" | |
461 msgstr "Fin du paragraphe" | |
462 | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
463 msgid "E839: Completion function changed window" |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
464 msgstr "E839: La fonction de complètement a changé la fenêtre" |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
465 |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
466 msgid "E840: Completion function deleted text" |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
467 msgstr "E840: La fonction de complètement a effacé du texte" |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
468 |
837 | 469 msgid "'dictionary' option is empty" |
470 msgstr "L'option 'dictionary' est vide" | |
471 | |
7 | 472 msgid "'thesaurus' option is empty" |
473 msgstr "L'option 'thesaurus' est vide" | |
474 | |
475 #, c-format | |
476 msgid "Scanning dictionary: %s" | |
837 | 477 msgstr "Examen du dictionnaire : %s" |
7 | 478 |
479 msgid " (insert) Scroll (^E/^Y)" | |
480 msgstr " (insertion) Défilement (^E/^Y)" | |
481 | |
482 msgid " (replace) Scroll (^E/^Y)" | |
483 msgstr " (remplacement) Défilement (^E/^Y)" | |
484 | |
485 #, c-format | |
486 msgid "Scanning: %s" | |
837 | 487 msgstr "Examen : %s" |
488 | |
7 | 489 msgid "Scanning tags." |
837 | 490 msgstr "Examen des marqueurs." |
7 | 491 |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
492 msgid "match in file" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
493 msgstr "correspondance dans le fichier" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
494 |
7 | 495 # AB - Cette chaîne de caractères est ajoutée en début de ligne lorsqu'une |
496 # opération de complétion est répétée (typiquement avec CTRL-X CTRL-N). | |
497 # Que ce soit en anglais ou en français, il y a un problème de majuscules. | |
498 # Bien qu'insatisfaisante, cette traduction semble optimale. | |
499 msgid " Adding" | |
500 msgstr " Ajout" | |
501 | |
502 msgid "-- Searching..." | |
503 msgstr "-- Recherche en cours..." | |
504 | |
505 # AB - Ce texte s'ajoute à la fin d'un des messages de complétion ci-dessus. | |
506 # AB - Faut-il utiliser "origine" ou "originel" au lieu d'"original" ? | |
837 | 507 # DB : Suggestion. |
7 | 508 msgid "Back at original" |
837 | 509 msgstr "Retour au point de départ" |
7 | 510 |
511 # AB - Ce texte s'ajoute à la fin d'un des messages de complétion ci-dessus. | |
512 msgid "Word from other line" | |
513 msgstr "Mot d'une autre ligne" | |
514 | |
515 # AB - Ce texte s'ajoute à la fin d'un des messages de complétion ci-dessus. | |
516 msgid "The only match" | |
517 msgstr "La seule correspondance" | |
518 | |
519 # AB - Ce texte s'ajoute à la fin d'un des messages de complétion ci-dessus. | |
520 # AB - Faut-il remplacer "sur" par "de" ? | |
837 | 521 # DB : Pour moi, non. |
7 | 522 #, c-format |
523 msgid "match %d of %d" | |
524 msgstr "Correspondance %d sur %d" | |
525 | |
526 # AB - Ce texte s'ajoute à la fin d'un des messages de complétion ci-dessus. | |
837 | 527 # DB - todo : la VO n'a pas de majuscule. |
7 | 528 #, c-format |
529 msgid "match %d" | |
530 msgstr "Correspondance %d" | |
531 | |
837 | 532 msgid "E18: Unexpected characters in :let" |
533 msgstr "E18: Caractères inattendus avant '='" | |
534 | |
535 #, c-format | |
536 msgid "E121: Undefined variable: %s" | |
537 msgstr "E121: Variable non définie : %s" | |
538 | |
539 msgid "E111: Missing ']'" | |
540 msgstr "E111: ']' manquant" | |
541 | |
542 msgid "E719: Cannot use [:] with a Dictionary" | |
543 msgstr "E719: Utilisation de [:] impossible avec un Dictionnaire" | |
544 | |
545 #, c-format | |
546 msgid "E734: Wrong variable type for %s=" | |
547 msgstr "E734: Type de variable erroné avec %s=" | |
548 | |
549 #, c-format | |
550 msgid "E461: Illegal variable name: %s" | |
551 msgstr "E461: Nom de variable invalide : %s" | |
552 | |
6370 | 553 msgid "E806: using Float as a String" |
554 msgstr "E806: Utilisation d'un Flottant comme une Chaîne" | |
555 | |
837 | 556 # DB - todo : trouver mieux que "destinations". |
557 msgid "E687: Less targets than List items" | |
558 msgstr "E687: Moins de destinations que d'éléments dans la Liste" | |
559 | |
560 # DB - todo : trouver mieux que "destinations". | |
561 msgid "E688: More targets than List items" | |
562 msgstr "E688: Plus de destinations que d'éléments dans la Liste" | |
563 | |
564 msgid "Double ; in list of variables" | |
565 msgstr "Double ; dans une liste de variables" | |
566 | |
567 #, c-format | |
568 msgid "E738: Can't list variables for %s" | |
569 msgstr "E738: Impossible de lister les variables de %s" | |
570 | |
571 msgid "E689: Can only index a List or Dictionary" | |
572 msgstr "E689: Seul une Liste ou un Dictionnaire peut être indexé" | |
573 | |
574 msgid "E708: [:] must come last" | |
1619 | 575 msgstr "E708: [:] ne peut être spécifié qu'en dernier" |
837 | 576 |
577 msgid "E709: [:] requires a List value" | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
578 msgstr "E709: [:] nécessite une Liste" |
837 | 579 |
580 msgid "E710: List value has more items than target" | |
581 msgstr "E710: La Liste a plus d'éléments que la destination" | |
582 | |
583 msgid "E711: List value has not enough items" | |
584 msgstr "E711: La Liste n'a pas assez d'éléments" | |
585 | |
586 msgid "E690: Missing \"in\" after :for" | |
587 msgstr "E690: \"in\" manquant après :for" | |
7 | 588 |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
589 #, c-format |
7 | 590 msgid "E108: No such variable: \"%s\"" |
837 | 591 msgstr "E108: Variable inexistante : %s" |
592 | |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
593 #, c-format |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
594 msgid "E940: Cannot lock or unlock variable %s" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
595 msgstr "E940: Impossible de (dé)verrouiler la variable %s" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
596 |
837 | 597 msgid "E743: variable nested too deep for (un)lock" |
598 msgstr "E743: variable trop imbriquée pour la (dé)verrouiller" | |
7 | 599 |
600 # AB - Je suis partagé entre la concision d'une traduction assez littérale et | |
601 # la lourdeur d'une traduction plus correcte. | |
602 msgid "E109: Missing ':' after '?'" | |
603 msgstr "E109: Il manque ':' après '?'" | |
604 | |
837 | 605 msgid "E691: Can only compare List with List" |
606 msgstr "E691: Une Liste ne peut être comparée qu'avec une Liste" | |
607 | |
5907
4303f7b6f72f
Update translations for changed error message.
Bram Moolenaar <bram@vim.org>
parents:
4681
diff
changeset
|
608 msgid "E692: Invalid operation for List" |
4303f7b6f72f
Update translations for changed error message.
Bram Moolenaar <bram@vim.org>
parents:
4681
diff
changeset
|
609 msgstr "E692: Opération invalide avec les Liste" |
837 | 610 |
611 msgid "E735: Can only compare Dictionary with Dictionary" | |
612 msgstr "E735: Un Dictionnaire ne peut être comparé qu'avec un Dictionnaire" | |
613 | |
614 msgid "E736: Invalid operation for Dictionary" | |
615 msgstr "E736: Opération invalide avec les Dictionnaires" | |
616 | |
617 msgid "E694: Invalid operation for Funcrefs" | |
618 msgstr "E694: Opération invalide avec les Funcrefs" | |
619 | |
1668 | 620 msgid "E804: Cannot use '%' with Float" |
621 msgstr "E804: Impossible d'utiliser '%' avec un Flottant" | |
622 | |
7 | 623 msgid "E110: Missing ')'" |
837 | 624 msgstr "E110: ')' manquant" |
625 | |
626 msgid "E695: Cannot index a Funcref" | |
627 msgstr "E695: Impossible d'indexer une Funcref" | |
7 | 628 |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
629 msgid "E909: Cannot index a special variable" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
630 msgstr "E909: Impossible d'indexer une variable spéciale" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
631 |
7 | 632 # AB - La version française est meilleure que la version anglaise. |
633 #, c-format | |
634 msgid "E112: Option name missing: %s" | |
635 msgstr "E112: Il manque un nom d'option après %s" | |
636 | |
637 #, c-format | |
638 msgid "E113: Unknown option: %s" | |
837 | 639 msgstr "E113: Option inconnue : %s" |
7 | 640 |
641 # AB - La version française est meilleure que la version anglaise, qui est | |
642 # erronée, d'ailleurs : il s'agit d'une "double quote" et non d'une | |
643 # "quote". | |
644 #, c-format | |
645 msgid "E114: Missing quote: %s" | |
646 msgstr "E114: Il manque \" à la fin de %s" | |
647 | |
648 # AB - La version française est meilleure que la version anglaise. | |
649 #, c-format | |
650 msgid "E115: Missing quote: %s" | |
651 msgstr "E115: Il manque ' à la fin de %s" | |
652 | |
7013 | 653 msgid "Not enough memory to set references, garbage collection aborted!" |
654 msgstr "" | |
655 "Pas assez de mémoire pour les références, arrêt du ramassage de miètes !" | |
656 | |
837 | 657 msgid "E724: variable nested too deep for displaying" |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
658 msgstr "E724: variable trop imbriquée pour être affichée" |
837 | 659 |
1668 | 660 msgid "E805: Using a Float as a Number" |
661 msgstr "E805: Utilisation d'un Flottant comme un Nombre" | |
662 | |
663 msgid "E703: Using a Funcref as a Number" | |
837 | 664 msgstr "E703: Utilisation d'une Funcref comme un Nombre" |
665 | |
1668 | 666 msgid "E745: Using a List as a Number" |
837 | 667 msgstr "E745: Utilisation d'une Liste comme un Nombre" |
668 | |
1668 | 669 msgid "E728: Using a Dictionary as a Number" |
837 | 670 msgstr "E728: Utilisation d'un Dictionnaire comme un Nombre" |
671 | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
672 msgid "E910: Using a Job as a Number" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
673 msgstr "E910: Utilisation d'une Tâche comme un Nombre" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
674 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
675 msgid "E913: Using a Channel as a Number" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
676 msgstr "E913: Utilisation d'un Canal comme un Nombre" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
677 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
678 msgid "E891: Using a Funcref as a Float" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
679 msgstr "E891: Utilisation d'une Funcref comme un Flottant" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
680 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
681 msgid "E892: Using a String as a Float" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
682 msgstr "E892: Utilisation d'une Chaîne comme un Flottant" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
683 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
684 msgid "E893: Using a List as a Float" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
685 msgstr "E893: Utilisation d'une Liste comme un Flottant" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
686 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
687 msgid "E894: Using a Dictionary as a Float" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
688 msgstr "E894: Utilisation d'un Dictionnaire comme un Flottant" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
689 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
690 msgid "E907: Using a special value as a Float" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
691 msgstr "E907: Utilisation d'une valeur spéciale comme un Flottant" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
692 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
693 msgid "E911: Using a Job as a Float" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
694 msgstr "E911: Utilisation d'une Tâche comme un Flottant" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
695 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
696 msgid "E914: Using a Channel as a Float" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
697 msgstr "E914: Utilisation d'un Canal comme un Flottant" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
698 |
837 | 699 msgid "E729: using Funcref as a String" |
700 msgstr "E729: Utilisation d'une Funcref comme une Chaîne" | |
701 | |
702 msgid "E730: using List as a String" | |
703 msgstr "E730: Utilisation d'une Liste comme une Chaîne" | |
704 | |
705 msgid "E731: using Dictionary as a String" | |
706 msgstr "E731: Utilisation d'un Dictionnaire comme une Chaîne" | |
707 | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
708 msgid "E908: using an invalid value as a String" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
709 msgstr "E908: Utilisation d'une valeur invalide comme une Chaîne" |
837 | 710 |
711 #, c-format | |
1619 | 712 msgid "E795: Cannot delete variable %s" |
713 msgstr "E795: Impossible de supprimer la variable %s" | |
714 | |
715 #, c-format | |
2965 | 716 msgid "E704: Funcref variable name must start with a capital: %s" |
717 msgstr "E704: Le nom d'une Funcref doit commencer par une majuscule : %s" | |
718 | |
719 #, c-format | |
720 msgid "E705: Variable name conflicts with existing function: %s" | |
721 msgstr "E705: Le nom d'une variable entre en conflit avec la fonction %s" | |
722 | |
723 #, c-format | |
837 | 724 msgid "E741: Value is locked: %s" |
725 msgstr "E741: La valeur de %s est verrouillée" | |
726 | |
727 msgid "Unknown" | |
728 msgstr "Inconnu" | |
729 | |
730 #, c-format | |
731 msgid "E742: Cannot change value of %s" | |
732 msgstr "E742: Impossible de modifier la valeur de %s" | |
733 | |
734 msgid "E698: variable nested too deep for making a copy" | |
735 msgstr "E698: variable trop imbriquée pour en faire une copie" | |
7 | 736 |
737 # AB - La version française est capitalisée pour être en accord avec les autres | |
738 # commentaires enregistrés dans le fichier viminfo. | |
739 msgid "" | |
740 "\n" | |
741 "# global variables:\n" | |
742 msgstr "" | |
743 "\n" | |
744 "# Variables globales:\n" | |
745 | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
746 # DB - Plus précis ("la dernière fois") ? |
837 | 747 msgid "" |
748 "\n" | |
749 "\tLast set from " | |
750 msgstr "" | |
751 "\n" | |
752 "\tModifié la dernière fois dans " | |
753 | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
754 msgid "map() argument" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
755 msgstr "argument de map()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
756 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
757 msgid "filter() argument" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
758 msgstr "argument de filter()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
759 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
760 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
761 msgid "E686: Argument of %s must be a List" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
762 msgstr "E686: L'argument de %s doit être une Liste" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
763 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
764 msgid "E928: String required" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
765 msgstr "E928: Chaîne requis" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
766 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
767 msgid "E808: Number or Float required" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
768 msgstr "E808: Nombre ou Flottant requis" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
769 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
770 msgid "add() argument" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
771 msgstr "argument de add()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
772 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
773 msgid "E785: complete() can only be used in Insert mode" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
774 msgstr "E785: complete() n'est utilisable que dans le mode Insertion" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
775 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
776 # AB - Texte par défaut du bouton de la boîte de dialogue affichée par la |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
777 # fonction confirm(). |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
778 msgid "&Ok" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
779 msgstr "&Ok" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
780 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
781 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
782 msgid "E700: Unknown function: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
783 msgstr "E700: Fonction inconnue : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
784 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
785 msgid "E922: expected a dict" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
786 msgstr "E922: dictionnaire attendu" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
787 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
788 msgid "E923: Second argument of function() must be a list or a dict" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
789 msgstr "" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
790 "E923: Le second argument de function() doit être une liste ou un dictionnaire" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
791 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
792 # AB - Textes des boutons de la boîte de dialogue affichée par inputdialog(). |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
793 msgid "" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
794 "&OK\n" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
795 "&Cancel" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
796 msgstr "" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
797 "&Ok\n" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
798 "&Annuler" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
799 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
800 # AB - La version française est meilleure que la version anglaise. |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
801 msgid "called inputrestore() more often than inputsave()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
802 msgstr "inputrestore() a été appelé plus de fois qu'inputsave()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
803 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
804 msgid "insert() argument" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
805 msgstr "argument de insert()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
806 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
807 msgid "E786: Range not allowed" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
808 msgstr "E786: Les plages ne sont pas autorisées" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
809 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
810 msgid "E916: not a valid job" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
811 msgstr "E916: tâche invalide" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
812 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
813 msgid "E701: Invalid type for len()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
814 msgstr "E701: Type invalide avec len()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
815 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
816 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
817 msgid "E798: ID is reserved for \":match\": %ld" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
818 msgstr "E798: ID est réservé pour \":match\": %ld" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
819 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
820 msgid "E726: Stride is zero" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
821 msgstr "E726: Le pas est nul" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
822 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
823 msgid "E727: Start past end" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
824 msgstr "E727: Début au-delà de la fin" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
825 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
826 msgid "<empty>" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
827 msgstr "<vide>" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
828 |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
829 msgid "E240: No connection to the X server" |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
830 msgstr "E240: Pas de connexion au serveur X" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
831 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
832 # AB - La version française est meilleure que la version anglaise. |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
833 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
834 msgid "E241: Unable to send to %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
835 msgstr "E241: L'envoi au serveur %s a échoué" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
836 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
837 msgid "E277: Unable to read a server reply" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
838 msgstr "E277: Impossible de lire la réponse du serveur" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
839 |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
840 msgid "E941: already started a server" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
841 msgstr "E941: serveur déjà démarré" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
842 |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
843 msgid "E942: +clientserver feature not available" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
844 msgstr "E942: La fonctionnalité +clientserver n'est pas disponible" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
845 |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
846 msgid "remove() argument" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
847 msgstr "argument de remove()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
848 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
849 msgid "E655: Too many symbolic links (cycle?)" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
850 msgstr "E655: Trop de liens symboliques (cycle ?)" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
851 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
852 msgid "reverse() argument" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
853 msgstr "argument de reverse()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
854 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
855 # AB - La version française est meilleure que la version anglaise. |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
856 msgid "E258: Unable to send to client" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
857 msgstr "E258: La réponse n'a pas pu être envoyée au client" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
858 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
859 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
860 msgid "E927: Invalid action: '%s'" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
861 msgstr "E927: Action invalide : « %s »" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
862 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
863 msgid "sort() argument" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
864 msgstr "argument de sort()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
865 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
866 msgid "uniq() argument" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
867 msgstr "argument de uniq()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
868 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
869 msgid "E702: Sort compare function failed" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
870 msgstr "E702: La fonction de comparaison de sort() a échoué" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
871 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
872 msgid "E882: Uniq compare function failed" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
873 msgstr "E882: La fonction de comparaison de uniq() a échoué" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
874 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
875 msgid "(Invalid)" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
876 msgstr "(Invalide)" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
877 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
878 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
879 msgid "E935: invalid submatch number: %d" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
880 msgstr "E935: numéro de submatch invalide : %d" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
881 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
882 msgid "E677: Error writing temp file" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
883 msgstr "E677: Erreur lors de l'écriture du fichier temporaire" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
884 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
885 msgid "E921: Invalid callback argument" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
886 msgstr "E921: Argument de callback invalide" |
837 | 887 |
7 | 888 #, c-format |
889 msgid "<%s>%s%s %d, Hex %02x, Octal %03o" | |
837 | 890 msgstr "<%s>%s%s %d, Hexa %02x, Octal %03o" |
891 | |
892 #, c-format | |
893 msgid "> %d, Hex %04x, Octal %o" | |
894 msgstr "> %d, Hexa %04x, Octal %o" | |
895 | |
896 #, c-format | |
897 msgid "> %d, Hex %08x, Octal %o" | |
898 msgstr "> %d, Hexa %08x, Octal %o" | |
7 | 899 |
900 # AB - La version anglaise est très mauvaise, ce qui m'oblige a inventer une | |
901 # version française. | |
902 msgid "E134: Move lines into themselves" | |
903 msgstr "E134: La destination est dans la plage d'origine" | |
904 | |
905 msgid "1 line moved" | |
906 msgstr "1 ligne déplacée" | |
907 | |
908 #, c-format | |
909 msgid "%ld lines moved" | |
910 msgstr "%ld lignes déplacées" | |
911 | |
912 #, c-format | |
913 msgid "%ld lines filtered" | |
914 msgstr "%ld lignes filtrées" | |
915 | |
916 # AB - J'ai volontairement omis l'astérisque initiale car je pense que le | |
917 # motif "Filter*" décrit plus clairement les quatre autocommandes liées | |
918 # au filtrage (FilterReadPre, FilterReadPost, FilterWritePre et | |
919 # FilterWritePost) que "*Filter*" que l'on confond avec une tentative de | |
920 # mise en valeur. | |
921 msgid "E135: *Filter* Autocommands must not change current buffer" | |
922 msgstr "" | |
923 "E135: Les autocommandes Filter* ne doivent pas changer le tampon courant" | |
924 | |
925 # AB - Il faut respecter l'esprit plus que la lettre. Dans le cas présent, | |
926 # nettement plus. | |
927 msgid "[No write since last change]\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
928 msgstr "[Attention : tout n'est pas enregistré]\n" |
7 | 929 |
930 # AB - Le numéro et le message d'erreur (%s ci-dessous) et le "numéro" de ligne | |
931 # sont des chaînes de caractères dont le contenu est à la discrétion de | |
932 # l'appelant de la fonction viminfo_error(). | |
933 #, c-format | |
934 msgid "%sviminfo: %s in line: " | |
837 | 935 msgstr "%sviminfo : %s à la ligne " |
7 | 936 |
937 # AB - La version française est meilleure que la version anglaise. | |
938 msgid "E136: viminfo: Too many errors, skipping rest of file" | |
939 msgstr "" | |
837 | 940 "E136: Il y a trop d'erreurs ; interruption de la lecture du fichier viminfo" |
7 | 941 |
942 # AB - Ce texte fait partie d'un message de débogage. | |
837 | 943 # DB - ... dont les valeurs possibles sont les messages |
944 # qui suivent. | |
7 | 945 #, c-format |
946 msgid "Reading viminfo file \"%s\"%s%s%s" | |
947 msgstr "Lecture du fichier viminfo \"%s\"%s%s%s" | |
948 | |
949 # AB - Ce texte fait partie d'un message de débogage. | |
837 | 950 # DB - Voir ci-dessus. |
7 | 951 msgid " info" |
952 msgstr " info" | |
953 | |
954 # AB - Ce texte fait partie d'un message de débogage. | |
837 | 955 # DB - Voir ci-dessus. |
7 | 956 msgid " marks" |
957 msgstr " marques" | |
958 | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
959 msgid " oldfiles" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
960 msgstr " vieux fichiers" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
961 |
7 | 962 # AB - Ce texte fait partie d'un message de débogage. |
837 | 963 # DB - Voir ci-dessus. |
7 | 964 msgid " FAILED" |
965 msgstr " ÉCHEC" | |
966 | |
967 # AB - J'espère que la plupart des utilisateurs aura l'idée d'aller vérifier | |
968 # ses droits d'accès. | |
969 # AB - Le mot "viminfo" a été retiré pour que le message ne dépasse pas 80 | |
970 # caractères dans le cas courant où %s = /home/12345678/.viminfo | |
971 #, c-format | |
972 msgid "E137: Viminfo file is not writable: %s" | |
973 msgstr "E137: L'écriture dans le fichier %s est interdite" | |
974 | |
9407
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
975 #, c-format |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
976 msgid "E929: Too many viminfo temp files, like %s!" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
977 msgstr "E929: Trop de fichiers temporaires viminfo, comme %s!" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
978 |
7 | 979 # AB - Le point d'exclamation est superflu. |
980 # AB - Le mot "viminfo" a été retiré pour que le message ne dépasse pas 80 | |
981 # caractères dans le cas courant où %s = /home/12345678/.viminfo | |
982 #, c-format | |
983 msgid "E138: Can't write viminfo file %s!" | |
984 msgstr "E138: Impossible d'écrire le fichier %s" | |
985 | |
986 # AB - Ce texte est un message de débogage. | |
987 #, c-format | |
988 msgid "Writing viminfo file \"%s\"" | |
989 msgstr "Écriture du fichier viminfo \"%s\"" | |
990 | |
6370 | 991 #, c-format |
992 msgid "E886: Can't rename viminfo file to %s!" | |
993 msgstr "E886: Impossible de renommer viminfo en %s" | |
994 | |
7 | 995 #, c-format |
996 msgid "# This viminfo file was generated by Vim %s.\n" | |
997 msgstr "# Ce fichier viminfo a été généré par Vim %s.\n" | |
998 | |
999 # AB - Les deux versions, bien que différentes, se valent. | |
1000 msgid "" | |
1001 "# You may edit it if you're careful!\n" | |
1002 "\n" | |
1003 msgstr "" | |
1004 "# Vous pouvez l'éditer, mais soyez prudent.\n" | |
1005 "\n" | |
1006 | |
1007 msgid "# Value of 'encoding' when this file was written\n" | |
1008 msgstr "# 'encoding' dans lequel ce fichier a été écrit\n" | |
1009 | |
1010 # AB - Ce texte est passé en argument à la fonction viminfo_error(). | |
1011 # AB - "illégal" est un terme trop fort à mon goût. | |
1012 msgid "Illegal starting char" | |
837 | 1013 msgstr "Caractère initial non valide" |
7 | 1014 |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1015 msgid "" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1016 "\n" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1017 "# Bar lines, copied verbatim:\n" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1018 msgstr "" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1019 "\n" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1020 "# Lignes commençant par |, copiées littéralement :\n" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1021 |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1022 # AB - Ceci est un titre de boîte de dialogue. Vérifier que la version |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1023 # française est correcte pour les trois références ; j'ai un doute quant |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1024 # à la troisième. |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1025 msgid "Save As" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1026 msgstr "Enregistrer sous - Vim" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1027 |
7 | 1028 # AB - Ceci est un contenu de boîte de dialogue (éventuellement en mode texte). |
1029 # AB - La version française est meilleure que la version anglaise. | |
1030 msgid "Write partial file?" | |
1031 msgstr "Perdre une partie du fichier ?" | |
1032 | |
1033 # AB - La version française est nettement meilleure que la version anglaise. | |
1034 msgid "E140: Use ! to write partial buffer" | |
1035 msgstr "" | |
1036 "E140: Une partie du fichier serait perdue (ajoutez ! pour passer outre)" | |
1037 | |
837 | 1038 #, c-format |
1039 msgid "Overwrite existing file \"%s\"?" | |
1040 msgstr "Écraser le fichier %s existant ?" | |
1041 | |
1042 #, c-format | |
1043 msgid "Swap file \"%s\" exists, overwrite anyway?" | |
1044 msgstr "Le fichier d'échange \"%s\" existe déjà, l'écraser ?" | |
1045 | |
1046 # DB - Un peu long à mon avis. | |
1047 #, c-format | |
1048 msgid "E768: Swap file exists: %s (:silent! overrides)" | |
1049 msgstr "E768: Le fichier d'échange %s existe déjà (:silent! pour passer outre)" | |
7 | 1050 |
1051 #, c-format | |
1052 msgid "E141: No file name for buffer %ld" | |
1053 msgstr "E141: Pas de nom de fichier pour le tampon %ld" | |
1054 | |
1055 # AB - Il faut respecter l'esprit plus que la lettre. | |
1056 msgid "E142: File not written: Writing is disabled by 'write' option" | |
837 | 1057 msgstr "" |
1058 "E142: L'option 'nowrite' est activée et empêche toute écriture du fichier" | |
7 | 1059 |
1060 # AB - Ceci est un contenu de boîte de dialogue (éventuellement en mode texte). | |
1061 # AB - "activée pour" n'est pas une formulation très heureuse. | |
1062 #, c-format | |
1063 msgid "" | |
837 | 1064 "'readonly' option is set for \"%s\".\n" |
7 | 1065 "Do you wish to write anyway?" |
1066 msgstr "" | |
837 | 1067 "L'option 'readonly' est activée pour \"%s\".\n" |
1068 "Voulez-vous tout de même enregistrer ?" | |
7 | 1069 |
1619 | 1070 #, c-format |
1071 msgid "" | |
1072 "File permissions of \"%s\" are read-only.\n" | |
1073 "It may still be possible to write it.\n" | |
1074 "Do you wish to try?" | |
1075 msgstr "" | |
1076 "Les droits du fichier \"%s\" sont restreints à la lecture seule.\n" | |
1077 "Il peut être possible de l'écrire tout de même.\n" | |
1078 "Tenter ?" | |
1079 | |
1080 #, c-format | |
1081 msgid "E505: \"%s\" is read-only (add ! to override)" | |
1082 msgstr "E505: \"%s\" est en lecture seule (ajoutez ! pour passer outre)" | |
1083 | |
7 | 1084 # AB - Ceci est un titre de boîte de dialogue. |
1085 msgid "Edit File" | |
1086 msgstr "Ouvrir un fichier - Vim" | |
1087 | |
1088 # AB - Il faut respecter l'esprit plus que la lettre. | |
1089 # AB - J'hésite à ajouter "à sa création" après le nom du tampon. Ce message | |
1090 # devrait n'être affiché qu'après une tentative d'ouverture de fichier, | |
1091 # la version actuelle devrait donc suffire. | |
837 | 1092 # DB - Suggestion : "nouveau tampon" ? |
7 | 1093 #, c-format |
1094 msgid "E143: Autocommands unexpectedly deleted new buffer %s" | |
837 | 1095 msgstr "E143: Une autocommande a effacé le nouveau tampon %s" |
7 | 1096 |
1097 msgid "E144: non-numeric argument to :z" | |
1098 msgstr "E144: L'argument de :z n'est pas numérique" | |
1099 | |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
1100 # AB - La version française fera peut-être mieux passer l'amère pilule. |
7 | 1101 # La consultation de l'aide donnera l'explication complète à ceux qui |
1102 # ne comprendraient pas à quoi ce message est dû. | |
1103 msgid "E145: Shell commands not allowed in rvim" | |
837 | 1104 msgstr "E145: Les commandes externes sont indisponibles dans rvim" |
7 | 1105 |
1106 msgid "E146: Regular expressions can't be delimited by letters" | |
837 | 1107 msgstr "" |
838 | 1108 "E146: Les expressions régulières ne peuvent pas être délimitées par des " |
1109 "lettres" | |
7 | 1110 |
1111 #, c-format | |
1112 msgid "replace with %s (y/n/a/q/l/^E/^Y)?" | |
1113 msgstr "remplacer par %s (y/n/a/q/l/^E/^Y)?" | |
1114 | |
1115 msgid "(Interrupted) " | |
1116 msgstr "(Interrompu) " | |
1117 | |
837 | 1118 msgid "1 match" |
1119 msgstr "1 correspondance" | |
1120 | |
7 | 1121 msgid "1 substitution" |
1122 msgstr "1 substitution" | |
1123 | |
1124 #, c-format | |
837 | 1125 msgid "%ld matches" |
1126 msgstr "%ld correspondances" | |
1127 | |
1128 #, c-format | |
7 | 1129 msgid "%ld substitutions" |
1130 msgstr "%ld substitutions" | |
1131 | |
1132 msgid " on 1 line" | |
1133 msgstr " sur 1 ligne" | |
1134 | |
1135 #, c-format | |
1136 msgid " on %ld lines" | |
1137 msgstr " sur %ld lignes" | |
1138 | |
1139 # AB - Il faut respecter l'esprit plus que la lettre. | |
1140 # AB - Ce message devrait contenir une référence à :vglobal. | |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
1141 msgid "E147: Cannot do :global recursive with a range" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
1142 msgstr "E147: :global ne peut pas exécuter :global avec une plage" |
7 | 1143 |
1144 # AB - Ce message devrait contenir une référence à :vglobal. | |
1145 msgid "E148: Regular expression missing from global" | |
1146 msgstr "E148: :global doit être suivi par une expression régulière" | |
1147 | |
1148 # AB - Ce message est utilisé lorsque :vglobal ne trouve rien. Lorsque :global | |
1149 # ne trouve rien, c'est "Pattern not found: %s" / "Motif introuvable: %s" | |
1150 # qui est utilisé. | |
1151 #, c-format | |
1152 msgid "Pattern found in every line: %s" | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
1153 msgstr "Motif trouvé dans toutes les lignes : %s" |
7 | 1154 |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
1155 #, c-format |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
1156 msgid "Pattern not found: %s" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
1157 msgstr "Motif introuvable: %s" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
1158 |
7 | 1159 # AB - Ne pas traduire le dollar. |
1160 # AB - Ce message n'est volontairement pas traduit. En effet, il fait partie | |
1161 # d'un groupe de trois messages dans viminfo, dont deux ne sont pas soumis | |
1162 # à internationalisation. J'attends que les deux autres messages soient | |
1163 # traduisibles pour traduire celui-ci. | |
837 | 1164 # DB - TODO : Qu'en est-il à présent ? |
7 | 1165 msgid "" |
1166 "\n" | |
1167 "# Last Substitute String:\n" | |
1168 "$" | |
1169 msgstr "" | |
1170 "\n" | |
837 | 1171 "# Dernières chaînes de substitution :\n" |
7 | 1172 "$" |
1173 | |
837 | 1174 # This message should *so* be E42! |
1175 msgid "E478: Don't panic!" | |
1176 msgstr "E478: Pas de panique !" | |
1177 | |
1178 #, c-format | |
1179 msgid "E661: Sorry, no '%s' help for %s" | |
1180 msgstr "E661: Désolé, aucune aide en langue '%s' pour %s" | |
1181 | |
7 | 1182 #, c-format |
1183 msgid "E149: Sorry, no help for %s" | |
837 | 1184 msgstr "E149: Désolé, aucune aide pour %s" |
7 | 1185 |
1186 #, c-format | |
1187 msgid "Sorry, help file \"%s\" not found" | |
837 | 1188 msgstr "Désolé, le fichier d'aide \"%s\" est introuvable" |
7 | 1189 |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1190 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1191 msgid "E151: No match: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1192 msgstr "E151: Aucune correspondance : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1193 |
7 | 1194 #, c-format |
1195 msgid "E152: Cannot open %s for writing" | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1196 msgstr "E152: Impossible d'ouvrir %s en écriture" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1197 |
7 | 1198 #, c-format |
1199 msgid "E153: Unable to open %s for reading" | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1200 msgstr "E153: Impossible d'ouvrir %s en lecture" |
7 | 1201 |
837 | 1202 #, c-format |
1203 msgid "E670: Mix of help file encodings within a language: %s" | |
1204 msgstr "E670: Encodages différents dans les fichiers d'aide en langue %s" | |
1205 | |
7 | 1206 # AB - L'étiquette la plus longue fait 27 caractères. Le nom de fichier le plus |
1207 # long fait 12 caractères. Il faudrait donc idéalement faire une | |
1208 # traduction de 40 caractères ou moins. Ce qui est loin d'être le cas | |
1209 # présent. | |
837 | 1210 # DB - Suggestion. |
1211 #, c-format | |
1212 msgid "E154: Duplicate tag \"%s\" in file %s/%s" | |
838 | 1213 msgstr "E154: Marqueur \"%s\" dupliqué dans le fichier %s/%s" |
7 | 1214 |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1215 #, c-format |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1216 msgid "E150: Not a directory: %s" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1217 msgstr "E150: %s n'est pas un répertoire" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1218 |
7 | 1219 # AB - Il faut respecter l'esprit plus que la lettre. |
1220 #, c-format | |
1221 msgid "E160: Unknown sign command: %s" | |
837 | 1222 msgstr "E160: Commande inconnue : :sign %s" |
7 | 1223 |
1224 # AB - La version française est meilleure que la version anglaise. | |
1225 msgid "E156: Missing sign name" | |
1226 msgstr "E156: Il manque le nom du symbole" | |
1227 | |
1228 msgid "E612: Too many signs defined" | |
1229 msgstr "E612: Trop de symboles sont définis" | |
1230 | |
1231 # AB - Cette traduction ne me satisfait pas. | |
837 | 1232 # DB - Suggestion. |
7 | 1233 #, c-format |
1234 msgid "E239: Invalid sign text: %s" | |
837 | 1235 msgstr "E239: Le texte du symbole est invalide : %s" |
7 | 1236 |
1237 #, c-format | |
1238 msgid "E155: Unknown sign: %s" | |
837 | 1239 msgstr "E155: Symbole inconnu : %s" |
7 | 1240 |
1241 # AB - La version française est meilleure que la version anglaise. | |
1242 msgid "E159: Missing sign number" | |
1243 msgstr "E159: Il manque l'ID du symbole" | |
1244 | |
1245 # AB - Vu le code source, la version française est meilleure que la | |
1246 # version anglaise. Ce message est similaire au message E102. | |
1247 #, c-format | |
1248 msgid "E158: Invalid buffer name: %s" | |
1249 msgstr "E158: Le tampon %s est introuvable" | |
1250 | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1251 msgid "E934: Cannot jump to a buffer that does not have a name" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1252 msgstr "E934: Impossible de sauter à un tampon sans nom" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1253 |
7 | 1254 # AB - Vu le code source, la version française est meilleure que la |
1255 # version anglaise. | |
1256 #, c-format | |
1257 msgid "E157: Invalid sign ID: %ld" | |
1258 msgstr "E157: Le symbole %ld est introuvable" | |
1259 | |
6370 | 1260 #, c-format |
1261 msgid "E885: Not possible to change sign %s" | |
1262 msgstr "E885: Impossible de changer le symbole %s" | |
1263 | |
837 | 1264 msgid " (NOT FOUND)" |
1265 msgstr " (INTROUVABLE)" | |
1266 | |
1267 msgid " (not supported)" | |
1268 msgstr " (non supporté)" | |
1269 | |
7 | 1270 msgid "[Deleted]" |
1271 msgstr "[Effacé]" | |
1272 | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1273 msgid "No old files" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1274 msgstr "Aucun vieux fichier" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1275 |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1276 # AB - La version française de la première phrase ne me satisfait pas. |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1277 # DB - Suggestion. |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1278 msgid "Entering Debug mode. Type \"cont\" to continue." |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1279 msgstr "Mode débogage activé. Tapez \"cont\" pour continuer." |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1280 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1281 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1282 msgid "line %ld: %s" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1283 msgstr "ligne %ld : %s" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1284 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1285 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1286 msgid "cmd: %s" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1287 msgstr "cmde : %s" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1288 |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1289 msgid "frame is zero" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1290 msgstr "le cadre de pile est zéro" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1291 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1292 #, c-format |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1293 msgid "frame at highest level: %d" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1294 msgstr "cadre de pile au niveau le plus haut : %d" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1295 |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1296 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1297 msgid "Breakpoint in \"%s%s\" line %ld" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1298 msgstr "Point d'arrêt dans %s%s ligne %ld" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1299 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1300 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1301 msgid "E161: Breakpoint not found: %s" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1302 msgstr "E161: Le point d'arrêt %s est introuvable" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1303 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1304 msgid "No breakpoints defined" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1305 msgstr "Aucun point d'arrêt n'est défini" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1306 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1307 # AB - Le deuxième %s est remplacé par "func" ou "file" sans que l'on puisse |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1308 # traduire ces mots. |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1309 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1310 msgid "%3d %s %s line %ld" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1311 msgstr "%3d %s %s ligne %ld" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1312 |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
1313 msgid "E750: First use \":profile start {fname}\"" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
1314 msgstr "E750: Utilisez d'abord \":profile start {nomfichier}\"" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1315 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1316 # AB - "changes to" est redondant et a été omis de la version française. |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1317 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1318 msgid "Save changes to \"%s\"?" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1319 msgstr "Enregistrer \"%s\" ?" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1320 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
1321 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
1322 msgid "E947: Job still running in buffer \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
1323 msgstr "E947: Tâche en cours d'exécution dans le buffer \"%s\"" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1324 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1325 # AB - Il faut respecter l'esprit plus que la lettre. |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1326 # AB - Ce message est similaire au message E89. |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1327 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1328 msgid "E162: No write since last change for buffer \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1329 msgstr "E162: Le tampon %s n'a pas été enregistré" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1330 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1331 msgid "Warning: Entered other buffer unexpectedly (check autocommands)" |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1332 msgstr "" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1333 "Alerte : Entrée inattendue dans un autre tampon (vérifier autocommandes)" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1334 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1335 msgid "E163: There is only one file to edit" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1336 msgstr "E163: Il n'y a qu'un seul fichier à éditer" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1337 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1338 msgid "E164: Cannot go before first file" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1339 msgstr "E164: Impossible d'aller avant le premier fichier" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1340 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1341 msgid "E165: Cannot go beyond last file" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1342 msgstr "E165: Impossible d'aller au-delà du dernier fichier" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1343 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1344 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1345 msgid "E666: compiler not supported: %s" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1346 msgstr "E666: Compilateur %s non supporté" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1347 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1348 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1349 msgid "Searching for \"%s\" in \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1350 msgstr "Recherche de \"%s\" dans \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1351 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1352 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1353 msgid "Searching for \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1354 msgstr "Recherche de \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1355 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1356 #, c-format |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1357 msgid "not found in '%s': \"%s\"" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1358 msgstr "introuvable dans '%s' : \"%s\"" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1359 |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
1360 #, c-format |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
1361 msgid "W20: Required python version 2.x not supported, ignoring file: %s" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
1362 msgstr "W20: Python version 2.x non supporté, fichier %s ignoré" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
1363 |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
1364 #, c-format |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
1365 msgid "W21: Required python version 3.x not supported, ignoring file: %s" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
1366 msgstr "W21: Python 3.x non supporté, fichier %s ignoré" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
1367 |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1368 msgid "Source Vim script" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1369 msgstr "Sourcer un script - Vim" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1370 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1371 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1372 msgid "Cannot source a directory: \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1373 msgstr "Impossible de sourcer un répertoire : \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1374 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1375 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1376 msgid "could not source \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1377 msgstr "impossible de sourcer \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1378 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1379 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1380 msgid "line %ld: could not source \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1381 msgstr "ligne %ld : impossible de sourcer \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1382 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1383 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1384 msgid "sourcing \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1385 msgstr "sourcement \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1386 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1387 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1388 msgid "line %ld: sourcing \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1389 msgstr "ligne %ld : sourcement de \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1390 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1391 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1392 msgid "finished sourcing %s" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1393 msgstr "fin du sourcement de %s" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1394 |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1395 # AB - Ce texte fait partie d'un message de débogage. |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1396 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1397 msgid "continuing in %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1398 msgstr "de retour dans %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1399 |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1400 msgid "modeline" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1401 msgstr "ligne de mode" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1402 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1403 msgid "--cmd argument" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1404 msgstr "argument --cmd" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1405 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1406 msgid "-c argument" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1407 msgstr "argument -c" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1408 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1409 msgid "environment variable" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1410 msgstr "variable d'environnement" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1411 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1412 msgid "error handler" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1413 msgstr "gestionnaire d'erreur" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1414 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1415 msgid "W15: Warning: Wrong line separator, ^M may be missing" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1416 msgstr "W15: Alerte : Séparateur de ligne erroné, ^M possiblement manquant" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1417 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1418 msgid "E167: :scriptencoding used outside of a sourced file" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1419 msgstr "E167: :scriptencoding utilisé en dehors d'un fichier sourcé" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1420 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1421 msgid "E168: :finish used outside of a sourced file" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1422 msgstr "E168: :finish utilisé en dehors d'un fichier sourcé" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1423 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1424 # DB - Le premier %s est, au choix : "time ", "ctype " ou "messages ", |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1425 # sans qu'il soit possible de les traduire. |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1426 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1427 msgid "Current %slanguage: \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1428 msgstr "Langue courante pour %s : \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1429 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1430 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1431 msgid "E197: Cannot set language to \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1432 msgstr "E197: Impossible de choisir la langue \"%s\"" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1433 |
7 | 1434 msgid "Entering Ex mode. Type \"visual\" to go to Normal mode." |
837 | 1435 msgstr "Mode Ex activé. Tapez \"visual\" pour passer en mode Normal." |
1436 | |
7 | 1437 msgid "E501: At end-of-file" |
1438 msgstr "E501: À la fin du fichier" | |
1439 | |
1440 msgid "E169: Command too recursive" | |
1441 msgstr "E169: Commande trop récursive" | |
1442 | |
1443 #, c-format | |
1444 msgid "E605: Exception not caught: %s" | |
837 | 1445 msgstr "E605: Exception non interceptée : %s" |
1446 | |
7 | 1447 msgid "End of sourced file" |
1448 msgstr "Fin du fichier sourcé" | |
1449 | |
1450 msgid "End of function" | |
1451 msgstr "Fin de la fonction" | |
1452 | |
1453 msgid "E464: Ambiguous use of user-defined command" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1454 msgstr "E464: Utilisation ambiguë d'une commande définie par l'utilisateur" |
7 | 1455 |
1456 msgid "E492: Not an editor command" | |
838 | 1457 msgstr "E492: Commande inconnue" |
7 | 1458 |
1459 msgid "E493: Backwards range given" | |
837 | 1460 msgstr "E493: La plage spécifiée est inversée" |
1461 | |
7 | 1462 msgid "Backwards range given, OK to swap" |
837 | 1463 msgstr "La plage spécifiée est inversée, OK pour l'inverser" |
7 | 1464 |
1465 msgid "E494: Use w or w>>" | |
1466 msgstr "E494: Utilisez w ou w>>" | |
1467 | |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
1468 msgid "E943: Command table needs to be updated, run 'make cmdidxs'" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
1469 msgstr "" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
1470 "E943: La table des commandes doit être mise à jour, lancez 'make cmdidxs'" |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
1471 |
7 | 1472 msgid "E319: Sorry, the command is not available in this version" |
1473 msgstr "E319: Désolé, cette commande n'est pas disponible dans cette version" | |
1474 | |
1475 msgid "E172: Only one file name allowed" | |
1476 msgstr "E172: Un seul nom de fichier autorisé" | |
1477 | |
1478 msgid "1 more file to edit. Quit anyway?" | |
837 | 1479 msgstr "Encore 1 fichier à éditer. Quitter tout de même ?" |
7 | 1480 |
1481 #, c-format | |
1482 msgid "%d more files to edit. Quit anyway?" | |
837 | 1483 msgstr "Encore %d fichiers à éditer. Quitter tout de même ?" |
7 | 1484 |
1485 msgid "E173: 1 more file to edit" | |
837 | 1486 msgstr "E173: encore 1 fichier à éditer" |
7 | 1487 |
1488 #, c-format | |
1489 msgid "E173: %ld more files to edit" | |
1490 msgstr "E173: encore %ld fichiers à éditer" | |
1491 | |
1492 msgid "E174: Command already exists: add ! to replace it" | |
837 | 1493 msgstr "E174: La commande existe déjà : ajoutez ! pour la redéfinir" |
1494 | |
7 | 1495 msgid "" |
1496 "\n" | |
7013 | 1497 " Name Args Address Complete Definition" |
1498 msgstr "" | |
1499 "\n" | |
1500 " Nom Args Adresse Complet. Définition" | |
7 | 1501 |
1502 msgid "No user-defined commands found" | |
1503 msgstr "Aucune commande définie par l'utilisateur trouvée" | |
1504 | |
1505 msgid "E175: No attribute specified" | |
1506 msgstr "E175: Pas d'attribut spécifié" | |
1507 | |
1508 msgid "E176: Invalid number of arguments" | |
1509 msgstr "E176: Nombre d'arguments invalide" | |
1510 | |
1511 msgid "E177: Count cannot be specified twice" | |
837 | 1512 msgstr "E177: Le quantificateur ne peut être spécifié deux fois" |
7 | 1513 |
1514 msgid "E178: Invalid default value for count" | |
837 | 1515 msgstr "E178: La valeur par défaut du quantificateur est invalide" |
1516 | |
1517 msgid "E179: argument required for -complete" | |
1518 msgstr "E179: argument requis avec -complete" | |
7 | 1519 |
7013 | 1520 msgid "E179: argument required for -addr" |
1521 msgstr "E179: argument requis avec -addr" | |
1522 | |
7 | 1523 #, c-format |
1524 msgid "E181: Invalid attribute: %s" | |
837 | 1525 msgstr "E181: Attribut invalide : %s" |
7 | 1526 |
1527 msgid "E182: Invalid command name" | |
1528 msgstr "E182: Nom de commande invalide" | |
1529 | |
1530 msgid "E183: User defined commands must start with an uppercase letter" | |
838 | 1531 msgstr "E183: Les commandes utilisateur doivent commencer par une majuscule" |
7 | 1532 |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
1533 msgid "E841: Reserved name, cannot be used for user defined command" |
2965 | 1534 msgstr "" |
1535 "E841: Nom réservé, ne peux pas être utilisé pour une commande utilisateur" | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
1536 |
7 | 1537 #, c-format |
1538 msgid "E184: No such user-defined command: %s" | |
837 | 1539 msgstr "E184: Aucune commande %s définie par l'utilisateur" |
1540 | |
1541 #, c-format | |
7013 | 1542 msgid "E180: Invalid address type value: %s" |
1543 msgstr "E180: Valeur de type d'adresse invalide : %s" | |
1544 | |
1545 #, c-format | |
837 | 1546 msgid "E180: Invalid complete value: %s" |
1547 msgstr "E180: Valeur invalide pour \"-complete=\" : %s" | |
1548 | |
1549 msgid "E468: Completion argument only allowed for custom completion" | |
1550 msgstr "E468: Seul le complètement personnalisé accepte un argument" | |
1551 | |
1552 msgid "E467: Custom completion requires a function argument" | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1553 msgstr "E467: Le complètement personnalisé nécessite une fonction en argument" |
7 | 1554 |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
1555 msgid "unknown" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
1556 msgstr "inconnu" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
1557 |
7 | 1558 #, c-format |
4119 | 1559 msgid "E185: Cannot find color scheme '%s'" |
1560 msgstr "E185: Impossible de trouver le jeu de couleurs '%s'" | |
7 | 1561 |
1562 msgid "Greetings, Vim user!" | |
1563 msgstr "Bienvenue, utilisateur de Vim !" | |
1564 | |
837 | 1565 msgid "E784: Cannot close last tab page" |
1566 msgstr "E784: Impossible de fermer le dernier onglet" | |
1567 | |
1568 msgid "Already only one tab page" | |
1569 msgstr "Il ne reste déjà plus qu'un seul onglet" | |
1570 | |
7 | 1571 msgid "Edit File in new window" |
1572 msgstr "Ouvrir un fichier dans une nouvelle fenêtre - Vim" | |
1573 | |
837 | 1574 #, c-format |
1575 msgid "Tab page %d" | |
1576 msgstr "Onglet %d" | |
1577 | |
7 | 1578 msgid "No swap file" |
1579 msgstr "Pas de fichier d'échange" | |
1580 | |
1581 msgid "Append File" | |
1582 msgstr "Ajouter fichier" | |
1583 | |
1619 | 1584 msgid "E747: Cannot change directory, buffer is modified (add ! to override)" |
837 | 1585 msgstr "" |
838 | 1586 "E747: Tampon modifié : impossible de changer de répertoire (ajoutez ! pour " |
1587 "passer outre)" | |
837 | 1588 |
7 | 1589 msgid "E186: No previous directory" |
1590 msgstr "E186: Pas de répertoire précédent" | |
1591 | |
1592 msgid "E187: Unknown" | |
1593 msgstr "E187: Inconnu" | |
1594 | |
1595 msgid "E465: :winsize requires two number arguments" | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1596 msgstr "E465: :winsize nécessite deux arguments numériques" |
7 | 1597 |
1598 #, c-format | |
1599 msgid "Window position: X %d, Y %d" | |
837 | 1600 msgstr "Position de la fenêtre : X %d, Y %d" |
1601 | |
1602 # DB : Suggestion, sans doute perfectible. | |
7 | 1603 msgid "E188: Obtaining window position not implemented for this platform" |
837 | 1604 msgstr "" |
1605 "E188: Récupérer la position de la fenêtre non implémenté dans cette version" | |
7 | 1606 |
1607 msgid "E466: :winpos requires two number arguments" | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
1608 msgstr "E466: :winpos nécessite deux arguments numériques" |
7 | 1609 |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1610 msgid "E930: Cannot use :redir inside execute()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1611 msgstr "E930: Impossible d'utiliser :redir dans execute()" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
1612 |
7 | 1613 msgid "Save Redirection" |
1614 msgstr "Enregistrer la redirection" | |
1615 | |
1616 msgid "Save View" | |
1617 msgstr "Enregistrer la vue - Vim" | |
1618 | |
1619 msgid "Save Session" | |
1620 msgstr "Enregistrer la session - Vim" | |
1621 | |
1622 msgid "Save Setup" | |
1623 msgstr "Enregistrer les réglages - Vim" | |
1624 | |
1625 #, c-format | |
837 | 1626 msgid "E739: Cannot create directory: %s" |
1627 msgstr "E739: Impossible de créer le répertoire \"%s\"" | |
1628 | |
1629 #, c-format | |
7 | 1630 msgid "E189: \"%s\" exists (add ! to override)" |
1631 msgstr "E189: \"%s\" existe (ajoutez ! pour passer outre)" | |
1632 | |
1633 #, c-format | |
1634 msgid "E190: Cannot open \"%s\" for writing" | |
837 | 1635 msgstr "E190: Impossible d'ouvrir \"%s\" pour y écrire" |
7 | 1636 |
1637 msgid "E191: Argument must be a letter or forward/backward quote" | |
837 | 1638 msgstr "E191: L'argument doit être une lettre ou une (contre-)apostrophe" |
7 | 1639 |
1640 msgid "E192: Recursive use of :normal too deep" | |
1641 msgstr "E192: Appel récursif de :normal trop important" | |
1642 | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1643 msgid "E809: #< is not available without the +eval feature" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1644 msgstr "E809: #< n'est pas disponible sans la fonctionnalité +eval" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1645 |
7 | 1646 msgid "E194: No alternate file name to substitute for '#'" |
837 | 1647 msgstr "E194: Aucun nom de fichier alternatif à substituer à '#'" |
1648 | |
7 | 1649 msgid "E495: no autocommand file name to substitute for \"<afile>\"" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1650 msgstr "E495: Aucun nom de ficher d'autocommande à substituer à \"<afile>\"" |
837 | 1651 |
7 | 1652 msgid "E496: no autocommand buffer number to substitute for \"<abuf>\"" |
837 | 1653 msgstr "E496: Aucun numéro de tampon d'autocommande à substituer à \"<abuf>\"" |
1654 | |
7 | 1655 msgid "E497: no autocommand match name to substitute for \"<amatch>\"" |
838 | 1656 msgstr "E497: Aucune correspondance d'autocommande à substituer à \"<amatch>\"" |
7 | 1657 |
1658 msgid "E498: no :source file name to substitute for \"<sfile>\"" | |
837 | 1659 msgstr "E498: Aucun nom de fichier :source à substituer à \"<sfile>\"" |
7 | 1660 |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
1661 msgid "E842: no line number to use for \"<slnum>\"" |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
1662 msgstr "E842: aucun numéro de ligne à utiliser pour \"<slnum>\"" |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
1663 |
7 | 1664 #, no-c-format |
1665 msgid "E499: Empty file name for '%' or '#', only works with \":p:h\"" | |
1666 msgstr "E499: Nom de fichier vide pour '%' ou '#', ne marche qu'avec \":p:h\"" | |
1667 | |
1668 msgid "E500: Evaluates to an empty string" | |
837 | 1669 msgstr "E500: Évalué en une chaîne vide" |
7 | 1670 |
1671 msgid "E195: Cannot open viminfo file for reading" | |
837 | 1672 msgstr "E195: Impossible d'ouvrir le viminfo en lecture" |
7 | 1673 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
1674 # AB - Si les parenthèses posent problème, il faudra remettre les guillemets |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
1675 # ci-dessus. |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
1676 msgid "Untitled" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
1677 msgstr "(sans titre)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
1678 |
7 | 1679 msgid "E196: No digraphs in this version" |
1680 msgstr "E196: Pas de digraphes dans cette version" | |
1681 | |
1682 msgid "E608: Cannot :throw exceptions with 'Vim' prefix" | |
837 | 1683 msgstr "E608: Impossible d'émettre des exceptions avec 'Vim' comme préfixe" |
7 | 1684 |
1685 #, c-format | |
1686 msgid "Exception thrown: %s" | |
837 | 1687 msgstr "Exception émise : %s" |
7 | 1688 |
1689 #, c-format | |
1690 msgid "Exception finished: %s" | |
837 | 1691 msgstr "Exception terminée : %s" |
7 | 1692 |
1693 #, c-format | |
1694 msgid "Exception discarded: %s" | |
837 | 1695 msgstr "Exception éliminée : %s" |
7 | 1696 |
1697 #, c-format | |
1698 msgid "%s, line %ld" | |
1699 msgstr "%s, ligne %ld" | |
1700 | |
1701 #, c-format | |
1702 msgid "Exception caught: %s" | |
837 | 1703 msgstr "Exception interceptée : %s" |
1704 | |
1705 # DB - Le c-format est féminin, singulier ou pluriel (cf. 3 messages plus bas). | |
7 | 1706 #, c-format |
1707 msgid "%s made pending" | |
837 | 1708 msgstr "%s mise(s) en attente" |
7 | 1709 |
1710 #, c-format | |
1711 msgid "%s resumed" | |
837 | 1712 msgstr "%s ré-émise(s)" |
7 | 1713 |
1714 #, c-format | |
1715 msgid "%s discarded" | |
837 | 1716 msgstr "%s éliminée(s)" |
7 | 1717 |
1718 msgid "Exception" | |
1719 msgstr "Exception" | |
1720 | |
1721 msgid "Error and interrupt" | |
1722 msgstr "Erreur et interruption" | |
1723 | |
1724 msgid "Error" | |
1725 msgstr "Erreur" | |
1726 | |
1727 msgid "Interrupt" | |
837 | 1728 msgstr "Interruption" |
7 | 1729 |
1730 msgid "E579: :if nesting too deep" | |
1731 msgstr "E579: Imbrication de :if trop importante" | |
1732 | |
1733 msgid "E580: :endif without :if" | |
1734 msgstr "E580: :endif sans :if" | |
1735 | |
1736 msgid "E581: :else without :if" | |
1737 msgstr "E581: :else sans :if" | |
1738 | |
1739 msgid "E582: :elseif without :if" | |
1740 msgstr "E582: :elseif sans :if" | |
1741 | |
1742 msgid "E583: multiple :else" | |
1743 msgstr "E583: Il ne peut y avoir qu'un seul :else" | |
1744 | |
1745 msgid "E584: :elseif after :else" | |
1746 msgstr "E584: :elseif après :else" | |
1747 | |
837 | 1748 msgid "E585: :while/:for nesting too deep" |
1749 msgstr "E585: Imbrication de :while ou :for trop importante" | |
1750 | |
1751 msgid "E586: :continue without :while or :for" | |
1752 msgstr "E586: :continue sans :while ou :for" | |
1753 | |
1754 msgid "E587: :break without :while or :for" | |
1755 msgstr "E587: :break sans :while ou :for" | |
1756 | |
1757 msgid "E732: Using :endfor with :while" | |
1758 msgstr "E732: Utilisation de :endfor avec :while" | |
1759 | |
1760 msgid "E733: Using :endwhile with :for" | |
1761 msgstr "E733: Utilisation de :endwhile avec :for" | |
7 | 1762 |
1763 msgid "E601: :try nesting too deep" | |
1764 msgstr "E601: Imbrication de :try trop importante" | |
1765 | |
1766 msgid "E603: :catch without :try" | |
1767 msgstr "E603: :catch sans :try" | |
1768 | |
1769 msgid "E604: :catch after :finally" | |
1770 msgstr "E604: :catch après :finally" | |
1771 | |
1772 msgid "E606: :finally without :try" | |
1773 msgstr "E606: :finally sans :try" | |
1774 | |
1775 msgid "E607: multiple :finally" | |
1776 msgstr "E607: Il ne peut y avoir qu'un seul :finally" | |
1777 | |
1778 msgid "E602: :endtry without :try" | |
1779 msgstr "E602: :endtry sans :try" | |
1780 | |
1781 msgid "E193: :endfunction not inside a function" | |
837 | 1782 msgstr "E193: :endfunction en dehors d'une fonction" |
1783 | |
838 | 1784 msgid "E788: Not allowed to edit another buffer now" |
1785 msgstr "E788: L'édition d'un autre tampon n'est plus permise" | |
1786 | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1787 msgid "E811: Not allowed to change buffer information now" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1788 msgstr "" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1789 "E811: Changement des informations du tampon n'est pas permise maintenant" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1790 |
837 | 1791 # DB - TODO : Pas compris le message ni comment le déclencher malgré une visite |
1792 # dans le code. | |
7 | 1793 msgid "tagname" |
837 | 1794 msgstr "nom du marqueur" |
1795 | |
1796 # DB - TODO : Idem précédent. | |
7 | 1797 msgid " kind file\n" |
837 | 1798 msgstr " type de fichier\n" |
7 | 1799 |
1800 msgid "'history' option is zero" | |
1801 msgstr "l'option 'history' vaut zéro" | |
1802 | |
837 | 1803 # DB - Messages et les suivants : fichier .viminfo. |
1804 # Pas de majuscule nécessaire pour les messages d'après. | |
7 | 1805 #, c-format |
1806 msgid "" | |
1807 "\n" | |
1808 "# %s History (newest to oldest):\n" | |
1809 msgstr "" | |
1810 "\n" | |
837 | 1811 "# Historique %s (chronologie décroissante) :\n" |
7 | 1812 |
1813 msgid "Command Line" | |
837 | 1814 msgstr "ligne de commande" |
7 | 1815 |
1816 msgid "Search String" | |
837 | 1817 msgstr "chaîne de recherche" |
7 | 1818 |
1819 msgid "Expression" | |
837 | 1820 msgstr "expression" |
7 | 1821 |
1822 msgid "Input Line" | |
837 | 1823 msgstr "ligne de saisie" |
7 | 1824 |
9407
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
1825 msgid "Debug Line" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
1826 msgstr "Ligne de débogage" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
1827 |
7 | 1828 msgid "E198: cmd_pchar beyond the command length" |
837 | 1829 msgstr "E198: cmd_pchar au-delà de la longueur de la commande" |
7 | 1830 |
1831 msgid "E199: Active window or buffer deleted" | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
1832 msgstr "E199: Fenêtre ou tampon actif effacé" |
7 | 1833 |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1834 msgid "E812: Autocommands changed buffer or buffer name" |
2965 | 1835 msgstr "E812: Des autocommandes ont changé le tampon ou le nom du tampon" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1836 |
7 | 1837 msgid "Illegal file name" |
837 | 1838 msgstr "Nom de fichier invalide" |
7 | 1839 |
1840 msgid "is a directory" | |
1841 msgstr "est un répertoire" | |
1842 | |
1843 msgid "is not a file" | |
1844 msgstr "n'est pas un fichier" | |
1845 | |
1619 | 1846 msgid "is a device (disabled with 'opendevice' option)" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1847 msgstr "est un périphérique (désactivé par l'option 'opendevice')" |
1619 | 1848 |
7 | 1849 msgid "[New File]" |
1850 msgstr "[Nouveau fichier]" | |
1851 | |
837 | 1852 msgid "[New DIRECTORY]" |
1853 msgstr "[Nouveau RÉPERTOIRE]" | |
1854 | |
1855 msgid "[File too big]" | |
1856 msgstr "[Fichier trop volumineux]" | |
1857 | |
7 | 1858 msgid "[Permission Denied]" |
837 | 1859 msgstr "[Permission refusée]" |
7 | 1860 |
1861 msgid "E200: *ReadPre autocommands made the file unreadable" | |
1862 msgstr "E200: Les autocommandes *ReadPre ont rendu le fichier illisible" | |
1863 | |
1864 msgid "E201: *ReadPre autocommands must not change current buffer" | |
1865 msgstr "" | |
837 | 1866 "E201: Autocommandes *ReadPre ne doivent pas modifier le contenu du tampon " |
7 | 1867 "courant" |
1868 | |
1869 msgid "Vim: Reading from stdin...\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
1870 msgstr "Vim : Lecture de stdin...\n" |
7 | 1871 |
1872 msgid "Reading from stdin..." | |
1873 msgstr "Lecture de stdin..." | |
1874 | |
1875 msgid "E202: Conversion made file unreadable!" | |
837 | 1876 msgstr "E202: La conversion a rendu le fichier illisible !" |
7 | 1877 |
1878 msgid "[fifo/socket]" | |
1879 msgstr "[fifo/socket]" | |
1880 | |
1881 msgid "[fifo]" | |
1882 msgstr "[fifo]" | |
1883 | |
1884 msgid "[socket]" | |
1885 msgstr "[socket]" | |
1886 | |
1619 | 1887 msgid "[character special]" |
1888 msgstr "[caractère spécial]" | |
1889 | |
7 | 1890 msgid "[CR missing]" |
1891 msgstr "[CR manquant]" | |
1892 | |
1893 msgid "[long lines split]" | |
837 | 1894 msgstr "[lignes longues coupées]" |
7 | 1895 |
1896 msgid "[NOT converted]" | |
837 | 1897 msgstr "[NON converti]" |
7 | 1898 |
1899 msgid "[converted]" | |
1900 msgstr "[converti]" | |
1901 | |
837 | 1902 #, c-format |
1903 msgid "[CONVERSION ERROR in line %ld]" | |
1904 msgstr "[ERREUR DE CONVERSION à la ligne %ld]" | |
7 | 1905 |
1906 #, c-format | |
1907 msgid "[ILLEGAL BYTE in line %ld]" | |
837 | 1908 msgstr "[OCTET INVALIDE à la ligne %ld]" |
7 | 1909 |
1910 msgid "[READ ERRORS]" | |
1911 msgstr "[ERREURS DE LECTURE]" | |
1912 | |
1913 msgid "Can't find temp file for conversion" | |
837 | 1914 msgstr "Impossible de générer un fichier temporaire pour la conversion" |
7 | 1915 |
1916 msgid "Conversion with 'charconvert' failed" | |
1917 msgstr "La conversion avec 'charconvert' a échoué" | |
1918 | |
837 | 1919 # DB : Pas de majuscule ? |
7 | 1920 msgid "can't read output of 'charconvert'" |
837 | 1921 msgstr "Impossible de lire la sortie de 'charconvert'" |
1922 | |
1923 msgid "E676: No matching autocommands for acwrite buffer" | |
1924 msgstr "E676: Pas d'autocommande correspondante pour le tampon acwrite" | |
7 | 1925 |
1926 msgid "E203: Autocommands deleted or unloaded buffer to be written" | |
837 | 1927 msgstr "E203: Des autocommandes ont effacé ou déchargé le tampon à écrire" |
7 | 1928 |
1929 msgid "E204: Autocommand changed number of lines in unexpected way" | |
837 | 1930 msgstr "" |
1931 "E204: L'autocommande a modifié le nombre de lignes de manière inattendue" | |
1932 | |
1668 | 1933 msgid "NetBeans disallows writes of unmodified buffers" |
837 | 1934 msgstr "NetBeans interdit l'écriture des tampons non modifiés" |
1935 | |
1936 msgid "Partial writes disallowed for NetBeans buffers" | |
1937 msgstr "Netbeans interdit l'écriture partielle de ses tampons" | |
7 | 1938 |
1939 msgid "is not a file or writable device" | |
1940 msgstr "n'est pas un fichier ou un périphérique inscriptible" | |
1941 | |
1619 | 1942 msgid "writing to device disabled with 'opendevice' option" |
1943 msgstr "écriture vers un périphérique désactivé par l'option 'opendevice'" | |
1944 | |
7 | 1945 msgid "is read-only (add ! to override)" |
1946 msgstr "est en lecture seule (ajoutez ! pour passer outre)" | |
1947 | |
1948 msgid "E506: Can't write to backup file (add ! to override)" | |
838 | 1949 msgstr "E506: Impossible d'écrire la copie de secours (! pour passer outre)" |
837 | 1950 |
7 | 1951 msgid "E507: Close error for backup file (add ! to override)" |
838 | 1952 msgstr "E507: Erreur de fermeture de la copie de secours (! pour passer outre)" |
837 | 1953 |
7 | 1954 msgid "E508: Can't read file for backup (add ! to override)" |
1955 msgstr "" | |
838 | 1956 "E508: Impossible de lire le fichier pour la copie de secours (ajoutez ! pour " |
1957 "passer outre)" | |
7 | 1958 |
1959 msgid "E509: Cannot create backup file (add ! to override)" | |
837 | 1960 msgstr "" |
1961 "E509: Impossible de créer la copie de secours (ajoutez ! pour passer outre)" | |
1962 | |
7 | 1963 msgid "E510: Can't make backup file (add ! to override)" |
837 | 1964 msgstr "" |
1965 "E510: Impossible de générer la copie de secours (ajoutez ! pour passer outre)" | |
1966 | |
7 | 1967 msgid "E460: The resource fork would be lost (add ! to override)" |
1968 msgstr "" | |
837 | 1969 "E460: Les ressources partagées seraient perdues (ajoutez ! pour passer outre)" |
7 | 1970 |
1971 msgid "E214: Can't find temp file for writing" | |
1619 | 1972 msgstr "E214: Impossible de générer un fichier temporaire pour y écrire" |
7 | 1973 |
1974 msgid "E213: Cannot convert (add ! to write without conversion)" | |
837 | 1975 msgstr "E213: Impossible de convertir (ajoutez ! pour écrire sans convertir)" |
1976 | |
7 | 1977 msgid "E166: Can't open linked file for writing" |
837 | 1978 msgstr "E166: Impossible d'ouvrir le lien pour y écrire" |
7 | 1979 |
1980 msgid "E212: Can't open file for writing" | |
837 | 1981 msgstr "E212: Impossible d'ouvrir le fichier pour y écrire" |
1982 | |
1983 msgid "E667: Fsync failed" | |
1984 msgstr "E667: Fsynch a échoué" | |
7 | 1985 |
1986 msgid "E512: Close failed" | |
1987 msgstr "E512: Erreur de fermeture de fichier" | |
1988 | |
837 | 1989 msgid "E513: write error, conversion failed (make 'fenc' empty to override)" |
1990 msgstr "" | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
1991 "E513: Erreur d'écriture, échec de conversion (videz 'fenc' pour passer outre)" |
7 | 1992 |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
1993 #, c-format |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
1994 msgid "" |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
1995 "E513: write error, conversion failed in line %ld (make 'fenc' empty to " |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
1996 "override)" |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
1997 msgstr "" |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
1998 "E513: Erreur d'écriture, échec de conversion à la ligne %ld (videz 'fenc' " |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
1999 "pour passer outre)" |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
2000 |
7 | 2001 msgid "E514: write error (file system full?)" |
2002 msgstr "E514: erreur d'écriture (système de fichiers plein ?)" | |
2003 | |
2004 msgid " CONVERSION ERROR" | |
2005 msgstr " ERREUR DE CONVERSION" | |
2006 | |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
2007 #, c-format |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
2008 msgid " in line %ld;" |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
2009 msgstr " à la ligne %ld" |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
2010 |
7 | 2011 msgid "[Device]" |
2012 msgstr "[Périph.]" | |
2013 | |
2014 msgid "[New]" | |
2015 msgstr "[Nouveau]" | |
2016 | |
2017 msgid " [a]" | |
2018 msgstr " [a]" | |
2019 | |
2020 msgid " appended" | |
2021 msgstr " ajouté(s)" | |
2022 | |
2023 msgid " [w]" | |
2024 msgstr " [e]" | |
2025 | |
2026 msgid " written" | |
2027 msgstr " écrit(s)" | |
2028 | |
2029 msgid "E205: Patchmode: can't save original file" | |
837 | 2030 msgstr "E205: Patchmode : impossible d'enregistrer le fichier original" |
7 | 2031 |
2032 msgid "E206: patchmode: can't touch empty original file" | |
837 | 2033 msgstr "E206: patchmode : impossible de créer le fichier original vide" |
7 | 2034 |
2035 msgid "E207: Can't delete backup file" | |
837 | 2036 msgstr "E207: Impossible d'effacer la copie de secours" |
7 | 2037 |
2038 msgid "" | |
2039 "\n" | |
2040 "WARNING: Original file may be lost or damaged\n" | |
2041 msgstr "" | |
2042 "\n" | |
2043 "ALERTE: Le fichier original est peut-être perdu ou endommagé\n" | |
2044 | |
837 | 2045 # DB - todo : un peu long... |
7 | 2046 msgid "don't quit the editor until the file is successfully written!" |
837 | 2047 msgstr "" |
2048 "ne quittez pas l'éditeur tant que le fichier n'est pas correctement " | |
2049 "enregistré !" | |
7 | 2050 |
2051 msgid "[dos]" | |
2052 msgstr "[dos]" | |
2053 | |
2054 msgid "[dos format]" | |
2055 msgstr "[format dos]" | |
2056 | |
2057 msgid "[mac]" | |
2058 msgstr "[mac]" | |
2059 | |
2060 msgid "[mac format]" | |
2061 msgstr "[format mac]" | |
2062 | |
2063 msgid "[unix]" | |
2064 msgstr "[unix]" | |
2065 | |
2066 msgid "[unix format]" | |
2067 msgstr "[format unix]" | |
2068 | |
2069 msgid "1 line, " | |
2070 msgstr "1 ligne, " | |
2071 | |
2072 #, c-format | |
2073 msgid "%ld lines, " | |
2074 msgstr "%ld lignes, " | |
2075 | |
2076 msgid "1 character" | |
2077 msgstr "1 caractère" | |
2078 | |
2079 #, c-format | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
2080 msgid "%lld characters" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
2081 msgstr "%lld caractères" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
2082 |
7 | 2083 msgid "[noeol]" |
2084 msgstr "[noeol]" | |
2085 | |
2086 msgid "[Incomplete last line]" | |
2087 msgstr "[Dernière ligne incomplète]" | |
2088 | |
2089 msgid "WARNING: The file has been changed since reading it!!!" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2090 msgstr "ALERTE : Le fichier a été modifié depuis que Vim l'a lu !" |
7 | 2091 |
2092 msgid "Do you really want to write to it" | |
2093 msgstr "Voulez-vous vraiment écrire dedans" | |
2094 | |
2095 #, c-format | |
2096 msgid "E208: Error writing to \"%s\"" | |
2097 msgstr "E208: Erreur lors de l'écriture dans \"%s\"" | |
2098 | |
2099 #, c-format | |
2100 msgid "E209: Error closing \"%s\"" | |
2101 msgstr "E209: Erreur lors de la fermeture de \"%s\"" | |
2102 | |
2103 #, c-format | |
2104 msgid "E210: Error reading \"%s\"" | |
2105 msgstr "E210: Erreur lors de la lecture de \"%s\"" | |
2106 | |
2107 msgid "E246: FileChangedShell autocommand deleted buffer" | |
837 | 2108 msgstr "E246: L'autocommande FileChangedShell a effacé le tampon" |
2109 | |
2110 #, c-format | |
2111 msgid "E211: File \"%s\" no longer available" | |
2112 msgstr "E211: Le fichier \"%s\" n'est plus disponible" | |
2113 | |
2114 # DB - todo : Suggestion. Bof bof, à améliorer. | |
7 | 2115 #, c-format |
2116 msgid "" | |
2117 "W12: Warning: File \"%s\" has changed and the buffer was changed in Vim as " | |
2118 "well" | |
837 | 2119 msgstr "" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2120 "W12: Alerte : Le fichier \"%s\" a été modifié, ainsi que le tampon dans Vim" |
837 | 2121 |
2122 msgid "See \":help W12\" for more info." | |
2123 msgstr "Consultez \":help W12\" pour plus d'information." | |
7 | 2124 |
2125 #, c-format | |
2126 msgid "W11: Warning: File \"%s\" has changed since editing started" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2127 msgstr "W11: Alerte : Le fichier \"%s\" a changé depuis le début de l'édition" |
7 | 2128 |
837 | 2129 msgid "See \":help W11\" for more info." |
2130 msgstr "Consultez \":help W11\" pour plus d'information." | |
2131 | |
7 | 2132 #, c-format |
2133 msgid "W16: Warning: Mode of file \"%s\" has changed since editing started" | |
837 | 2134 msgstr "" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2135 "W16: Alerte : Les permissions de \"%s\" ont changé depuis le début de " |
837 | 2136 "l'édition" |
2137 | |
2138 msgid "See \":help W16\" for more info." | |
2139 msgstr "Consultez \":help W16\" pour plus d'information." | |
7 | 2140 |
2141 #, c-format | |
2142 msgid "W13: Warning: File \"%s\" has been created after editing started" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2143 msgstr "W13: Alerte : Le fichier \"%s\" a été créé après le début de l'édition" |
7 | 2144 |
2145 msgid "Warning" | |
2146 msgstr "Alerte" | |
2147 | |
2148 msgid "" | |
2149 "&OK\n" | |
2150 "&Load File" | |
2151 msgstr "" | |
2152 "&Ok\n" | |
837 | 2153 "&Charger le fichier" |
7 | 2154 |
2155 #, c-format | |
2156 msgid "E462: Could not prepare for reloading \"%s\"" | |
837 | 2157 msgstr "E462: Impossible de préparer le rechargement de \"%s\"" |
7 | 2158 |
2159 #, c-format | |
2160 msgid "E321: Could not reload \"%s\"" | |
837 | 2161 msgstr "E321: Impossible de recharger \"%s\"" |
7 | 2162 |
10617 | 2163 msgid "--Deleted--" |
2164 msgstr "--Effacé--" | |
2165 | |
837 | 2166 #, c-format |
2167 msgid "auto-removing autocommand: %s <buffer=%d>" | |
2168 msgstr "Autocommandes marquées pour auto-suppression : %s <tampon=%d>" | |
2169 | |
7 | 2170 #, c-format |
2171 msgid "E367: No such group: \"%s\"" | |
837 | 2172 msgstr "E367: Aucun groupe \"%s\"" |
7 | 2173 |
10617 | 2174 msgid "E936: Cannot delete the current group" |
2175 msgstr "E936: Impossible de supprimer le groupe courant" | |
2176 | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
2177 msgid "W19: Deleting augroup that is still in use" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
2178 msgstr "W19: Effacement d'augroup toujours en usage" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
2179 |
7 | 2180 #, c-format |
2181 msgid "E215: Illegal character after *: %s" | |
837 | 2182 msgstr "E215: Caractère non valide après * : %s" |
7 | 2183 |
2184 #, c-format | |
2185 msgid "E216: No such event: %s" | |
837 | 2186 msgstr "E216: Aucun événement %s" |
2187 | |
2188 #, c-format | |
2189 msgid "E216: No such group or event: %s" | |
2190 msgstr "E216: Aucun événement ou groupe %s" | |
7 | 2191 |
2192 msgid "" | |
2193 "\n" | |
2194 "--- Auto-Commands ---" | |
2195 msgstr "" | |
2196 "\n" | |
2197 "--- Auto-commandes ---" | |
2198 | |
837 | 2199 #, c-format |
2200 msgid "E680: <buffer=%d>: invalid buffer number " | |
2201 msgstr "E680: <buffer=%d> : numéro de tampon invalide" | |
2202 | |
7 | 2203 msgid "E217: Can't execute autocommands for ALL events" |
837 | 2204 msgstr "" |
2205 "E217: Impossible d'exécuter les autocommandes pour TOUS les événements (ALL)" | |
7 | 2206 |
2207 msgid "No matching autocommands" | |
837 | 2208 msgstr "Aucune autocommande correspondante" |
7 | 2209 |
2210 msgid "E218: autocommand nesting too deep" | |
2211 msgstr "E218: autocommandes trop imbriquées" | |
2212 | |
2213 #, c-format | |
2214 msgid "%s Auto commands for \"%s\"" | |
837 | 2215 msgstr "Autocommandes %s pour \"%s\"" |
7 | 2216 |
2217 #, c-format | |
2218 msgid "Executing %s" | |
2219 msgstr "Exécution de %s" | |
2220 | |
2221 #, c-format | |
2222 msgid "autocommand %s" | |
2223 msgstr "autocommande %s" | |
2224 | |
2225 msgid "E219: Missing {." | |
2226 msgstr "E219: { manquant." | |
2227 | |
2228 msgid "E220: Missing }." | |
2229 msgstr "E220: } manquant." | |
2230 | |
2231 msgid "E490: No fold found" | |
2965 | 2232 msgstr "E490: Aucun repli trouvé" |
7 | 2233 |
2234 msgid "E350: Cannot create fold with current 'foldmethod'" | |
837 | 2235 msgstr "E350: Impossible de créer un repli avec la 'foldmethod'e actuelle" |
7 | 2236 |
2237 msgid "E351: Cannot delete fold with current 'foldmethod'" | |
837 | 2238 msgstr "E351: Impossible de supprimer un repli avec la 'foldmethod'e actuelle" |
2239 | |
7 | 2240 msgid "E222: Add to read buffer" |
2241 msgstr "E222: Ajout au tampon de lecture" | |
2242 | |
2243 msgid "E223: recursive mapping" | |
837 | 2244 msgstr "E223: mappage récursif" |
7 | 2245 |
2246 #, c-format | |
2247 msgid "E224: global abbreviation already exists for %s" | |
837 | 2248 msgstr "E224: une abréviation globale existe déjà pour %s" |
7 | 2249 |
2250 #, c-format | |
2251 msgid "E225: global mapping already exists for %s" | |
837 | 2252 msgstr "E225: un mappage global existe déjà pour %s" |
7 | 2253 |
2254 #, c-format | |
2255 msgid "E226: abbreviation already exists for %s" | |
837 | 2256 msgstr "E226: une abréviation existe déjà pour %s" |
7 | 2257 |
2258 #, c-format | |
2259 msgid "E227: mapping already exists for %s" | |
837 | 2260 msgstr "E227: un mappage existe déjà pour %s" |
7 | 2261 |
2262 msgid "No abbreviation found" | |
837 | 2263 msgstr "Aucune abréviation trouvée" |
2264 | |
7 | 2265 msgid "No mapping found" |
837 | 2266 msgstr "Aucun mappage trouvé" |
7 | 2267 |
2268 msgid "E228: makemap: Illegal mode" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2269 msgstr "E228: makemap : mode invalide" |
7 | 2270 |
3312 | 2271 msgid "E851: Failed to create a new process for the GUI" |
2272 msgstr "" | |
2273 "E851: Échec lors de la création d'un nouveau processus pour l'interface " | |
2274 "graphique" | |
2275 | |
2276 msgid "E852: The child process failed to start the GUI" | |
2277 msgstr "" | |
2278 "E852: Le processus fils n'a pas réussi à démarrer l'interface graphique" | |
2279 | |
7 | 2280 msgid "E229: Cannot start the GUI" |
2281 msgstr "E229: Impossible de démarrer l'interface graphique" | |
2282 | |
2283 #, c-format | |
2284 msgid "E230: Cannot read from \"%s\"" | |
837 | 2285 msgstr "E230: Impossible de lire \"%s\"" |
2286 | |
2287 msgid "E665: Cannot start GUI, no valid font found" | |
2288 msgstr "" | |
2289 "E665: Impossible de démarrer l'IHM graphique, aucune police valide trouvée" | |
7 | 2290 |
2291 msgid "E231: 'guifontwide' invalid" | |
2292 msgstr "E231: 'guifontwide' est invalide" | |
2293 | |
837 | 2294 msgid "E599: Value of 'imactivatekey' is invalid" |
1619 | 2295 msgstr "E599: Valeur de 'imactivatekey' invalide" |
837 | 2296 |
7 | 2297 #, c-format |
2298 msgid "E254: Cannot allocate color %s" | |
837 | 2299 msgstr "E254: Impossible d'allouer la couleur %s" |
2300 | |
2301 msgid "No match at cursor, finding next" | |
2302 msgstr "Aucune correspondance sous le curseur, recherche de la suivante" | |
7 | 2303 |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2304 msgid "<cannot open> " |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2305 msgstr "<impossible d'ouvrir> " |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2306 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2307 #, c-format |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2308 msgid "E616: vim_SelFile: can't get font %s" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2309 msgstr "E616: vim_SelFile : impossible d'obtenir la police %s" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2310 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2311 msgid "E614: vim_SelFile: can't return to current directory" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2312 msgstr "E614: vim_SelFile : impossible de revenir dans le répertoire courant" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2313 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2314 msgid "Pathname:" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2315 msgstr "Chemin :" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2316 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2317 msgid "E615: vim_SelFile: can't get current directory" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2318 msgstr "E615: vim_SelFile : impossible d'obtenir le répertoire courant" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2319 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2320 msgid "OK" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2321 msgstr "Ok" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2322 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2323 msgid "Cancel" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2324 msgstr "Annuler" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2325 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2326 msgid "Scrollbar Widget: Could not get geometry of thumb pixmap." |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2327 msgstr "Widget scrollbar : Impossible d'obtenir la géométrie du pixmap 'thumb'" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2328 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2329 msgid "Vim dialog" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2330 msgstr "Vim" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2331 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2332 msgid "E232: Cannot create BalloonEval with both message and callback" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2333 msgstr "E232: Impossible de créer un BalloonEval avec message ET callback" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2334 |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2335 msgid "_Cancel" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2336 msgstr "_Annuler" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2337 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2338 msgid "_Save" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2339 msgstr "_Enregistrer" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2340 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2341 msgid "_Open" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2342 msgstr "_Ouvrir" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2343 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2344 msgid "_OK" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2345 msgstr "_Ok" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2346 |
7 | 2347 msgid "" |
2348 "&Yes\n" | |
2349 "&No\n" | |
2350 "&Cancel" | |
2351 msgstr "" | |
2352 "&Oui\n" | |
2353 "&Non\n" | |
2354 "&Annuler" | |
2355 | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2356 msgid "Yes" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2357 msgstr "Oui" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2358 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2359 msgid "No" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2360 msgstr "Non" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2361 |
7 | 2362 # todo '_' is for hotkey, i guess? |
2363 msgid "Input _Methods" | |
2364 msgstr "_Méthodes de saisie" | |
2365 | |
2366 msgid "VIM - Search and Replace..." | |
2367 msgstr "Remplacer - Vim" | |
2368 | |
2369 msgid "VIM - Search..." | |
2370 msgstr "Rechercher - Vim" | |
2371 | |
2372 msgid "Find what:" | |
2373 msgstr "Rechercher :" | |
2374 | |
2375 msgid "Replace with:" | |
2376 msgstr "Remplacer par :" | |
2377 | |
2378 msgid "Match whole word only" | |
2379 msgstr "Mots entiers seulement" | |
2380 | |
2381 msgid "Match case" | |
837 | 2382 msgstr "Respecter la casse" |
7 | 2383 |
2384 msgid "Direction" | |
2385 msgstr "Direction" | |
2386 | |
2387 msgid "Up" | |
2388 msgstr "Haut" | |
2389 | |
2390 msgid "Down" | |
2391 msgstr "Bas" | |
2392 | |
2393 msgid "Find Next" | |
2394 msgstr "Suivant" | |
2395 | |
2396 msgid "Replace" | |
2397 msgstr "Remplacer" | |
2398 | |
2399 msgid "Replace All" | |
2400 msgstr "Remplacer tout" | |
2401 | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2402 msgid "_Close" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2403 msgstr "_Fermer" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2404 |
7 | 2405 msgid "Vim: Received \"die\" request from session manager\n" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2406 msgstr "Vim : Une requête \"die\" a été reçue par le gestionnaire de session\n" |
837 | 2407 |
7013 | 2408 msgid "Close tab" |
2409 msgstr "Fermer l'onglet" | |
837 | 2410 |
2411 msgid "New tab" | |
2412 msgstr "Nouvel onglet" | |
2413 | |
2414 # DB - todo : un peu long. Cet entrée de menu permet d'ouvrir un fichier | |
2415 # dans un nouvel onglet via le sélecteur de fichiers graphique. | |
2416 msgid "Open Tab..." | |
2417 msgstr "Ouvrir dans un onglet..." | |
7 | 2418 |
2419 msgid "Vim: Main window unexpectedly destroyed\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2420 msgstr "Vim : Fenêtre principale détruite inopinément\n" |
7 | 2421 |
837 | 2422 msgid "&Filter" |
2423 msgstr "&Filtrer" | |
2424 | |
2425 msgid "&Cancel" | |
2426 msgstr "&Annuler" | |
7 | 2427 |
2428 msgid "Directories" | |
2429 msgstr "Répertoires" | |
2430 | |
837 | 2431 msgid "Filter" |
2432 msgstr "Filtre" | |
2433 | |
2434 msgid "&Help" | |
2435 msgstr "&Aide" | |
7 | 2436 |
2437 msgid "Files" | |
2438 msgstr "Fichiers" | |
2439 | |
837 | 2440 msgid "&OK" |
2441 msgstr "&Ok" | |
2442 | |
7 | 2443 msgid "Selection" |
2444 msgstr "Sélection" | |
2445 | |
837 | 2446 msgid "Find &Next" |
2447 msgstr "Suiva&nt" | |
2448 | |
2449 msgid "&Replace" | |
2450 msgstr "&Remplacer" | |
2451 | |
2452 msgid "Replace &All" | |
2453 msgstr "Rempl&acer tout" | |
2454 | |
2455 msgid "&Undo" | |
2456 msgstr "Ann&uler" | |
7 | 2457 |
837 | 2458 msgid "Open tab..." |
2459 msgstr "Ouvrir dans un onglet..." | |
7 | 2460 |
2461 msgid "Find string (use '\\\\' to find a '\\')" | |
837 | 2462 msgstr "Chercher une chaîne (utilisez '\\\\' pour chercher un '\\')" |
7 | 2463 |
2464 msgid "Find & Replace (use '\\\\' to find a '\\')" | |
2465 msgstr "Chercher et remplacer (utilisez '\\\\' pour trouver un '\\')" | |
2466 | |
837 | 2467 # DB - Traduction non indispensable puisque le code indique qu'il s'agit d'un |
2468 # paramétrage bidon afin de sélectionner un répertoire plutôt qu'un | |
2469 # fichier. | |
2470 msgid "Not Used" | |
2471 msgstr "Non utilisé" | |
2472 | |
2473 # DB - Traduction non indispensable puisque le code indique qu'il s'agit d'un | |
2474 # paramétrage bidon afin de sélectionner un répertoire plutôt qu'un | |
2475 # fichier. | |
2476 msgid "Directory\t*.nothing\n" | |
2477 msgstr "Répertoire\t*.rien\n" | |
2478 | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2479 #, c-format |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2480 msgid "E671: Cannot find window title \"%s\"" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2481 msgstr "E671: Titre de fenêtre \"%s\" introuvable" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2482 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2483 #, c-format |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2484 msgid "E243: Argument not supported: \"-%s\"; Use the OLE version." |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2485 msgstr "E243: Argument non supporté : \"-%s\" ; Utilisez la version OLE." |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2486 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2487 msgid "E672: Unable to open window inside MDI application" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2488 msgstr "E672: Impossible d'ouvrir une fenêtre dans une application MDI" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2489 |
837 | 2490 # DB - todo : perfectible. |
7 | 2491 msgid "Vim E458: Cannot allocate colormap entry, some colors may be incorrect" |
2492 msgstr "" | |
837 | 2493 "Vim E458: Erreur d'allocation de couleurs, couleurs possiblement incorrectes" |
2494 | |
2495 # DB - todo : La VF est-elle compréhensible ? | |
7 | 2496 #, c-format |
2497 msgid "E250: Fonts for the following charsets are missing in fontset %s:" | |
837 | 2498 msgstr "" |
2499 "E250: Des polices manquent dans %s pour les jeux de caractères suivants :" | |
7 | 2500 |
2501 #, c-format | |
2502 msgid "E252: Fontset name: %s" | |
837 | 2503 msgstr "E252: Nom du jeu de polices : %s" |
2504 | |
7 | 2505 #, c-format |
2506 msgid "Font '%s' is not fixed-width" | |
837 | 2507 msgstr "La police '%s' n'a pas une largeur fixe" |
2508 | |
7 | 2509 #, c-format |
6370 | 2510 msgid "E253: Fontset name: %s" |
2511 msgstr "E253: Nom du jeu de polices : %s" | |
2512 | |
2513 #, c-format | |
2514 msgid "Font0: %s" | |
2515 msgstr "Font0: %s" | |
2516 | |
2517 #, c-format | |
2518 msgid "Font1: %s" | |
2519 msgstr "Font1: %s" | |
2520 | |
2521 #, c-format | |
2522 msgid "Font%ld width is not twice that of font0" | |
2523 msgstr "La largeur de Font%ld n'est pas le double de celle de Font0" | |
2524 | |
2525 #, c-format | |
2526 msgid "Font0 width: %ld" | |
2527 msgstr "Largeur de Font0 : %ld" | |
2528 | |
2529 #, c-format | |
2530 msgid "Font1 width: %ld" | |
2531 msgstr "Largeur de Font1 : %ld" | |
837 | 2532 |
2533 # DB - todo : Pas certain de mon coup, ici... | |
2534 msgid "Invalid font specification" | |
2535 msgstr "La spécification de la police est invalide" | |
2536 | |
2537 msgid "&Dismiss" | |
2538 msgstr "Aban&donner" | |
2539 | |
2540 # DB - todo : Pas certain de mon coup, ici... | |
2541 msgid "no specific match" | |
2542 msgstr "aucune correspondance particulière" | |
2543 | |
2544 msgid "Vim - Font Selector" | |
2545 msgstr "Choisir une police - Vim" | |
2546 | |
2547 msgid "Name:" | |
2548 msgstr "Nom :" | |
2549 | |
2550 msgid "Show size in Points" | |
2551 msgstr "Afficher la taille en Points" | |
2552 | |
2553 msgid "Encoding:" | |
2554 msgstr "Encodage :" | |
2555 | |
2556 msgid "Font:" | |
2557 msgstr "Police :" | |
2558 | |
2559 msgid "Style:" | |
2560 msgstr "Style :" | |
2561 | |
2562 msgid "Size:" | |
2563 msgstr "Taille :" | |
7 | 2564 |
2565 msgid "E256: Hangul automata ERROR" | |
837 | 2566 msgstr "E256: ERREUR dans l'automate Hangul" |
2567 | |
2568 msgid "E550: Missing colon" | |
2569 msgstr "E550: ':' manquant" | |
2570 | |
2571 # DB - Il s'agit ici d'un problème lors du parsing d'une option dont le contenu | |
2572 # est une liste d'éléments séparés par des virgules. | |
2573 msgid "E551: Illegal component" | |
2574 msgstr "E551: élément invalide" | |
2575 | |
2576 msgid "E552: digit expected" | |
2577 msgstr "E552: chiffre attendu" | |
2578 | |
2579 #, c-format | |
2580 msgid "Page %d" | |
2581 msgstr "Page %d" | |
2582 | |
2583 msgid "No text to be printed" | |
2584 msgstr "Aucun texte à imprimer" | |
2585 | |
2586 #, c-format | |
2587 msgid "Printing page %d (%d%%)" | |
2588 msgstr "Impression de la page %d (%d%%)" | |
2589 | |
2590 #, c-format | |
2591 msgid " Copy %d of %d" | |
2592 msgstr " Copie %d sur %d" | |
2593 | |
2594 #, c-format | |
2595 msgid "Printed: %s" | |
2596 msgstr "Imprimé : %s" | |
2597 | |
2598 msgid "Printing aborted" | |
2599 msgstr "Impression interrompue" | |
2600 | |
2601 msgid "E455: Error writing to PostScript output file" | |
2602 msgstr "E455: Erreur lors de l'écriture du fichier PostScript" | |
2603 | |
2604 #, c-format | |
2605 msgid "E624: Can't open file \"%s\"" | |
2606 msgstr "E624: Impossible d'ouvrir le fichier \"%s\"" | |
2607 | |
2608 #, c-format | |
2609 msgid "E457: Can't read PostScript resource file \"%s\"" | |
2610 msgstr "E457: Impossible de lire le fichier de ressource PostScript \"%s\"" | |
2611 | |
2612 #, c-format | |
2613 msgid "E618: file \"%s\" is not a PostScript resource file" | |
2614 msgstr "E618: \"%s\" n'est pas un fichier de ressource PostScript" | |
2615 | |
2616 #, c-format | |
2617 msgid "E619: file \"%s\" is not a supported PostScript resource file" | |
2618 msgstr "E619: \"%s\" n'est pas un fichier de ressource PostScript supporté" | |
2619 | |
2620 #, c-format | |
2621 msgid "E621: \"%s\" resource file has wrong version" | |
2622 msgstr "E621: La version du fichier de ressource \"%s\" est erronée" | |
2623 | |
2624 msgid "E673: Incompatible multi-byte encoding and character set." | |
2625 msgstr "E673: Jeu de caractères et encodage multi-octets incompatibles" | |
2626 | |
2627 msgid "E674: printmbcharset cannot be empty with multi-byte encoding." | |
2628 msgstr "" | |
2629 "E674: 'printmbcharset' ne peut pas être vide avec un encodage multi-octets" | |
2630 | |
2631 msgid "E675: No default font specified for multi-byte printing." | |
838 | 2632 msgstr "E675: Aucune police par défaut pour l'impression multi-octets" |
837 | 2633 |
2634 msgid "E324: Can't open PostScript output file" | |
2635 msgstr "E324: Impossible d'ouvrir le fichier PostScript de sortie" | |
2636 | |
2637 #, c-format | |
2638 msgid "E456: Can't open file \"%s\"" | |
2639 msgstr "E456: Impossible d'ouvrir le fichier \"%s\"" | |
2640 | |
2641 msgid "E456: Can't find PostScript resource file \"prolog.ps\"" | |
2642 msgstr "E456: Le fichier de ressource PostScript \"prolog.ps\" est introuvable" | |
2643 | |
2644 msgid "E456: Can't find PostScript resource file \"cidfont.ps\"" | |
2645 msgstr "" | |
2646 "E456: Le fichier de ressource PostScript \"cidfont.ps\" est introuvable" | |
2647 | |
2648 #, c-format | |
2649 msgid "E456: Can't find PostScript resource file \"%s.ps\"" | |
2650 msgstr "E456: Le fichier de ressource PostScript \"%s.ps\" est introuvable" | |
2651 | |
2652 #, c-format | |
2653 msgid "E620: Unable to convert to print encoding \"%s\"" | |
2654 msgstr "E620: La conversion pour imprimer dans l'encodage \"%s\" a échoué" | |
2655 | |
2656 msgid "Sending to printer..." | |
2657 msgstr "Envoi à l'imprimante..." | |
2658 | |
2659 msgid "E365: Failed to print PostScript file" | |
2660 msgstr "E365: L'impression du fichier PostScript a échoué" | |
2661 | |
2662 msgid "Print job sent." | |
2663 msgstr "Tâche d'impression envoyée." | |
7 | 2664 |
2665 msgid "Add a new database" | |
2666 msgstr "Ajouter une base de données" | |
2667 | |
2668 msgid "Query for a pattern" | |
837 | 2669 msgstr "Rechercher un motif" |
7 | 2670 |
2671 msgid "Show this message" | |
2672 msgstr "Afficher ce message" | |
2673 | |
2674 msgid "Kill a connection" | |
837 | 2675 msgstr "Fermer une connexion" |
7 | 2676 |
2677 msgid "Reinit all connections" | |
837 | 2678 msgstr "Réinitialiser toutes les connexions" |
7 | 2679 |
2680 msgid "Show connections" | |
837 | 2681 msgstr "Afficher les connexions" |
7 | 2682 |
2683 #, c-format | |
2684 msgid "E560: Usage: cs[cope] %s" | |
837 | 2685 msgstr "E560: Utilisation : cs[cope] %s" |
7 | 2686 |
2687 msgid "This cscope command does not support splitting the window.\n" | |
837 | 2688 msgstr "Cette commande cscope ne supporte pas le partage de la fenêtre.\n" |
7 | 2689 |
2690 msgid "E562: Usage: cstag <ident>" | |
837 | 2691 msgstr "E562: Utilisation : cstag <ident>" |
7 | 2692 |
2693 msgid "E257: cstag: tag not found" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2694 msgstr "E257: cstag : marqueur introuvable" |
7 | 2695 |
2696 #, c-format | |
2697 msgid "E563: stat(%s) error: %d" | |
837 | 2698 msgstr "E563: Erreur stat(%s) : %d" |
7 | 2699 |
2700 msgid "E563: stat error" | |
2701 msgstr "E563: Erreur stat" | |
2702 | |
2703 #, c-format | |
2704 msgid "E564: %s is not a directory or a valid cscope database" | |
2705 msgstr "E564: %s n'est pas un répertoire ou une base de données cscope valide" | |
2706 | |
2707 #, c-format | |
2708 msgid "Added cscope database %s" | |
837 | 2709 msgstr "Base de données cscope %s ajoutée" |
7 | 2710 |
2711 #, c-format | |
2712 msgid "E262: error reading cscope connection %ld" | |
837 | 2713 msgstr "E262: erreur lors de la lecture de la connexion cscope %ld" |
7 | 2714 |
2715 msgid "E561: unknown cscope search type" | |
2716 msgstr "E561: type de recherche cscope inconnu" | |
2717 | |
2718 msgid "E566: Could not create cscope pipes" | |
837 | 2719 msgstr "E566: Impossible de créer les tuyaux (pipes) cscope" |
2720 | |
7 | 2721 msgid "E622: Could not fork for cscope" |
837 | 2722 msgstr "E622: Impossible de forker pour cscope" |
7 | 2723 |
6370 | 2724 msgid "cs_create_connection setpgid failed" |
2725 msgstr "cs_create_connection setpgid a échoué" | |
2726 | |
7 | 2727 msgid "cs_create_connection exec failed" |
2728 msgstr "exec de cs_create_connection a échoué" | |
2729 | |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
2730 msgid "cs_create_connection: fdopen for to_fp failed" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2731 msgstr "cs_create_connection : fdopen pour to_fp a échoué" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2732 |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
2733 msgid "cs_create_connection: fdopen for fr_fp failed" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2734 msgstr "cs_create_connection : fdopen pour fr_fp a échoué" |
7 | 2735 |
1619 | 2736 msgid "E623: Could not spawn cscope process" |
2737 msgstr "E623: Impossible d'engendrer le processus cscope" | |
2738 | |
7 | 2739 msgid "E567: no cscope connections" |
837 | 2740 msgstr "E567: Aucune connexion cscope" |
2741 | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
2742 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
2743 msgid "E469: invalid cscopequickfix flag %c for %c" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
2744 msgstr "E469: Drapeau cscopequickfix %c invalide pour %c" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
2745 |
837 | 2746 # DB - todo |
7 | 2747 #, c-format |
2748 msgid "E259: no matches found for cscope query %s of %s" | |
838 | 2749 msgstr "E259: aucune correspondance trouvée pour la requête cscope %s de %s" |
837 | 2750 |
7 | 2751 msgid "cscope commands:\n" |
837 | 2752 msgstr "commandes cscope :\n" |
7 | 2753 |
2754 #, c-format | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2755 msgid "%-5s: %s%*s (Usage: %s)" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2756 msgstr "%-5s: %s%*s (Utilisation : %s)" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2757 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2758 msgid "" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2759 "\n" |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
2760 " a: Find assignments to this symbol\n" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2761 " c: Find functions calling this function\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2762 " d: Find functions called by this function\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2763 " e: Find this egrep pattern\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2764 " f: Find this file\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2765 " g: Find this definition\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2766 " i: Find files #including this file\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2767 " s: Find this C symbol\n" |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
2768 " t: Find this text string\n" |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
2769 msgstr "" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
2770 "\n" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
2771 " a: Trouver les affectations à ce symbole\n" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2772 " c: Trouver les fonctions appelant cette fonction\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2773 " d: Trouver les fonctions appelées par cette fonction\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2774 " e: Trouver ce motif egrep\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2775 " f: Trouver ce fichier\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2776 " g: Trouver cette définition\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2777 " i: Trouver les fichiers qui #incluent ce fichier\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2778 " s: Trouver ce symbole C\n" |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
2779 " t: Trouver cette chaîne\n" |
7 | 2780 |
2781 #, c-format | |
2782 msgid "E625: cannot open cscope database: %s" | |
837 | 2783 msgstr "E625: impossible d'ouvrir la base de données cscope %s" |
2784 | |
7 | 2785 msgid "E626: cannot get cscope database information" |
837 | 2786 msgstr "" |
2787 "E626: impossible d'obtenir des informations sur la base de données cscope" | |
2788 | |
7 | 2789 msgid "E568: duplicate cscope database not added" |
837 | 2790 msgstr "E568: base de données cscope redondante non ajoutée" |
7 | 2791 |
2792 #, c-format | |
2793 msgid "E261: cscope connection %s not found" | |
837 | 2794 msgstr "E261: Connexion cscope %s introuvable" |
7 | 2795 |
2796 #, c-format | |
2797 msgid "cscope connection %s closed" | |
837 | 2798 msgstr "connexion cscope %s fermée" |
2799 | |
7 | 2800 msgid "E570: fatal error in cs_manage_matches" |
2801 msgstr "E570: erreur fatale dans cs_manage_matches" | |
2802 | |
2803 #, c-format | |
2804 msgid "Cscope tag: %s" | |
837 | 2805 msgstr "Marqueur cscope : %s" |
7 | 2806 |
2807 msgid "" | |
2808 "\n" | |
2809 " # line" | |
2810 msgstr "" | |
2811 "\n" | |
2812 " # ligne" | |
2813 | |
837 | 2814 # DB - todo : Faut-il respecter l'alignement ici ? |
7 | 2815 msgid "filename / context / line\n" |
837 | 2816 msgstr "nom / contexte/ ligne\n" |
7 | 2817 |
2818 #, c-format | |
2819 msgid "E609: Cscope error: %s" | |
837 | 2820 msgstr "E609: Erreur cscope : %s" |
7 | 2821 |
2822 msgid "All cscope databases reset" | |
837 | 2823 msgstr "Toutes les bases de données cscope ont été réinitialisées" |
7 | 2824 |
2825 msgid "no cscope connections\n" | |
837 | 2826 msgstr "aucune connexion cscope\n" |
7 | 2827 |
2828 msgid " # pid database name prepend path\n" | |
837 | 2829 msgstr " # pid nom de la base de données chemin\n" |
2830 | |
2371
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
2831 msgid "Lua library cannot be loaded." |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
2832 msgstr "La bibliothèque Lua n'a pas pu être chargée." |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
2833 |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
2834 msgid "cannot save undo information" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
2835 msgstr "impossible d'enregistrer les informations d'annulation" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
2836 |
837 | 2837 msgid "" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2838 "E815: Sorry, this command is disabled, the MzScheme libraries could not be " |
837 | 2839 "loaded." |
2840 msgstr "" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2841 "E815: Désolé, cette commande est désactivée : les bibliothèques MzScheme " |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
2842 "n'ont pas pu être chargées." |
837 | 2843 |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2844 msgid "" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2845 "E895: Sorry, this command is disabled, the MzScheme's racket/base module " |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2846 "could not be loaded." |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2847 msgstr "" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2848 "E895: Désolé, cette commande est désactivée : le module MzScheme racket/base " |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2849 "ne peut pas être chargé." |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
2850 |
837 | 2851 msgid "invalid expression" |
2852 msgstr "expression invalide" | |
2853 | |
2854 msgid "expressions disabled at compile time" | |
10617 | 2855 msgstr "expressions désactivées lors de la compilation" |
837 | 2856 |
2857 msgid "hidden option" | |
2858 msgstr "option cachée" | |
2859 | |
2860 msgid "unknown option" | |
2861 msgstr "option inconnue" | |
2862 | |
2863 msgid "window index is out of range" | |
2864 msgstr "numéro de fenêtre hors limites" | |
2865 | |
2866 msgid "couldn't open buffer" | |
2867 msgstr "impossible d'ouvrir le tampon" | |
2868 | |
2869 msgid "cannot delete line" | |
2870 msgstr "impossible d'effacer la ligne" | |
2871 | |
2872 msgid "cannot replace line" | |
2873 msgstr "impossible de remplacer la ligne" | |
2874 | |
2875 msgid "cannot insert line" | |
2876 msgstr "impossible d'insérer la ligne" | |
2877 | |
2878 msgid "string cannot contain newlines" | |
2879 msgstr "une chaîne ne peut pas contenir de saut-de-ligne" | |
2880 | |
4119 | 2881 msgid "error converting Scheme values to Vim" |
2882 msgstr "erreur lors de la conversion d'une valeur de Scheme à Vim" | |
2883 | |
837 | 2884 msgid "Vim error: ~a" |
2885 msgstr "Erreur Vim : ~a" | |
2886 | |
2887 msgid "Vim error" | |
2888 msgstr "Erreur Vim" | |
2889 | |
2890 msgid "buffer is invalid" | |
2891 msgstr "tampon invalide" | |
2892 | |
2893 msgid "window is invalid" | |
2894 msgstr "fenêtre invalide" | |
2895 | |
2896 msgid "linenr out of range" | |
2897 msgstr "numéro de ligne hors limites" | |
2898 | |
2899 msgid "not allowed in the Vim sandbox" | |
2900 msgstr "non autorisé dans le bac à sable" | |
7 | 2901 |
2555
b2221695af44
Update message for :python/:py3 usage with approximate translations.
Bram Moolenaar <bram@vim.org>
parents:
2510
diff
changeset
|
2902 msgid "E836: This Vim cannot execute :python after using :py3" |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
2903 msgstr "E836: Vim ne peut pas exécuter :python après avoir utilisé :py3" |
2510
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
2904 |
7 | 2905 msgid "" |
2906 "E263: Sorry, this command is disabled, the Python library could not be " | |
2907 "loaded." | |
837 | 2908 msgstr "" |
2909 "E263: Désolé, commande désactivée : la bibliothèque Python n'a pas pu être " | |
2910 "chargée." | |
2911 | |
6370 | 2912 msgid "" |
2913 "E887: Sorry, this command is disabled, the Python's site module could not be " | |
2914 "loaded." | |
2915 msgstr "" | |
2916 "E887: Désolé, commande désactivée : la bibliothèque Python n'a pas pu être " | |
2917 "chargée." | |
2918 | |
837 | 2919 msgid "E659: Cannot invoke Python recursively" |
2920 msgstr "E659: Impossible d'invoquer Python récursivement" | |
7 | 2921 |
2625 | 2922 msgid "E837: This Vim cannot execute :py3 after using :python" |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
2923 msgstr "E837: Vim ne peut pas exécuter :py3 après avoir utilisé :python" |
2625 | 2924 |
838 | 2925 msgid "E265: $_ must be an instance of String" |
2926 msgstr "E265: $_ doit être une instance de chaîne (String)" | |
2927 | |
7 | 2928 msgid "" |
2929 "E266: Sorry, this command is disabled, the Ruby library could not be loaded." | |
837 | 2930 msgstr "" |
2931 "E266: Désolé, commande désactivée : la bibliothèque Ruby n'a pas pu être " | |
2932 "chargée." | |
2933 | |
838 | 2934 msgid "E267: unexpected return" |
2935 msgstr "E267: « return » inattendu" | |
2936 | |
2937 msgid "E268: unexpected next" | |
2938 msgstr "E268: « next » inattendu" | |
2939 | |
2940 msgid "E269: unexpected break" | |
2941 msgstr "E269: « break » inattendu" | |
2942 | |
2943 msgid "E270: unexpected redo" | |
2944 msgstr "E270: « redo » inattendu" | |
2945 | |
2946 msgid "E271: retry outside of rescue clause" | |
2947 msgstr "E271: « retry » hors d'une clause « rescue »" | |
2948 | |
2949 msgid "E272: unhandled exception" | |
2950 msgstr "E272: Exception non prise en charge" | |
2951 | |
837 | 2952 # DB - todo |
7 | 2953 #, c-format |
2954 msgid "E273: unknown longjmp status %d" | |
837 | 2955 msgstr "E273: contexte de longjmp inconnu : %d" |
7 | 2956 |
2957 msgid "invalid buffer number" | |
2958 msgstr "numéro de tampon invalide" | |
2959 | |
2960 msgid "not implemented yet" | |
2961 msgstr "pas encore implémenté" | |
2962 | |
837 | 2963 # DB - TODO : le contexte est celui d'une annulation. |
7 | 2964 msgid "cannot set line(s)" |
837 | 2965 msgstr "Impossible de remettre la/les ligne(s)" |
7 | 2966 |
2510
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
2967 msgid "invalid mark name" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
2968 msgstr "nom de marque invalide" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
2969 |
7 | 2970 msgid "mark not set" |
837 | 2971 msgstr "marque non positionnée" |
7 | 2972 |
2973 #, c-format | |
2974 msgid "row %d column %d" | |
2975 msgstr "ligne %d colonne %d" | |
2976 | |
2977 msgid "cannot insert/append line" | |
837 | 2978 msgstr "Impossible d'insérer/ajouter de lignes" |
7 | 2979 |
2510
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
2980 msgid "line number out of range" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
2981 msgstr "numéro de ligne hors limites" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
2982 |
7 | 2983 msgid "unknown flag: " |
837 | 2984 msgstr "drapeau inconnu : " |
7 | 2985 |
2986 msgid "unknown vimOption" | |
2987 msgstr "vimOption inconnue" | |
2988 | |
2989 msgid "keyboard interrupt" | |
2990 msgstr "interruption clavier" | |
2991 | |
2992 msgid "vim error" | |
837 | 2993 msgstr "erreur Vim" |
7 | 2994 |
2995 msgid "cannot create buffer/window command: object is being deleted" | |
837 | 2996 msgstr "" |
2997 "Impossible de créer commande de tampon/fenêtre : objet en cours d'effacement" | |
2998 | |
7 | 2999 msgid "" |
3000 "cannot register callback command: buffer/window is already being deleted" | |
837 | 3001 msgstr "" |
3002 "Impossible d'inscrire la commande de rappel : tampon/fenêtre en effacement" | |
7 | 3003 |
3004 msgid "" | |
3005 "E280: TCL FATAL ERROR: reflist corrupt!? Please report this to vim-dev@vim." | |
3006 "org" | |
3007 msgstr "" | |
837 | 3008 "E280: ERREUR FATALE TCL: reflist corrompue ?! Contactez vim-dev@vim.org, SVP." |
7 | 3009 |
3010 msgid "cannot register callback command: buffer/window reference not found" | |
837 | 3011 msgstr "" |
3012 "Impossible d'inscrire la commande de rappel : réf. tampon/fenêtre introuvable" | |
7 | 3013 |
3014 msgid "" | |
3015 "E571: Sorry, this command is disabled: the Tcl library could not be loaded." | |
3016 msgstr "" | |
837 | 3017 "E571: Désolé, commande désactivée: la bibliothèque Tcl n'a pas pu être " |
3018 "chargée." | |
7 | 3019 |
837 | 3020 #, c-format |
3021 msgid "E572: exit code %d" | |
3022 msgstr "E572: code de sortie %d" | |
7 | 3023 |
3024 msgid "cannot get line" | |
837 | 3025 msgstr "Impossible d'obtenir la ligne" |
3026 | |
7 | 3027 msgid "Unable to register a command server name" |
837 | 3028 msgstr "Impossible d'inscrire un nom de serveur de commande" |
7 | 3029 |
3030 msgid "E248: Failed to send command to the destination program" | |
837 | 3031 msgstr "E248: Échec de l'envoi de la commande au programme cible" |
7 | 3032 |
3033 #, c-format | |
3034 msgid "E573: Invalid server id used: %s" | |
837 | 3035 msgstr "E573: Id utilisé pour le serveur invalide : %s" |
7 | 3036 |
3037 msgid "E251: VIM instance registry property is badly formed. Deleted!" | |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
3038 msgstr "E251: Entrée registre de l'instance de Vim mal formatée. Suppression !" |
837 | 3039 |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3040 #, c-format |
10617 | 3041 msgid "E938: Duplicate key in JSON: \"%s\"" |
3042 msgstr "E938: Clé dupliquée dans le document JSON : \"%s\"" | |
3043 | |
3044 #, c-format | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3045 msgid "E696: Missing comma in List: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3046 msgstr "E696: Il manque une virgule dans la Liste %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3047 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3048 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3049 msgid "E697: Missing end of List ']': %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3050 msgstr "E697: Il manque ']' à la fin de la Liste %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3051 |
837 | 3052 msgid "Unknown option argument" |
7 | 3053 msgstr "Option inconnue" |
3054 | |
3055 msgid "Too many edit arguments" | |
3056 msgstr "Trop d'arguments d'édition" | |
3057 | |
3058 msgid "Argument missing after" | |
3059 msgstr "Argument manquant après" | |
3060 | |
837 | 3061 msgid "Garbage after option argument" |
3062 msgstr "arguments en trop après l'option" | |
7 | 3063 |
3064 msgid "Too many \"+command\", \"-c command\" or \"--cmd command\" arguments" | |
3065 msgstr "Trop d'arguments \"+command\", \"-c command\" ou \"--cmd command\"" | |
3066 | |
3067 msgid "Invalid argument for" | |
3068 msgstr "Argument invalide pour" | |
3069 | |
837 | 3070 #, c-format |
3071 msgid "%d files to edit\n" | |
3072 msgstr "%d fichiers à éditer\n" | |
3073 | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3074 msgid "netbeans is not supported with this GUI\n" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3075 msgstr "netbeans n'est pas supporté avec cette interface graphique\n" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3076 |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3077 msgid "'-nb' cannot be used: not enabled at compile time\n" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3078 msgstr "'-nb' ne peut pas être utilisé : désactivé à la compilation\n" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3079 |
7 | 3080 msgid "This Vim was not compiled with the diff feature." |
3081 msgstr "Ce Vim n'a pas été compilé avec la fonctionnalité diff" | |
3082 | |
3083 msgid "Attempt to open script file again: \"" | |
837 | 3084 msgstr "Nouvelle tentative pour ouvrir le script : \"" |
7 | 3085 |
3086 msgid "Cannot open for reading: \"" | |
837 | 3087 msgstr "Impossible d'ouvrir en lecture : \"" |
3088 | |
7 | 3089 msgid "Cannot open for script output: \"" |
837 | 3090 msgstr "Impossible d'ouvrir pour la sortie script : \"" |
3091 | |
3092 msgid "Vim: Error: Failure to start gvim from NetBeans\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
3093 msgstr "Vim : Erreur : Impossible de démarrer gvim depuis NetBeans\n" |
7 | 3094 |
9407
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
3095 msgid "Vim: Error: This version of Vim does not run in a Cygwin terminal\n" |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3096 msgstr "" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3097 "Vim : Erreur : Cette version de Vim ne fonctionne pas dans un terminal " |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
3098 "Cygwin\n" |
9407
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
3099 |
7 | 3100 msgid "Vim: Warning: Output is not to a terminal\n" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
3101 msgstr "Vim : Alerte : La sortie ne s'effectue pas sur un terminal\n" |
7 | 3102 |
3103 msgid "Vim: Warning: Input is not from a terminal\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
3104 msgstr "Vim : Alerte : L'entrée ne se fait pas sur un terminal\n" |
7 | 3105 |
3106 msgid "pre-vimrc command line" | |
3107 msgstr "ligne de commande pre-vimrc" | |
3108 | |
3109 #, c-format | |
3110 msgid "E282: Cannot read from \"%s\"" | |
837 | 3111 msgstr "E282: Impossible de lire \"%s\"" |
7 | 3112 |
3113 msgid "" | |
3114 "\n" | |
3115 "More info with: \"vim -h\"\n" | |
3116 msgstr "" | |
3117 "\n" | |
3920 | 3118 "Plus d'info avec : \"vim -h\"\n" |
7 | 3119 |
3120 msgid "[file ..] edit specified file(s)" | |
837 | 3121 msgstr "[fichier ...] ouvrir le ou les fichiers spécifiés" |
7 | 3122 |
3123 msgid "- read text from stdin" | |
3124 msgstr "- lire le texte à partir de stdin" | |
3125 | |
3126 msgid "-t tag edit file where tag is defined" | |
837 | 3127 msgstr "-t marqueur ouvrir le fichier qui contient le marqueur" |
7 | 3128 |
3129 msgid "-q [errorfile] edit file with first error" | |
837 | 3130 msgstr "-q [fichErr] ouvrir à l'endroit de la première erreur" |
7 | 3131 |
3132 msgid "" | |
3133 "\n" | |
3134 "\n" | |
3135 "usage:" | |
3136 msgstr "" | |
3137 "\n" | |
3138 "\n" | |
837 | 3139 "utilisation :" |
7 | 3140 |
3141 msgid " vim [arguments] " | |
3142 msgstr " vim [args] " | |
3143 | |
3144 msgid "" | |
3145 "\n" | |
3146 " or:" | |
3147 msgstr "" | |
3148 "\n" | |
837 | 3149 " ou :" |
3150 | |
3151 # DB - todo (VMS uniquement). | |
1619 | 3152 msgid "" |
3153 "\n" | |
3154 "Where case is ignored prepend / to make flag upper case" | |
3155 msgstr "" | |
3156 "\n" | |
838 | 3157 "pour lesquels la casse est indifférente (/ pour que le drapeau soit " |
3158 "majuscule)" | |
7 | 3159 |
3160 msgid "" | |
3161 "\n" | |
3162 "\n" | |
3163 "Arguments:\n" | |
3164 msgstr "" | |
3165 "\n" | |
3166 "\n" | |
837 | 3167 "Arguments :\n" |
7 | 3168 |
3169 msgid "--\t\t\tOnly file names after this" | |
837 | 3170 msgstr "--\t\tSeuls des noms de fichier sont spécifiés après ceci" |
7 | 3171 |
3172 msgid "--literal\t\tDon't expand wildcards" | |
3173 msgstr "--literal\tNe pas développer les métacaractères" | |
3174 | |
3175 msgid "-register\t\tRegister this gvim for OLE" | |
837 | 3176 msgstr "-register\tInscrire ce gvim pour OLE" |
7 | 3177 |
3178 msgid "-unregister\t\tUnregister gvim for OLE" | |
837 | 3179 msgstr "-unregister\tDésinscrire gvim de OLE" |
7 | 3180 |
3181 msgid "-g\t\t\tRun using GUI (like \"gvim\")" | |
3182 msgstr "-g\t\tLancer l'interface graphique (comme \"gvim\")" | |
3183 | |
3184 msgid "-f or --nofork\tForeground: Don't fork when starting GUI" | |
837 | 3185 msgstr "" |
838 | 3186 "-f, --nofork\tPremier-plan : ne pas détacher l'interface graphique du " |
3187 "terminal" | |
7 | 3188 |
3189 msgid "-v\t\t\tVi mode (like \"vi\")" | |
3190 msgstr "-v\t\tMode Vi (comme \"vi\")" | |
3191 | |
3192 msgid "-e\t\t\tEx mode (like \"ex\")" | |
3193 msgstr "-e\t\tMode Ex (comme \"ex\")" | |
3194 | |
3920 | 3195 msgid "-E\t\t\tImproved Ex mode" |
3196 msgstr "-E\t\t\tMode Ex amélioré" | |
3197 | |
7 | 3198 msgid "-s\t\t\tSilent (batch) mode (only for \"ex\")" |
3199 msgstr "-s\t\tMode silencieux (batch) (seulement pour \"ex\")" | |
3200 | |
3201 msgid "-d\t\t\tDiff mode (like \"vimdiff\")" | |
837 | 3202 msgstr "-d\t\tMode diff (comme \"vimdiff\")" |
7 | 3203 |
3204 msgid "-y\t\t\tEasy mode (like \"evim\", modeless)" | |
3205 msgstr "-y\t\tMode facile (comme \"evim\", vim sans modes)" | |
3206 | |
3207 msgid "-R\t\t\tReadonly mode (like \"view\")" | |
3208 msgstr "-R\t\tMode lecture seule (comme \"view\")" | |
3209 | |
3210 msgid "-Z\t\t\tRestricted mode (like \"rvim\")" | |
3211 msgstr "-Z\t\tMode restreint (comme \"rvim\")" | |
3212 | |
3213 msgid "-m\t\t\tModifications (writing files) not allowed" | |
837 | 3214 msgstr "-m\t\tInterdire l'enregistrement des fichiers" |
7 | 3215 |
3216 msgid "-M\t\t\tModifications in text not allowed" | |
3217 msgstr "-M\t\tInterdire toute modification de texte" | |
3218 | |
3219 msgid "-b\t\t\tBinary mode" | |
3220 msgstr "-b\t\tMode binaire" | |
3221 | |
3222 msgid "-l\t\t\tLisp mode" | |
3223 msgstr "-l\t\tMode lisp" | |
3224 | |
3225 msgid "-C\t\t\tCompatible with Vi: 'compatible'" | |
837 | 3226 msgstr "-C\t\tCompatible avec Vi : 'compatible'" |
7 | 3227 |
3228 msgid "-N\t\t\tNot fully Vi compatible: 'nocompatible'" | |
837 | 3229 msgstr "-N\t\tPas totalement compatible avec Vi : 'nocompatible'" |
7 | 3230 |
1619 | 3231 msgid "-V[N][fname]\t\tBe verbose [level N] [log messages to fname]" |
3232 msgstr "-V[N][<fichier>]\tMode verbeux [niveau N] [dans <fichier>]" | |
7 | 3233 |
3234 msgid "-D\t\t\tDebugging mode" | |
837 | 3235 msgstr "-D\t\tMode débogage" |
7 | 3236 |
3237 msgid "-n\t\t\tNo swap file, use memory only" | |
3238 msgstr "-n\t\tNe pas utiliser de fichier d'échange, seulement la mémoire" | |
3239 | |
3240 msgid "-r\t\t\tList swap files and exit" | |
837 | 3241 msgstr "-r\t\tLister les fichiers d'échange et quitter" |
7 | 3242 |
3243 msgid "-r (with file name)\tRecover crashed session" | |
3244 msgstr "-r <fichier>\tRécupérer une session plantée" | |
3245 | |
3246 msgid "-L\t\t\tSame as -r" | |
3247 msgstr "-L\t\tComme -r" | |
3248 | |
3249 msgid "-f\t\t\tDon't use newcli to open window" | |
3250 msgstr "-f\t\tNe pas utiliser newcli pour l'ouverture des fenêtres" | |
3251 | |
3252 msgid "-dev <device>\t\tUse <device> for I/O" | |
837 | 3253 msgstr "-dev <périph>\tUtiliser <périphérique> pour les E/S" |
7 | 3254 |
3255 msgid "-A\t\t\tstart in Arabic mode" | |
837 | 3256 msgstr "-A\t\tDémarrer en mode arabe" |
7 | 3257 |
3258 msgid "-H\t\t\tStart in Hebrew mode" | |
3259 msgstr "-H\t\tDémarrer en mode hébreu" | |
3260 | |
3261 msgid "-F\t\t\tStart in Farsi mode" | |
3262 msgstr "-F\t\tDémarrer en mode farsi" | |
3263 | |
3264 msgid "-T <terminal>\tSet terminal type to <terminal>" | |
3265 msgstr "-T <term>\tRégler le type du terminal sur <terminal>" | |
3266 | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
3267 msgid "--not-a-term\t\tSkip warning for input/output not being a terminal" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
3268 msgstr "" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
3269 "--no-a-term\t\tAucun avertissement si l'entrée/sortie n'est pas un terminal" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
3270 |
10617 | 3271 msgid "--ttyfail\t\tExit if input or output is not a terminal" |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
3272 msgstr "--ttyfail\t\tQuitte si l'entrée ou la sortie ne sont pas un terminal" |
10617 | 3273 |
7 | 3274 msgid "-u <vimrc>\t\tUse <vimrc> instead of any .vimrc" |
3275 msgstr "-u <vimrc>\tUtiliser <vimrc> au lieu du vimrc habituel" | |
3276 | |
3277 msgid "-U <gvimrc>\t\tUse <gvimrc> instead of any .gvimrc" | |
3278 msgstr "-U <gvimrc>\tUtiliser <gvimrc> au lieu du gvimrc habituel" | |
3279 | |
3280 msgid "--noplugin\t\tDon't load plugin scripts" | |
837 | 3281 msgstr "--noplugin\tNe charger aucun greffon" |
3282 | |
3283 msgid "-p[N]\t\tOpen N tab pages (default: one for each file)" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
3284 msgstr "-p[N]\tOuvrir N onglets (défaut : un pour chaque fichier)" |
7 | 3285 |
3286 msgid "-o[N]\t\tOpen N windows (default: one for each file)" | |
837 | 3287 msgstr "-o[N]\tOuvrir N fenêtres (défaut : une pour chaque fichier)" |
7 | 3288 |
3289 msgid "-O[N]\t\tLike -o but split vertically" | |
837 | 3290 msgstr "-O[N]\tComme -o, mais partager verticalement" |
7 | 3291 |
3292 msgid "+\t\t\tStart at end of file" | |
837 | 3293 msgstr "+\t\tOuvrir à la fin du fichier" |
7 | 3294 |
3295 msgid "+<lnum>\t\tStart at line <lnum>" | |
837 | 3296 msgstr "+<numL>\tOuvrir le fichier à la ligne <numL>" |
7 | 3297 |
3298 msgid "--cmd <command>\tExecute <command> before loading any vimrc file" | |
837 | 3299 msgstr "--cmd <cmde>\tExécuter <commande> avant de charger les fichiers vimrc" |
7 | 3300 |
3301 msgid "-c <command>\t\tExecute <command> after loading the first file" | |
3302 msgstr "-c <cmde>\tExécuter <commande> une fois le 1er fichier chargé" | |
3303 | |
3304 msgid "-S <session>\t\tSource file <session> after loading the first file" | |
837 | 3305 msgstr "" |
3306 "-S <session>\tSourcer le fichier <session> une fois le 1er fichier chargé" | |
7 | 3307 |
3308 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>" | |
3309 msgstr "-s <src>\tLire les commandes du mode Normal à partir du fichier <src>" | |
3310 | |
3311 msgid "-w <scriptout>\tAppend all typed commands to file <scriptout>" | |
3312 msgstr "-w <dest>\tAjouter toutes les commandes tapées dans le fichier <dest>" | |
3313 | |
3314 msgid "-W <scriptout>\tWrite all typed commands to file <scriptout>" | |
3315 msgstr "-W <dest>\tÉcrire toutes les commandes tapées dans le fichier <dest>" | |
3316 | |
3317 msgid "-x\t\t\tEdit encrypted files" | |
837 | 3318 msgstr "-x\t\t\tÉditer des fichiers chiffrés" |
7 | 3319 |
3320 msgid "-display <display>\tConnect vim to this particular X-server" | |
837 | 3321 msgstr "-display <display>\tConnecter Vim au serveur X spécifié" |
7 | 3322 |
3323 msgid "-X\t\t\tDo not connect to X server" | |
837 | 3324 msgstr "-X\t\t\tNe pas se connecter à un serveur X" |
7 | 3325 |
3326 msgid "--remote <files>\tEdit <files> in a Vim server if possible" | |
3327 msgstr "--remote <fich>\tÉditer les <fichiers> dans un serveur Vim si possible" | |
3328 | |
3329 msgid "--remote-silent <files> Same, don't complain if there is no server" | |
3330 msgstr "" | |
837 | 3331 "--remote-silent ...\tPareil, mais pas d'erreur s'il n'y a aucun serveur" |
7 | 3332 |
3333 msgid "" | |
3334 "--remote-wait <files> As --remote but wait for files to have been edited" | |
837 | 3335 msgstr "" |
3336 "--remote-wait <fich>\tComme --remote mais ne quitter qu'à la fin de l'édition" | |
7 | 3337 |
3338 msgid "" | |
3339 "--remote-wait-silent <files> Same, don't complain if there is no server" | |
3340 msgstr "" | |
837 | 3341 "--remote-wait-silent\tPareil, mais pas d'erreur s'il n'y a aucun serveur" |
3342 | |
1619 | 3343 msgid "" |
3344 "--remote-tab[-wait][-silent] <files> As --remote but use tab page per file" | |
3345 msgstr "" | |
1668 | 3346 "--remote-tab[-wait][-silent] <fich>\tComme --remote mais ouvrir un onglet " |
3347 "pour chaque fichier" | |
7 | 3348 |
3349 msgid "--remote-send <keys>\tSend <keys> to a Vim server and exit" | |
3350 msgstr "--remote-send <tche>\tEnvoyer <touches> à un serveur Vim puis quitter" | |
3351 | |
3352 msgid "--remote-expr <expr>\tEvaluate <expr> in a Vim server and print result" | |
837 | 3353 msgstr "" |
838 | 3354 "--remote-expr <expr>\tÉvaluer <expr> dans un serveur Vim, afficher le " |
3355 "résultat" | |
7 | 3356 |
3357 msgid "--serverlist\t\tList available Vim server names and exit" | |
3358 msgstr "" | |
3359 "--serverlist\t\tLister les noms des serveurs Vim disponibles et quitter" | |
3360 | |
3361 msgid "--servername <name>\tSend to/become the Vim server <name>" | |
837 | 3362 msgstr "--servername <nom>\tEnvoyer au/devenir le serveur Vim nommé <nom>" |
7 | 3363 |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
3364 msgid "--startuptime <file>\tWrite startup timing messages to <file>" |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3365 msgstr "" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3366 "--startuptime <fich>\tÉcrire les messages d'horodatage au démarrage dans " |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3367 "<fich>" |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
3368 |
7 | 3369 msgid "-i <viminfo>\t\tUse <viminfo> instead of .viminfo" |
3370 msgstr "-i <viminfo>\t\tUtiliser <viminfo> au lieu du viminfo habituel" | |
3371 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
3372 msgid "--clean\t\t'nocompatible', Vim defaults, no plugins, no viminfo" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
3373 msgstr "--clean\t\t'nocompatible', réglages par défaut, aucun greffon ni viminfo" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
3374 |
7 | 3375 msgid "-h or --help\tPrint Help (this message) and exit" |
3376 msgstr "-h ou --help\t\tAfficher l'aide (ce message) puis quitter" | |
3377 | |
3378 msgid "--version\t\tPrint version information and exit" | |
837 | 3379 msgstr "--version\t\tAfficher les informations de version et quitter" |
7 | 3380 |
3381 msgid "" | |
3382 "\n" | |
3383 "Arguments recognised by gvim (Motif version):\n" | |
3384 msgstr "" | |
3385 "\n" | |
837 | 3386 "Arguments reconnus par gvim (version Motif) :\n" |
7 | 3387 |
3388 msgid "" | |
3389 "\n" | |
3390 "Arguments recognised by gvim (neXtaw version):\n" | |
3391 msgstr "" | |
3392 "\n" | |
837 | 3393 "Arguments reconnus par gvim (version neXtaw) :\n" |
7 | 3394 |
3395 msgid "" | |
3396 "\n" | |
838 | 3397 "Arguments recognised by gvim (Athena version):\n" |
837 | 3398 msgstr "" |
3399 "\n" | |
3400 "Arguments reconnus par gvim (version Athena) :\n" | |
7 | 3401 |
3402 msgid "-display <display>\tRun vim on <display>" | |
837 | 3403 msgstr "-display <écran>\tLancer Vim sur ce <display>" |
7 | 3404 |
3405 msgid "-iconic\t\tStart vim iconified" | |
3406 msgstr "-iconic\t\tIconifier Vim au démarrage" | |
3407 | |
3408 msgid "-background <color>\tUse <color> for the background (also: -bg)" | |
837 | 3409 msgstr "" |
3410 "-background <coul>\tUtiliser <couleur> pour l'arrière-plan\t (abrv : -bg)" | |
7 | 3411 |
3412 msgid "-foreground <color>\tUse <color> for normal text (also: -fg)" | |
3413 msgstr "" | |
837 | 3414 "-foreground <coul>\tUtiliser <couleur> pour le texte normal\t (abrv : -fg)" |
7 | 3415 |
3416 msgid "-font <font>\t\tUse <font> for normal text (also: -fn)" | |
837 | 3417 msgstr "-font <fonte>\tUtiliser <fonte> pour le texte normal\t (abrv : -fn)" |
7 | 3418 |
3419 msgid "-boldfont <font>\tUse <font> for bold text" | |
3420 msgstr "-boldfont <fonte>\tUtiliser <fonte> pour le texte gras" | |
3421 | |
3422 msgid "-italicfont <font>\tUse <font> for italic text" | |
3423 msgstr "-italicfont <fonte>\tUtiliser <fonte> pour le texte italique" | |
3424 | |
3425 msgid "-geometry <geom>\tUse <geom> for initial geometry (also: -geom)" | |
837 | 3426 msgstr "-geometry <géom>\tUtiliser cette <géométrie> initiale\t (abrv : -geom)" |
7 | 3427 |
3428 msgid "-borderwidth <width>\tUse a border width of <width> (also: -bw)" | |
837 | 3429 msgstr "" |
3430 "-borderwidth <épais>\tUtiliser cette <épaisseur> de bordure\t (abrv : -bw)" | |
7 | 3431 |
3432 msgid "-scrollbarwidth <width> Use a scrollbar width of <width> (also: -sw)" | |
837 | 3433 msgstr "" |
3434 "-scrollbarwidth <lg>\tUtiliser cette <largeur> de barre de défil. (abrv: -sw)" | |
7 | 3435 |
3436 msgid "-menuheight <height>\tUse a menu bar height of <height> (also: -mh)" | |
837 | 3437 msgstr "-menuheight <haut>\tUtiliser cette <hauteur> de menu\t (abrv : -mh)" |
7 | 3438 |
3439 msgid "-reverse\t\tUse reverse video (also: -rv)" | |
837 | 3440 msgstr "-reverse\t\tUtiliser la vidéo inverse\t\t (abrv : -rv)" |
7 | 3441 |
3442 msgid "+reverse\t\tDon't use reverse video (also: +rv)" | |
837 | 3443 msgstr "+reverse\t\tNe pas utiliser de vidéo inverse\t (abrv : +rv)" |
7 | 3444 |
3445 msgid "-xrm <resource>\tSet the specified resource" | |
3446 msgstr "-xrm <ressource>\tConfigurer la <ressource> spécifiée" | |
3447 | |
3448 msgid "" | |
3449 "\n" | |
3450 "Arguments recognised by gvim (GTK+ version):\n" | |
3451 msgstr "" | |
3452 "\n" | |
837 | 3453 "Arguments reconnus par gvim (version GTK+) :\n" |
7 | 3454 |
3455 msgid "-display <display>\tRun vim on <display> (also: --display)" | |
837 | 3456 msgstr "" |
3457 "-display <display>\tLancer Vim sur ce <display>\t(également : --display)" | |
7 | 3458 |
3459 msgid "--role <role>\tSet a unique role to identify the main window" | |
838 | 3460 msgstr "--role <rôle>\tDonner un rôle pour identifier la fenêtre principale" |
7 | 3461 |
3462 msgid "--socketid <xid>\tOpen Vim inside another GTK widget" | |
3463 msgstr "--socketid <xid>\tOuvrir Vim dans un autre widget GTK" | |
3464 | |
3920 | 3465 msgid "--echo-wid\t\tMake gvim echo the Window ID on stdout" |
3466 msgstr "--echo-wid\t\tGvim affiche l'ID de la fenêtre sur stdout" | |
3467 | |
837 | 3468 msgid "-P <parent title>\tOpen Vim inside parent application" |
3469 msgstr "-P <titre parent>\tOuvrir Vim dans une application parente" | |
3470 | |
1619 | 3471 msgid "--windowid <HWND>\tOpen Vim inside another win32 widget" |
3472 msgstr "--windowid <HWND>\tOuvrir Vim dans un autre widget win32" | |
3473 | |
7 | 3474 msgid "No display" |
837 | 3475 msgstr "Aucun display" |
7 | 3476 |
3477 msgid ": Send failed.\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
3478 msgstr " : L'envoi a échoué.\n" |
7 | 3479 |
3480 msgid ": Send failed. Trying to execute locally\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
3481 msgstr " : L'envoi a échoué. Tentative d'exécution locale\n" |
7 | 3482 |
3483 #, c-format | |
3484 msgid "%d of %d edited" | |
837 | 3485 msgstr "%d édités sur %d" |
3486 | |
7 | 3487 msgid "No display: Send expression failed.\n" |
837 | 3488 msgstr "Aucun display : L'envoi de l'expression a échoué.\n" |
7 | 3489 |
3490 msgid ": Send expression failed.\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
3491 msgstr " : L'envoi de l'expression a échoué.\n" |
7 | 3492 |
3493 msgid "No marks set" | |
837 | 3494 msgstr "Aucune marque positionnée" |
7 | 3495 |
3496 #, c-format | |
3497 msgid "E283: No marks matching \"%s\"" | |
3498 msgstr "E283: Aucune marque ne correspond à \"%s\"" | |
3499 | |
3500 msgid "" | |
3501 "\n" | |
3502 "mark line col file/text" | |
3503 msgstr "" | |
3504 "\n" | |
3505 "marq ligne col fichier/texte" | |
3506 | |
3507 msgid "" | |
3508 "\n" | |
3509 " jump line col file/text" | |
3510 msgstr "" | |
3511 "\n" | |
3512 " saut ligne col fichier/texte" | |
3513 | |
837 | 3514 msgid "" |
3515 "\n" | |
3516 "change line col text" | |
3517 msgstr "" | |
3518 "\n" | |
3519 "modif ligne col fichier/texte" | |
3520 | |
7 | 3521 msgid "" |
3522 "\n" | |
3523 "# File marks:\n" | |
3524 msgstr "" | |
3525 "\n" | |
837 | 3526 "# Marques dans le fichier :\n" |
3527 | |
7 | 3528 msgid "" |
3529 "\n" | |
3530 "# Jumplist (newest first):\n" | |
3531 msgstr "" | |
3532 "\n" | |
837 | 3533 "# Liste de sauts (le plus récent en premier) :\n" |
3534 | |
7 | 3535 msgid "" |
3536 "\n" | |
3537 "# History of marks within files (newest to oldest):\n" | |
3538 msgstr "" | |
3539 "\n" | |
837 | 3540 "# Historique des marques dans les fichiers (les plus récentes en premier) :\n" |
7 | 3541 |
3542 msgid "Missing '>'" | |
3543 msgstr "'>' manquant" | |
3544 | |
3545 msgid "E543: Not a valid codepage" | |
837 | 3546 msgstr "E543: Page de codes non valide" |
7 | 3547 |
3548 msgid "E284: Cannot set IC values" | |
3549 msgstr "E284: Impossible de régler les valeurs IC" | |
3550 | |
3551 msgid "E285: Failed to create input context" | |
837 | 3552 msgstr "E285: Échec de la création du contexte de saisie" |
7 | 3553 |
3554 msgid "E286: Failed to open input method" | |
837 | 3555 msgstr "E286: Échec de l'ouverture de la méthode de saisie" |
3556 | |
7 | 3557 msgid "E287: Warning: Could not set destroy callback to IM" |
837 | 3558 msgstr "" |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
3559 "E287: Alerte : Impossible d'inscrire le callback de destruction dans la MS" |
7 | 3560 |
3561 msgid "E288: input method doesn't support any style" | |
3562 msgstr "E288: la méthode de saisie ne supporte aucun style" | |
3563 | |
3564 msgid "E289: input method doesn't support my preedit type" | |
837 | 3565 msgstr "" |
838 | 3566 "E289: le type de préédition de Vim n'est pas supporté par la méthode de " |
3567 "saisie" | |
837 | 3568 |
7 | 3569 msgid "E293: block was not locked" |
837 | 3570 msgstr "E293: le bloc n'était pas verrouillé" |
7 | 3571 |
3572 msgid "E294: Seek error in swap file read" | |
3573 msgstr "E294: Erreur de positionnement lors de la lecture du fichier d'échange" | |
3574 | |
3575 msgid "E295: Read error in swap file" | |
3576 msgstr "E295: Erreur de lecture dans le fichier d'échange" | |
3577 | |
3578 msgid "E296: Seek error in swap file write" | |
3579 msgstr "E296: Erreur de positionnement lors de l'écriture du fichier d'échange" | |
3580 | |
3581 msgid "E297: Write error in swap file" | |
3582 msgstr "E297: Erreur d'écriture dans le fichier d'échange" | |
3583 | |
3584 msgid "E300: Swap file already exists (symlink attack?)" | |
3585 msgstr "E300: Le fichier d'échange existe déjà (attaque par symlink ?)" | |
3586 | |
3587 msgid "E298: Didn't get block nr 0?" | |
837 | 3588 msgstr "E298: Bloc n°0 non récupéré ?" |
7 | 3589 |
3590 msgid "E298: Didn't get block nr 1?" | |
837 | 3591 msgstr "E298: Bloc n°1 non récupéré ?" |
7 | 3592 |
3593 msgid "E298: Didn't get block nr 2?" | |
837 | 3594 msgstr "E298: Bloc n°2 non récupéré ?" |
7 | 3595 |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
3596 msgid "E843: Error while updating swap file crypt" |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
3597 msgstr "E843: Erreur lors de la mise à jour du fichier d'échange crypté" |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
3598 |
7 | 3599 msgid "E301: Oops, lost the swap file!!!" |
837 | 3600 msgstr "E301: Oups, le fichier d'échange a disparu !" |
7 | 3601 |
3602 msgid "E302: Could not rename swap file" | |
837 | 3603 msgstr "E302: Impossible de renommer le fichier d'échange" |
7 | 3604 |
3605 #, c-format | |
3606 msgid "E303: Unable to open swap file for \"%s\", recovery impossible" | |
837 | 3607 msgstr "E303: Impossible d'ouvrir fichier .swp pour \"%s\", récup. impossible" |
3608 | |
3609 msgid "E304: ml_upd_block0(): Didn't get block 0??" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
3610 msgstr "E304: ml_upd_block0() : bloc 0 non récupéré ?!" |
7 | 3611 |
3612 #, c-format | |
3613 msgid "E305: No swap file found for %s" | |
837 | 3614 msgstr "E305: Aucun fichier d'échange trouvé pour %s" |
7 | 3615 |
3616 msgid "Enter number of swap file to use (0 to quit): " | |
837 | 3617 msgstr "Entrez le numéro du fichier d'échange à utiliser (0 pour quitter) : " |
7 | 3618 |
3619 #, c-format | |
3620 msgid "E306: Cannot open %s" | |
837 | 3621 msgstr "E306: Impossible d'ouvrir %s" |
7 | 3622 |
3623 msgid "Unable to read block 0 from " | |
837 | 3624 msgstr "Impossible de lire le bloc 0 de " |
3625 | |
7 | 3626 msgid "" |
3627 "\n" | |
3628 "Maybe no changes were made or Vim did not update the swap file." | |
3629 msgstr "" | |
3630 "\n" | |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
3631 "Il est possible qu'aucune modification n'a été faite ou que Vim n'a pas mis " |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
3632 "à jour le fichier d'échange." |
7 | 3633 |
3634 msgid " cannot be used with this version of Vim.\n" | |
837 | 3635 msgstr " ne peut pas être utilisé avec cette version de Vim.\n" |
7 | 3636 |
3637 msgid "Use Vim version 3.0.\n" | |
3638 msgstr "Utilisez Vim version 3.0.\n" | |
3639 | |
3640 #, c-format | |
3641 msgid "E307: %s does not look like a Vim swap file" | |
3642 msgstr "E307: %s ne semble pas être un fichier d'échange de Vim" | |
3643 | |
3644 msgid " cannot be used on this computer.\n" | |
837 | 3645 msgstr " ne peut pas être utilisé sur cet ordinateur.\n" |
7 | 3646 |
3647 msgid "The file was created on " | |
3648 msgstr "Le fichier a été créé le " | |
3649 | |
3650 msgid "" | |
3651 ",\n" | |
3652 "or the file has been damaged." | |
3653 msgstr "" | |
3654 ",\n" | |
3655 "ou le fichier a été endommagé." | |
3656 | |
2371
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3657 #, c-format |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3658 msgid "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3659 "E833: %s is encrypted and this version of Vim does not support encryption" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3660 msgstr "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3661 "E833: %s est chiffré et cette version de Vim ne supporte pas le chiffrement" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3662 |
1619 | 3663 msgid " has been damaged (page size is smaller than minimum value).\n" |
3664 msgstr " a été endommagé (taille de page inférieure à la valeur minimale).\n" | |
3665 | |
7 | 3666 #, c-format |
3667 msgid "Using swap file \"%s\"" | |
3668 msgstr "Utilisation du fichier d'échange \"%s\"" | |
3669 | |
3670 #, c-format | |
3671 msgid "Original file \"%s\"" | |
3672 msgstr "Fichier original \"%s\"" | |
3673 | |
3674 msgid "E308: Warning: Original file may have been changed" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
3675 msgstr "E308: Alerte : Le fichier original a pu être modifié" |
7 | 3676 |
3677 #, c-format | |
2371
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3678 msgid "Swap file is encrypted: \"%s\"" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3679 msgstr "Fichier d'échange chiffré : \"%s\"" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3680 |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3681 msgid "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3682 "\n" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3683 "If you entered a new crypt key but did not write the text file," |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3684 msgstr "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3685 "\n" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3686 "Si vous avez tapé une nouvelle clé de chiffrement mais n'avez pas enregistré " |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3687 "le fichier texte," |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3688 |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3689 msgid "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3690 "\n" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3691 "enter the new crypt key." |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3692 msgstr "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3693 "\n" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3694 "tapez la nouvelle clé de chiffrement." |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3695 |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3696 msgid "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3697 "\n" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3698 "If you wrote the text file after changing the crypt key press enter" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3699 msgstr "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3700 "\n" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3701 "Si vous avez écrit le fichier texte après avoir changé la clé de " |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3702 "chiffrement, appuyez sur entrée" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3703 |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3704 msgid "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3705 "\n" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3706 "to use the same key for text file and swap file" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3707 msgstr "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3708 "\n" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3709 "afin d'utiliser la même clé pour le fichier texte et le fichier d'échange" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3710 |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3711 #, c-format |
7 | 3712 msgid "E309: Unable to read block 1 from %s" |
837 | 3713 msgstr "E309: Impossible de lire le bloc 1 de %s" |
7 | 3714 |
3715 msgid "???MANY LINES MISSING" | |
837 | 3716 msgstr "???DE NOMBREUSES LIGNES MANQUENT" |
7 | 3717 |
3718 msgid "???LINE COUNT WRONG" | |
3719 msgstr "???NOMBRE DE LIGNES ERRONÉ" | |
3720 | |
3721 msgid "???EMPTY BLOCK" | |
3722 msgstr "???BLOC VIDE" | |
3723 | |
3724 msgid "???LINES MISSING" | |
3725 msgstr "???LIGNES MANQUANTES" | |
3726 | |
3727 #, c-format | |
3728 msgid "E310: Block 1 ID wrong (%s not a .swp file?)" | |
837 | 3729 msgstr "E310: ID du bloc 1 erroné (%s n'est pas un fichier d'échange ?)" |
7 | 3730 |
3731 msgid "???BLOCK MISSING" | |
3732 msgstr "???BLOC MANQUANT" | |
3733 | |
3734 msgid "??? from here until ???END lines may be messed up" | |
3735 msgstr "??? d'ici jusqu'à ???FIN des lignes peuvent être corrompues" | |
3736 | |
3737 msgid "??? from here until ???END lines may have been inserted/deleted" | |
837 | 3738 msgstr "??? d'ici jusqu'à ???FIN des lignes ont pu être insérées/effacées" |
7 | 3739 |
3740 msgid "???END" | |
3741 msgstr "???FIN" | |
3742 | |
3743 msgid "E311: Recovery Interrupted" | |
3744 msgstr "E311: Récupération interrompue" | |
3745 | |
3746 msgid "" | |
3747 "E312: Errors detected while recovering; look for lines starting with ???" | |
837 | 3748 msgstr "" |
838 | 3749 "E312: Erreurs lors de la récupération ; examinez les lignes commençant " |
3750 "par ???" | |
837 | 3751 |
3752 msgid "See \":help E312\" for more information." | |
3753 msgstr "Consultez \":help E312\" pour plus d'information." | |
7 | 3754 |
3755 msgid "Recovery completed. You should check if everything is OK." | |
837 | 3756 msgstr "Récupération achevée. Vérifiez que tout est correct." |
7 | 3757 |
3758 msgid "" | |
3759 "\n" | |
3760 "(You might want to write out this file under another name\n" | |
3761 msgstr "" | |
3762 "\n" | |
3763 "(Vous voudrez peut-être enregistrer ce fichier sous un autre nom\n" | |
3764 | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3765 msgid "and run diff with the original file to check for changes)" |
2371
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3766 msgstr "et lancer diff avec le fichier original pour repérer les changements)" |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3767 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3768 msgid "Recovery completed. Buffer contents equals file contents." |
2371
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3769 msgstr "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3770 "Récupération achevée. Le contenu du tampon est identique au contenu du " |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3771 "fichier." |
7 | 3772 |
3773 msgid "" | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3774 "\n" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3775 "You may want to delete the .swp file now.\n" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3776 "\n" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3777 msgstr "" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3778 "\n" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
3779 "Il est conseillé d'effacer maintenant le fichier .swp.\n" |
7 | 3780 "\n" |
3781 | |
2371
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3782 msgid "Using crypt key from swap file for the text file.\n" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3783 msgstr "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3784 "Utilisation de la clé de chiffrement du fichier d'échange pour le fichier " |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3785 "texte.\n" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
3786 |
7 | 3787 msgid "Swap files found:" |
837 | 3788 msgstr "Fichiers d'échange trouvés :" |
7 | 3789 |
3790 msgid " In current directory:\n" | |
837 | 3791 msgstr " Dans le répertoire courant :\n" |
7 | 3792 |
3793 msgid " Using specified name:\n" | |
837 | 3794 msgstr "Utilisant le nom indiqué :\n" |
7 | 3795 |
3796 msgid " In directory " | |
3797 msgstr " Dans le répertoire " | |
3798 | |
3799 msgid " -- none --\n" | |
3800 msgstr " -- aucun --\n" | |
3801 | |
3802 msgid " owned by: " | |
837 | 3803 msgstr " propriété de : " |
7 | 3804 |
3805 msgid " dated: " | |
837 | 3806 msgstr " daté : " |
7 | 3807 |
3808 msgid " dated: " | |
837 | 3809 msgstr " daté : " |
7 | 3810 |
3811 msgid " [from Vim version 3.0]" | |
3812 msgstr " [de Vim version 3.0]" | |
3813 | |
3814 msgid " [does not look like a Vim swap file]" | |
3815 msgstr " [ne semble pas être un fichier d'échange Vim]" | |
3816 | |
3817 msgid " file name: " | |
837 | 3818 msgstr " nom de fichier : " |
7 | 3819 |
3820 msgid "" | |
3821 "\n" | |
3822 " modified: " | |
3823 msgstr "" | |
3824 "\n" | |
837 | 3825 " modifié : " |
7 | 3826 |
3827 msgid "YES" | |
3828 msgstr "OUI" | |
3829 | |
3830 msgid "no" | |
3831 msgstr "non" | |
3832 | |
3833 msgid "" | |
3834 "\n" | |
3835 " user name: " | |
3836 msgstr "" | |
3837 "\n" | |
837 | 3838 " nom d'utilisateur : " |
7 | 3839 |
3840 msgid " host name: " | |
837 | 3841 msgstr " nom d'hôte : " |
7 | 3842 |
3843 msgid "" | |
3844 "\n" | |
3845 " host name: " | |
3846 msgstr "" | |
3847 "\n" | |
837 | 3848 " nom d'hôte : " |
7 | 3849 |
3850 msgid "" | |
3851 "\n" | |
3852 " process ID: " | |
3853 msgstr "" | |
3854 "\n" | |
837 | 3855 " processus n° : " |
7 | 3856 |
3857 msgid " (still running)" | |
3858 msgstr " (en cours d'exécution)" | |
3859 | |
3860 msgid "" | |
3861 "\n" | |
3862 " [not usable with this version of Vim]" | |
3863 msgstr "" | |
3864 "\n" | |
3865 " [inutilisable avec cette version de Vim]" | |
3866 | |
3867 msgid "" | |
3868 "\n" | |
3869 " [not usable on this computer]" | |
3870 msgstr "" | |
3871 "\n" | |
3872 " [inutilisable sur cet ordinateur]" | |
3873 | |
3874 msgid " [cannot be read]" | |
3875 msgstr " [ne peut être lu]" | |
3876 | |
3877 msgid " [cannot be opened]" | |
3878 msgstr " [ne peut être ouvert]" | |
3879 | |
3880 msgid "E313: Cannot preserve, there is no swap file" | |
3881 msgstr "E313: Préservation impossible, il n'y a pas de fichier d'échange" | |
3882 | |
3883 msgid "File preserved" | |
3884 msgstr "Fichier préservé" | |
3885 | |
3886 msgid "E314: Preserve failed" | |
3887 msgstr "E314: Échec de la préservation" | |
3888 | |
3889 #, c-format | |
3890 msgid "E315: ml_get: invalid lnum: %ld" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
3891 msgstr "E315: ml_get : numéro de ligne invalide : %ld" |
7 | 3892 |
3893 #, c-format | |
3894 msgid "E316: ml_get: cannot find line %ld" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
3895 msgstr "E316: ml_get : ligne %ld introuvable" |
7 | 3896 |
3897 msgid "E317: pointer block id wrong 3" | |
3898 msgstr "E317: mauvais id de pointeur de bloc 3" | |
3899 | |
3900 msgid "stack_idx should be 0" | |
3901 msgstr "stack_idx devrait être 0" | |
3902 | |
3903 msgid "E318: Updated too many blocks?" | |
3904 msgstr "E318: Trop de blocs mis à jour ?" | |
3905 | |
3906 msgid "E317: pointer block id wrong 4" | |
3907 msgstr "E317: mauvais id de pointeur de bloc 4" | |
3908 | |
3909 msgid "deleted block 1?" | |
3910 msgstr "bloc 1 effacé ?" | |
3911 | |
3912 #, c-format | |
3913 msgid "E320: Cannot find line %ld" | |
3914 msgstr "E320: Ligne %ld introuvable" | |
3915 | |
3916 msgid "E317: pointer block id wrong" | |
3917 msgstr "E317: mauvais id de pointeur de bloc" | |
3918 | |
3919 msgid "pe_line_count is zero" | |
3920 msgstr "pe_line_count vaut zéro" | |
3921 | |
3922 #, c-format | |
3923 msgid "E322: line number out of range: %ld past the end" | |
837 | 3924 msgstr "E322: numéro de ligne hors limites : %ld au-delà de la fin" |
7 | 3925 |
3926 #, c-format | |
3927 msgid "E323: line count wrong in block %ld" | |
3928 msgstr "E323: nombre de lignes erroné dans le bloc %ld" | |
3929 | |
3930 msgid "Stack size increases" | |
3931 msgstr "La taille de la pile s'accroît" | |
3932 | |
3933 msgid "E317: pointer block id wrong 2" | |
3934 msgstr "E317: mauvais id de pointeur de block 2" | |
3935 | |
837 | 3936 #, c-format |
3937 msgid "E773: Symlink loop for \"%s\"" | |
3938 msgstr "E773: cycle de liens symboliques avec \"%s\"" | |
3939 | |
7 | 3940 msgid "E325: ATTENTION" |
3941 msgstr "E325: ATTENTION" | |
3942 | |
3943 msgid "" | |
3944 "\n" | |
3945 "Found a swap file by the name \"" | |
3946 msgstr "" | |
3947 "\n" | |
3948 "Trouvé un fichier d'échange nommé \"" | |
3949 | |
3950 msgid "While opening file \"" | |
3951 msgstr "Lors de l'ouverture du fichier \"" | |
3952 | |
3953 msgid " NEWER than swap file!\n" | |
3954 msgstr " PLUS RÉCENT que le fichier d'échange !\n" | |
3955 | |
3956 msgid "" | |
3957 "\n" | |
2965 | 3958 "(1) Another program may be editing the same file. If this is the case,\n" |
3959 " be careful not to end up with two different instances of the same\n" | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
3960 " file when making changes. Quit, or continue with caution.\n" |
7 | 3961 msgstr "" |
3962 "\n" | |
3963 "(1) Un autre programme est peut-être en train d'éditer ce fichier.\n" | |
3964 " Si c'est le cas, faites attention à ne pas vous retrouver avec\n" | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
3965 " deux versions différentes du même fichier en faisant des modifications.\n" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
3966 " Quitter ou continuer avec attention.\n" |
2965 | 3967 |
3968 msgid "(2) An edit session for this file crashed.\n" | |
3969 msgstr "(2) Une session d'édition de ce fichier a planté.\n" | |
7 | 3970 |
3971 msgid " If this is the case, use \":recover\" or \"vim -r " | |
3972 msgstr " Si c'est le cas, utilisez \":recover\" ou \"vim -r " | |
3973 | |
3974 msgid "" | |
3975 "\"\n" | |
3976 " to recover the changes (see \":help recovery\").\n" | |
3977 msgstr "" | |
3978 "\"\n" | |
7013 | 3979 " pour récupérer le fichier (consultez \":help recovery\").\n" |
7 | 3980 |
3981 msgid " If you did this already, delete the swap file \"" | |
3982 msgstr " Si vous l'avez déjà fait, effacez le fichier d'échange \"" | |
3983 | |
3984 msgid "" | |
3985 "\"\n" | |
3986 " to avoid this message.\n" | |
3987 msgstr "" | |
3988 "\"\n" | |
3989 " pour éviter ce message.\n" | |
3990 | |
3991 msgid "Swap file \"" | |
3992 msgstr "Le fichier d'échange \"" | |
3993 | |
3994 msgid "\" already exists!" | |
3995 msgstr "\" existe déjà !" | |
3996 | |
3997 msgid "VIM - ATTENTION" | |
3998 msgstr "VIM - ATTENTION" | |
3999 | |
4000 msgid "Swap file already exists!" | |
4001 msgstr "Un fichier d'échange existe déjà !" | |
4002 | |
4003 msgid "" | |
4004 "&Open Read-Only\n" | |
4005 "&Edit anyway\n" | |
4006 "&Recover\n" | |
4007 "&Quit\n" | |
837 | 4008 "&Abort" |
7 | 4009 msgstr "" |
4010 "&Ouvrir en lecture seule\n" | |
4011 "&Editer quand même\n" | |
4012 "&Récupérer\n" | |
4013 "&Quitter\n" | |
837 | 4014 "&Abandonner" |
4015 | |
4016 msgid "" | |
4017 "&Open Read-Only\n" | |
4018 "&Edit anyway\n" | |
4019 "&Recover\n" | |
4020 "&Delete it\n" | |
4021 "&Quit\n" | |
4022 "&Abort" | |
4023 msgstr "" | |
4024 "&Ouvrir en lecture seule\n" | |
4025 "&Editer quand même\n" | |
4026 "&Récupérer\n" | |
4027 "Le &supprimer\n" | |
4028 "&Quitter\n" | |
4029 "&Abandonner" | |
7 | 4030 |
4031 msgid "E326: Too many swap files found" | |
4032 msgstr "E326: Trop de fichiers d'échange trouvés" | |
4033 | |
4034 msgid "E327: Part of menu-item path is not sub-menu" | |
837 | 4035 msgstr "E327: Une partie du chemin de l'élément de menu n'est pas un sous-menu" |
4036 | |
4037 # DB - todo : J'hésite avec | |
4038 # msgstr "E328: Le menu n'existe pas dans ce mode" | |
7 | 4039 msgid "E328: Menu only exists in another mode" |
4040 msgstr "E328: Le menu n'existe que dans un autre mode" | |
4041 | |
837 | 4042 #, c-format |
4043 msgid "E329: No menu \"%s\"" | |
4044 msgstr "E329: Aucun menu \"%s\"" | |
7 | 4045 |
1619 | 4046 msgid "E792: Empty menu name" |
4047 msgstr "E792: Nom de menu vide" | |
4048 | |
7 | 4049 msgid "E330: Menu path must not lead to a sub-menu" |
4050 msgstr "E330: Le chemin de menu ne doit pas conduire à un sous-menu" | |
4051 | |
4052 msgid "E331: Must not add menu items directly to menu bar" | |
837 | 4053 msgstr "E331: Ajout d'éléments de menu directement dans barre de menu interdit" |
7 | 4054 |
4055 msgid "E332: Separator cannot be part of a menu path" | |
4056 msgstr "E332: Un séparateur ne peut faire partie d'un chemin de menu" | |
4057 | |
4058 msgid "" | |
4059 "\n" | |
4060 "--- Menus ---" | |
4061 msgstr "" | |
4062 "\n" | |
4063 "--- Menus ---" | |
4064 | |
4065 msgid "Tear off this menu" | |
837 | 4066 msgstr "Détacher ce menu" |
7 | 4067 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4068 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4069 msgid "E335: Menu not defined for %s mode" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4070 msgstr "E335: Le menu n'est pas défini pour le mode %s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4071 |
7 | 4072 msgid "E333: Menu path must lead to a menu item" |
4073 msgstr "E333: Le chemin du menu doit conduire à un élément de menu" | |
4074 | |
4075 #, c-format | |
4076 msgid "E334: Menu not found: %s" | |
837 | 4077 msgstr "E334: Menu introuvable : %s" |
7 | 4078 |
4079 msgid "E336: Menu path must lead to a sub-menu" | |
4080 msgstr "E336: Le chemin du menu doit conduire à un sous-menu" | |
4081 | |
4082 msgid "E337: Menu not found - check menu names" | |
4083 msgstr "E337: Menu introuvable - vérifiez les noms des menus" | |
4084 | |
4085 #, c-format | |
4086 msgid "Error detected while processing %s:" | |
837 | 4087 msgstr "Erreur détectée en traitant %s :" |
7 | 4088 |
4089 #, c-format | |
4090 msgid "line %4ld:" | |
837 | 4091 msgstr "ligne %4ld :" |
4092 | |
4093 #, c-format | |
4094 msgid "E354: Invalid register name: '%s'" | |
4095 msgstr "E354: Nom de registre invalide : '%s'" | |
4096 | |
4097 # DB - todo : mettre à jour ? | |
7 | 4098 msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4099 msgstr "Maintenance des messages : Dominique Pellé <dominique.pelle@gmail.com>" |
7 | 4100 |
4101 msgid "Interrupt: " | |
837 | 4102 msgstr "Interruption : " |
4103 | |
4104 msgid "Press ENTER or type command to continue" | |
7 | 4105 msgstr "Appuyez sur ENTRÉE ou tapez une commande pour continuer" |
4106 | |
837 | 4107 #, c-format |
4108 msgid "%s line %ld" | |
4109 msgstr "%s, ligne %ld" | |
4110 | |
7 | 4111 msgid "-- More --" |
4112 msgstr "-- Plus --" | |
4113 | |
837 | 4114 msgid " SPACE/d/j: screen/page/line down, b/u/k: up, q: quit " |
4115 msgstr "" | |
4116 "ESPACE/d/j : écran/page/ligne vers le bas, b/u/k : vers le haut, q : quitter" | |
7 | 4117 |
4118 msgid "Question" | |
4119 msgstr "Question" | |
4120 | |
4121 msgid "" | |
4122 "&Yes\n" | |
4123 "&No" | |
4124 msgstr "" | |
4125 "&Oui\n" | |
4126 "&Non" | |
4127 | |
4128 msgid "" | |
4129 "&Yes\n" | |
4130 "&No\n" | |
4131 "Save &All\n" | |
4132 "&Discard All\n" | |
4133 "&Cancel" | |
4134 msgstr "" | |
4135 "&Oui\n" | |
4136 "&Non\n" | |
837 | 4137 "Tout &enregistrer\n" |
4138 "Tout aban&donner\n" | |
7 | 4139 "&Annuler" |
4140 | |
837 | 4141 # DB : Les trois messages qui suivent sont des titres de boîtes |
4142 # de dialogue par défaut. | |
4143 msgid "Select Directory dialog" | |
4144 msgstr "Sélecteur de répertoire" | |
4145 | |
7 | 4146 msgid "Save File dialog" |
837 | 4147 msgstr "Enregistrer un fichier" |
4148 | |
7 | 4149 msgid "Open File dialog" |
837 | 4150 msgstr "Ouvrir un fichier" |
4151 | |
7 | 4152 msgid "E338: Sorry, no file browser in console mode" |
837 | 4153 msgstr "E338: Désolé, pas de sélecteur de fichiers en mode console" |
4154 | |
4155 msgid "E766: Insufficient arguments for printf()" | |
4156 msgstr "E766: Pas assez d'arguments pour printf()" | |
4157 | |
1668 | 4158 msgid "E807: Expected Float argument for printf()" |
4159 msgstr "E807: printf() attend un argument de type Flottant" | |
4160 | |
837 | 4161 msgid "E767: Too many arguments to printf()" |
4162 msgstr "E767: Trop d'arguments pour printf()" | |
7 | 4163 |
4164 msgid "W10: Warning: Changing a readonly file" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4165 msgstr "W10: Alerte : Modification d'un fichier en lecture seule" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4166 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4167 msgid "Type number and <Enter> or click with mouse (empty cancels): " |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4168 msgstr "Tapez un nombre et <Entrée> ou cliquez avec la souris (rien annule) :" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4169 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4170 msgid "Type number and <Enter> (empty cancels): " |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4171 msgstr "Tapez un nombre et <Entrée> (rien annule) :" |
837 | 4172 |
7 | 4173 msgid "1 more line" |
4174 msgstr "1 ligne en plus" | |
4175 | |
4176 msgid "1 line less" | |
4177 msgstr "1 ligne en moins" | |
4178 | |
4179 #, c-format | |
4180 msgid "%ld more lines" | |
4181 msgstr "%ld lignes en plus" | |
4182 | |
4183 #, c-format | |
4184 msgid "%ld fewer lines" | |
4185 msgstr "%ld lignes en moins" | |
4186 | |
4187 msgid " (Interrupted)" | |
4188 msgstr " (Interrompu)" | |
4189 | |
837 | 4190 msgid "Beep!" |
4191 msgstr "Bip !" | |
4192 | |
7 | 4193 msgid "ERROR: " |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4194 msgstr "ERREUR : " |
7 | 4195 |
4196 #, c-format | |
4197 msgid "" | |
4198 "\n" | |
4199 "[bytes] total alloc-freed %lu-%lu, in use %lu, peak use %lu\n" | |
4200 msgstr "" | |
4201 "\n" | |
4202 "[octets] total alloué-libéré %lu-%lu, utilisé %lu, pic %lu\n" | |
4203 | |
4204 #, c-format | |
4205 msgid "" | |
4206 "[calls] total re/malloc()'s %lu, total free()'s %lu\n" | |
4207 "\n" | |
4208 msgstr "" | |
4209 "[appels] total re/malloc() %lu, total free() %lu\n" | |
4210 "\n" | |
4211 | |
4212 msgid "E340: Line is becoming too long" | |
837 | 4213 msgstr "E340: La ligne devient trop longue" |
7 | 4214 |
4215 #, c-format | |
4216 msgid "E341: Internal error: lalloc(%ld, )" | |
837 | 4217 msgstr "E341: Erreur interne : lalloc(%ld, )" |
7 | 4218 |
4219 #, c-format | |
4220 msgid "E342: Out of memory! (allocating %lu bytes)" | |
837 | 4221 msgstr "E342: Mémoire épuisée ! (allocation de %lu octets)" |
7 | 4222 |
4223 #, c-format | |
4224 msgid "Calling shell to execute: \"%s\"" | |
837 | 4225 msgstr "Appel du shell pour exécuter : \"%s\"" |
7 | 4226 |
4227 msgid "E545: Missing colon" | |
837 | 4228 msgstr "E545: ':' manquant" |
7 | 4229 |
4230 msgid "E546: Illegal mode" | |
837 | 4231 msgstr "E546: Mode non autorisé" |
7 | 4232 |
4233 msgid "E547: Illegal mouseshape" | |
837 | 4234 msgstr "E547: Forme de curseur invalide" |
7 | 4235 |
4236 msgid "E548: digit expected" | |
4237 msgstr "E548: chiffre attendu" | |
4238 | |
4239 msgid "E549: Illegal percentage" | |
837 | 4240 msgstr "E549: Pourcentage non autorisé" |
7 | 4241 |
3312 | 4242 msgid "E854: path too long for completion" |
4243 msgstr "E854: chemin trop long pour complètement" | |
4244 | |
7 | 4245 #, c-format |
4246 msgid "" | |
4247 "E343: Invalid path: '**[number]' must be at the end of the path or be " | |
4248 "followed by '%s'." | |
837 | 4249 msgstr "" |
4250 "E343: Chemin invalide : '**[nombre]' doit être à la fin du chemin ou être " | |
4251 "suivi de '%s'." | |
7 | 4252 |
4253 #, c-format | |
4254 msgid "E344: Can't find directory \"%s\" in cdpath" | |
837 | 4255 msgstr "E344: Répertoire \"%s\" introuvable dans 'cdpath'" |
7 | 4256 |
4257 #, c-format | |
4258 msgid "E345: Can't find file \"%s\" in path" | |
837 | 4259 msgstr "E345: Fichier \"%s\" introuvable dans 'path'" |
4260 | |
7 | 4261 #, c-format |
4262 msgid "E346: No more directory \"%s\" found in cdpath" | |
837 | 4263 msgstr "E346: Plus de répertoire \"%s\" dans 'cdpath'" |
7 | 4264 |
4265 #, c-format | |
4266 msgid "E347: No more file \"%s\" found in path" | |
837 | 4267 msgstr "E347: Plus de fichier \"%s\" dans 'path'" |
4268 | |
4269 #, c-format | |
4270 msgid "E668: Wrong access mode for NetBeans connection info file: \"%s\"" | |
4271 msgstr "" | |
838 | 4272 "E668: Mode d'accès incorrect au fichier d'infos de connexion NetBeans : \"%s" |
4273 "\"" | |
837 | 4274 |
4275 #, c-format | |
4276 msgid "E658: NetBeans connection lost for buffer %ld" | |
4277 msgstr "E658: Connexion NetBeans perdue pour le tampon %ld" | |
4278 | |
2625 | 4279 msgid "E838: netbeans is not supported with this GUI" |
4280 msgstr "E838: netbeans n'est pas supporté avec cette interface graphique" | |
4281 | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
4282 msgid "E511: netbeans already connected" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
4283 msgstr "E511: netbeans déjà connecté" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
4284 |
2965 | 4285 #, c-format |
4286 msgid "E505: %s is read-only (add ! to override)" | |
4287 msgstr "E505: %s est en lecture seule (ajoutez ! pour passer outre)" | |
837 | 4288 |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4289 msgid "E349: No identifier under cursor" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4290 msgstr "E349: Aucun identifiant sous le curseur" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4291 |
837 | 4292 msgid "E774: 'operatorfunc' is empty" |
4293 msgstr "E774: 'operatorfunc' est vide" | |
4294 | |
4295 msgid "E775: Eval feature not available" | |
4296 msgstr "E775: La fonctionnalité d'évaluation n'est pas disponible" | |
4297 | |
4298 # DB : Il est ici question du mode Visuel. | |
7 | 4299 msgid "Warning: terminal cannot highlight" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4300 msgstr "Alerte : le terminal ne peut pas surligner" |
7 | 4301 |
4302 msgid "E348: No string under cursor" | |
837 | 4303 msgstr "E348: Aucune chaîne sous le curseur" |
7 | 4304 |
4305 msgid "E352: Cannot erase folds with current 'foldmethod'" | |
837 | 4306 msgstr "E352: Impossible d'effacer des replis avec la 'foldmethod'e actuelle" |
4307 | |
4308 msgid "E664: changelist is empty" | |
4309 msgstr "E664: La liste des modifications (changelist) est vide" | |
4310 | |
4311 msgid "E662: At start of changelist" | |
4312 msgstr "E662: Au début de la liste des modifications" | |
4313 | |
4314 msgid "E663: At end of changelist" | |
4315 msgstr "E663: À la fin de la liste des modifications" | |
4316 | |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
4317 msgid "Type :qa! and press <Enter> to abandon all changes and exit Vim" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4318 msgstr "" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4319 "Tapez :qa! puis <Entrée> pour abandonner tous les changements et quitter " |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4320 "Vim" |
837 | 4321 |
7 | 4322 #, c-format |
4323 msgid "1 line %sed 1 time" | |
4324 msgstr "1 ligne %sée 1 fois" | |
4325 | |
4326 #, c-format | |
4327 msgid "1 line %sed %d times" | |
4328 msgstr "1 ligne %sée %d fois" | |
4329 | |
4330 #, c-format | |
4331 msgid "%ld lines %sed 1 time" | |
4332 msgstr "%ld lignes %sées 1 fois" | |
4333 | |
4334 #, c-format | |
4335 msgid "%ld lines %sed %d times" | |
4336 msgstr "%ld lignes %sées %d fois" | |
4337 | |
4338 #, c-format | |
4339 msgid "%ld lines to indent... " | |
4340 msgstr "%ld lignes à indenter... " | |
4341 | |
4342 msgid "1 line indented " | |
4343 msgstr "1 ligne indentée " | |
4344 | |
4345 #, c-format | |
4346 msgid "%ld lines indented " | |
4347 msgstr "%ld lignes indentées " | |
4348 | |
837 | 4349 msgid "E748: No previously used register" |
4350 msgstr "E748: Aucun registre n'a été précédemment utilisé" | |
4351 | |
4352 # DB - Question O/N. | |
7 | 4353 msgid "cannot yank; delete anyway" |
837 | 4354 msgstr "impossible de réaliser une copie ; effacer tout de même" |
7 | 4355 |
4356 msgid "1 line changed" | |
4357 msgstr "1 ligne modifiée" | |
4358 | |
4359 #, c-format | |
4360 msgid "%ld lines changed" | |
4361 msgstr "%ld lignes modifiées" | |
4362 | |
4363 #, c-format | |
4364 msgid "freeing %ld lines" | |
4365 msgstr "libération de %ld lignes" | |
4366 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4367 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4368 msgid " into \"%c" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4369 msgstr " dans \"%c" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4370 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4371 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4372 msgid "block of 1 line yanked%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4373 msgstr "bloc de 1 ligne copié%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4374 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4375 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4376 msgid "1 line yanked%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4377 msgstr "1 ligne copiée%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4378 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4379 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4380 msgid "block of %ld lines yanked%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4381 msgstr "bloc de %ld lignes copié%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4382 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4383 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4384 msgid "%ld lines yanked%s" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4385 msgstr "%ld lignes copiées%s" |
7 | 4386 |
4387 #, c-format | |
4388 msgid "E353: Nothing in register %s" | |
4389 msgstr "E353: Le registre %s est vide" | |
4390 | |
4391 msgid "" | |
4392 "\n" | |
4393 "--- Registers ---" | |
4394 msgstr "" | |
4395 "\n" | |
4396 "--- Registres ---" | |
4397 | |
4398 msgid "Illegal register name" | |
837 | 4399 msgstr "Nom de registre invalide" |
4400 | |
7 | 4401 msgid "" |
4402 "\n" | |
4403 "# Registers:\n" | |
4404 msgstr "" | |
4405 "\n" | |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
4406 "# Registres :\n" |
7 | 4407 |
4408 #, c-format | |
4409 msgid "E574: Unknown register type %d" | |
4410 msgstr "E574: Type de registre %d inconnu" | |
4411 | |
6370 | 4412 msgid "" |
4413 "E883: search pattern and expression register may not contain two or more " | |
4414 "lines" | |
4415 msgstr "" | |
4416 "E883: le motif de recherche et le registre d'expression ne peuvent pas " | |
4417 "contenir deux lignes ou plus" | |
4418 | |
7 | 4419 #, c-format |
4420 msgid "%ld Cols; " | |
837 | 4421 msgstr "%ld Colonnes ; " |
7 | 4422 |
4423 #, c-format | |
9407
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4424 msgid "Selected %s%ld of %ld Lines; %lld of %lld Words; %lld of %lld Bytes" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4425 msgstr "" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4426 "%s%ld sur %ld Lignes ; %lld sur %lld Mots ; %lld sur %lld Octets sélectionnés" |
837 | 4427 |
4428 #, c-format | |
4429 msgid "" | |
9407
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4430 "Selected %s%ld of %ld Lines; %lld of %lld Words; %lld of %lld Chars; %lld of " |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4431 "%lld Bytes" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4432 msgstr "" |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4433 "%s%ld sur %ld Lignes ; %lld sur %lld Mots ; %lld sur %lld Caractères ; %lld " |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4434 "sur %lld octets sélectionnés" |
9407
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4435 |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4436 #, c-format |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4437 msgid "Col %s of %s; Line %ld of %ld; Word %lld of %lld; Byte %lld of %lld" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4438 msgstr "" |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4439 "Colonne %s sur %s ; Ligne %ld sur %ld ; Mot %lld sur %lld ; Octet %lld sur " |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4440 "%lld" |
837 | 4441 |
4442 #, c-format | |
4443 msgid "" | |
9407
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4444 "Col %s of %s; Line %ld of %ld; Word %lld of %lld; Char %lld of %lld; Byte " |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4445 "%lld of %lld" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4446 msgstr "" |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4447 "Colonne %s sur %s ; Ligne %ld sur %ld ; Mot %lld sur %lld ; Caractère %lld " |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4448 "sur %lld ; Octet %lld sur %lld" |
837 | 4449 |
7 | 4450 #, c-format |
4451 msgid "(+%ld for BOM)" | |
4452 msgstr "(+%ld pour le BOM)" | |
4453 | |
4454 msgid "Thanks for flying Vim" | |
4455 msgstr "Merci d'avoir choisi Vim" | |
4456 | |
4457 msgid "E518: Unknown option" | |
838 | 4458 msgstr "E518: Option inconnue" |
7 | 4459 |
4460 msgid "E519: Option not supported" | |
837 | 4461 msgstr "E519: Option non supportée" |
4462 | |
7 | 4463 msgid "E520: Not allowed in a modeline" |
837 | 4464 msgstr "E520: Non autorisé dans une ligne de mode" |
7 | 4465 |
2965 | 4466 msgid "E846: Key code not set" |
4467 msgstr "E846: Le code de touche n'est pas configuré" | |
4468 | |
7 | 4469 msgid "E521: Number required after =" |
4470 msgstr "E521: Nombre requis après =" | |
4471 | |
4472 msgid "E522: Not found in termcap" | |
837 | 4473 msgstr "E522: Introuvable dans termcap" |
7 | 4474 |
4475 #, c-format | |
4476 msgid "E539: Illegal character <%s>" | |
837 | 4477 msgstr "E539: Caractère <%s> invalide" |
7 | 4478 |
7013 | 4479 #, c-format |
4480 msgid "For option %s" | |
4481 msgstr "Pour l'option %s" | |
4482 | |
7 | 4483 msgid "E529: Cannot set 'term' to empty string" |
837 | 4484 msgstr "E529: 'term' ne doit pas être une chaîne vide" |
7 | 4485 |
4486 msgid "E530: Cannot change term in GUI" | |
838 | 4487 msgstr "E530: Impossible de modifier term dans l'interface graphique" |
7 | 4488 |
4489 msgid "E531: Use \":gui\" to start the GUI" | |
4490 msgstr "E531: Utilisez \":gui\" pour démarrer l'interface graphique" | |
4491 | |
4492 msgid "E589: 'backupext' and 'patchmode' are equal" | |
4493 msgstr "E589: 'backupext' et 'patchmode' sont égaux" | |
4494 | |
2510
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
4495 msgid "E834: Conflicts with value of 'listchars'" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
4496 msgstr "E834: Conflits avec la valeur de 'listchars'" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
4497 |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
4498 msgid "E835: Conflicts with value of 'fillchars'" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
4499 msgstr "E835: Conflits avec la valeur de 'fillchars'" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
4500 |
7 | 4501 msgid "E617: Cannot be changed in the GTK+ 2 GUI" |
837 | 4502 msgstr "E617: Non modifiable dans l'interface graphique GTK+ 2" |
7 | 4503 |
4504 msgid "E524: Missing colon" | |
837 | 4505 msgstr "E524: ':' manquant" |
7 | 4506 |
4507 msgid "E525: Zero length string" | |
4508 msgstr "E525: Chaîne de longueur nulle" | |
4509 | |
4510 #, c-format | |
4511 msgid "E526: Missing number after <%s>" | |
4512 msgstr "E526: Nombre manquant après <%s>" | |
4513 | |
4514 msgid "E527: Missing comma" | |
4515 msgstr "E527: Virgule manquante" | |
4516 | |
4517 msgid "E528: Must specify a ' value" | |
4518 msgstr "E528: Une valeur ' doit être spécifiée" | |
4519 | |
4520 msgid "E595: contains unprintable or wide character" | |
837 | 4521 msgstr "E595: contient des caractères à largeur double non-imprimables" |
7 | 4522 |
4523 msgid "E596: Invalid font(s)" | |
837 | 4524 msgstr "E596: Police(s) invalide(s)" |
7 | 4525 |
4526 msgid "E597: can't select fontset" | |
837 | 4527 msgstr "E597: Impossible de sélectionner un jeu de polices" |
4528 | |
7 | 4529 msgid "E598: Invalid fontset" |
837 | 4530 msgstr "E598: Jeu de polices invalide" |
4531 | |
7 | 4532 msgid "E533: can't select wide font" |
837 | 4533 msgstr "E533: Impossible de sélectionner une police à largeur double" |
7 | 4534 |
4535 msgid "E534: Invalid wide font" | |
837 | 4536 msgstr "E534: Police à largeur double invalide" |
7 | 4537 |
4538 #, c-format | |
4539 msgid "E535: Illegal character after <%c>" | |
837 | 4540 msgstr "E535: Caractère invalide après <%c>" |
7 | 4541 |
4542 msgid "E536: comma required" | |
4543 msgstr "E536: virgule requise" | |
4544 | |
4545 #, c-format | |
4546 msgid "E537: 'commentstring' must be empty or contain %s" | |
4547 msgstr "E537: 'commentstring' doit être vide ou contenir %s" | |
4548 | |
4549 msgid "E538: No mouse support" | |
4550 msgstr "E538: La souris n'est pas supportée" | |
4551 | |
837 | 4552 # DB - Le code est sans ambiguïté sur le caractère manquant. |
4553 # À défaut d'une traduction valable, au moins comprend-on | |
4554 # ce qui se passe. | |
7 | 4555 msgid "E540: Unclosed expression sequence" |
837 | 4556 msgstr "E540: '}' manquant" |
7 | 4557 |
4558 msgid "E541: too many items" | |
4559 msgstr "E541: trop d'éléments" | |
4560 | |
4561 msgid "E542: unbalanced groups" | |
837 | 4562 msgstr "E542: parenthèses non équilibrées" |
7 | 4563 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4564 msgid "E946: Cannot make a terminal with running job modifiable" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4565 msgstr "E946: terminal avec tâche en cours d'exécution ne peut pas être modifiable" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
4566 |
7 | 4567 msgid "E590: A preview window already exists" |
837 | 4568 msgstr "E590: Il existe déjà une fenêtre de prévisualisation" |
7 | 4569 |
4570 msgid "W17: Arabic requires UTF-8, do ':set encoding=utf-8'" | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4571 msgstr "W17: L'arabe nécessite l'UTF-8, tapez ':set encoding=utf-8'" |
7 | 4572 |
4573 #, c-format | |
4574 msgid "E593: Need at least %d lines" | |
837 | 4575 msgstr "E593: Au moins %d lignes sont nécessaires" |
7 | 4576 |
4577 #, c-format | |
4578 msgid "E594: Need at least %d columns" | |
837 | 4579 msgstr "E594: Au moins %d colonnes sont nécessaires" |
7 | 4580 |
4581 #, c-format | |
4582 msgid "E355: Unknown option: %s" | |
837 | 4583 msgstr "E355: Option inconnue : %s" |
7 | 4584 |
1619 | 4585 #, c-format |
4586 msgid "E521: Number required: &%s = '%s'" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4587 msgstr "E521: Nombre requis : &%s = '%s'" |
1619 | 4588 |
7 | 4589 msgid "" |
4590 "\n" | |
4591 "--- Terminal codes ---" | |
4592 msgstr "" | |
4593 "\n" | |
4594 "--- Codes de terminal ---" | |
4595 | |
4596 msgid "" | |
4597 "\n" | |
4598 "--- Global option values ---" | |
4599 msgstr "" | |
4600 "\n" | |
4601 "--- Valeur des options globales ---" | |
4602 | |
4603 msgid "" | |
4604 "\n" | |
4605 "--- Local option values ---" | |
4606 msgstr "" | |
4607 "\n" | |
4608 "--- Valeur des options locales ---" | |
4609 | |
4610 msgid "" | |
4611 "\n" | |
4612 "--- Options ---" | |
4613 msgstr "" | |
4614 "\n" | |
4615 "--- Options ---" | |
4616 | |
4617 msgid "E356: get_varp ERROR" | |
4618 msgstr "E356: ERREUR get_varp" | |
4619 | |
4620 #, c-format | |
4621 msgid "E357: 'langmap': Matching character missing for %s" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4622 msgstr "E357: 'langmap' : Aucun caractère correspondant pour %s" |
7 | 4623 |
4624 #, c-format | |
4625 msgid "E358: 'langmap': Extra characters after semicolon: %s" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4626 msgstr "E358: 'langmap' : Caractères surnuméraires après point-virgule : %s" |
7 | 4627 |
4628 msgid "cannot open " | |
837 | 4629 msgstr "impossible d'ouvrir " |
7 | 4630 |
4631 msgid "VIM: Can't open window!\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4632 msgstr "VIM : Impossible d'ouvrir la fenêtre !\n" |
7 | 4633 |
4634 msgid "Need Amigados version 2.04 or later\n" | |
837 | 4635 msgstr "Amigados version 2.04 ou ultérieure est nécessaire\n" |
7 | 4636 |
4637 #, c-format | |
4638 msgid "Need %s version %ld\n" | |
837 | 4639 msgstr "%s version %ld est nécessaire\n" |
7 | 4640 |
4641 msgid "Cannot open NIL:\n" | |
837 | 4642 msgstr "Impossible d'ouvrir NIL :\n" |
7 | 4643 |
4644 msgid "Cannot create " | |
837 | 4645 msgstr "Impossible de créer " |
7 | 4646 |
4647 #, c-format | |
4648 msgid "Vim exiting with %d\n" | |
837 | 4649 msgstr "Vim quitte avec %d\n" |
7 | 4650 |
4651 msgid "cannot change console mode ?!\n" | |
837 | 4652 msgstr "Impossible de modifier le mode de la console ?!\n" |
7 | 4653 |
4654 msgid "mch_get_shellsize: not a console??\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4655 msgstr "mch_get_shellsize : pas une console ?!\n" |
7 | 4656 |
4657 msgid "E360: Cannot execute shell with -f option" | |
837 | 4658 msgstr "E360: Impossible d'exécuter un shell avec l'option -f" |
7 | 4659 |
4660 msgid "Cannot execute " | |
837 | 4661 msgstr "Impossible d'exécuter " |
4662 | |
7 | 4663 msgid "shell " |
837 | 4664 msgstr "le shell " |
7 | 4665 |
4666 msgid " returned\n" | |
837 | 4667 msgstr " a été retourné\n" |
7 | 4668 |
4669 msgid "ANCHOR_BUF_SIZE too small." | |
4670 msgstr "ANCHOR_BUF_SIZE trop petit." | |
4671 | |
4672 msgid "I/O ERROR" | |
4673 msgstr "ERREUR d'E/S" | |
4674 | |
837 | 4675 msgid "Message" |
4676 msgstr "Message" | |
4677 | |
7 | 4678 msgid "E237: Printer selection failed" |
4679 msgstr "E237: La sélection de l'imprimante a échoué" | |
4680 | |
837 | 4681 # DB - Contenu des c-formats : Imprimante puis Port. |
7 | 4682 #, c-format |
4683 msgid "to %s on %s" | |
4684 msgstr "vers %s sur %s" | |
4685 | |
4686 #, c-format | |
4687 msgid "E613: Unknown printer font: %s" | |
837 | 4688 msgstr "E613: Police d'imprimante inconnue : %s" |
7 | 4689 |
4690 #, c-format | |
4691 msgid "E238: Print error: %s" | |
837 | 4692 msgstr "E238: Erreur d'impression : %s" |
7 | 4693 |
4694 #, c-format | |
4695 msgid "Printing '%s'" | |
4696 msgstr "Impression de '%s'" | |
4697 | |
4698 #, c-format | |
4699 msgid "E244: Illegal charset name \"%s\" in font name \"%s\"" | |
837 | 4700 msgstr "E244: Jeu de caractères \"%s\" invalide dans le nom de fonte \"%s\"" |
7 | 4701 |
4702 #, c-format | |
9407
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4703 msgid "E244: Illegal quality name \"%s\" in font name \"%s\"" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4704 msgstr "E244: Nom de qualité \"%s\" invalide dans le nom de fonte \"%s\"" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4705 |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
4706 #, c-format |
7 | 4707 msgid "E245: Illegal char '%c' in font name \"%s\"" |
837 | 4708 msgstr "E245: Caractère '%c' invalide dans le nom de fonte \"%s\"" |
7 | 4709 |
4710 #, c-format | |
4711 msgid "Opening the X display took %ld msec" | |
837 | 4712 msgstr "L'ouverture du display X a pris %ld ms" |
7 | 4713 |
4714 msgid "" | |
4715 "\n" | |
4716 "Vim: Got X error\n" | |
4717 msgstr "" | |
4718 "\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4719 "Vim : Réception d'une erreur X\n" |
837 | 4720 |
7 | 4721 msgid "Testing the X display failed" |
837 | 4722 msgstr "Le test du display X a échoué" |
4723 | |
7 | 4724 msgid "Opening the X display timed out" |
837 | 4725 msgstr "L'ouverture du display X a dépassé le délai d'attente" |
7 | 4726 |
4727 msgid "" | |
4728 "\n" | |
1619 | 4729 "Could not get security context for " |
4730 msgstr "" | |
4731 "\n" | |
4732 "Impossible d'obtenir le contexte de sécurité pour " | |
4733 | |
4734 msgid "" | |
4735 "\n" | |
4736 "Could not set security context for " | |
4737 msgstr "" | |
4738 "\n" | |
4739 "Impossible de modifier le contexte de sécurité pour " | |
4740 | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4741 #, c-format |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4742 msgid "Could not set security context %s for %s" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4743 msgstr "Impossible d'initialiser le contexte de sécurité %s pour %s" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4744 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4745 #, c-format |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4746 msgid "Could not get security context %s for %s. Removing it!" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4747 msgstr "" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4748 "Impossible d'obtenir le contexte de sécurité %s pour %s. Il sera supprimé !" |
6370 | 4749 |
1619 | 4750 msgid "" |
4751 "\n" | |
7 | 4752 "Cannot execute shell sh\n" |
4753 msgstr "" | |
4754 "\n" | |
837 | 4755 "Impossible d'exécuter le shell sh\n" |
7 | 4756 |
4757 msgid "" | |
4758 "\n" | |
4759 "shell returned " | |
4760 msgstr "" | |
4761 "\n" | |
4762 "le shell a retourné " | |
4763 | |
4764 msgid "" | |
4765 "\n" | |
4766 "Cannot create pipes\n" | |
4767 msgstr "" | |
4768 "\n" | |
837 | 4769 "Impossible de créer des tuyaux (pipes)\n" |
4770 | |
7 | 4771 msgid "" |
4772 "\n" | |
4773 "Cannot fork\n" | |
4774 msgstr "" | |
4775 "\n" | |
837 | 4776 "Impossible de forker\n" |
7 | 4777 |
4778 msgid "" | |
4779 "\n" | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4780 "Cannot execute shell " |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4781 msgstr "" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4782 "\n" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4783 "Impossible d'exécuter le shell " |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4784 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4785 msgid "" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4786 "\n" |
7 | 4787 "Command terminated\n" |
4788 msgstr "" | |
4789 "\n" | |
4790 "Commande interrompue\n" | |
4791 | |
4792 msgid "XSMP lost ICE connection" | |
837 | 4793 msgstr "XSMP a perdu la connexion ICE" |
4794 | |
4795 #, c-format | |
4796 msgid "dlerror = \"%s\"" | |
4797 msgstr "dlerror = \"%s\"" | |
4798 | |
7 | 4799 msgid "Opening the X display failed" |
837 | 4800 msgstr "L'ouverture du display X a échoué" |
4801 | |
7 | 4802 msgid "XSMP handling save-yourself request" |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4803 msgstr "XSMP : prise en charge d'une requête save-yourself" |
7 | 4804 |
4805 msgid "XSMP opening connection" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4806 msgstr "XSMP : ouverture de la connexion" |
7 | 4807 |
4808 msgid "XSMP ICE connection watch failed" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4809 msgstr "XSMP : échec de la surveillance de connexion ICE" |
7 | 4810 |
4811 #, c-format | |
4812 msgid "XSMP SmcOpenConnection failed: %s" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4813 msgstr "XSMP : SmcOpenConnection a échoué : %s" |
7 | 4814 |
4815 msgid "At line" | |
4816 msgstr "À la ligne" | |
4817 | |
837 | 4818 msgid "Could not load vim32.dll!" |
4819 msgstr "Impossible de charger vim32.dll !" | |
7 | 4820 |
4821 msgid "VIM Error" | |
4822 msgstr "Erreur VIM" | |
4823 | |
4824 msgid "Could not fix up function pointers to the DLL!" | |
837 | 4825 msgstr "Impossible d'initialiser les pointeurs de fonction vers la DLL !" |
7 | 4826 |
837 | 4827 # DB - Les événements en question sont ceux des messages qui suivent. |
7 | 4828 #, c-format |
4829 msgid "Vim: Caught %s event\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4830 msgstr "Vim : Événement %s intercepté\n" |
7 | 4831 |
4832 msgid "close" | |
837 | 4833 msgstr "de fermeture" |
7 | 4834 |
4835 msgid "logoff" | |
837 | 4836 msgstr "de déconnexion" |
7 | 4837 |
4838 msgid "shutdown" | |
837 | 4839 msgstr "d'arrêt" |
7 | 4840 |
4841 msgid "E371: Command not found" | |
4842 msgstr "E371: Commande introuvable" | |
4843 | |
4844 msgid "" | |
4845 "VIMRUN.EXE not found in your $PATH.\n" | |
4846 "External commands will not pause after completion.\n" | |
4847 "See :help win32-vimrun for more information." | |
4848 msgstr "" | |
837 | 4849 "VIMRUN.EXE est introuvable votre $PATH.\n" |
7 | 4850 "Les commandes externes ne feront pas de pause une fois terminées.\n" |
7013 | 4851 "Consultez :help win32-vimrun pour plus d'informations." |
7 | 4852 |
4853 msgid "Vim Warning" | |
4854 msgstr "Alerte Vim" | |
4855 | |
4856 #, c-format | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4857 msgid "shell returned %d" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4858 msgstr "le shell a retourné %d" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4859 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4860 #, c-format |
7 | 4861 msgid "E372: Too many %%%c in format string" |
837 | 4862 msgstr "E372: Trop de %%%c dans la chaîne de format" |
7 | 4863 |
4864 #, c-format | |
4865 msgid "E373: Unexpected %%%c in format string" | |
837 | 4866 msgstr "E373: %%%c inattendu dans la chaîne de format" |
7 | 4867 |
4868 msgid "E374: Missing ] in format string" | |
837 | 4869 msgstr "E374: ] manquant dans la chaîne de format" |
7 | 4870 |
4871 #, c-format | |
4872 msgid "E375: Unsupported %%%c in format string" | |
837 | 4873 msgstr "E375: %%%c non supporté dans la chaîne de format" |
4874 | |
7 | 4875 #, c-format |
4876 msgid "E376: Invalid %%%c in format string prefix" | |
837 | 4877 msgstr "E376: %%%c invalide dans le préfixe de la chaîne de format" |
4878 | |
7 | 4879 #, c-format |
4880 msgid "E377: Invalid %%%c in format string" | |
837 | 4881 msgstr "E377: %%%c invalide dans la chaîne de format" |
7 | 4882 |
4883 msgid "E378: 'errorformat' contains no pattern" | |
4884 msgstr "E378: 'errorformat' ne contient aucun motif" | |
4885 | |
4886 msgid "E379: Missing or empty directory name" | |
4887 msgstr "E379: Nom de répertoire vide ou absent" | |
4888 | |
4889 msgid "E553: No more items" | |
4890 msgstr "E553: Plus d'éléments" | |
4891 | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4892 msgid "E924: Current window was closed" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4893 msgstr "E924: La fenêtre courante doit être fermée" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4894 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4895 msgid "E925: Current quickfix was changed" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4896 msgstr "E925: Le quickfix courant a changé" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4897 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4898 msgid "E926: Current location list was changed" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4899 msgstr "E926: La liste d'emplacements courante a changé" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4900 |
7 | 4901 #, c-format |
4902 msgid "(%d of %d)%s%s: " | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
4903 msgstr "(%d sur %d)%s%s : " |
7 | 4904 |
4905 msgid " (line deleted)" | |
4906 msgstr " (ligne effacée)" | |
4907 | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4908 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4909 msgid "%serror list %d of %d; %d errors " |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4910 msgstr "%sliste d'erreurs %d sur %d ; %d erreurs" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4911 |
7 | 4912 msgid "E380: At bottom of quickfix stack" |
4913 msgstr "E380: En bas de la pile quickfix" | |
4914 | |
4915 msgid "E381: At top of quickfix stack" | |
4916 msgstr "E381: Au sommet de la pile quickfix" | |
4917 | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4918 msgid "No entries" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
4919 msgstr "Aucune entrée" |
7 | 4920 |
2371
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
4921 msgid "Error file" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
4922 msgstr "Fichier d'erreurs" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
4923 |
837 | 4924 msgid "E683: File name missing or invalid pattern" |
4925 msgstr "E683: Nom de fichier manquant ou motif invalide" | |
4926 | |
4927 #, c-format | |
4928 msgid "Cannot open file \"%s\"" | |
4929 msgstr "Impossible d'ouvrir le fichier \"%s\"" | |
4930 | |
4931 msgid "E681: Buffer is not loaded" | |
4932 msgstr "E681: le tampon n'est pas chargé" | |
4933 | |
4934 msgid "E777: String or List expected" | |
4935 msgstr "E777: Chaîne ou Liste attendue" | |
4936 | |
7 | 4937 #, c-format |
4938 msgid "E369: invalid item in %s%%[]" | |
4939 msgstr "E369: élément invalide dans %s%%[]" | |
4940 | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4941 #, c-format |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4942 msgid "E769: Missing ] after %s[" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4943 msgstr "E769: ']' manquant après %s[" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4944 |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
4945 msgid "E944: Reverse range in character class" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
4946 msgstr "E944: Classe de caractères inversée" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
4947 |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
4948 msgid "E945: Range too large in character class" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
4949 msgstr "E945: Plage de classe de caractères trop large" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
4950 |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4951 #, c-format |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4952 msgid "E53: Unmatched %s%%(" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4953 msgstr "E53: Pas de correspondance pour %s%%(" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4954 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4955 #, c-format |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4956 msgid "E54: Unmatched %s(" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4957 msgstr "E54: %s( ouvrante non fermée" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4958 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4959 #, c-format |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4960 msgid "E55: Unmatched %s)" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4961 msgstr "E55: %s) fermante non ouverte" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
4962 |
6370 | 4963 msgid "E66: \\z( not allowed here" |
4964 msgstr "E66: \\z( n'est pas autorisé ici" | |
4965 | |
4966 msgid "E67: \\z1 et al. not allowed here" | |
4967 msgstr "E67: \\z1 et co. ne sont pas autorisés ici" | |
4968 | |
4969 #, c-format | |
4970 msgid "E69: Missing ] after %s%%[" | |
4971 msgstr "E69: ']' manquant après %s%%[" | |
4972 | |
4973 #, c-format | |
4974 msgid "E70: Empty %s%%[]" | |
4975 msgstr "E70: %s%%[] vide" | |
4976 | |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
4977 msgid "E65: Illegal back reference" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
4978 msgstr "E65: post-référence invalide" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
4979 |
7 | 4980 msgid "E339: Pattern too long" |
4981 msgstr "E339: Motif trop long" | |
4982 | |
4983 msgid "E50: Too many \\z(" | |
4984 msgstr "E50: Trop de \\z(" | |
4985 | |
4986 #, c-format | |
4987 msgid "E51: Too many %s(" | |
4988 msgstr "E51: Trop de %s(" | |
4989 | |
4990 msgid "E52: Unmatched \\z(" | |
4991 msgstr "E52: Pas de correspondance pour \\z(" | |
4992 | |
4993 #, c-format | |
4994 msgid "E59: invalid character after %s@" | |
4995 msgstr "E59: caractère invalide après %s@" | |
4996 | |
4997 #, c-format | |
4998 msgid "E60: Too many complex %s{...}s" | |
4999 msgstr "E60: Trop de %s{...}s complexes" | |
5000 | |
5001 #, c-format | |
5002 msgid "E61: Nested %s*" | |
837 | 5003 msgstr "E61: %s* imbriqués" |
7 | 5004 |
5005 #, c-format | |
5006 msgid "E62: Nested %s%c" | |
837 | 5007 msgstr "E62: %s%c imbriqués" |
7 | 5008 |
5009 msgid "E63: invalid use of \\_" | |
5010 msgstr "E63: utilisation invalide de \\_" | |
5011 | |
5012 #, c-format | |
5013 msgid "E64: %s%c follows nothing" | |
837 | 5014 msgstr "E64: %s%c ne suit aucun atome" |
5015 | |
7 | 5016 msgid "E68: Invalid character after \\z" |
5017 msgstr "E68: Caractère invalide après \\z" | |
5018 | |
5019 #, c-format | |
837 | 5020 msgid "E678: Invalid character after %s%%[dxouU]" |
5021 msgstr "E678: Caractère invalide après %s%%[dxouU]" | |
5022 | |
5023 #, c-format | |
7 | 5024 msgid "E71: Invalid character after %s%%" |
5025 msgstr "E71: Caractère invalide après %s%%" | |
5026 | |
5027 #, c-format | |
5028 msgid "E554: Syntax error in %s{...}" | |
5029 msgstr "E554: Erreur de syntaxe dans %s{...}" | |
5030 | |
5031 msgid "External submatches:\n" | |
837 | 5032 msgstr "Sous-correspondances externes :\n" |
7 | 5033 |
6370 | 5034 #, c-format |
5035 msgid "E888: (NFA regexp) cannot repeat %s" | |
5036 msgstr "E888: (regexp NFA) %s ne peut pas être répété" | |
5037 | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5038 msgid "" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5039 "E864: \\%#= can only be followed by 0, 1, or 2. The automatic engine will be " |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5040 "used " |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5041 msgstr "" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5042 "E864: \\%#= peut être suivi uniquement de 0, 1 ou 2. Le moteur automatique " |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5043 "sera utilisé " |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5044 |
6370 | 5045 msgid "Switching to backtracking RE engine for pattern: " |
7013 | 5046 msgstr "Moteur RE avec backtracking utilisé pour le motif : " |
6370 | 5047 |
5048 msgid "E865: (NFA) Regexp end encountered prematurely" | |
5049 msgstr "E865: (NFA) Fin de regexp rencontrée prématurément" | |
5050 | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5051 #, c-format |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5052 msgid "E866: (NFA regexp) Misplaced %c" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5053 msgstr "E866: (regexp NFA) %c au mauvais endroit" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5054 |
6370 | 5055 #, c-format |
5056 msgid "E877: (NFA regexp) Invalid character class: %ld" | |
5057 msgstr "E877: (regexp NFA) Classe de caractère invalide : %ld" | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5058 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5059 #, c-format |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5060 msgid "E867: (NFA) Unknown operator '\\z%c'" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5061 msgstr "E867: (NFA) Opérateur inconnu '\\z%c'" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5062 |
6370 | 5063 #, c-format |
5064 msgid "E867: (NFA) Unknown operator '\\%%%c'" | |
5065 msgstr "E867: (NFA) Opérateur inconnu '\\%%%c'" | |
5066 | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5067 msgid "E868: Error building NFA with equivalence class!" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5068 msgstr "E868: Erreur lors de la construction du NFA avec classe d'équivalence" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5069 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5070 #, c-format |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5071 msgid "E869: (NFA) Unknown operator '\\@%c'" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5072 msgstr "E869: (NFA) Opérateur inconnu '\\@%c'" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5073 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5074 msgid "E870: (NFA regexp) Error reading repetition limits" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5075 msgstr "E870: (regexp NFA) Erreur à la lecture des limites de répétition" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5076 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5077 msgid "E871: (NFA regexp) Can't have a multi follow a multi !" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5078 msgstr "E871: (regexp NFA) Un multi ne peut pas suivre un multi !" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5079 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5080 msgid "E872: (NFA regexp) Too many '('" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5081 msgstr "E872: (regexp NFA) Trop de '('" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5082 |
6370 | 5083 msgid "E879: (NFA regexp) Too many \\z(" |
5084 msgstr "E879: (regexp NFA) Trop de \\z(" | |
5085 | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5086 msgid "E873: (NFA regexp) proper termination error" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5087 msgstr "E873: (NFA regexp) erreur de terminaison" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5088 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5089 msgid "E874: (NFA) Could not pop the stack !" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5090 msgstr "E874: (NFA) Impossible de dépiler !" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5091 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5092 msgid "" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5093 "E875: (NFA regexp) (While converting from postfix to NFA), too many states " |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5094 "left on stack" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5095 msgstr "" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5096 "E875: (regexp NFA) (lors de la conversion de postfix à NFA), il reste trop " |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5097 "d'états sur la pile" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5098 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5099 msgid "E876: (NFA regexp) Not enough space to store the whole NFA " |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5100 msgstr "E876: (regexp NFA) Pas assez de mémoire pour stocker le NFA" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5101 |
6370 | 5102 msgid "E878: (NFA) Could not allocate memory for branch traversal!" |
5103 msgstr "" | |
5104 "E878: (NFA) Impossible d'allouer la mémoire pour parcourir les branches !" | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5105 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5106 msgid "" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5107 "Could not open temporary log file for writing, displaying on stderr ... " |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5108 msgstr "" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5109 "Impossible d'ouvrir le fichier de log temporaire en écriture, affichage sur " |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5110 "stderr ... " |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5111 |
6370 | 5112 #, c-format |
5113 msgid "(NFA) COULD NOT OPEN %s !" | |
5114 msgstr "(NFA) IMPOSSIBLE D'OUVRIR %s !" | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5115 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5116 msgid "Could not open temporary log file for writing " |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5117 msgstr "Impossible d'ouvrir le fichier de log en écriture" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
5118 |
7 | 5119 msgid " VREPLACE" |
837 | 5120 msgstr " VREMPLACEMENT" |
7 | 5121 |
5122 msgid " REPLACE" | |
5123 msgstr " REMPLACEMENT" | |
5124 | |
837 | 5125 # DB - todo |
7 | 5126 msgid " REVERSE" |
5127 msgstr " REVERSE" | |
5128 | |
5129 msgid " INSERT" | |
5130 msgstr " INSERTION" | |
5131 | |
5132 msgid " (insert)" | |
5133 msgstr " (insertion)" | |
5134 | |
5135 msgid " (replace)" | |
5136 msgstr " (remplacement)" | |
5137 | |
5138 msgid " (vreplace)" | |
837 | 5139 msgstr " (vremplacement)" |
7 | 5140 |
5141 msgid " Hebrew" | |
5142 msgstr " hébreu" | |
5143 | |
5144 msgid " Arabic" | |
837 | 5145 msgstr " arabe" |
7 | 5146 |
5147 msgid " (paste)" | |
5148 msgstr " (collage)" | |
5149 | |
5150 msgid " VISUAL" | |
5151 msgstr " VISUEL" | |
5152 | |
837 | 5153 msgid " VISUAL LINE" |
5154 msgstr " VISUEL LIGNE" | |
5155 | |
5156 msgid " VISUAL BLOCK" | |
5157 msgstr " VISUEL BLOC" | |
5158 | |
5159 msgid " SELECT" | |
5160 msgstr " SÉLECTION" | |
5161 | |
5162 msgid " SELECT LINE" | |
5163 msgstr " SÉLECTION LIGNE" | |
5164 | |
5165 msgid " SELECT BLOCK" | |
5166 msgstr " SÉLECTION BLOC" | |
7 | 5167 |
5168 msgid "recording" | |
837 | 5169 msgstr "Enregistrement" |
7 | 5170 |
5171 #, c-format | |
5172 msgid "E383: Invalid search string: %s" | |
837 | 5173 msgstr "E383: Chaîne de recherche invalide : %s" |
7 | 5174 |
5175 #, c-format | |
5176 msgid "E384: search hit TOP without match for: %s" | |
837 | 5177 msgstr "E384: la recherche a atteint le HAUT sans trouver : %s" |
7 | 5178 |
5179 #, c-format | |
5180 msgid "E385: search hit BOTTOM without match for: %s" | |
837 | 5181 msgstr "E385: la recherche a atteint le BAS sans trouver : %s" |
7 | 5182 |
5183 msgid "E386: Expected '?' or '/' after ';'" | |
5184 msgstr "E386: '?' ou '/' attendu après ';'" | |
5185 | |
5186 msgid " (includes previously listed match)" | |
5187 msgstr " (inclut des correspondances listées précédemment)" | |
5188 | |
5189 msgid "--- Included files " | |
5190 msgstr "--- Fichiers inclus " | |
5191 | |
5192 msgid "not found " | |
837 | 5193 msgstr "introuvables " |
7 | 5194 |
5195 msgid "in path ---\n" | |
5196 msgstr "dans le chemin ---\n" | |
5197 | |
5198 msgid " (Already listed)" | |
5199 msgstr " (Déjà listé)" | |
5200 | |
5201 msgid " NOT FOUND" | |
5202 msgstr " INTROUVABLE" | |
5203 | |
5204 #, c-format | |
5205 msgid "Scanning included file: %s" | |
837 | 5206 msgstr "Examen des fichiers inclus : %s" |
5207 | |
5208 #, c-format | |
5209 msgid "Searching included file %s" | |
5210 msgstr "Recherche du fichier inclus %s" | |
7 | 5211 |
5212 msgid "E387: Match is on current line" | |
5213 msgstr "E387: La correspondance est sur la ligne courante" | |
5214 | |
5215 msgid "All included files were found" | |
5216 msgstr "Tous les fichiers inclus ont été trouvés" | |
5217 | |
5218 msgid "No included files" | |
2965 | 5219 msgstr "Aucun fichier inclus" |
7 | 5220 |
5221 msgid "E388: Couldn't find definition" | |
837 | 5222 msgstr "E388: Impossible de trouver la définition" |
7 | 5223 |
5224 msgid "E389: Couldn't find pattern" | |
837 | 5225 msgstr "E389: Impossible de trouver le motif" |
5226 | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
5227 msgid "Substitute " |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
5228 msgstr "Substitue " |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
5229 |
838 | 5230 #, c-format |
5231 msgid "" | |
5232 "\n" | |
5233 "# Last %sSearch Pattern:\n" | |
5234 "~" | |
5235 msgstr "" | |
5236 "\n" | |
5237 "# Dernier motif de recherche %s :\n" | |
5238 "~" | |
5239 | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5240 msgid "E756: Spell checking is not enabled" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5241 msgstr "E756: La vérification orthographique n'est pas activée" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5242 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5243 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5244 msgid "Warning: Cannot find word list \"%s_%s.spl\" or \"%s_ascii.spl\"" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5245 msgstr "Alerte : Liste de mots \"%s_%s.spl\" ou \"%s_ascii.spl\" introuvable" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5246 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5247 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5248 msgid "Warning: Cannot find word list \"%s.%s.spl\" or \"%s.ascii.spl\"" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5249 msgstr "Alerte : Liste de mots \"%s.%s.spl\" ou \"%s.ascii.spl\" introuvable" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5250 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5251 msgid "E797: SpellFileMissing autocommand deleted buffer" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5252 msgstr "E797: L'autocommande SpellFileMissing a effacé le tampon" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5253 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5254 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5255 msgid "Warning: region %s not supported" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5256 msgstr "Alerte : région %s non supportée" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5257 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5258 msgid "Sorry, no suggestions" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5259 msgstr "Désolé, aucune suggestion" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5260 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5261 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5262 msgid "Sorry, only %ld suggestions" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5263 msgstr "Désolé, seulement %ld suggestions" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5264 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5265 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5266 msgid "Change \"%.*s\" to:" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5267 msgstr "Remplacer \"%.*s\" par :" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5268 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5269 # DB - todo : l'intérêt de traduire ce message m'échappe. |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5270 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5271 msgid " < \"%.*s\"" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5272 msgstr " < \"%.*s\"" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5273 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5274 msgid "E752: No previous spell replacement" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5275 msgstr "E752: Pas de suggestion orthographique précédente" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5276 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5277 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5278 msgid "E753: Not found: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5279 msgstr "E753: Introuvable : %s" |
837 | 5280 |
5281 msgid "E758: Truncated spell file" | |
5282 msgstr "E758: Fichier orthographique tronqué" | |
5283 | |
5284 #, c-format | |
5285 msgid "Trailing text in %s line %d: %s" | |
5286 msgstr "Texte en trop dans %s ligne %d : %s" | |
5287 | |
5288 #, c-format | |
5289 msgid "Affix name too long in %s line %d: %s" | |
5290 msgstr "Nom d'affixe trop long dans %s ligne %d : %s" | |
5291 | |
5292 msgid "E761: Format error in affix file FOL, LOW or UPP" | |
5293 msgstr "E761: Erreur de format dans le fichier d'affixe FOL, LOW et UPP" | |
5294 | |
5295 msgid "E762: Character in FOL, LOW or UPP is out of range" | |
5296 msgstr "E762: Un caractère dans FOL, LOW ou UPP est hors-limites" | |
5297 | |
5298 msgid "Compressing word tree..." | |
5299 msgstr "Compression de l'arbre des mots" | |
5300 | |
5301 #, c-format | |
5302 msgid "Reading spell file \"%s\"" | |
5303 msgstr "Lecture du fichier orthographique \"%s\"" | |
5304 | |
5305 msgid "E757: This does not look like a spell file" | |
5306 msgstr "E757: Le fichier ne ressemble pas à un fichier orthographique" | |
5307 | |
5308 msgid "E771: Old spell file, needs to be updated" | |
5309 msgstr "E771: Fichier orthographique obsolète, sa mise à jour est nécessaire" | |
5310 | |
5311 msgid "E772: Spell file is for newer version of Vim" | |
5312 msgstr "E772: Le fichier est prévu pour une version de Vim plus récente" | |
5313 | |
5314 msgid "E770: Unsupported section in spell file" | |
5315 msgstr "E770: Section non supportée dans le fichier orthographique" | |
5316 | |
5317 #, c-format | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5318 msgid "E778: This does not look like a .sug file: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5319 msgstr "E778: %s ne semble pas être un fichier .sug" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5320 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5321 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5322 msgid "E779: Old .sug file, needs to be updated: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5323 msgstr "E779: Fichier de suggestions obsolète, mise à jour nécessaire : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5324 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5325 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5326 msgid "E780: .sug file is for newer version of Vim: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5327 msgstr "E780: Fichier .sug prévu pour une version de Vim plus récente : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5328 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5329 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5330 msgid "E781: .sug file doesn't match .spl file: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5331 msgstr "E781: Le fichier .sug ne correspond pas au fichier .spl : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5332 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5333 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5334 msgid "E782: error while reading .sug file: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
5335 msgstr "E782: Erreur lors de la lecture de fichier de suggestions : %s" |
837 | 5336 |
5337 #, c-format | |
5338 msgid "Reading affix file %s ..." | |
5339 msgstr "Lecture du fichier d'affixes %s..." | |
5340 | |
5341 #, c-format | |
5342 msgid "Conversion failure for word in %s line %d: %s" | |
5343 msgstr "Échec de conversion du mot dans %s ligne %d : %s" | |
5344 | |
5345 #, c-format | |
5346 msgid "Conversion in %s not supported: from %s to %s" | |
5347 msgstr "La conversion dans %s non supportée : de %s vers %s" | |
5348 | |
5349 #, c-format | |
5350 msgid "Conversion in %s not supported" | |
838 | 5351 msgstr "La conversion dans %s non supportée" |
837 | 5352 |
5353 #, c-format | |
5354 msgid "Invalid value for FLAG in %s line %d: %s" | |
5355 msgstr "Valeur de FLAG invalide dans %s ligne %d : %s" | |
5356 | |
5357 #, c-format | |
5358 msgid "FLAG after using flags in %s line %d: %s" | |
5359 msgstr "FLAG trouvé après des drapeaux dans %s ligne %d : %s" | |
5360 | |
5361 #, c-format | |
838 | 5362 msgid "" |
5363 "Defining COMPOUNDFORBIDFLAG after PFX item may give wrong results in %s line " | |
5364 "%d" | |
5365 msgstr "" | |
5366 "Définir COMPOUNDFORBIDFLAG après des PFX peut donner des résultats erronés " | |
5367 "dans %s ligne %d" | |
5368 | |
5369 #, c-format | |
5370 msgid "" | |
5371 "Defining COMPOUNDPERMITFLAG after PFX item may give wrong results in %s line " | |
5372 "%d" | |
5373 msgstr "" | |
5374 "Définir COMPOUNDPERMITFLAG après des PFX peut donner des résultats erronés " | |
857 | 5375 "dans %s ligne %d" |
838 | 5376 |
5377 #, c-format | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
5378 msgid "Wrong COMPOUNDRULES value in %s line %d: %s" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
5379 msgstr "Valeur de COMPOUNDRULES erronée dans %s ligne %d : %s" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
5380 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
5381 #, c-format |
837 | 5382 msgid "Wrong COMPOUNDWORDMAX value in %s line %d: %s" |
5383 msgstr "Valeur de COMPOUNDWORDMAX erronée dans %s ligne %d : %s" | |
5384 | |
5385 #, c-format | |
5386 msgid "Wrong COMPOUNDMIN value in %s line %d: %s" | |
5387 msgstr "Valeur de COMPOUNDMIN erronée dans %s ligne %d : %s" | |
5388 | |
5389 #, c-format | |
5390 msgid "Wrong COMPOUNDSYLMAX value in %s line %d: %s" | |
5391 msgstr "Valeur de COMPOUNDSYLMAX erronée dans %s ligne %d : %s" | |
5392 | |
5393 #, c-format | |
5394 msgid "Wrong CHECKCOMPOUNDPATTERN value in %s line %d: %s" | |
5395 msgstr "Valeur de CHECKCOMPOUNDPATTERN erronée dans %s ligne %d : %s" | |
5396 | |
5397 # DB - TODO | |
5398 #, c-format | |
5399 msgid "Different combining flag in continued affix block in %s line %d: %s" | |
5400 msgstr "" | |
5401 "Drapeaux de composition différents dans un bloc d'affixes continu dans %s " | |
5402 "ligne %d : %s" | |
5403 | |
5404 #, c-format | |
5405 msgid "Duplicate affix in %s line %d: %s" | |
2965 | 5406 msgstr "Affixe dupliqué dans %s ligne %d : %s" |
837 | 5407 |
5408 #, c-format | |
5409 msgid "" | |
5410 "Affix also used for BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/NOSUGGEST in %s " | |
5411 "line %d: %s" | |
5412 msgstr "" | |
838 | 5413 "Affixe aussi utilisée pour BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/" |
5414 "NOSUGGEST dans %s ligne %d : %s" | |
837 | 5415 |
5416 #, c-format | |
5417 msgid "Expected Y or N in %s line %d: %s" | |
5418 msgstr "Y ou N attendu dans %s ligne %d : %s" | |
5419 | |
5420 # DB - todo (regexp impossible à compiler...) | |
5421 #, c-format | |
5422 msgid "Broken condition in %s line %d: %s" | |
5423 msgstr "Condition non valide dans %s ligne %d : %s" | |
5424 | |
5425 #, c-format | |
5426 msgid "Expected REP(SAL) count in %s line %d" | |
5427 msgstr "Nombre de REP(SAL) attendu dans %s ligne %d" | |
5428 | |
5429 #, c-format | |
5430 msgid "Expected MAP count in %s line %d" | |
5431 msgstr "Nombre de MAP attendu dans %s ligne %d" | |
5432 | |
5433 #, c-format | |
5434 msgid "Duplicate character in MAP in %s line %d" | |
5435 msgstr "Caractère dupliqué dans MAP dans %s ligne %d" | |
5436 | |
5437 #, c-format | |
5438 msgid "Unrecognized or duplicate item in %s line %d: %s" | |
5439 msgstr "Élément non reconnu ou dupliqué dans %s ligne %d : %s" | |
5440 | |
5441 #, c-format | |
5442 msgid "Missing FOL/LOW/UPP line in %s" | |
5443 msgstr "Ligne FOL/LOW/UPP manquante dans %s" | |
5444 | |
5445 msgid "COMPOUNDSYLMAX used without SYLLABLE" | |
5446 msgstr "Utilisation de COMPOUNDSYLMAX sans SYLLABLE" | |
5447 | |
5448 msgid "Too many postponed prefixes" | |
5449 msgstr "Trop de préfixes reportés (PFXPOSTPONE)" | |
5450 | |
5451 msgid "Too many compound flags" | |
5452 msgstr "Trop de drapeaux de composition" | |
5453 | |
1698 | 5454 msgid "Too many postponed prefixes and/or compound flags" |
837 | 5455 msgstr "Trop de préfixes reportés et/ou de drapeaux de composition" |
5456 | |
5457 #, c-format | |
5458 msgid "Missing SOFO%s line in %s" | |
5459 msgstr "Ligne SOFO%s manquante dans %s" | |
5460 | |
5461 #, c-format | |
5462 msgid "Both SAL and SOFO lines in %s" | |
5463 msgstr "Lignes SAL et lignes SOFO présentes dans %s" | |
5464 | |
5465 #, c-format | |
5466 msgid "Flag is not a number in %s line %d: %s" | |
5467 msgstr "Le drapeau n'est pas un nombre dans %s ligne %d : %s" | |
5468 | |
5469 #, c-format | |
5470 msgid "Illegal flag in %s line %d: %s" | |
5471 msgstr "Drapeau non autorisé dans %s ligne %d : %s" | |
5472 | |
5473 #, c-format | |
5474 msgid "%s value differs from what is used in another .aff file" | |
5475 msgstr "La valeur de %s est différente de celle d'un autre fichier .aff" | |
5476 | |
5477 #, c-format | |
5478 msgid "Reading dictionary file %s ..." | |
5479 msgstr "Lecture du fichier orthographique %s..." | |
5480 | |
5481 #, c-format | |
5482 msgid "E760: No word count in %s" | |
5483 msgstr "E760: Nombre de mots non indiqué dans %s" | |
5484 | |
5485 #, c-format | |
5486 msgid "line %6d, word %6d - %s" | |
5487 msgstr "ligne %6d, mot %6d - %s" | |
5488 | |
5489 #, c-format | |
5490 msgid "Duplicate word in %s line %d: %s" | |
5491 msgstr "Mot dupliqué dans %s ligne %d : %s" | |
5492 | |
5493 #, c-format | |
5494 msgid "First duplicate word in %s line %d: %s" | |
5495 msgstr "Premier mot dupliqué dans %s ligne %d : %s" | |
5496 | |
5497 #, c-format | |
5498 msgid "%d duplicate word(s) in %s" | |
5499 msgstr "%d mot(s) dupliqué(s) dans %s" | |
5500 | |
5501 #, c-format | |
5502 msgid "Ignored %d word(s) with non-ASCII characters in %s" | |
5503 msgstr "%d mot(s) ignoré(s) avec des caractères non-ASCII dans %s" | |
5504 | |
5505 #, c-format | |
5506 msgid "Reading word file %s ..." | |
5507 msgstr "Lecture de la liste de mots %s..." | |
5508 | |
5509 #, c-format | |
5510 msgid "Duplicate /encoding= line ignored in %s line %d: %s" | |
5511 msgstr "Ligne /encoding= en double ignorée dans %s ligne %d : %s" | |
5512 | |
5513 #, c-format | |
5514 msgid "/encoding= line after word ignored in %s line %d: %s" | |
5515 msgstr "Ligne /encoding= après des mots ignorée dans %s ligne %d : %s" | |
5516 | |
5517 #, c-format | |
5518 msgid "Duplicate /regions= line ignored in %s line %d: %s" | |
5519 msgstr "Ligne /regions= en double ignorée dans %s ligne %d : %s" | |
5520 | |
5521 #, c-format | |
5522 msgid "Too many regions in %s line %d: %s" | |
5523 msgstr "Trop de régions dans %s ligne %d : %s" | |
5524 | |
5525 #, c-format | |
5526 msgid "/ line ignored in %s line %d: %s" | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
5527 msgstr "Ligne / ignorée dans %s ligne %d : %s" |
837 | 5528 |
5529 #, c-format | |
5530 msgid "Invalid region nr in %s line %d: %s" | |
5531 msgstr "Numéro de région invalide dans %s ligne %d : %s" | |
5532 | |
5533 #, c-format | |
5534 msgid "Unrecognized flags in %s line %d: %s" | |
5535 msgstr "Drapeaux non reconnus dans %s ligne %d : %s" | |
5536 | |
5537 #, c-format | |
5538 msgid "Ignored %d words with non-ASCII characters" | |
5539 msgstr "%d mot(s) ignoré(s) avec des caractères non-ASCII" | |
5540 | |
2965 | 5541 msgid "E845: Insufficient memory, word list will be incomplete" |
5542 msgstr "E845: mémoire insuffisante, liste de mots peut-être incomplète" | |
5543 | |
837 | 5544 #, c-format |
5545 msgid "Compressed %d of %d nodes; %d (%d%%) remaining" | |
5546 msgstr "%d noeuds compressés sur %d ; %d (%d%%) restants " | |
5547 | |
5548 msgid "Reading back spell file..." | |
5549 msgstr "Relecture du fichier orthographique" | |
5550 | |
5551 msgid "Performing soundfolding..." | |
5552 msgstr "Analyse phonétique en cours..." | |
5553 | |
5554 #, c-format | |
5555 msgid "Number of words after soundfolding: %ld" | |
5556 msgstr "Nombre de mots après l'analyse phonétique : %ld" | |
5557 | |
5558 #, c-format | |
5559 msgid "Total number of words: %d" | |
5560 msgstr "Nombre total de mots : %d" | |
5561 | |
5562 #, c-format | |
5563 msgid "Writing suggestion file %s ..." | |
5564 msgstr "Écriture du fichier de suggestions %s..." | |
5565 | |
5566 #, c-format | |
5567 msgid "Estimated runtime memory use: %d bytes" | |
5568 msgstr "Estimation de mémoire consommée : %d octets" | |
5569 | |
5570 msgid "E751: Output file name must not have region name" | |
5571 msgstr "E751: Le nom du fichier ne doit pas contenir de nom de région" | |
5572 | |
5573 msgid "E754: Only up to 8 regions supported" | |
5574 msgstr "E754: 8 régions au maximum sont supportées" | |
5575 | |
5576 #, c-format | |
5577 msgid "E755: Invalid region in %s" | |
5578 msgstr "E755: Région invalide dans %s" | |
5579 | |
5580 msgid "Warning: both compounding and NOBREAK specified" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
5581 msgstr "Alerte : la composition et NOBREAK sont tous les deux spécifiés" |
837 | 5582 |
5583 #, c-format | |
5584 msgid "Writing spell file %s ..." | |
5585 msgstr "Écriture du fichier orthographique %s..." | |
5586 | |
5587 msgid "Done!" | |
5588 msgstr "Terminé !" | |
5589 | |
5590 # DB - todo : perfectible. | |
5591 #, c-format | |
5592 msgid "E765: 'spellfile' does not have %ld entries" | |
5593 msgstr "E765: 'spellfile' n'a pas %ld entrées" | |
5594 | |
5595 #, c-format | |
6370 | 5596 msgid "Word '%.*s' removed from %s" |
5597 msgstr "Mot '%.*s' retiré de %s" | |
5598 | |
5599 #, c-format | |
5600 msgid "Word '%.*s' added to %s" | |
5601 msgstr "Mot '%.*s' ajouté dans %s" | |
837 | 5602 |
5603 msgid "E763: Word characters differ between spell files" | |
5604 msgstr "" | |
2965 | 5605 "E763: Les caractères de mots diffèrent entre les fichiers orthographiques" |
837 | 5606 |
5607 msgid "E783: duplicate char in MAP entry" | |
10617 | 5608 msgstr "E783: caractère dupliqué dans l'entrée MAP" |
7 | 5609 |
6370 | 5610 msgid "No Syntax items defined for this buffer" |
5611 msgstr "Aucun élément de syntaxe défini pour ce tampon" | |
5612 | |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5613 msgid "syntax conceal on" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5614 msgstr "\"syntax conceal\" activée" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5615 |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5616 msgid "syntax conceal off" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5617 msgstr "\"syntax conceal\" désactivée" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5618 |
7 | 5619 #, c-format |
5620 msgid "E390: Illegal argument: %s" | |
837 | 5621 msgstr "E390: Argument invalide : %s" |
7 | 5622 |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5623 msgid "syntax case ignore" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5624 msgstr "syntaxe ignore la casse" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5625 |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5626 msgid "syntax case match" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5627 msgstr "syntaxe respecte la casse" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5628 |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5629 msgid "syntax spell toplevel" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5630 msgstr "contrôle orthographique dans le texte sans groupe syntaxique" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5631 |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5632 msgid "syntax spell notoplevel" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5633 msgstr "pas de contrôle orthographique dans le texte sans groupe syntaxique" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5634 |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5635 msgid "syntax spell default" |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5636 msgstr "" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5637 "contrôle orthographique dans le texte sans groupe syntaxique, sauf si @Spell/" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5638 "@NoSpell" |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
5639 |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
5640 msgid "syntax iskeyword " |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
5641 msgstr "syntaxe iskeyword " |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
5642 |
7 | 5643 #, c-format |
5644 msgid "E391: No such syntax cluster: %s" | |
837 | 5645 msgstr "E391: Aucune grappe de syntaxe %s" |
7 | 5646 |
5647 msgid "syncing on C-style comments" | |
837 | 5648 msgstr "synchronisation sur les commentaires de type C" |
7 | 5649 |
5650 msgid "no syncing" | |
837 | 5651 msgstr "Aucune synchronisation" |
5652 | |
5653 # DB - Les deux messages qui suivent vont ensemble. | |
7 | 5654 msgid "syncing starts " |
837 | 5655 msgstr "La synchronisation débute " |
7 | 5656 |
5657 msgid " lines before top line" | |
5658 msgstr " lignes avant la ligne du haut" | |
5659 | |
5660 msgid "" | |
5661 "\n" | |
5662 "--- Syntax sync items ---" | |
5663 msgstr "" | |
5664 "\n" | |
837 | 5665 "--- Éléments de synchronisation syntaxique ---" |
5666 | |
7 | 5667 msgid "" |
5668 "\n" | |
5669 "syncing on items" | |
5670 msgstr "" | |
5671 "\n" | |
5672 "synchronisation sur éléments" | |
5673 | |
5674 msgid "" | |
5675 "\n" | |
5676 "--- Syntax items ---" | |
5677 msgstr "" | |
5678 "\n" | |
5679 "--- Éléments de syntaxe ---" | |
5680 | |
5681 #, c-format | |
5682 msgid "E392: No such syntax cluster: %s" | |
837 | 5683 msgstr "E392: Aucune grappe de syntaxe %s" |
7 | 5684 |
5685 msgid "minimal " | |
837 | 5686 msgstr "minimum " |
7 | 5687 |
5688 msgid "maximal " | |
837 | 5689 msgstr "maximum " |
5690 | |
5691 # DB - todo | |
7 | 5692 msgid "; match " |
837 | 5693 msgstr "; correspond avec " |
5694 | |
5695 # DB - todo | |
7 | 5696 msgid " line breaks" |
837 | 5697 msgstr " coupures de ligne" |
5698 | |
5699 msgid "E395: contains argument not accepted here" | |
5700 msgstr "E395: L'argument « contains » n'est pas accepté ici" | |
5701 | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
5702 msgid "E844: invalid cchar value" |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
5703 msgstr "E844: valeur de cchar invalide" |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
5704 |
7 | 5705 msgid "E393: group[t]here not accepted here" |
1619 | 5706 msgstr "E393: L'argument « group[t]here » n'est pas accepté ici" |
837 | 5707 |
7 | 5708 #, c-format |
5709 msgid "E394: Didn't find region item for %s" | |
837 | 5710 msgstr "E394: Aucun élément de type région trouvé pour %s" |
7 | 5711 |
5712 msgid "E397: Filename required" | |
5713 msgstr "E397: Nom de fichier requis" | |
5714 | |
2965 | 5715 msgid "E847: Too many syntax includes" |
5716 msgstr "E847: Trop d'inclusions de syntaxe" | |
5717 | |
7 | 5718 #, c-format |
857 | 5719 msgid "E789: Missing ']': %s" |
5720 msgstr "E789: ']' manquant : %s" | |
837 | 5721 |
5722 #, c-format | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
5723 msgid "E890: trailing char after ']': %s]%s" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
5724 msgstr "E890: Caractère surnuméraire après ']': %s]%s" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
5725 |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
5726 #, c-format |
7 | 5727 msgid "E398: Missing '=': %s" |
837 | 5728 msgstr "E398: '=' manquant : %s" |
7 | 5729 |
5730 #, c-format | |
5731 msgid "E399: Not enough arguments: syntax region %s" | |
837 | 5732 msgstr "E399: Pas assez d'arguments : syntax region %s" |
5733 | |
2965 | 5734 msgid "E848: Too many syntax clusters" |
5735 msgstr "E848: Trop de grappes de syntaxe" | |
5736 | |
7 | 5737 msgid "E400: No cluster specified" |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
5738 msgstr "E400: Aucune grappe spécifiée" |
7 | 5739 |
5740 #, c-format | |
5741 msgid "E401: Pattern delimiter not found: %s" | |
837 | 5742 msgstr "E401: Délimiteur de motif introuvable : %s" |
5743 | |
7 | 5744 #, c-format |
5745 msgid "E402: Garbage after pattern: %s" | |
837 | 5746 msgstr "E402: caractères en trop après le motif : %s" |
5747 | |
7 | 5748 msgid "E403: syntax sync: line continuations pattern specified twice" |
837 | 5749 msgstr "" |
5750 "E403: synchro syntax : motif de continuation de ligne présent deux fois" | |
7 | 5751 |
5752 #, c-format | |
5753 msgid "E404: Illegal arguments: %s" | |
837 | 5754 msgstr "E404: Arguments invalides : %s" |
7 | 5755 |
5756 #, c-format | |
5757 msgid "E405: Missing equal sign: %s" | |
837 | 5758 msgstr "E405: '=' manquant : %s" |
7 | 5759 |
5760 #, c-format | |
5761 msgid "E406: Empty argument: %s" | |
837 | 5762 msgstr "E406: Argument vide : %s" |
7 | 5763 |
5764 #, c-format | |
5765 msgid "E407: %s not allowed here" | |
837 | 5766 msgstr "E407: %s n'est pas autorisé ici" |
7 | 5767 |
5768 #, c-format | |
5769 msgid "E408: %s must be first in contains list" | |
837 | 5770 msgstr "E408: %s doit être le premier élément d'une liste « contains »" |
7 | 5771 |
5772 #, c-format | |
5773 msgid "E409: Unknown group name: %s" | |
837 | 5774 msgstr "E409: Nom de groupe inconnu : %s" |
7 | 5775 |
5776 #, c-format | |
5777 msgid "E410: Invalid :syntax subcommand: %s" | |
837 | 5778 msgstr "E410: Sous-commande de :syntax invalide : %s" |
5779 | |
6370 | 5780 msgid "" |
5781 " TOTAL COUNT MATCH SLOWEST AVERAGE NAME PATTERN" | |
5782 msgstr "" | |
5783 " TOTAL NOMBRE MATCH PLUS LENT MOYEN NOM MOTIF" | |
5784 | |
837 | 5785 msgid "E679: recursive loop loading syncolor.vim" |
5786 msgstr "E679: boucle récursive lors du chargement de syncolor.vim" | |
7 | 5787 |
5788 #, c-format | |
5789 msgid "E411: highlight group not found: %s" | |
837 | 5790 msgstr "E411: groupe de surbrillance introuvable : %s" |
7 | 5791 |
5792 #, c-format | |
5793 msgid "E412: Not enough arguments: \":highlight link %s\"" | |
837 | 5794 msgstr "E412: Trop peu d'arguments : \":highlight link %s\"" |
7 | 5795 |
5796 #, c-format | |
5797 msgid "E413: Too many arguments: \":highlight link %s\"" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
5798 msgstr "E413: Trop d'arguments : \":highlight link %s\"" |
7 | 5799 |
5800 msgid "E414: group has settings, highlight link ignored" | |
837 | 5801 msgstr "E414: le groupe a déjà des attributs, lien de surbrillance ignoré" |
7 | 5802 |
5803 #, c-format | |
5804 msgid "E415: unexpected equal sign: %s" | |
837 | 5805 msgstr "E415: signe égal inattendu : %s" |
7 | 5806 |
5807 #, c-format | |
5808 msgid "E416: missing equal sign: %s" | |
837 | 5809 msgstr "E416: '=' manquant : %s" |
7 | 5810 |
5811 #, c-format | |
5812 msgid "E417: missing argument: %s" | |
837 | 5813 msgstr "E417: argument manquant : %s" |
7 | 5814 |
5815 #, c-format | |
5816 msgid "E418: Illegal value: %s" | |
837 | 5817 msgstr "E418: Valeur invalide : %s" |
7 | 5818 |
5819 msgid "E419: FG color unknown" | |
5820 msgstr "E419: Couleur de premier plan inconnue" | |
5821 | |
5822 msgid "E420: BG color unknown" | |
5823 msgstr "E420: Couleur d'arrière-plan inconnue" | |
5824 | |
5825 #, c-format | |
5826 msgid "E421: Color name or number not recognized: %s" | |
837 | 5827 msgstr "E421: Nom ou numéro de couleur non reconnu : %s" |
7 | 5828 |
5829 #, c-format | |
5830 msgid "E422: terminal code too long: %s" | |
837 | 5831 msgstr "E422: le code de terminal est trop long : %s" |
7 | 5832 |
5833 #, c-format | |
5834 msgid "E423: Illegal argument: %s" | |
837 | 5835 msgstr "E423: Argument invalide : %s" |
7 | 5836 |
5837 msgid "E424: Too many different highlighting attributes in use" | |
837 | 5838 msgstr "" |
5839 "E424: Trop d'attributs de surbrillance différents en cours d'utilisation" | |
5840 | |
5841 msgid "E669: Unprintable character in group name" | |
5842 msgstr "E669: Caractère non-imprimable dans un nom de groupe" | |
5843 | |
5844 msgid "W18: Invalid character in group name" | |
5845 msgstr "W18: Caractère invalide dans un nom de groupe" | |
7 | 5846 |
2965 | 5847 msgid "E849: Too many highlight and syntax groups" |
5848 msgstr "E849: Trop de groupes de surbrillance et de syntaxe" | |
5849 | |
7 | 5850 msgid "E555: at bottom of tag stack" |
837 | 5851 msgstr "E555: En bas de la pile de marqueurs" |
7 | 5852 |
5853 msgid "E556: at top of tag stack" | |
837 | 5854 msgstr "E556: Au sommet de la pile de marqueurs" |
7 | 5855 |
5856 msgid "E425: Cannot go before first matching tag" | |
837 | 5857 msgstr "E425: Impossible d'aller avant le premier marqueur correspondant" |
7 | 5858 |
5859 #, c-format | |
5860 msgid "E426: tag not found: %s" | |
837 | 5861 msgstr "E426: Marqueur introuvable : %s" |
7 | 5862 |
5863 msgid " # pri kind tag" | |
837 | 5864 msgstr " # pri type marqueur" |
7 | 5865 |
5866 msgid "file\n" | |
5867 msgstr "fichier\n" | |
5868 | |
5869 msgid "E427: There is only one matching tag" | |
837 | 5870 msgstr "E427: Il n'y a qu'un marqueur correspondant" |
7 | 5871 |
5872 msgid "E428: Cannot go beyond last matching tag" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
5873 msgstr "E428: Impossible d'aller au-delà du dernier marqueur correspondant" |
7 | 5874 |
5875 #, c-format | |
5876 msgid "File \"%s\" does not exist" | |
5877 msgstr "Le fichier \"%s\" n'existe pas" | |
5878 | |
5879 #, c-format | |
5880 msgid "tag %d of %d%s" | |
837 | 5881 msgstr "marqueur %d sur %d%s" |
7 | 5882 |
5883 msgid " or more" | |
5884 msgstr " ou plus" | |
5885 | |
5886 msgid " Using tag with different case!" | |
837 | 5887 msgstr " Utilisation d'un marqueur avec une casse différente !" |
7 | 5888 |
5889 #, c-format | |
5890 msgid "E429: File \"%s\" does not exist" | |
5891 msgstr "E429: Le fichier \"%s\" n'existe pas" | |
5892 | |
5893 msgid "" | |
5894 "\n" | |
5895 " # TO tag FROM line in file/text" | |
5896 msgstr "" | |
5897 "\n" | |
837 | 5898 " # VERS marqueur DE ligne dans le fichier/texte" |
7 | 5899 |
5900 #, c-format | |
5901 msgid "Searching tags file %s" | |
837 | 5902 msgstr "Examen du fichier de marqueurs %s" |
7 | 5903 |
5904 #, c-format | |
5905 msgid "E430: Tag file path truncated for %s\n" | |
837 | 5906 msgstr "E430: Chemin de fichiers de marqueurs tronqué pour %s\n" |
7 | 5907 |
3312 | 5908 msgid "Ignoring long line in tags file" |
5909 msgstr "Ignore longue ligne dans le fichier de marqueurs" | |
5910 | |
7 | 5911 #, c-format |
5912 msgid "E431: Format error in tags file \"%s\"" | |
837 | 5913 msgstr "E431: Erreur de format dans le fichier de marqueurs \"%s\"" |
7 | 5914 |
5915 #, c-format | |
5916 msgid "Before byte %ld" | |
5917 msgstr "Avant l'octet %ld" | |
5918 | |
5919 #, c-format | |
5920 msgid "E432: Tags file not sorted: %s" | |
837 | 5921 msgstr "E432: Le fichier de marqueurs %s n'est pas ordonné" |
7 | 5922 |
5923 msgid "E433: No tags file" | |
837 | 5924 msgstr "E433: Aucun fichier de marqueurs" |
5925 | |
7 | 5926 msgid "E434: Can't find tag pattern" |
837 | 5927 msgstr "E434: Le motif de marqueur est introuvable" |
7 | 5928 |
5929 msgid "E435: Couldn't find tag, just guessing!" | |
837 | 5930 msgstr "E435: Marqueur introuvable, tentative pour deviner !" |
7 | 5931 |
2371
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
5932 #, c-format |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
5933 msgid "Duplicate field name: %s" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
5934 msgstr "Nom de champ dupliqué : %s" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
5935 |
7 | 5936 msgid "' not known. Available builtin terminals are:" |
837 | 5937 msgstr "' inconnu. Les terminaux intégrés sont :" |
5938 | |
7 | 5939 msgid "defaulting to '" |
5940 msgstr "utilisation par défaut de '" | |
5941 | |
5942 msgid "E557: Cannot open termcap file" | |
837 | 5943 msgstr "E557: Impossible d'ouvrir le fichier termcap" |
7 | 5944 |
5945 msgid "E558: Terminal entry not found in terminfo" | |
837 | 5946 msgstr "E558: La description du terminal est introuvable dans terminfo" |
7 | 5947 |
5948 msgid "E559: Terminal entry not found in termcap" | |
837 | 5949 msgstr "E559: La description du terminal est introuvable dans termcap" |
5950 | |
7 | 5951 #, c-format |
5952 msgid "E436: No \"%s\" entry in termcap" | |
837 | 5953 msgstr "E436: Aucune entrée \"%s\" dans termcap" |
5954 | |
5955 # DB - todo : Comment améliorer ? | |
7 | 5956 msgid "E437: terminal capability \"cm\" required" |
5957 msgstr "E437: capacité de terminal \"cm\" requise" | |
5958 | |
5959 msgid "" | |
5960 "\n" | |
5961 "--- Terminal keys ---" | |
5962 msgstr "" | |
5963 "\n" | |
5964 "--- Touches du terminal ---" | |
5965 | |
9407
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
5966 msgid "Cannot open $VIMRUNTIME/rgb.txt" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
5967 msgstr "Impossible d'ouvrir $VIMRUNTIME/rgb.txt" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
5968 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5969 msgid "Terminal" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5970 msgstr "Terminal" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5971 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5972 msgid "Terminal-finished" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5973 msgstr "Terminal-fini" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5974 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5975 msgid "active" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5976 msgstr "actif" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5977 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5978 msgid "running" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5979 msgstr "en cours" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5980 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5981 msgid "finished" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5982 msgstr "fini" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11659
diff
changeset
|
5983 |
7 | 5984 msgid "new shell started\n" |
5985 msgstr "nouveau shell démarré\n" | |
5986 | |
5987 msgid "Vim: Error reading input, exiting...\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
5988 msgstr "Vim : Erreur lors de la lecture de l'entrée, sortie...\n" |
837 | 5989 |
2098
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
5990 # DB - Message de débogage. |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
5991 msgid "Used CUT_BUFFER0 instead of empty selection" |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
5992 msgstr "CUT_BUFFER0 utilisé plutôt qu'une sélection vide" |
3259c3923c1e
Updated runtime an documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
2032
diff
changeset
|
5993 |
6370 | 5994 msgid "E881: Line count changed unexpectedly" |
5995 msgstr "E881: Le nombre de lignes a été changé inopinément" | |
2371
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
5996 |
837 | 5997 # DB - Question O/N. |
7 | 5998 msgid "No undo possible; continue anyway" |
837 | 5999 msgstr "Annulation impossible ; continuer" |
6000 | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6001 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6002 msgid "E828: Cannot open undo file for writing: %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6003 msgstr "E828: Impossible d'ouvrir le fichier d'annulations en écriture : %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6004 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6005 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6006 msgid "E825: Corrupted undo file (%s): %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6007 msgstr "E825: Fichier d'annulations corrompu (%s) : %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6008 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6009 msgid "Cannot write undo file in any directory in 'undodir'" |
2371
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
6010 msgstr "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
6011 "Impossible d'écrire le fichier d'annulations dans n'importe quel répertoire " |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
6012 "de 'undodir'" |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6013 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6014 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6015 msgid "Will not overwrite with undo file, cannot read: %s" |
2965 | 6016 msgstr "Le fichier d'annulations ne sera pas écrasé, impossible de lire : %s" |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6017 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6018 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6019 msgid "Will not overwrite, this is not an undo file: %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6020 msgstr "Fichier ne sera pas écrasé, ce n'est pas un fichier d'annulations : %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6021 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6022 msgid "Skipping undo file write, nothing to undo" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6023 msgstr "Le fichier d'annulations n'est pas écrit, rien à annuler" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6024 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6025 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6026 msgid "Writing undo file: %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6027 msgstr "Écriture du fichier d'annulations : %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6028 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6029 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6030 msgid "E829: write error in undo file: %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6031 msgstr "E829: Erreur d'écriture dans le fichier d'annulations : %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6032 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6033 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6034 msgid "Not reading undo file, owner differs: %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6035 msgstr "Le fichier d'annulations n'est pas lu, propriétaire différent : %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6036 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6037 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6038 msgid "Reading undo file: %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6039 msgstr "Lecture du fichier d'annulations : %s..." |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6040 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6041 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6042 msgid "E822: Cannot open undo file for reading: %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6043 msgstr "E822: Impossible d'ouvrir le fichier d'annulations en lecture : %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6044 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6045 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6046 msgid "E823: Not an undo file: %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6047 msgstr "E823: Ce n'est pas un fichier d'annulations : %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6048 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6049 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6050 msgid "E832: Non-encrypted file has encrypted undo file: %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6051 msgstr "E832: Fichier non-chiffré a un fichier d'annulations chiffré : %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6052 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6053 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6054 msgid "E826: Undo file decryption failed: %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6055 msgstr "E826: Déchiffrage du fichier d'annulation a échoué : %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6056 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6057 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6058 msgid "E827: Undo file is encrypted: %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6059 msgstr "E827: Le fichier d'annulations est chiffré : %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6060 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6061 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6062 msgid "E824: Incompatible undo file: %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6063 msgstr "E824: Fichier d'annulations incompatible : %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6064 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6065 msgid "File contents changed, cannot use undo info" |
2371
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
6066 msgstr "" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
6067 "Le contenu du fichier a changé, impossible d'utiliser les informations " |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
6068 "d'annulation" |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6069 |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6070 #, c-format |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6071 msgid "Finished reading undo file %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6072 msgstr "Fin de lecture du fichier d'annulations %s" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6073 |
837 | 6074 msgid "Already at oldest change" |
6075 msgstr "Déjà à la modification la plus ancienne" | |
6076 | |
6077 msgid "Already at newest change" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6078 msgstr "Déjà à la modification la plus récente" |
837 | 6079 |
6080 #, c-format | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6081 msgid "E830: Undo number %ld not found" |
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6082 msgstr "E830: Annulation n° %ld introuvable" |
7 | 6083 |
6084 msgid "E438: u_undo: line numbers wrong" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6085 msgstr "E438: u_undo : numéros de ligne erronés" |
7 | 6086 |
837 | 6087 msgid "more line" |
6088 msgstr "ligne en plus" | |
6089 | |
6090 msgid "more lines" | |
6091 msgstr "lignes en plus" | |
6092 | |
6093 msgid "line less" | |
6094 msgstr "ligne en moins" | |
6095 | |
6096 msgid "fewer lines" | |
6097 msgstr "lignes en moins" | |
6098 | |
6099 msgid "change" | |
6100 msgstr "modification" | |
6101 | |
6102 msgid "changes" | |
6103 msgstr "modifications" | |
6104 | |
6105 #, c-format | |
6106 msgid "%ld %s; %s #%ld %s" | |
6107 msgstr "%ld %s ; %s #%ld ; %s" | |
6108 | |
6109 msgid "before" | |
6110 msgstr "avant" | |
6111 | |
6112 msgid "after" | |
6113 msgstr "après" | |
6114 | |
6115 msgid "Nothing to undo" | |
6116 msgstr "Rien à annuler" | |
6117 | |
6118 # DB - Les deux premières colonnes sont alignées à droite. | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
6119 msgid "number changes when saved" |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2625
diff
changeset
|
6120 msgstr "numéro modif. instant enregistré" |
7 | 6121 |
838 | 6122 #, c-format |
6123 msgid "%ld seconds ago" | |
6124 msgstr "il y a %ld secondes" | |
6125 | |
857 | 6126 msgid "E790: undojoin is not allowed after undo" |
6127 msgstr "E790: undojoin n'est pas autorisé après une annulation" | |
6128 | |
7 | 6129 msgid "E439: undo list corrupt" |
6130 msgstr "E439: la liste d'annulation est corrompue" | |
6131 | |
6132 msgid "E440: undo line missing" | |
6133 msgstr "E440: ligne d'annulation manquante" | |
6134 | |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6135 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6136 msgid "E122: Function %s already exists, add ! to replace it" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6137 msgstr "E122: La fonction %s existe déjà (ajoutez ! pour la remplacer)" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6138 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6139 msgid "E717: Dictionary entry already exists" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6140 msgstr "E717: Une entrée du Dictionnaire porte déjà ce nom" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6141 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6142 msgid "E718: Funcref required" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6143 msgstr "E718: Référence de fonction (Funcref) requise" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6144 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6145 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6146 msgid "E130: Unknown function: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6147 msgstr "E130: Fonction inconnue : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6148 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6149 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6150 msgid "E125: Illegal argument: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6151 msgstr "E125: Argument invalide : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6152 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6153 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6154 msgid "E853: Duplicate argument name: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6155 msgstr "E853: Nom d'argument dupliqué : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6156 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6157 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6158 msgid "E740: Too many arguments for function %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6159 msgstr "E740: Trop d'arguments pour la fonction %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6160 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6161 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6162 msgid "E116: Invalid arguments for function %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6163 msgstr "E116: Arguments invalides pour la fonction %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6164 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6165 # AB - Vérifier dans la littérature technique s'il n'existe pas une meilleure |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6166 # traduction pour "function call depth". |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6167 msgid "E132: Function call depth is higher than 'maxfuncdepth'" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6168 msgstr "" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6169 "E132: La profondeur d'appel de fonction est supérieure à 'maxfuncdepth'" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6170 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6171 # AB - Ce texte fait partie d'un message de débogage. |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6172 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6173 msgid "calling %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6174 msgstr "appel de %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6175 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6176 # AB - Vérifier. |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6177 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6178 msgid "%s aborted" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6179 msgstr "%s annulée" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6180 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6181 # AB - Ce texte fait partie d'un message de débogage. |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6182 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6183 msgid "%s returning #%ld" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6184 msgstr "%s a retourné #%ld" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6185 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6186 # AB - Ce texte fait partie d'un message de débogage. |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6187 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6188 msgid "%s returning %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6189 msgstr "%s a retourné \"%s\"" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6190 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6191 msgid "E699: Too many arguments" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6192 msgstr "E699: Trop d'arguments" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6193 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6194 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6195 msgid "E117: Unknown function: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6196 msgstr "E117: Fonction inconnue : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6197 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6198 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6199 msgid "E933: Function was deleted: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6200 msgstr "E933: La fonction a été effacée: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6201 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6202 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6203 msgid "E119: Not enough arguments for function: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6204 msgstr "E119: La fonction %s n'a pas reçu assez d'arguments" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6205 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6206 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6207 msgid "E120: Using <SID> not in a script context: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6208 msgstr "E120: <SID> utilisé en dehors d'un script : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6209 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6210 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6211 msgid "E725: Calling dict function without Dictionary: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6212 msgstr "E725: Appel d'une fonction « dict » sans Dictionnaire : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6213 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6214 msgid "E129: Function name required" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6215 msgstr "E129: Nom de fonction requis" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6216 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6217 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6218 msgid "E128: Function name must start with a capital or \"s:\": %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6219 msgstr "" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6220 "E128: Le nom de la fonction doit commencer par une majuscule ou \"s:\": %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6221 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6222 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6223 msgid "E884: Function name cannot contain a colon: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6224 msgstr "" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6225 "E884: Le nom de la fonction ne peut pas contenir le caractère deux-points : " |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6226 "%s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6227 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6228 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6229 msgid "E123: Undefined function: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6230 msgstr "E123: Fonction non définie : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6231 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6232 # AB - La version française est plus consistante que la version anglaise. |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6233 # AB - Je suis partagé entre la concision d'une traduction assez littérale et |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6234 # la lourdeur d'une traduction plus correcte. |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6235 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6236 msgid "E124: Missing '(': %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6237 msgstr "E124: Il manque '(' après %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6238 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6239 msgid "E862: Cannot use g: here" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6240 msgstr "E862: Impossible d'utiliser g: ici" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6241 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6242 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6243 msgid "E932: Closure function should not be at top level: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6244 msgstr "" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6245 "E932: une fonction fermeture ne devrait pas être au niveau principal : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6246 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6247 msgid "E126: Missing :endfunction" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6248 msgstr "E126: Il manque :endfunction" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6249 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6250 #, c-format |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
6251 msgid "W22: Text found after :endfunction: %s" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
6252 msgstr "W22: Texte trouvé après :endfunction: %s" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
6253 |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
6254 #, c-format |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6255 msgid "E707: Function name conflicts with variable: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6256 msgstr "E707: Le nom de fonction entre en conflit avec la variable : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6257 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6258 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6259 msgid "E127: Cannot redefine function %s: It is in use" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6260 msgstr "E127: Impossible de redéfinir fonction %s : déjà utilisée" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6261 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6262 # DB - Le contenu du "c-format" est le nom de la fonction. |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6263 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6264 msgid "E746: Function name does not match script file name: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6265 msgstr "E746: Le nom de la fonction %s ne correspond pas le nom du script" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6266 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6267 # AB - Il est difficile de créer une version française qui fasse moins de 80 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6268 # caractères de long, nom de la fonction compris : "It is in use" est une |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6269 # expression très dense. Traductions possibles : "elle est utilisée", |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6270 # "elle s'exécute" ou "elle est occupée". |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6271 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6272 msgid "E131: Cannot delete function %s: It is in use" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6273 msgstr "E131: Impossible d'effacer %s : cette fonction est utilisée" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6274 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6275 msgid "E133: :return not inside a function" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6276 msgstr "E133: :return en dehors d'une fonction" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6277 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6278 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6279 msgid "E107: Missing parentheses: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6280 msgstr "E107: Parenthèses manquantes : %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6281 |
7 | 6282 msgid "" |
6283 "\n" | |
1668 | 6284 "MS-Windows 64-bit GUI version" |
1619 | 6285 msgstr "" |
6286 "\n" | |
6287 "Version graphique MS-Windows 64 bits" | |
6288 | |
6289 msgid "" | |
6290 "\n" | |
1668 | 6291 "MS-Windows 32-bit GUI version" |
7 | 6292 msgstr "" |
6293 "\n" | |
6294 "Version graphique MS-Windows 32 bits" | |
6295 | |
6296 msgid " with OLE support" | |
6297 msgstr " supportant l'OLE" | |
6298 | |
6299 msgid "" | |
6300 "\n" | |
1668 | 6301 "MS-Windows 64-bit console version" |
6302 msgstr "" | |
6303 "\n" | |
6304 "Version console MS-Windows 64 bits" | |
6305 | |
6306 msgid "" | |
6307 "\n" | |
6308 "MS-Windows 32-bit console version" | |
7 | 6309 msgstr "" |
6310 "\n" | |
6311 "Version console MS-Windows 32 bits" | |
6312 | |
6313 msgid "" | |
6314 "\n" | |
6315 "MacOS X (unix) version" | |
6316 msgstr "" | |
6317 "\n" | |
6318 "Version MaxOS X (unix)" | |
6319 | |
6320 msgid "" | |
6321 "\n" | |
6322 "MacOS X version" | |
6323 msgstr "" | |
6324 "\n" | |
6325 "Version MacOS X" | |
6326 | |
6327 msgid "" | |
6328 "\n" | |
6329 "MacOS version" | |
6330 msgstr "" | |
6331 "\n" | |
6332 "Version MacOS" | |
6333 | |
6334 msgid "" | |
6335 "\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6336 "OpenVMS version" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6337 msgstr "" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6338 "\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6339 "Version OpenVMS" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6340 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6341 msgid "" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6342 "\n" |
7 | 6343 "Included patches: " |
6344 msgstr "" | |
6345 "\n" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6346 "Rustines incluses : " |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6347 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6348 msgid "" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6349 "\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6350 "Extra patches: " |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6351 msgstr "" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6352 "\n" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6353 "Rustines extra : " |
7 | 6354 |
6355 msgid "Modified by " | |
6356 msgstr "Modifié par " | |
6357 | |
6358 msgid "" | |
6359 "\n" | |
6360 "Compiled " | |
6361 msgstr "" | |
6362 "\n" | |
6363 "Compilé " | |
6364 | |
6365 msgid "by " | |
6366 msgstr "par " | |
6367 | |
6368 msgid "" | |
6369 "\n" | |
6370 "Huge version " | |
6371 msgstr "" | |
6372 "\n" | |
6373 "Énorme version " | |
6374 | |
6375 msgid "" | |
6376 "\n" | |
6377 "Big version " | |
6378 msgstr "" | |
6379 "\n" | |
6380 "Grosse version " | |
6381 | |
6382 msgid "" | |
6383 "\n" | |
6384 "Normal version " | |
6385 msgstr "" | |
6386 "\n" | |
6387 "Version normale " | |
6388 | |
6389 msgid "" | |
6390 "\n" | |
6391 "Small version " | |
6392 msgstr "" | |
6393 "\n" | |
6394 "Petite version " | |
6395 | |
6396 msgid "" | |
6397 "\n" | |
6398 "Tiny version " | |
6399 msgstr "" | |
6400 "\n" | |
6401 "Version minuscule " | |
6402 | |
6403 msgid "without GUI." | |
6404 msgstr "sans interface graphique." | |
6405 | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
6406 msgid "with GTK3 GUI." |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
6407 msgstr "avec interface graphique GTK3." |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
6408 |
7 | 6409 msgid "with GTK2-GNOME GUI." |
837 | 6410 msgstr "avec interface graphique GTK2-GNOME." |
7 | 6411 |
6412 msgid "with GTK2 GUI." | |
837 | 6413 msgstr "avec interface graphique GTK2." |
7 | 6414 |
6415 msgid "with X11-Motif GUI." | |
837 | 6416 msgstr "avec interface graphique X11-Motif." |
7 | 6417 |
6418 msgid "with X11-neXtaw GUI." | |
837 | 6419 msgstr "avec interface graphique X11-neXtaw." |
7 | 6420 |
6421 msgid "with X11-Athena GUI." | |
837 | 6422 msgstr "avec interface graphique X11-Athena." |
7 | 6423 |
6424 msgid "with Photon GUI." | |
837 | 6425 msgstr "avec interface graphique Photon." |
7 | 6426 |
6427 msgid "with GUI." | |
6428 msgstr "avec une interface graphique." | |
6429 | |
6430 msgid "with Carbon GUI." | |
837 | 6431 msgstr "avec interface graphique Carbon." |
7 | 6432 |
6433 msgid "with Cocoa GUI." | |
837 | 6434 msgstr "avec interface graphique Cocoa." |
7 | 6435 |
6436 msgid "with (classic) GUI." | |
837 | 6437 msgstr "avec interface graphique (classic)." |
7 | 6438 |
6439 msgid " Features included (+) or not (-):\n" | |
837 | 6440 msgstr " Fonctionnalités incluses (+) ou non (-) :\n" |
7 | 6441 |
6442 msgid " system vimrc file: \"" | |
837 | 6443 msgstr " fichier vimrc système : \"" |
7 | 6444 |
6445 msgid " user vimrc file: \"" | |
837 | 6446 msgstr " fichier vimrc utilisateur : \"" |
7 | 6447 |
6448 msgid " 2nd user vimrc file: \"" | |
837 | 6449 msgstr " 2me fichier vimrc utilisateur : \"" |
7 | 6450 |
6451 msgid " 3rd user vimrc file: \"" | |
837 | 6452 msgstr " 3me fichier vimrc utilisateur : \"" |
7 | 6453 |
6454 msgid " user exrc file: \"" | |
837 | 6455 msgstr " fichier exrc utilisateur : \"" |
7 | 6456 |
6457 msgid " 2nd user exrc file: \"" | |
837 | 6458 msgstr " 2me fichier exrc utilisateur : \"" |
7 | 6459 |
6460 msgid " system gvimrc file: \"" | |
837 | 6461 msgstr " fichier gvimrc système : \"" |
7 | 6462 |
6463 msgid " user gvimrc file: \"" | |
837 | 6464 msgstr " fichier gvimrc utilisateur : \"" |
7 | 6465 |
6466 msgid "2nd user gvimrc file: \"" | |
837 | 6467 msgstr "2me fichier gvimrc utilisateur : \"" |
7 | 6468 |
6469 msgid "3rd user gvimrc file: \"" | |
837 | 6470 msgstr "3me fichier gvimrc utilisateur : \"" |
7 | 6471 |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6472 msgid " defaults file: \"" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6473 msgstr " fichier de valeurs par défaut : \"" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6474 |
7 | 6475 msgid " system menu file: \"" |
837 | 6476 msgstr " fichier menu système : \"" |
7 | 6477 |
6478 msgid " fall-back for $VIM: \"" | |
837 | 6479 msgstr " $VIM par défaut : \"" |
7 | 6480 |
6481 msgid " f-b for $VIMRUNTIME: \"" | |
837 | 6482 msgstr " $VIMRUNTIME par défaut : \"" |
7 | 6483 |
6484 msgid "Compilation: " | |
837 | 6485 msgstr "Compilation : " |
7 | 6486 |
6487 msgid "Compiler: " | |
837 | 6488 msgstr "Compilateur : " |
7 | 6489 |
6490 msgid "Linking: " | |
837 | 6491 msgstr "Édition de liens : " |
7 | 6492 |
6493 msgid " DEBUG BUILD" | |
6494 msgstr " VERSION DE DÉBOGAGE" | |
6495 | |
6496 msgid "VIM - Vi IMproved" | |
6497 msgstr "VIM - Vi Amélioré" | |
6498 | |
6499 msgid "version " | |
6500 msgstr "version " | |
6501 | |
6502 msgid "by Bram Moolenaar et al." | |
6503 msgstr "par Bram Moolenaar et al." | |
6504 | |
6505 msgid "Vim is open source and freely distributable" | |
6506 msgstr "Vim est un logiciel libre" | |
6507 | |
6508 msgid "Help poor children in Uganda!" | |
837 | 6509 msgstr "Aidez les enfants pauvres d'Ouganda !" |
7 | 6510 |
6511 msgid "type :help iccf<Enter> for information " | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6512 msgstr "tapez :help iccf<Entrée> pour plus d'informations " |
7 | 6513 |
6514 msgid "type :q<Enter> to exit " | |
6515 msgstr "tapez :q<Entrée> pour sortir du programme " | |
6516 | |
6517 msgid "type :help<Enter> or <F1> for on-line help" | |
6518 msgstr "tapez :help<Entrée> ou <F1> pour accéder à l'aide en ligne " | |
6519 | |
10204
f9673640b6aa
commit https://github.com/vim/vim/commit/b56e7ff0dbbfa85361bdbc5b4a86ff8b57a7acbb
Christian Brabandt <cb@256bit.org>
parents:
10004
diff
changeset
|
6520 msgid "type :help version8<Enter> for version info" |
f9673640b6aa
commit https://github.com/vim/vim/commit/b56e7ff0dbbfa85361bdbc5b4a86ff8b57a7acbb
Christian Brabandt <cb@256bit.org>
parents:
10004
diff
changeset
|
6521 msgstr "tapez :help version8<Entrée> pour lire les notes de mise à jour" |
837 | 6522 |
6523 # DB - Pour les trois messages qui suivent : | |
6524 # :set cp | |
6525 # :intro | |
7 | 6526 msgid "Running in Vi compatible mode" |
837 | 6527 msgstr "Compatibilité avec Vi activée" |
7 | 6528 |
6529 msgid "type :set nocp<Enter> for Vim defaults" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6530 msgstr "tapez :set nocp<Entrée> pour la désactiver" |
7 | 6531 |
6532 msgid "type :help cp-default<Enter> for info on this" | |
837 | 6533 msgstr "tapez :help cp-default<Entrée> pour plus d'info" |
7 | 6534 |
6535 msgid "menu Help->Orphans for information " | |
837 | 6536 msgstr "menu Aide->Orphelins pour plus d'info" |
7 | 6537 |
6538 msgid "Running modeless, typed text is inserted" | |
837 | 6539 msgstr "Les modes sont désactivés, le texte saisi est inséré" |
6540 | |
7 | 6541 msgid "menu Edit->Global Settings->Toggle Insert Mode " |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6542 msgstr "menu Édition->Réglages Globaux->Insertion Permanente" |
837 | 6543 |
6544 # DB - todo | |
7 | 6545 msgid " for two modes " |
837 | 6546 msgstr " pour les modes " |
6547 | |
6548 # DB - todo | |
7 | 6549 msgid "menu Edit->Global Settings->Toggle Vi Compatible" |
6550 msgstr "menu Édition->Réglages Globaux->Compatibilité Vi" | |
6551 | |
837 | 6552 # DB - todo |
7 | 6553 msgid " for Vim defaults " |
6554 msgstr " pour déf. de Vim " | |
6555 | |
837 | 6556 msgid "Sponsor Vim development!" |
6557 msgstr "Sponsorisez le développement de Vim !" | |
6558 | |
6559 msgid "Become a registered Vim user!" | |
6560 msgstr "Devenez un utilisateur de Vim enregistré !" | |
6561 | |
6562 msgid "type :help sponsor<Enter> for information " | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6563 msgstr "tapez :help sponsor<Entrée> pour plus d'informations " |
837 | 6564 |
6565 msgid "type :help register<Enter> for information " | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6566 msgstr "tapez :help register<Entrée> pour plus d'informations " |
837 | 6567 |
6568 msgid "menu Help->Sponsor/Register for information " | |
6569 msgstr "menu Aide->Sponsor/Enregistrement pour plus d'info" | |
6570 | |
838 | 6571 msgid "Already only one window" |
6572 msgstr "Il n'y a déjà plus qu'une fenêtre" | |
6573 | |
7 | 6574 msgid "E441: There is no preview window" |
6575 msgstr "E441: Il n'y a pas de fenêtre de prévisualisation" | |
6576 | |
6577 msgid "E442: Can't split topleft and botright at the same time" | |
837 | 6578 msgstr "E442: Impossible de partager topleft et botright en même temps" |
6579 | |
7 | 6580 msgid "E443: Cannot rotate when another window is split" |
837 | 6581 msgstr "E443: Rotation impossible quand une autre fenêtre est partagée" |
7 | 6582 |
6583 msgid "E444: Cannot close last window" | |
837 | 6584 msgstr "E444: Impossible de fermer la dernière fenêtre" |
7 | 6585 |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6586 msgid "E813: Cannot close autocmd window" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6587 msgstr "E813: Impossible de fermer la fenêtre des autocommandes" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6588 |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6589 msgid "E814: Cannot close window, only autocmd window would remain" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6590 msgstr "" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6591 "E814: Impossible de fermer la fenêtre, seule la fenêtre des autocommandes " |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6592 "resterait" |
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6593 |
7 | 6594 msgid "E445: Other window contains changes" |
837 | 6595 msgstr "E445: Les modifications de l'autre fenêtre n'ont pas été enregistrées" |
7 | 6596 |
6597 msgid "E446: No file name under cursor" | |
837 | 6598 msgstr "E446: Aucun nom de fichier sous le curseur" |
6599 | |
7 | 6600 #, c-format |
6601 msgid "E447: Can't find file \"%s\" in path" | |
837 | 6602 msgstr "E447: Le fichier \"%s\" est introuvable dans 'path'" |
7 | 6603 |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6604 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6605 msgid "E799: Invalid ID: %ld (must be greater than or equal to 1)" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6606 msgstr "E799: ID invalide : %ld (doit être plus grand ou égal à 1)" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6607 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6608 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6609 msgid "E801: ID already taken: %ld" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6610 msgstr "E801: ID déjà pris: %ld" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6611 |
6370 | 6612 msgid "List or number required" |
6613 msgstr "Liste ou nombre requis" | |
6614 | |
7 | 6615 #, c-format |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6616 msgid "E802: Invalid ID: %ld (must be greater than or equal to 1)" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6617 msgstr "E802: ID invalide : %ld (doit être plus grand ou égal à 1)" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6618 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6619 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6620 msgid "E803: ID not found: %ld" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6621 msgstr "E803: ID introuvable : %ld" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6622 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6623 #, c-format |
7 | 6624 msgid "E370: Could not load library %s" |
837 | 6625 msgstr "E370: Impossible de charger la bibliothèque %s" |
7 | 6626 |
6627 msgid "Sorry, this command is disabled: the Perl library could not be loaded." | |
837 | 6628 msgstr "" |
6629 "Désolé, commande désactivée : la bibliothèque Perl n'a pas pu être chargée." | |
7 | 6630 |
6631 msgid "E299: Perl evaluation forbidden in sandbox without the Safe module" | |
837 | 6632 msgstr "E299: Évaluation Perl interdite dans bac à sable sans le module Safe" |
7 | 6633 |
6634 msgid "Edit with &multiple Vims" | |
837 | 6635 msgstr "Éditer dans &plusieurs Vims" |
7 | 6636 |
6637 msgid "Edit with single &Vim" | |
837 | 6638 msgstr "Éditer dans un seul &Vim" |
6639 | |
6640 msgid "Diff with Vim" | |
6641 msgstr "&Comparer avec Vim" | |
7 | 6642 |
6643 msgid "Edit with &Vim" | |
837 | 6644 msgstr "Éditer dans &Vim" |
6645 | |
6646 msgid "Edit with existing Vim - " | |
6647 msgstr "Éditer dans le Vim existant - " | |
7 | 6648 |
6649 msgid "Edits the selected file(s) with Vim" | |
837 | 6650 msgstr "Édites le(s) fichier(s) sélectionné(s) avec Vim" |
6651 | |
6652 # DB - MessageBox win32, la longueur n'est pas un problème ! | |
7 | 6653 msgid "Error creating process: Check if gvim is in your path!" |
837 | 6654 msgstr "" |
838 | 6655 "Erreur de création du processus : vérifiez que gvim est bien dans votre " |
6656 "chemin !" | |
7 | 6657 |
6658 msgid "gvimext.dll error" | |
6659 msgstr "Erreur de gvimext.dll" | |
6660 | |
6661 msgid "Path length too long!" | |
6662 msgstr "Le chemin est trop long !" | |
6663 | |
6664 # msgstr "--Pas de lignes dans le tampon--" | |
837 | 6665 # DB - todo : ou encore : msgstr "--Aucune ligne dans le tampon--" |
7 | 6666 msgid "--No lines in buffer--" |
6667 msgstr "--Le tampon est vide--" | |
6668 | |
6669 msgid "E470: Command aborted" | |
6670 msgstr "E470: Commande annulée" | |
6671 | |
6672 msgid "E471: Argument required" | |
6673 msgstr "E471: Argument requis" | |
6674 | |
6675 msgid "E10: \\ should be followed by /, ? or &" | |
6676 msgstr "E10: \\ devrait être suivi de /, ? ou &" | |
6677 | |
6678 msgid "E11: Invalid in command-line window; <CR> executes, CTRL-C quits" | |
837 | 6679 msgstr "" |
6680 "E11: Invalide dans la fenêtre ligne-de-commande ; <CR> exécute, CTRL-C quitte" | |
6681 | |
7 | 6682 msgid "E12: Command not allowed from exrc/vimrc in current dir or tag search" |
837 | 6683 msgstr "" |
6684 "E12: commande non autorisée depuis un exrc/vimrc dans répertoire courant ou " | |
6685 "une recherche de marqueur" | |
7 | 6686 |
6687 msgid "E171: Missing :endif" | |
6688 msgstr "E171: :endif manquant" | |
6689 | |
6690 msgid "E600: Missing :endtry" | |
6691 msgstr "E600: :endtry manquant" | |
6692 | |
6693 msgid "E170: Missing :endwhile" | |
6694 msgstr "E170: :endwhile manquant" | |
6695 | |
837 | 6696 msgid "E170: Missing :endfor" |
6697 msgstr "E170: :endfor manquant" | |
6698 | |
7 | 6699 msgid "E588: :endwhile without :while" |
6700 msgstr "E588: :endwhile sans :while" | |
6701 | |
837 | 6702 msgid "E588: :endfor without :for" |
6703 msgstr "E588: :endfor sans :for" | |
6704 | |
7 | 6705 msgid "E13: File exists (add ! to override)" |
6706 msgstr "E13: Le fichier existe déjà (ajoutez ! pour passer outre)" | |
6707 | |
6708 msgid "E472: Command failed" | |
6709 msgstr "E472: La commande a échoué" | |
6710 | |
6711 #, c-format | |
6712 msgid "E234: Unknown fontset: %s" | |
837 | 6713 msgstr "E234: Jeu de police inconnu : %s" |
7 | 6714 |
6715 #, c-format | |
6716 msgid "E235: Unknown font: %s" | |
837 | 6717 msgstr "E235: Police inconnue : %s" |
6718 | |
7 | 6719 #, c-format |
6720 msgid "E236: Font \"%s\" is not fixed-width" | |
837 | 6721 msgstr "E236: La police \"%s\" n'a pas une chasse (largeur) fixe" |
7 | 6722 |
6723 msgid "E473: Internal error" | |
6724 msgstr "E473: Erreur interne" | |
6725 | |
10617 | 6726 #, c-format |
6727 msgid "E685: Internal error: %s" | |
6728 msgstr "E685: Erreur interne : %s" | |
6729 | |
7 | 6730 msgid "Interrupted" |
6731 msgstr "Interrompu" | |
6732 | |
6733 msgid "E14: Invalid address" | |
6734 msgstr "E14: Adresse invalide" | |
6735 | |
6736 msgid "E474: Invalid argument" | |
6737 msgstr "E474: Argument invalide" | |
6738 | |
6739 #, c-format | |
6740 msgid "E475: Invalid argument: %s" | |
837 | 6741 msgstr "E475: Argument invalide : %s" |
7 | 6742 |
6743 #, c-format | |
6744 msgid "E15: Invalid expression: %s" | |
837 | 6745 msgstr "E15: Expression invalide : %s" |
6746 | |
7 | 6747 msgid "E16: Invalid range" |
837 | 6748 msgstr "E16: Plage invalide" |
7 | 6749 |
6750 msgid "E476: Invalid command" | |
6751 msgstr "E476: Commande invalide" | |
6752 | |
6753 #, c-format | |
6754 msgid "E17: \"%s\" is a directory" | |
6755 msgstr "E17: \"%s\" est un répertoire" | |
6756 | |
6757 #, c-format | |
6758 msgid "E364: Library call failed for \"%s()\"" | |
837 | 6759 msgstr "E364: L'appel à la bibliothèque a échoué pour \"%s()\"" |
7 | 6760 |
6761 #, c-format | |
6762 msgid "E448: Could not load library function %s" | |
837 | 6763 msgstr "E448: Impossible de charger la fonction %s de la bibliothèque" |
7 | 6764 |
6765 msgid "E19: Mark has invalid line number" | |
6766 msgstr "E19: La marque a un numéro de ligne invalide" | |
6767 | |
6768 msgid "E20: Mark not set" | |
6769 msgstr "E20: Marque non positionnée" | |
6770 | |
6771 msgid "E21: Cannot make changes, 'modifiable' is off" | |
837 | 6772 msgstr "E21: Impossible de modifier, 'modifiable' est désactivé" |
7 | 6773 |
6774 msgid "E22: Scripts nested too deep" | |
837 | 6775 msgstr "E22: Trop de récursion dans les scripts" |
6776 | |
7 | 6777 msgid "E23: No alternate file" |
6778 msgstr "E23: Pas de fichier alternatif" | |
6779 | |
6780 msgid "E24: No such abbreviation" | |
837 | 6781 msgstr "E24: Cette abréviation n'existe pas" |
7 | 6782 |
6783 msgid "E477: No ! allowed" | |
6784 msgstr "E477: Le ! n'est pas autorisé" | |
6785 | |
6786 msgid "E25: GUI cannot be used: Not enabled at compile time" | |
6787 msgstr "E25: L'interface graphique n'a pas été compilée dans cette version" | |
6788 | |
6789 msgid "E26: Hebrew cannot be used: Not enabled at compile time\n" | |
6790 msgstr "E26: Le support de l'hébreu n'a pas été compilé dans cette version\n" | |
6791 | |
6792 msgid "E27: Farsi cannot be used: Not enabled at compile time\n" | |
6793 msgstr "E27: Le support du farsi n'a pas été compilé dans cette version\n" | |
6794 | |
6795 msgid "E800: Arabic cannot be used: Not enabled at compile time\n" | |
837 | 6796 msgstr "E800: Le support de l'arabe n'a pas été compilé dans cette version\n" |
6797 | |
7 | 6798 #, c-format |
6799 msgid "E28: No such highlight group name: %s" | |
837 | 6800 msgstr "E28: Aucun nom de groupe de surbrillance %s" |
7 | 6801 |
6802 msgid "E29: No inserted text yet" | |
6803 msgstr "E29: Pas encore de texte inséré" | |
6804 | |
6805 msgid "E30: No previous command line" | |
837 | 6806 msgstr "E30: Aucune ligne de commande précédente" |
6807 | |
7 | 6808 msgid "E31: No such mapping" |
837 | 6809 msgstr "E31: Mappage inexistant" |
7 | 6810 |
6811 msgid "E479: No match" | |
837 | 6812 msgstr "E479: Aucune correspondance" |
7 | 6813 |
6814 #, c-format | |
6815 msgid "E480: No match: %s" | |
837 | 6816 msgstr "E480: Aucune correspondance : %s" |
7 | 6817 |
6818 msgid "E32: No file name" | |
837 | 6819 msgstr "E32: Aucun nom de fichier" |
6820 | |
7 | 6821 msgid "E33: No previous substitute regular expression" |
837 | 6822 msgstr "E33: Aucune expression régulière de substitution précédente" |
7 | 6823 |
6824 msgid "E34: No previous command" | |
837 | 6825 msgstr "E34: Aucune commande précédente" |
7 | 6826 |
6827 msgid "E35: No previous regular expression" | |
837 | 6828 msgstr "E35: Aucune expression régulière précédente" |
7 | 6829 |
6830 msgid "E481: No range allowed" | |
1619 | 6831 msgstr "E481: Les plages ne sont pas autorisées" |
7 | 6832 |
6833 msgid "E36: Not enough room" | |
6834 msgstr "E36: Pas assez de place" | |
6835 | |
6836 #, c-format | |
6837 msgid "E247: no registered server named \"%s\"" | |
837 | 6838 msgstr "E247: aucun serveur nommé \"%s\" n'est enregistré" |
7 | 6839 |
6840 #, c-format | |
6841 msgid "E482: Can't create file %s" | |
837 | 6842 msgstr "E482: Impossible de créer le fichier %s" |
7 | 6843 |
6844 msgid "E483: Can't get temp file name" | |
837 | 6845 msgstr "E483: Impossible d'obtenir un nom de fichier temporaire" |
7 | 6846 |
6847 #, c-format | |
6848 msgid "E484: Can't open file %s" | |
6849 msgstr "E484: Impossible d'ouvrir le fichier \"%s\"" | |
6850 | |
6851 #, c-format | |
6852 msgid "E485: Can't read file %s" | |
6853 msgstr "E485: Impossible de lire le fichier %s" | |
6854 | |
6855 msgid "E38: Null argument" | |
837 | 6856 msgstr "E38: Argument null" |
7 | 6857 |
6858 msgid "E39: Number expected" | |
6859 msgstr "E39: Nombre attendu" | |
6860 | |
6861 #, c-format | |
6862 msgid "E40: Can't open errorfile %s" | |
837 | 6863 msgstr "E40: Impossible d'ouvrir le fichier d'erreurs %s" |
6864 | |
7 | 6865 msgid "E233: cannot open display" |
837 | 6866 msgstr "E233: ouverture du display impossible" |
7 | 6867 |
6868 msgid "E41: Out of memory!" | |
6869 msgstr "E41: Mémoire épuisée" | |
6870 | |
6871 msgid "Pattern not found" | |
6872 msgstr "Motif introuvable" | |
6873 | |
6874 #, c-format | |
6875 msgid "E486: Pattern not found: %s" | |
837 | 6876 msgstr "E486: Motif introuvable : %s" |
7 | 6877 |
6878 msgid "E487: Argument must be positive" | |
6879 msgstr "E487: L'argument doit être positif" | |
6880 | |
6881 msgid "E459: Cannot go back to previous directory" | |
6882 msgstr "E459: Impossible de retourner au répertoire précédent" | |
6883 | |
6884 msgid "E42: No Errors" | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1698
diff
changeset
|
6885 msgstr "E42: Aucune erreur" |
837 | 6886 |
6887 # DB - TODO : trouver une traduction valable et attestée pour "location". | |
6888 msgid "E776: No location list" | |
6889 msgstr "E776: Aucune liste d'emplacements" | |
7 | 6890 |
6891 msgid "E43: Damaged match string" | |
2265
b7cb69ab616d
Added salt to blowfish encryption.
Bram Moolenaar <bram@vim.org>
parents:
2098
diff
changeset
|
6892 msgstr "E43: La chaîne de recherche est endommagée" |
7 | 6893 |
6894 msgid "E44: Corrupted regexp program" | |
837 | 6895 msgstr "E44: L'automate de regexp est corrompu" |
7 | 6896 |
6897 msgid "E45: 'readonly' option is set (add ! to override)" | |
6898 msgstr "E45: L'option 'readonly' est activée (ajoutez ! pour passer outre)" | |
6899 | |
6900 #, c-format | |
837 | 6901 msgid "E46: Cannot change read-only variable \"%s\"" |
7 | 6902 msgstr "E46: La variable \"%s\" est en lecture seule" |
6903 | |
837 | 6904 #, c-format |
1619 | 6905 msgid "E794: Cannot set variable in the sandbox: \"%s\"" |
6906 msgstr "" | |
6907 "E794: Impossible de modifier une variable depuis le bac à sable : \"%s\"" | |
837 | 6908 |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
6909 msgid "E713: Cannot use empty key for Dictionary" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
6910 msgstr "E713: Impossible d'utiliser une clé vide dans un Dictionnaire" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
6911 |
10004
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6912 msgid "E715: Dictionary required" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6913 msgstr "E715: Dictionnaire requis" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6914 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6915 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6916 msgid "E684: list index out of range: %ld" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6917 msgstr "E684: index de Liste hors limites : %ld au-delà de la fin" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6918 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6919 # DB : Suggestion |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6920 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6921 msgid "E118: Too many arguments for function: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6922 msgstr "E118: La fonction %s a reçu trop d'arguments" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6923 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6924 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6925 msgid "E716: Key not present in Dictionary: %s" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6926 msgstr "E716: La clé %s n'existe pas dans le Dictionnaire" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6927 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6928 msgid "E714: List required" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6929 msgstr "E714: Liste requise" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6930 |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6931 #, c-format |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6932 msgid "E712: Argument of %s must be a List or Dictionary" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6933 msgstr "E712: L'argument de %s doit être une Liste ou un Dictionnaire" |
8061455d9179
commit https://github.com/vim/vim/commit/818078ddfbb8cc2546f697c5675a251d095722ec
Christian Brabandt <cb@256bit.org>
parents:
9407
diff
changeset
|
6934 |
7 | 6935 msgid "E47: Error while reading errorfile" |
6936 msgstr "E47: Erreur lors de la lecture du fichier d'erreurs" | |
6937 | |
6938 msgid "E48: Not allowed in sandbox" | |
6939 msgstr "E48: Opération interdite dans le bac à sable" | |
6940 | |
6941 msgid "E523: Not allowed here" | |
6942 msgstr "E523: Interdit à cet endroit" | |
6943 | |
6944 msgid "E359: Screen mode setting not supported" | |
6945 msgstr "E359: Choix du mode d'écran non supporté" | |
6946 | |
6947 msgid "E49: Invalid scroll size" | |
837 | 6948 msgstr "E49: Valeur de défilement invalide" |
7 | 6949 |
6950 msgid "E91: 'shell' option is empty" | |
6951 msgstr "E91: L'option 'shell' est vide" | |
6952 | |
6953 msgid "E255: Couldn't read in sign data!" | |
837 | 6954 msgstr "E255: Impossible de lire les données du symbole !" |
7 | 6955 |
6956 msgid "E72: Close error on swap file" | |
6957 msgstr "E72: Erreur lors de la fermeture du fichier d'échange" | |
6958 | |
6959 msgid "E73: tag stack empty" | |
837 | 6960 msgstr "E73: La pile des marqueurs est vide" |
7 | 6961 |
6962 msgid "E74: Command too complex" | |
6963 msgstr "E74: Commande trop complexe" | |
6964 | |
6965 msgid "E75: Name too long" | |
6966 msgstr "E75: Nom trop long" | |
6967 | |
6968 msgid "E76: Too many [" | |
6969 msgstr "E76: Trop de [" | |
6970 | |
6971 msgid "E77: Too many file names" | |
6972 msgstr "E77: Trop de noms de fichiers" | |
6973 | |
6974 msgid "E488: Trailing characters" | |
6975 msgstr "E488: Caractères surnuméraires" | |
6976 | |
6977 msgid "E78: Unknown mark" | |
6978 msgstr "E78: Marque inconnue" | |
6979 | |
6980 msgid "E79: Cannot expand wildcards" | |
6981 msgstr "E79: Impossible de développer les métacaractères" | |
6982 | |
6983 msgid "E591: 'winheight' cannot be smaller than 'winminheight'" | |
837 | 6984 msgstr "E591: 'winheight' ne peut pas être plus petit que 'winminheight'" |
7 | 6985 |
6986 msgid "E592: 'winwidth' cannot be smaller than 'winminwidth'" | |
837 | 6987 msgstr "E592: 'winwidth' ne peut pas être plus petit que 'winminwidth'" |
7 | 6988 |
6989 msgid "E80: Error while writing" | |
6990 msgstr "E80: Erreur lors de l'écriture" | |
6991 | |
11659
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
6992 msgid "E939: Positive count required" |
49c12c93abf3
Updated runtime files and translations.
Christian Brabandt <cb@256bit.org>
parents:
10617
diff
changeset
|
6993 msgstr "E939: Quantificateur positif requis" |
7 | 6994 |
6995 msgid "E81: Using <SID> not in a script context" | |
6996 msgstr "E81: <SID> utilisé en dehors d'un script" | |
6997 | |
6998 msgid "E449: Invalid expression received" | |
6999 msgstr "E449: Expression invalide reçue" | |
7000 | |
7001 msgid "E463: Region is guarded, cannot modify" | |
837 | 7002 msgstr "E463: Cette zone est verrouillée et ne peut pas être modifiée" |
7003 | |
7004 msgid "E744: NetBeans does not allow changes in read-only files" | |
7005 msgstr "" | |
7006 "E744: NetBeans n'autorise pas la modification des fichiers en lecture seule" | |
7007 | |
7008 msgid "E363: pattern uses more memory than 'maxmempattern'" | |
7009 msgstr "E363: le motif utilise plus de mémoire que 'maxmempattern'" | |
7010 | |
7011 msgid "E749: empty buffer" | |
7012 msgstr "E749: tampon vide" | |
7013 | |
7013 | 7014 #, c-format |
7015 msgid "E86: Buffer %ld does not exist" | |
7016 msgstr "E86: Le tampon %ld n'existe pas" | |
7017 | |
837 | 7018 msgid "E682: Invalid search pattern or delimiter" |
7019 msgstr "E682: Délimiteur ou motif de recherche invalide" | |
7020 | |
7021 msgid "E139: File is loaded in another buffer" | |
7022 msgstr "E139: Le fichier est chargé dans un autre tampon" | |
7023 | |
838 | 7024 #, c-format |
837 | 7025 msgid "E764: Option '%s' is not set" |
7026 msgstr "E764: L'option '%s' n'est pas activée" | |
7027 | |
2965 | 7028 msgid "E850: Invalid register name" |
7029 msgstr "E850: Nom de registre invalide" | |
7030 | |
8869
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
7031 #, c-format |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
7032 msgid "E919: Directory not found in '%s': \"%s\"" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
7033 msgstr "E919: Répertoire introuvable dans '%s' : \"%s\"" |
b73f9ed65072
commit https://github.com/vim/vim/commit/939a1abe935a539f2d4c90a56cb0682cbaf3bbb0
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
7034 |
837 | 7035 msgid "search hit TOP, continuing at BOTTOM" |
7036 msgstr "La recherche a atteint le HAUT, et continue en BAS" | |
7037 | |
7038 msgid "search hit BOTTOM, continuing at TOP" | |
7039 msgstr "La recherche a atteint le BAS, et continue en HAUT" | |
2371
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
7040 |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
7041 #, c-format |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
7042 msgid "Need encryption key for \"%s\"" |
e95106e347f6
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2265
diff
changeset
|
7043 msgstr "Besoin de la clé de chiffrement pour \"%s\"" |
2510
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7044 |
4119 | 7045 msgid "empty keys are not allowed" |
7046 msgstr "les clés vides ne sont pas autorisées" | |
7047 | |
6370 | 7048 msgid "dictionary is locked" |
3920 | 7049 msgstr "dictionnaire est verrouillé" |
7050 | |
7051 msgid "list is locked" | |
7052 msgstr "liste verrouillée" | |
7053 | |
6370 | 7054 #, c-format |
7055 msgid "failed to add key '%s' to dictionary" | |
7056 msgstr "l'ajout de clé '%s' au dictionnaire a échoué" | |
7057 | |
7058 #, c-format | |
7059 msgid "index must be int or slice, not %s" | |
7060 msgstr "index doit être int ou slice, et non %s" | |
7061 | |
7062 #, c-format | |
7063 msgid "expected str() or unicode() instance, but got %s" | |
7064 msgstr "attendu instance de str() ou unicode(), mais reçu %s" | |
7065 | |
7066 #, c-format | |
7067 msgid "expected bytes() or str() instance, but got %s" | |
7068 msgstr "attendu instance de bytes() ou str(), mais reçu %s" | |
7069 | |
7070 #, c-format | |
7071 msgid "" | |
7072 "expected int(), long() or something supporting coercing to long(), but got %s" | |
7073 msgstr "" | |
7074 "attendu int(), long() ou quelque chose qui peut être transformé en long(), " | |
7075 "mais reçu %s" | |
7076 | |
7077 #, c-format | |
7078 msgid "expected int() or something supporting coercing to int(), but got %s" | |
7079 msgstr "" | |
7080 "attendu int() ou quelque chose qui peut être transformé en int(), mais reçu " | |
7081 "%s" | |
7082 | |
7083 msgid "value is too large to fit into C int type" | |
7084 msgstr "valeur trop grande pour être stockée dans le type C int" | |
7085 | |
7086 msgid "value is too small to fit into C int type" | |
7087 msgstr "valeur trop petite pour être stockée dans le type C int" | |
7088 | |
7089 msgid "number must be greater than zero" | |
7090 msgstr "le nombre doit être plus grand que zéro" | |
7091 | |
7092 msgid "number must be greater or equal to zero" | |
7093 msgstr "le nombre doit être plus grand ou égal à zéro" | |
7094 | |
7095 msgid "can't delete OutputObject attributes" | |
7096 msgstr "impossible d'effacer les attributs d'OutputObject" | |
7097 | |
7098 #, c-format | |
7099 msgid "invalid attribute: %s" | |
7100 msgstr "attribut invalide : %s" | |
7101 | |
7102 msgid "E264: Python: Error initialising I/O objects" | |
7103 msgstr "E264: Python : Erreur d'initialisation des objets d'E/S" | |
7104 | |
7105 msgid "failed to change directory" | |
7106 msgstr "changement de répertoire a échoué" | |
7107 | |
7108 #, c-format | |
7109 msgid "expected 3-tuple as imp.find_module() result, but got %s" | |
7110 msgstr "attendu un 3-tuple comme résultat de imp.find_module(), mais reçu %s" | |
7111 | |
7112 #, c-format | |
7113 msgid "expected 3-tuple as imp.find_module() result, but got tuple of size %d" | |
7114 msgstr "" | |
7115 "attendu un 3-tuple comme résultat de imp.find_module(), mais reçu un tuple " | |
7116 "de taille %d" | |
7117 | |
7118 msgid "internal error: imp.find_module returned tuple with NULL" | |
7119 msgstr "erreur interne : imp.find_module a retourné un tuple contenant NULL" | |
7120 | |
7121 msgid "cannot delete vim.Dictionary attributes" | |
7122 msgstr "impossible d'effacer les attributs de vim.Dictionary" | |
7123 | |
7124 msgid "cannot modify fixed dictionary" | |
7125 msgstr "impossible de modifier un dictionnaire fixe" | |
7126 | |
7127 #, c-format | |
7128 msgid "cannot set attribute %s" | |
7129 msgstr "impossible d'initialiser l'attribut %s" | |
7130 | |
7131 msgid "hashtab changed during iteration" | |
7132 msgstr "la table de hachage a été changée pendant une itération" | |
7133 | |
7134 #, c-format | |
7135 msgid "expected sequence element of size 2, but got sequence of size %d" | |
7136 msgstr "" | |
7137 "attendu une séquence d'éléments de taille 2, mais reçu une séquence de " | |
7138 "taille %d" | |
7139 | |
7140 msgid "list constructor does not accept keyword arguments" | |
7141 msgstr "le constructeur de liste n'accepte pas les arguments nommés" | |
7142 | |
7143 msgid "list index out of range" | |
7144 msgstr "index de liste hors limites" | |
7145 | |
7146 #, c-format | |
7147 msgid "internal error: failed to get vim list item %d" | |
7148 msgstr "erreur interne : accès à un élément %d de liste a échoué" | |
7149 | |
7150 msgid "slice step cannot be zero" | |
7151 msgstr "le pas du découpage en tranche ne peut pas être zéro" | |
7152 | |
7153 #, c-format | |
7154 msgid "attempt to assign sequence of size greater than %d to extended slice" | |
7155 msgstr "" | |
7156 "tentative d'assigner une séquence de taille plus grande que %d à un " | |
7157 "découpage en tranche étendu " | |
7158 | |
7159 #, c-format | |
7160 msgid "internal error: no vim list item %d" | |
7161 msgstr "erreur interne : pas d'élément %d de liste vim" | |
7162 | |
7163 msgid "internal error: not enough list items" | |
7164 msgstr "erreur interne : pas assez d'éléments de liste" | |
3920 | 7165 |
7166 msgid "internal error: failed to add item to list" | |
7167 msgstr "erreur interne : ajout d'élément à la liste a échoué" | |
7168 | |
6370 | 7169 #, c-format |
7170 msgid "attempt to assign sequence of size %d to extended slice of size %d" | |
7171 msgstr "" | |
7172 "tentative d'assigner une séquence de taille %d à un découpage en tranche " | |
7173 "étendu de taille %d" | |
7174 | |
7175 msgid "failed to add item to list" | |
7176 msgstr "ajout à la liste a échoué" | |
7177 | |
7178 msgid "cannot delete vim.List attributes" | |
7179 msgstr "impossible d'effacer les attributs de vim.List" | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7180 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7181 msgid "cannot modify fixed list" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7182 msgstr "impossible de modifier une liste fixe" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7183 |
6370 | 7184 #, c-format |
7185 msgid "unnamed function %s does not exist" | |
7186 msgstr "la fonction sans nom %s n'existe pas" | |
7187 | |
7188 #, c-format | |
7189 msgid "function %s does not exist" | |
7190 msgstr "la fonction %s n'existe pas" | |
7191 | |
7192 #, c-format | |
7193 msgid "failed to run function %s" | |
7194 msgstr "exécution de la fonction %s a échoué" | |
2510
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7195 |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7196 msgid "unable to get option value" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7197 msgstr "impossible d'obtenir la valeur d'une option" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7198 |
6370 | 7199 msgid "internal error: unknown option type" |
7200 msgstr "erreur interne : type d'option inconnu" | |
7201 | |
7202 msgid "problem while switching windows" | |
7203 msgstr "problème lors du changement de fenêtres" | |
7204 | |
7205 #, c-format | |
7206 msgid "unable to unset global option %s" | |
7207 msgstr "impossible de désactiver une option globale %s" | |
7208 | |
7209 #, c-format | |
7210 msgid "unable to unset option %s which does not have global value" | |
7211 msgstr "impossible de désactiver l'option %s qui n'a pas de valeur globale" | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7212 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7213 msgid "attempt to refer to deleted tab page" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7214 msgstr "tentative de référencer un onglet effacé" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7215 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7216 msgid "no such tab page" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7217 msgstr "cet onglet n'existe pas" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7218 |
2510
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7219 msgid "attempt to refer to deleted window" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7220 msgstr "tentative de référencer une fenêtre effacée" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7221 |
6370 | 7222 msgid "readonly attribute: buffer" |
7223 msgstr "attribut en lecture seule : tampon" | |
2510
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7224 |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7225 msgid "cursor position outside buffer" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7226 msgstr "curseur positionné en dehors du tampon" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7227 |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7228 msgid "no such window" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7229 msgstr "Cette fenêtre n'existe pas" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7230 |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7231 msgid "attempt to refer to deleted buffer" |
d1431cbd138b
Updated translations. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents:
2371
diff
changeset
|
7232 msgstr "tentative de référencer un tampon effacé" |
2965 | 7233 |
6370 | 7234 msgid "failed to rename buffer" |
7235 msgstr "impossible de renommer le tampon" | |
7236 | |
7237 msgid "mark name must be a single character" | |
7238 msgstr "le nom de marque doit être un seul caractère" | |
7239 | |
7240 #, c-format | |
7241 msgid "expected vim.Buffer object, but got %s" | |
9407
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
7242 msgstr "attendu un objet vim.Buffer, mais reçu %s" |
6370 | 7243 |
7244 #, c-format | |
7245 msgid "failed to switch to buffer %d" | |
7246 msgstr "impossible de se déplacer au tampon %d" | |
7247 | |
7248 #, c-format | |
7249 msgid "expected vim.Window object, but got %s" | |
7250 msgstr "attendu un objet vim.Window, mais reçu %s" | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7251 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7252 msgid "failed to find window in the current tab page" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7253 msgstr "impossible de trouver une fenêtre dans l'onglet courant" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7254 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7255 msgid "did not switch to the specified window" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7256 msgstr "ne s'est pas déplacé à la fenêtre spécifiée" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7257 |
6370 | 7258 #, c-format |
7259 msgid "expected vim.TabPage object, but got %s" | |
7260 msgstr "attendu un objet vim.TabPage, mais reçu %s" | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7261 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7262 msgid "did not switch to the specified tab page" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7263 msgstr "impossible de se déplacer à l'onglet spécifié" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7264 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7265 msgid "failed to run the code" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7266 msgstr "exécution du code a échoué" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7267 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7268 msgid "E858: Eval did not return a valid python object" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7269 msgstr "E858: Eval n'a pas retourné un objet python valide" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7270 |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7271 msgid "E859: Failed to convert returned python object to vim value" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7272 msgstr "E859: Conversion d'objet python à une valeur de vim a échoué" |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7273 |
6370 | 7274 #, c-format |
7275 msgid "unable to convert %s to vim dictionary" | |
7276 msgstr "impossible de convertir %s à un dictionnaire vim" | |
7277 | |
7278 #, c-format | |
9407
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
7279 msgid "unable to convert %s to vim list" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
7280 msgstr "impossible de convertir %s à une liste de vim" |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
7281 |
619a98a67f67
commit https://github.com/vim/vim/commit/e18dbe865d190e74fb5d43ac8bc6ac22507d0223
Christian Brabandt <cb@256bit.org>
parents:
8869
diff
changeset
|
7282 #, c-format |
6370 | 7283 msgid "unable to convert %s to vim structure" |
7284 msgstr "impossible de convertir %s à une structure de vim" | |
7285 | |
7286 msgid "internal error: NULL reference passed" | |
7287 msgstr "erreur interne : référence NULL passée" | |
3920 | 7288 |
7289 msgid "internal error: invalid value type" | |
7290 msgstr "erreur interne : type de valeur invalide" | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4119
diff
changeset
|
7291 |
6370 | 7292 msgid "" |
7293 "Failed to set path hook: sys.path_hooks is not a list\n" | |
7294 "You should now do the following:\n" | |
7295 "- append vim.path_hook to sys.path_hooks\n" | |
7296 "- append vim.VIM_SPECIAL_PATH to sys.path\n" | |
7297 msgstr "" | |
7298 "Impossible d'initialiser sys.path_hook qui n'est pas un liste\n" | |
7299 "Vous devez maintenant :\n" | |
7300 "- ajouter vim.path_hook à sys.path_hooks\n" | |
7301 "- ajouter vim.VIM_SPECIAL_PATH à sys.path\n" | |
7302 | |
7303 msgid "" | |
7304 "Failed to set path: sys.path is not a list\n" | |
7305 "You should now append vim.VIM_SPECIAL_PATH to sys.path" | |
7306 msgstr "" | |
7307 "Impossible d'initialiser le chemin : sys.math n'est pas une liste\n" | |
7308 "Vous devez maintenant ajouter vim.VIM_SPECIAL_PATH à sys.path" |