Rev 7310 | 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. |
||
7313 | jlepiller | 5 | # |
7156 | jlepiller | 6 | msgid "" |
7 | msgstr "" |
||
8 | "Project-Id-Version: PACKAGE VERSION\n" |
||
9 | "POT-Creation-Date: 2016-09-23 12:05+0200\n" |
||
10 | "PO-Revision-Date: 2016-08-19 13:09+0000\n" |
||
11 | "Last-Translator: roptat <roptat@lepiller.eu>\n" |
||
12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
||
7313 | jlepiller | 13 | "Language: fr\n" |
7156 | jlepiller | 14 | "MIME-Version: 1.0\n" |
15 | "Content-Type: text/plain; charset=UTF-8\n" |
||
16 | "Content-Transfer-Encoding: 8bit\n" |
||
17 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" |
||
18 | "X-Generator: Pootle 2.7\n" |
||
19 | "X-POOTLE-MTIME: 1471612152.000000\n" |
||
20 | |||
21 | #. type: Content of: <sect3><title> |
||
22 | #: blfs-en/xincludes/setqt.xml:12 |
||
23 | msgid "Choosing Qt Program Versions" |
||
24 | msgstr "Choisir la version de programme de Qt" |
||
25 | |||
26 | #. type: Content of: <sect3><para> |
||
27 | #: blfs-en/xincludes/setqt.xml:14 |
||
28 | msgid "" |
||
29 | "If you install both Qt4 and Qt5, you can use some simple scripts to select " |
||
7165 | jlepiller | 30 | "the currently active set of Qt programs. As the <systemitem " |
31 | "class=\"username\">root</systemitem> user, create the following scripts:" |
||
7156 | jlepiller | 32 | msgstr "" |
33 | "Si vous installez Qt4 et Qt5, vous pouvez utiliser des scripts simples pour " |
||
34 | "sélectionner l'ensemble des programmes Qt actuellement actifs. En tant " |
||
35 | "qu'utilisateur <systemitem class=\"username\">root</systemitem>, créez les " |
||
36 | "scripts suivants :" |
||
37 | |||
38 | #. type: Content of: <sect3><screen> |
||
39 | #: blfs-en/xincludes/setqt.xml:19 |
||
40 | #, no-wrap |
||
41 | msgid "" |
||
42 | "<userinput>cat > /usr/bin/setqt4 << 'EOF'\n" |
||
43 | "<literal>if [ \"x$QT5DIR\" != \"x/usr\" ] && [ \"x$QT5DIR\" != \"x\" ]; then pathremove $QT5DIR/bin; fi\n" |
||
44 | "if [ \"x$QT4DIR\" != \"x/usr\" ]; then pathprepend $QT4DIR/bin; fi\n" |
||
45 | "echo $PATH</literal>\n" |
||
46 | "EOF</userinput>" |
||
47 | msgstr "" |
||
48 | "<userinput>cat > /usr/bin/setqt4 << 'EOF'\n" |
||
49 | "<literal>if [ \"x$QT5DIR\" != \"x/usr\" ] && [ \"x$QT5DIR\" != \"x\" ]; then pathremove $QT5DIR/bin; fi\n" |
||
50 | "if [ \"x$QT4DIR\" != \"x/usr\" ]; then pathprepend $QT4DIR/bin; fi\n" |
||
51 | "echo $PATH</literal>\n" |
||
52 | "EOF</userinput>" |
||
53 | |||
54 | #. type: Content of: <sect3><screen> |
||
55 | #: blfs-en/xincludes/setqt.xml:25 |
||
56 | #, no-wrap |
||
57 | msgid "" |
||
58 | "<userinput>cat > /usr/bin/setqt5 << 'EOF'\n" |
||
59 | "<literal>if [ \"x$QT4DIR\" != \"x/usr\" ] && [ \"x$QT4DIR\" != \"x\" ]; then pathremove $QT4DIR/bin; fi\n" |
||
60 | "if [ \"x$QT5DIR\" != \"x/usr\" ]; then pathprepend $QT5DIR/bin; fi\n" |
||
61 | "echo $PATH</literal>\n" |
||
62 | "EOF</userinput>" |
||
63 | msgstr "" |
||
64 | "<userinput>cat > /usr/bin/setqt5 << 'EOF'\n" |
||
65 | "<literal>if [ \"x$QT4DIR\" != \"x/usr\" ] && [ \"x$QT4DIR\" != \"x\" ]; then pathremove $QT4DIR/bin; fi\n" |
||
66 | "if [ \"x$QT5DIR\" != \"x/usr\" ]; then pathprepend $QT5DIR/bin; fi\n" |
||
67 | "echo $PATH</literal>\n" |
||
68 | "EOF</userinput>" |
||
69 | |||
70 | #. type: Content of: <sect3><para> |
||
71 | #: blfs-en/xincludes/setqt.xml:31 |
||
72 | msgid "" |
||
73 | "You should now be able to use the appropriate Qt version by running " |
||
74 | "<command>source setqt4</command> or <command>source setqt5</command> as " |
||
75 | "desired. (Setting the PATH wont work in a subshell.) Another technique that " |
||
76 | "can be used is to create appropriate alias additions to your ~/.bashrc like " |
||
77 | "<command>alias setqt4='source setqt4'</command>." |
||
78 | msgstr "" |
||
79 | "Vous pouvez utiliser la version appropriée de Qt en lançant <command>source " |
||
7165 | jlepiller | 80 | "setqt4</command> ou <command>source setqt5</command> comme vous le souhaitez" |
81 | " (Initialiser le PATH ne fonctionne pas dans un sous-répertoire). Une autre " |
||
7156 | jlepiller | 82 | "technique qui peut être utilisée est de créer des alias appropriés dans " |
83 | "votre ~/.bashrc comme <command>alias setqt4='source setqt4'</command>." |