chiark / gitweb /
Put in place the new developers-reference and the new refcard.
[developers-reference.git] / po4a / fr / l10n.po
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) 2007 Free Software Foundation, Inc.
3 # <>, 2007.
4 # , fuzzy
5
6
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2007-07-01 21:16+0000\n"
12 "PO-Revision-Date: 2007-07-01 23:14+0000\n"
13 "Last-Translator:  <>\n"
14 "Language-Team: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: "
18
19 # type: Content of: <chapter><title>
20 #: l10n.dbk:7
21 msgid ""
22 "Internationalizing, translating, being internationalized and being translated"
23 msgstr "Internationalisation, traduction, être internationalisé et être traduit"
24
25 # type: Content of: <chapter><para>
26 #: l10n.dbk:9
27 msgid ""
28 "Debian supports an ever-increasing number of natural languages.  Even if you "
29 "are a native English speaker and do not speak any other language, it is part "
30 "of your duty as a maintainer to be aware of issues of internationalization "
31 "(abbreviated i18n because there are 18 letters between the 'i' and the 'n' "
32 "in internationalization).  Therefore, even if you are ok with English-only "
33 "programs, you should read most of this chapter."
34 msgstr ""
35
36 # type: Content of: <chapter><para>
37 #: l10n.dbk:17
38 msgid ""
39 "According to <ulink url=\"http://&www-debian-org;/doc/manuals/intro-i18n/"
40 "\">Introduction to i18n</ulink> from Tomohiro KUBOTA, I18N "
41 "(internationalization) means modification of a software or related "
42 "technologies so that a software can potentially handle multiple languages, "
43 "customs, and so on in the world.  while L10N (localization) means "
44 "implementation of a specific language for an already internationalized "
45 "software."
46 msgstr "Selon l'<ulink url=\"http://www.debian.org/doc/manuals/intro-i18n/\">introduction à l'i18n</ulink> de Tomohiro KUBOTA, «I18N"
47 "(internationalisation) veut dire la modification d'un logiciel ou de"
48 "technologies liées pour qu'un logiciel puisse potentiellement gérer des"
49 "langues multiples, des conventions multiples et ainsi de suite dans le"
50 "monde entier» alors que «L10N (localisation) veut dire"
51 "l'implémentation dans une langue spécifique pour un logiciel déjà"
52 "internationalisé»."
53
54 # type: Content of: <chapter><para>
55 #: l10n.dbk:26
56 msgid ""
57 "l10n and i18n are interconnected, but the difficulties related to each of "
58 "them are very different.  It's not really difficult to allow a program to "
59 "change the language in which texts are displayed based on user settings, but "
60 "it is very time consuming to actually translate these messages.  On the "
61 "other hand, setting the character encoding is trivial, but adapting the code "
62 "to use several character encodings is a really hard problem."
63 msgstr ""
64
65 # type: Content of: <chapter><para>
66 #: l10n.dbk:34
67 msgid ""
68 "Setting aside the i18n problems, where no general guideline can be given, "
69 "there is actually no central infrastructure for l10n within Debian which "
70 "could be compared to the dbuild mechanism for porting.  So most of the work "
71 "has to be done manually."
72 msgstr ""
73
74 # type: Content of: <chapter><section><title>
75 #: l10n.dbk:40
76 msgid "How translations are handled within Debian"
77 msgstr ""
78
79 # type: Content of: <chapter><section><para>
80 #: l10n.dbk:42
81 msgid ""
82 "Handling translation of the texts contained in a package is still a manual "
83 "task, and the process depends on the kind of text you want to see translated."
84 msgstr ""
85
86 # type: Content of: <chapter><section><para>
87 #: l10n.dbk:46
88 msgid ""
89 "For program messages, the gettext infrastructure is used most of the time.  "
90 "Most of the time, the translation is handled upstream within projects like "
91 "the <ulink url=\"http://www.iro.umontreal.ca/contrib/po/HTML/\">Free "
92 "Translation Project</ulink>, the <ulink url=\"http://developer.gnome.org/"
93 "projects/gtp/\">Gnome translation Project</ulink> or the <ulink url=\"http://"
94 "i18n.kde.org/\">KDE one</ulink>.  The only centralized resource within "
95 "Debian is the <ulink url=\"http://&www-debian-org;/intl/l10n/\">Central "
96 "Debian translation statistics</ulink>, where you can find some statistics "
97 "about the translation files found in the actual packages, but no real "
98 "infrastructure to ease the translation process."
99 msgstr ""
100
101 # type: Content of: <chapter><section><para>
102 #: l10n.dbk:59
103 msgid ""
104 "An effort to translate the package descriptions started long ago, even if "
105 "very little support is offered by the tools to actually use them (i.e., only "
106 "APT can use them, when configured correctly).  Maintainers don't need to do "
107 "anything special to support translated package descriptions; translators "
108 "should use the <ulink url=\"http://ddtp.debian.org/\">DDTP</ulink>."
109 msgstr ""
110
111 # type: Content of: <chapter><section><para>
112 #: l10n.dbk:66
113 msgid ""
114 "For debconf templates, maintainers should use the po-debconf package to ease "
115 "the work of translators, who could use the DDTP to do their work (but the "
116 "French and Brazilian teams don't).  Some statistics can be found both on the "
117 "DDTP site (about what is actually translated), and on the <ulink url="
118 "\"http://&www-debian-org;/intl/l10n/\">Central Debian translation "
119 "statistics</ulink> site (about what is integrated in the packages)."
120 msgstr ""
121
122 # type: Content of: <chapter><section><para>
123 #: l10n.dbk:74
124 msgid ""
125 "For web pages, each l10n team has access to the relevant CVS, and the "
126 "statistics are available from the Central Debian translation statistics site."
127 msgstr ""
128
129 # type: Content of: <chapter><section><para>
130 #: l10n.dbk:78
131 msgid ""
132 "For general documentation about Debian, the process is more or less the same "
133 "as for the web pages (the translators have access to the CVS), but there are "
134 "no statistics pages."
135 msgstr ""
136
137 # type: Content of: <chapter><section><para>
138 #: l10n.dbk:83
139 msgid ""
140 "For package-specific documentation (man pages, info documents, other "
141 "formats), almost everything remains to be done."
142 msgstr ""
143
144 # type: Content of: <chapter><section><para>
145 #: l10n.dbk:87
146 msgid ""
147 "Most notably, the KDE project handles translation of its documentation in "
148 "the same way as its program messages."
149 msgstr ""
150
151 # type: Content of: <chapter><section><para>
152 #: l10n.dbk:91
153 msgid ""
154 "There is an effort to handle Debian-specific man pages within a <ulink url="
155 "\"&url-cvsweb;manpages/?cvsroot=debian-doc\">specific CVS repository</ulink>."
156 msgstr ""
157
158 # type: Content of: <chapter><section><title>
159 #: l10n.dbk:98
160 msgid "I18N &amp; L10N FAQ for maintainers"
161 msgstr ""
162
163 # type: Content of: <chapter><section><para>
164 #: l10n.dbk:100
165 msgid ""
166 "This is a list of problems that maintainers may face concerning i18n and "
167 "l10n.  While reading this, keep in mind that there is no real consensus on "
168 "these points within Debian, and that this is only advice.  If you have a "
169 "better idea for a given problem, or if you disagree on some points, feel "
170 "free to provide your feedback, so that this document can be enhanced."
171 msgstr ""
172
173 # type: Content of: <chapter><section><section><title>
174 #: l10n.dbk:107
175 msgid "How to get a given text translated"
176 msgstr ""
177
178 # type: Content of: <chapter><section><section><para>
179 #: l10n.dbk:109
180 msgid ""
181 "To translate package descriptions or debconf templates, you have nothing to "
182 "do; the DDTP infrastructure will dispatch the material to translate to "
183 "volunteers with no need for interaction from your part."
184 msgstr ""
185
186 # type: Content of: <chapter><section><section><para>
187 #: l10n.dbk:114
188 msgid ""
189 "For all other material (gettext files, man pages, or other documentation), "
190 "the best solution is to put your text somewhere on the Internet, and ask on "
191 "debian-i18n for a translation in different languages.  Some translation team "
192 "members are subscribed to this list, and they will take care of the "
193 "translation and of the reviewing process.  Once they are done, you will get "
194 "your translated document from them in your mailbox."
195 msgstr ""
196
197 # type: Content of: <chapter><section><section><title>
198 #: l10n.dbk:124
199 msgid "How to get a given translation reviewed"
200 msgstr ""
201
202 # type: Content of: <chapter><section><section><para>
203 #: l10n.dbk:126
204 msgid ""
205 "From time to time, individuals translate some texts in your package and will "
206 "ask you for inclusion of the translation in the package.  This can become "
207 "problematic if you are not fluent in the given language.  It is a good idea "
208 "to send the document to the corresponding l10n mailing list, asking for a "
209 "review.  Once it has been done, you should feel more confident in the "
210 "quality of the translation, and feel safe to include it in your package."
211 msgstr ""
212
213 # type: Content of: <chapter><section><section><title>
214 #: l10n.dbk:136
215 msgid "How to get a given translation updated"
216 msgstr ""
217
218 # type: Content of: <chapter><section><section><para>
219 #: l10n.dbk:138
220 msgid ""
221 "If you have some translations of a given text lying around, each time you "
222 "update the original, you should ask the previous translator to update the "
223 "translation with your new changes.  Keep in mind that this task takes time; "
224 "at least one week to get the update reviewed and all."
225 msgstr ""
226
227 # type: Content of: <chapter><section><section><para>
228 #: l10n.dbk:144
229 msgid ""
230 "If the translator is unresponsive, you may ask for help on the corresponding "
231 "l10n mailing list.  If everything fails, don't forget to put a warning in "
232 "the translated document, stating that the translation is somehow outdated, "
233 "and that the reader should refer to the original document if possible."
234 msgstr ""
235
236 # type: Content of: <chapter><section><section><para>
237 #: l10n.dbk:150
238 msgid ""
239 "Avoid removing a translation completely because it is outdated.  Old "
240 "documentation is often better than no documentation at all for non-English "
241 "speakers."
242 msgstr ""
243
244 # type: Content of: <chapter><section><section><title>
245 #: l10n.dbk:157
246 msgid "How to handle a bug report concerning a translation"
247 msgstr ""
248
249 # type: Content of: <chapter><section><section><para>
250 #.  TODO: add the i18n tag to the bug? 
251 #: l10n.dbk:159
252 msgid ""
253 "The best solution may be to mark the bug as forwarded to upstream, and "
254 "forward it to both the previous translator and his/her team (using the "
255 "corresponding debian-l10n-XXX mailing list)."
256 msgstr ""
257
258 # type: Content of: <chapter><section><title>
259 #: l10n.dbk:169
260 msgid "I18N &amp; L10N FAQ for translators"
261 msgstr ""
262
263 # type: Content of: <chapter><section><para>
264 #: l10n.dbk:171
265 msgid ""
266 "While reading this, please keep in mind that there is no general procedure "
267 "within Debian concerning these points, and that in any case, you should "
268 "collaborate with your team and the package maintainer."
269 msgstr ""
270
271 # type: Content of: <chapter><section><section><title>
272 #: l10n.dbk:176
273 msgid "How to help the translation effort"
274 msgstr ""
275
276 # type: Content of: <chapter><section><section><para>
277 #: l10n.dbk:178
278 msgid ""
279 "Choose what you want to translate, make sure that nobody is already working "
280 "on it (using your debian-l10n-XXX mailing list), translate it, get it "
281 "reviewed by other native speakers on your l10n mailing list, and provide it "
282 "to the maintainer of the package (see next point)."
283 msgstr ""
284
285 # type: Content of: <chapter><section><section><title>
286 #: l10n.dbk:186
287 msgid "How to provide a translation for inclusion in a package"
288 msgstr ""
289
290 # type: Content of: <chapter><section><section><para>
291 #: l10n.dbk:188
292 msgid ""
293 "Make sure your translation is correct (asking for review on your l10n "
294 "mailing list) before providing it for inclusion.  It will save time for "
295 "everyone, and avoid the chaos resulting in having several versions of the "
296 "same document in bug reports."
297 msgstr ""
298
299 # type: Content of: <chapter><section><section><para>
300 #: l10n.dbk:194
301 msgid ""
302 "The best solution is to file a regular bug containing the translation "
303 "against the package.  Make sure to use the 'PATCH' tag, and to not use a "
304 "severity higher than 'wishlist', since the lack of translation never "
305 "prevented a program from running."
306 msgstr ""
307
308 # type: Content of: <chapter><section><title>
309 #: l10n.dbk:204
310 msgid "Best current practice concerning l10n"
311 msgstr ""
312
313 # type: Content of: <chapter><section><itemizedlist><listitem><para>
314 #: l10n.dbk:208
315 msgid ""
316 "As a maintainer, never edit the translations in any way (even to reformat "
317 "the layout) without asking on the corresponding l10n mailing list.  You risk "
318 "for example breaksing the encoding of the file by doing so.  Moreover, what "
319 "you consider an error can be right (or even needed) in the given language."
320 msgstr ""
321
322 # type: Content of: <chapter><section><itemizedlist><listitem><para>
323 #: l10n.dbk:216
324 msgid ""
325 "As a translator, if you find an error in the original text, make sure to "
326 "report it.  Translators are often the most attentive readers of a given "
327 "text, and if they don't report the errors they find, nobody will."
328 msgstr ""
329
330 # type: Content of: <chapter><section><itemizedlist><listitem><para>
331 #: l10n.dbk:223
332 msgid ""
333 "In any case, remember that the major issue with l10n is that it requires "
334 "several people to cooperate, and that it is very easy to start a flamewar "
335 "about small problems because of misunderstandings.  So if you have problems "
336 "with your interlocutor, ask for help on the corresponding l10n mailing list, "
337 "on debian-i18n, or even on debian-devel (but beware, l10n discussions very "
338 "often become flamewars on that list :)"
339 msgstr ""
340
341 # type: Content of: <chapter><section><itemizedlist><listitem><para>
342 #: l10n.dbk:233
343 msgid ""
344 "In any case, cooperation can only be achieved with <emphasis role=\"strong"
345 "\">mutual respect</emphasis>."
346 msgstr ""
347