Rev 7335 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
7282 | jlepiller | 1 | # SOME DESCRIPTIVE TITLE |
2 | # Copyright (C) YEAR Free Software Foundation, Inc. |
||
3 | # This file is distributed under the same license as the PACKAGE package. |
||
4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
||
7335 | jlepiller | 5 | # |
7282 | jlepiller | 6 | msgid "" |
7 | msgstr "" |
||
8 | "Project-Id-Version: PACKAGE VERSION\n" |
||
7335 | jlepiller | 9 | "POT-Creation-Date: 2017-11-28 11:01+0000\n" |
7339 | jlepiller | 10 | "PO-Revision-Date: 2018-01-13 10:32+0000\n" |
11 | "Last-Translator: roptat <roptat@lepiller.eu>\n" |
||
7282 | jlepiller | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
7339 | jlepiller | 13 | "Language: fr\n" |
7282 | jlepiller | 14 | "MIME-Version: 1.0\n" |
15 | "Content-Type: text/plain; charset=UTF-8\n" |
||
16 | "Content-Transfer-Encoding: 8bit\n" |
||
7339 | jlepiller | 17 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" |
18 | "X-Generator: Pootle 2.8\n" |
||
19 | "X-POOTLE-MTIME: 1515839579.164073\n" |
||
7282 | jlepiller | 20 | |
21 | #. type: Content of: <sect1><title> |
||
22 | #: clfs-en/BOOK/final-system/common/patch.xml:11 |
||
23 | msgid "Patch-&patch-version;" |
||
7293 | jlepiller | 24 | msgstr "Patch-&patch-version;" |
7282 | jlepiller | 25 | |
26 | #. type: Content of: <sect1><indexterm><primary> |
||
27 | #: clfs-en/BOOK/final-system/common/patch.xml:14 |
||
28 | msgid "Patch" |
||
7300 | jlepiller | 29 | msgstr "Patch" |
7282 | jlepiller | 30 | |
31 | #. type: Content of: <sect1><sect2><para> |
||
32 | #: clfs-en/BOOK/final-system/common/patch.xml:20 |
||
33 | msgid "" |
||
34 | "The Patch package contains a program for modifying or creating files by " |
||
7335 | jlepiller | 35 | "applying a <quote>patch</quote> file typically created by the <command>diff</" |
36 | "command> program." |
||
7282 | jlepiller | 37 | msgstr "" |
7339 | jlepiller | 38 | "Le paquet Patch contient un programme pour modifier ou créer des fichiers en " |
39 | "appliquant un fichier <quote>patch</quote> typiquement créé par le programme " |
||
40 | "<command>diff</command>." |
||
7282 | jlepiller | 41 | |
42 | #. type: Content of: <sect1><sect2><title> |
||
43 | #: clfs-en/BOOK/final-system/common/patch.xml:27 |
||
44 | msgid "Installation of Patch" |
||
7293 | jlepiller | 45 | msgstr "Installation de Patch" |
7282 | jlepiller | 46 | |
47 | #. type: Content of: <sect1><sect2><para> |
||
48 | #: clfs-en/BOOK/final-system/common/patch.xml:29 |
||
49 | msgid "Prepare Patch for compilation:" |
||
7293 | jlepiller | 50 | msgstr "Préparez la compilation de Patch :" |
7282 | jlepiller | 51 | |
52 | #. type: Content of: <sect1><sect2><screen> |
||
53 | #: clfs-en/BOOK/final-system/common/patch.xml:31 |
||
54 | #, no-wrap |
||
55 | msgid "" |
||
56 | "<userinput>./configure \\\n" |
||
57 | " --prefix=/usr</userinput>" |
||
58 | msgstr "" |
||
7293 | jlepiller | 59 | "<userinput>./configure \\\n" |
60 | " --prefix=/usr</userinput>" |
||
7282 | jlepiller | 61 | |
62 | #. type: Content of: <sect1><sect2><para> |
||
63 | #: clfs-en/BOOK/final-system/common/patch.xml:34 |
||
64 | msgid "Compile the package:" |
||
7293 | jlepiller | 65 | msgstr "Compilez le paquet :" |
7282 | jlepiller | 66 | |
67 | #. type: Content of: <sect1><sect2><screen> |
||
68 | #: clfs-en/BOOK/final-system/common/patch.xml:36 |
||
69 | #, no-wrap |
||
70 | msgid "<userinput>make</userinput>" |
||
7293 | jlepiller | 71 | msgstr "<userinput>make</userinput>" |
7282 | jlepiller | 72 | |
73 | #. type: Content of: <sect1><sect2><para> |
||
74 | #: clfs-en/BOOK/final-system/common/patch.xml:38 |
||
75 | msgid "To test the results, issue:" |
||
7293 | jlepiller | 76 | msgstr "Pour tester les résultats, lancez :" |
7282 | jlepiller | 77 | |
78 | #. type: Content of: <sect1><sect2><screen> |
||
79 | #: clfs-en/BOOK/final-system/common/patch.xml:40 |
||
80 | #, no-wrap |
||
81 | msgid "<userinput remap=\"test\">make check</userinput>" |
||
7293 | jlepiller | 82 | msgstr "<userinput remap=\"test\">make check</userinput>" |
7282 | jlepiller | 83 | |
84 | #. type: Content of: <sect1><sect2><para> |
||
85 | #: clfs-en/BOOK/final-system/common/patch.xml:42 |
||
86 | msgid "Install the package:" |
||
7293 | jlepiller | 87 | msgstr "Installez le paquet :" |
7282 | jlepiller | 88 | |
89 | #. type: Content of: <sect1><sect2><screen> |
||
90 | #: clfs-en/BOOK/final-system/common/patch.xml:44 |
||
91 | #, no-wrap |
||
92 | msgid "<userinput>make install</userinput>" |
||
7293 | jlepiller | 93 | msgstr "<userinput>make install</userinput>" |
7282 | jlepiller | 94 | |
95 | #. type: Content of: <sect1><sect2><title> |
||
96 | #: clfs-en/BOOK/final-system/common/patch.xml:49 |
||
97 | msgid "Contents of Patch" |
||
7293 | jlepiller | 98 | msgstr "Contenu de Patch" |
7282 | jlepiller | 99 | |
100 | #. type: Content of: <sect1><sect2><segmentedlist><segtitle> |
||
101 | #: clfs-en/BOOK/final-system/common/patch.xml:52 |
||
102 | msgid "Installed program" |
||
7297 | jlepiller | 103 | msgstr "Programme installé" |
7282 | jlepiller | 104 | |
7335 | jlepiller | 105 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7293 | jlepiller | 106 | #: clfs-en/BOOK/final-system/common/patch.xml:55 |
107 | #: clfs-en/BOOK/final-system/common/patch.xml:72 |
||
7282 | jlepiller | 108 | msgid "patch" |
7300 | jlepiller | 109 | msgstr "patch" |
7282 | jlepiller | 110 | |
111 | #. type: Content of: <sect1><sect2><variablelist><bridgehead> |
||
112 | #: clfs-en/BOOK/final-system/common/patch.xml:60 |
||
113 | msgid "Short Descriptions" |
||
7293 | jlepiller | 114 | msgstr "Descriptions courtes" |
7282 | jlepiller | 115 | |
116 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
117 | #: clfs-en/BOOK/final-system/common/patch.xml:65 |
||
118 | msgid "<command>patch</command>" |
||
7293 | jlepiller | 119 | msgstr "<command>patch</command>" |
7282 | jlepiller | 120 | |
7335 | jlepiller | 121 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 122 | #: clfs-en/BOOK/final-system/common/patch.xml:67 |
123 | msgid "" |
||
124 | "Modifies files according to a patch file. A patch file is normally a " |
||
125 | "difference listing created with the <command>diff</command> program. By " |
||
126 | "applying these differences to the original files, <command>patch</command> " |
||
127 | "creates the patched versions." |
||
128 | msgstr "" |
||
7339 | jlepiller | 129 | "Modifie les fichiers en fonction d'un fichier de correctif. Un correctif est " |
130 | "normallement la description des différences créée avec le programme " |
||
131 | "<command>diff</command>. En appliquant ces différences aux fichiers " |
||
132 | "d'origine, <command>patch</command> crée les versions corrigées." |