Rev 7220 | Rev 7244 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
7156 | 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. |
||
5 | # |
||
6 | msgid "" |
||
7 | msgstr "" |
||
8 | "Project-Id-Version: PACKAGE VERSION\n" |
||
7242 | jlepiller | 9 | "POT-Creation-Date: 2017-03-05 18:49+0100\n" |
7220 | jlepiller | 10 | "PO-Revision-Date: 2016-12-28 11:52+0000\n" |
7156 | jlepiller | 11 | "Last-Translator: roptat <roptat@lepiller.eu>\n" |
12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
||
13 | "MIME-Version: 1.0\n" |
||
14 | "Content-Type: text/plain; charset=UTF-8\n" |
||
15 | "Content-Transfer-Encoding: 8bit\n" |
||
7165 | jlepiller | 16 | "Language: fr\n" |
7156 | jlepiller | 17 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" |
18 | "X-Generator: Pootle 2.7\n" |
||
7220 | jlepiller | 19 | "X-POOTLE-MTIME: 1482925965.892821\n" |
7156 | jlepiller | 20 | |
21 | #. type: Content of: <sect1><sect1info> |
||
22 | #: blfs-en/postlfs/config/vimrc.xml:12 |
||
23 | msgid "" |
||
24 | "<othername>$LastChangedBy: randy $</othername> <date>$Date: 2007-10-16 " |
||
7163 | jlepiller | 25 | "15:02:24 +0200 (Tue, 16 Oct 2007) $</date>" |
7156 | jlepiller | 26 | msgstr "" |
7165 | jlepiller | 27 | "<othername>$LastChangedBy: randy $</othername> <date>$Date: 2007-10-16 " |
28 | "15:02:24 +0200 (Tue, 16 Oct 2007) $</date>" |
||
7156 | jlepiller | 29 | |
30 | #. type: Content of: <sect1><title> |
||
31 | #: blfs-en/postlfs/config/vimrc.xml:16 |
||
32 | msgid "The /etc/vimrc and ~/.vimrc Files" |
||
33 | msgstr "Les fichiers /etc/vimrc et ~/.vimrc" |
||
34 | |||
35 | #. type: Content of: <sect1><indexterm><primary> |
||
36 | #: blfs-en/postlfs/config/vimrc.xml:19 |
||
37 | msgid "/etc/vimrc" |
||
38 | msgstr "/etc/vimrc" |
||
39 | |||
40 | #. type: Content of: <sect1><indexterm><primary> |
||
41 | #: blfs-en/postlfs/config/vimrc.xml:23 |
||
42 | msgid "~/.vimrc" |
||
43 | msgstr "~/.vimrc" |
||
44 | |||
45 | #. type: Content of: <sect1><para> |
||
46 | #: blfs-en/postlfs/config/vimrc.xml:26 |
||
47 | msgid "" |
||
7165 | jlepiller | 48 | "The LFS book installs <application>Vim</application> as its text editor. At" |
49 | " this point it should be noted that there are a <emphasis>lot</emphasis> of " |
||
50 | "different editing applications out there including " |
||
51 | "<application>Emacs</application>, <application>nano</application>, " |
||
52 | "<application>Joe</application> and many more. Anyone who has been around " |
||
53 | "the Internet (especially usenet) for a short time will certainly have " |
||
54 | "observed at least one flame war, usually involving " |
||
55 | "<application>Vim</application> and <application>Emacs</application> users!" |
||
7156 | jlepiller | 56 | msgstr "" |
7165 | jlepiller | 57 | "Le livre LFS installe <application>Vim</application> comme éditeur de texte." |
58 | " Vous devriez noter ici qu'il y a <emphasis>beaucoup</emphasis> " |
||
7156 | jlepiller | 59 | "d'applications d'édition différentes de celle-là, comprenant " |
60 | "<application>Emacs</application>, <application>nano</application>, " |
||
7165 | jlepiller | 61 | "<application>Joe</application> et plus encore. Tous ceux qui ont parcouru un" |
62 | " peu Internet (surtout usenet) auront certainement remarqué au moins une " |
||
63 | "guerre de feu impliquant généralement les utilisateurs de " |
||
64 | "<application>Vim</application> et d'<application>Emacs</application> !" |
||
7156 | jlepiller | 65 | |
66 | #. type: Content of: <sect1><para> |
||
67 | #: blfs-en/postlfs/config/vimrc.xml:35 |
||
68 | msgid "" |
||
69 | "The LFS book creates a basic <filename>vimrc</filename> file. In this " |
||
70 | "section you'll find an attempt to enhance this file. At startup, " |
||
7165 | jlepiller | 71 | "<command>vim</command> reads the global configuration file " |
72 | "(<filename>/etc/vimrc</filename>) as well as a user-specific file " |
||
73 | "(<filename>~/.vimrc</filename>). Either or both can be tailored to suit the " |
||
74 | "needs of your particular system." |
||
7156 | jlepiller | 75 | msgstr "" |
76 | "Le livre LFS crée un fichier <filename>vimrc</filename> de base. Dans cette " |
||
77 | "section, vous trouverez une tentative d'amélioration de ce fichier. Au " |
||
78 | "démarrage, <command>vim</command> lit le fichier de configuration global " |
||
79 | "(<filename>/etc/vimrc</filename>) ainsi qu'un fichier spécifique à " |
||
7220 | jlepiller | 80 | "l'utilisateur (<filename>~/.vimrc</filename>). L'un ou l'autre peut être " |
7156 | jlepiller | 81 | "adapté pour correspondre aux besoins de votre système particulier." |
82 | |||
83 | #. type: Content of: <sect1><para> |
||
84 | #: blfs-en/postlfs/config/vimrc.xml:42 |
||
85 | msgid "" |
||
86 | "Here is a slightly expanded <filename>.vimrc</filename> that you can put in " |
||
87 | "<filename>~/.vimrc</filename> to provide user specific effects. Of course, " |
||
7165 | jlepiller | 88 | "if you put it into <filename>/etc/skel/.vimrc</filename> instead, it will be" |
89 | " made available to users you add to the system later. You can also copy the " |
||
7156 | jlepiller | 90 | "file from <filename>/etc/skel/.vimrc</filename> to the home directory of " |
7165 | jlepiller | 91 | "users already on the system, such as <systemitem " |
92 | "class='username'>root</systemitem>. Be sure to set permissions, owner, and " |
||
93 | "group if you do copy anything directly from <filename " |
||
94 | "class=\"directory\">/etc/skel</filename>." |
||
7156 | jlepiller | 95 | msgstr "" |
96 | "Voici un <filename>.vimrc</filename> légèrement étendu que vous pouvez " |
||
97 | "mettre dans <filename>~/.vimrc</filename> pour produire des effets " |
||
98 | "spécifiques à l'utilisateur. Bien entendu, si vous le mettez plutôt dans " |
||
99 | "<filename>/etc/skel/.vimrc</filename>, il sera disponible pour tous les " |
||
100 | "utilisateurs que vous ajouterez plus tard au système. Vous pouvez aussi " |
||
101 | "copier le fichier de <filename>/etc/skel/.vimrc</filename> vers le " |
||
102 | "répertoire home des utilisateurs déjà existants sur le système, tels que " |
||
103 | "<systemitem class='username'>root</systemitem>. Assurez-vous de régler les " |
||
104 | "droits, le propriétaire et le groupe si vous copiez quelque chose " |
||
105 | "directement depuis <filename class=\"directory\">/etc/skel</filename>." |
||
106 | |||
107 | #. type: Content of: <sect1><screen> |
||
108 | #: blfs-en/postlfs/config/vimrc.xml:52 |
||
109 | #, no-wrap |
||
110 | msgid "" |
||
111 | "<literal>\" Begin .vimrc\n" |
||
112 | "\n" |
||
113 | "set columns=80\n" |
||
114 | "set wrapmargin=8\n" |
||
115 | "set ruler\n" |
||
116 | "\n" |
||
117 | "\" End .vimrc</literal>" |
||
118 | msgstr "" |
||
119 | "<literal>\" Begin .vimrc\n" |
||
120 | "\n" |
||
121 | "set columns=80\n" |
||
122 | "set wrapmargin=8\n" |
||
123 | "set ruler\n" |
||
124 | "\n" |
||
125 | "\" End .vimrc</literal>" |
||
126 | |||
127 | #. type: Content of: <sect1><para> |
||
128 | #: blfs-en/postlfs/config/vimrc.xml:60 |
||
129 | msgid "" |
||
130 | "Note that the comment tags are \" instead of the more usual # or //. This " |
||
131 | "is correct, the syntax for <filename>vimrc</filename> is slightly unusual." |
||
132 | msgstr "" |
||
7165 | jlepiller | 133 | "Remarquez que les drapeaux de commentaire sont \" au lieu du # or du // plus" |
134 | " habituels. C'est correct, la syntaxe de <filename>vimrc</filename> est " |
||
7156 | jlepiller | 135 | "légèrement inhabituelle." |
136 | |||
137 | #. type: Content of: <sect1><para> |
||
138 | #: blfs-en/postlfs/config/vimrc.xml:64 |
||
139 | msgid "" |
||
140 | "Below you'll find a quick explanation of what each of the options in this " |
||
141 | "example file means here:" |
||
142 | msgstr "" |
||
143 | "Vous trouverez ci-dessous une explication rapide de ce que veut dire chaque " |
||
144 | "option de ce fichier d'exemple :" |
||
145 | |||
146 | #. type: Content of: <sect1><itemizedlist><listitem><para> |
||
147 | #: blfs-en/postlfs/config/vimrc.xml:83 |
||
148 | msgid "" |
||
7165 | jlepiller | 149 | "<option>set columns=80</option>: This simply sets the number of columns used" |
150 | " on the screen." |
||
7156 | jlepiller | 151 | msgstr "" |
152 | "<option>set columns=80</option> : Ceci règle simplement le nombre de " |
||
153 | "colonnes utilisées à l'écran." |
||
154 | |||
155 | #. type: Content of: <sect1><itemizedlist><listitem><para> |
||
156 | #: blfs-en/postlfs/config/vimrc.xml:94 |
||
157 | msgid "" |
||
7165 | jlepiller | 158 | "<option>set wrapmargin=8</option>: This is the number of characters from the" |
159 | " right window border where wrapping starts." |
||
7156 | jlepiller | 160 | msgstr "" |
7165 | jlepiller | 161 | "<option>set wrapmargin=8</option> : C'est le numéro du caractère depuis" |
162 | " le côté droit de la fenêtre où commence l'enveloppe." |
||
7156 | jlepiller | 163 | |
164 | #. type: Content of: <sect1><itemizedlist><listitem><para> |
||
165 | #: blfs-en/postlfs/config/vimrc.xml:104 |
||
166 | msgid "" |
||
167 | "<option>set ruler</option>: This makes <command>vim</command> show the " |
||
168 | "current row and column at the bottom right of the screen." |
||
169 | msgstr "" |
||
7165 | jlepiller | 170 | "<option>set ruler</option> : Ceci fait afficher à " |
171 | "<command>vim</command> en bas à droite de l'écran la ligne et la colonne." |
||
7156 | jlepiller | 172 | |
173 | #. type: Content of: <sect1><para> |
||
174 | #: blfs-en/postlfs/config/vimrc.xml:109 |
||
175 | msgid "" |
||
176 | "More information on the <emphasis>many</emphasis> <command>vim</command> " |
||
177 | "options can be found by reading the help inside <command>vim</command> " |
||
178 | "itself. Do this by typing <command>:</command><option>help</option> in " |
||
7165 | jlepiller | 179 | "<command>vim</command> to get the general help, or by typing " |
180 | "<command>:</command><option>help usr_toc.txt</option> to view the User " |
||
181 | "Manual Table of Contents." |
||
7156 | jlepiller | 182 | msgstr "" |
7165 | jlepiller | 183 | "Vous pouvez trouver plus d'informations sur les " |
184 | "<emphasis>nombreuses</emphasis> options de <command>vim</command> en lisant " |
||
185 | "l'aide à l'intérieur de <command>vim</command> lui-même. Faites cela en " |
||
186 | "tapant <command>:</command><option>help</option> dans <command>vim</command>" |
||
187 | " pour voir l'aide générale ou en tapant <command>:</command><option>help " |
||
188 | "usr_toc.txt</option> pour lire la table des matières du manuel de " |
||
189 | "l'utilisateur." |