~ubuntu-branches/ubuntu/jaunty/fltk1.1/jaunty

« back to all changes in this revision

Viewing changes to debian/po/fr.po

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2004-04-14 21:55:19 UTC
  • Revision ID: james.westby@ubuntu.com-20040414215519-4yvsiryemerttja6
Tags: 1.1.4+1.1.5rc1-1
* New upstream release candidate, incorporating the fix for #226014.
  Remaining patches ported forward (usually trivially).
* FL/Makefile.in: revert changes (now handled more cleanly).
* debian/libfltk1.1-dev.links: new, for the two header-related links we
  actually want.
* debian/rules:
  - don't let CDBS pass CFLAGS to configure; FLTK's build system is
    somewhat idiosyncratic and prefers such settings in OPTIM.
  - take advantage of configure's new --without-links option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#    Translators, if you are not familiar with the PO format, gettext
 
3
#    documentation is worth reading, especially sections dedicated to
 
4
#    this format, e.g. by running:
 
5
#         info -n '(gettext)PO Files'
 
6
#         info -n '(gettext)Header Entry'
 
7
#
 
8
#    Some information specific to po-debconf are available at
 
9
#            /usr/share/doc/po-debconf/README-trans
 
10
#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
 
11
#
 
12
#    Developers do not need to manually edit POT or PO files.
 
13
#
 
14
msgid ""
 
15
msgstr ""
 
16
"Project-Id-Version: fltk1.1\n"
 
17
"Report-Msgid-Bugs-To: \n"
 
18
"POT-Creation-Date: 2004-02-08 09:49-0500\n"
 
19
"PO-Revision-Date: 2004-03-26 22:35-0500\n"
 
20
"Last-Translator: Eric Madesclair <eric-m@wanadoo.fr>\n"
 
21
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
 
22
"MIME-Version: 1.0\n"
 
23
"Content-Type: text/plain; charset=ISO-8859-1\n"
 
24
"Content-Transfer-Encoding: 8bit\n"
 
25
 
 
26
#. Type: boolean
 
27
#. Description
 
28
#: ../libfltk1.1-dev.templates:4
 
29
msgid "Make .h links to <FL/*.H>?"
 
30
msgstr "Faut-il cr�er des liens des .h vers <FL/*.H>�?"
 
31
 
 
32
#. Type: boolean
 
33
#. Description
 
34
#: ../libfltk1.1-dev.templates:4
 
35
msgid ""
 
36
"For compatibility with some older code, FLTK used to make its C++-specific "
 
37
"headers available as <FL/*.h> as well as <FL/*.H>; however, the lowercase-h "
 
38
"names are deprecated, and we recommend eliminating them from your code "
 
39
"regardless."
 
40
msgstr ""
 
41
"Pour garantir la compatibilit� avec certains codes source plus anciens, FLTK "
 
42
"fournissait ses en-t�tes sp�cifiques pour le C++ disponibles sous les deux "
 
43
"formes <FL/*.h> et <FL/*.H>�; cependant les noms en .h (en minuscule) sont "
 
44
"consid�r�s comme obsol�tes, et il est donc recommand� de les remplacer dans "
 
45
"votre code."