annotate po/fr.po @ 46:aa5d3752091d

Make the update viewer command configurable Make the update viewer command configurable at copile time through the UPDATE_VIEWER_COMMAND macro. Make the update viewer command configurable at run time through the -c/--command command line option. Treat the update viewer command as a shell command and parse it via g_shell_parse_argv(), this allows for running the update viewer via xdg-su, gnomesu, pkexec etc. Disable install action in the notification and on the status icon in case no update viewer command has been provided.
author Guido Berhoerster <gber@opensuse.org>
date Thu, 18 Jun 2015 14:10:57 +0200
parents 6b7f2c8b90ec
children 1eb92ab03287
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
1 # pk-update-icon
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
2 # Copyright (C) 2011 Vincent Untz
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
3 # This file is distributed under the same license as the pk-update-icon package.
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
4 # Vincent Untz <vuntz@opensuse.org>, 2011.
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
5 #
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
6 msgid ""
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
7 msgstr ""
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
8 "Project-Id-Version: pk-update-icon 0.1\n"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
9 "Report-Msgid-Bugs-To: \n"
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
10 "POT-Creation-Date: 2015-06-18 14:05+0200\n"
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
11 "PO-Revision-Date: 2001-10-20 15:40+0200\n"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
12 "Last-Translator: Vincent Untz <vuntz@opensuse.org>\n"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
13 "Language-Team: French\n"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
14 "Language: french\n"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
15 "MIME-Version: 1.0\n"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
16 "Content-Type: text/plain; charset=UTF-8\n"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
17 "Content-Transfer-Encoding: 8bit\n"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
18 "Plural-Forms: nplurals=2; plural=n>1;\n"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
19
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
20 #: ../main.c:42
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
21 msgid "Command for starting the software update viewer"
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
22 msgstr ""
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
23
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
24 #: ../main.c:45
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
25 msgid "Set the delay in seconds before the first check for updates"
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
26 msgstr ""
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
27 "Configure le délai en secondes avant la première vérification des mises à "
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
28 "jour"
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
29
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
30 #: ../main.c:48
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
31 msgid "Set the interval in seconds between checks for updates"
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
32 msgstr ""
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
33 "Configure l'intervalle en seconde entre les vérifications des mises à jour"
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
34
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
35 #: ../main.c:51
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
36 msgid "Print the version number and exit"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
37 msgstr "Affiche le numéro de version et quitte"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
38
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
39 #: ../main.c:63
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
40 msgid "- display notifications about software updates"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
41 msgstr "- affiche les notifications à propos des mises à jour des logiciels"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
42
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
43 #: ../pkui-icon.c:94
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
44 msgid "Software Updates"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
45 msgstr "Mise à jour des logiciels"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
46
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
47 #: ../pkui-icon.c:168
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
48 msgid "translators"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
49 msgstr "traducteurs"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
50
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
51 #: ../pkui-icon.c:196
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
52 msgid "_Check for Updates"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
53 msgstr "_Vérifier les mises à jour"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
54
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
55 #: ../pkui-icon.c:204
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
56 msgid "_About"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
57 msgstr "À _propos"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
58
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
59 #: ../pkui-icon.c:244
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
60 msgid "Important Software Update"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
61 msgid_plural "Important Software Updates"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
62 msgstr[0] "Mise à jour importante d'un logiciel"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
63 msgstr[1] "Mises à jour importantes de logiciels"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
64
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
65 #: ../pkui-icon.c:246
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
66 msgid "Software Update"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
67 msgid_plural "Software Updates"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
68 msgstr[0] "Mise à jour d'un logiciel"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
69 msgstr[1] "Mises à jour de logiciels"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
70
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
71 #: ../pkui-icon.c:253
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
72 #, c-format
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
73 msgid "There are %d software updates available, %d of them is important."
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
74 msgid_plural ""
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
75 "There are %d software updates available, %d of them are important."
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
76 msgstr[0] "Il y a %d mise à jour disponible, dont %d importante."
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
77 msgstr[1] "Il y a %d mises à jour disponibles, dont %d importantes."
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
78
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
79 #: ../pkui-icon.c:261
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
80 #, c-format
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
81 msgid "There is an important software update available."
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
82 msgid_plural "There are %d important software updates available."
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
83 msgstr[0] "Il y a une mise à jour importante disponible."
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
84 msgstr[1] "Il y a %d mises à jour importantes disponibles."
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
85
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
86 #: ../pkui-icon.c:266
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
87 #, c-format
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
88 msgid "There is a software update available."
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
89 msgid_plural "There are %d software updates available."
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
90 msgstr[0] "Il y a une mise à jour disponible."
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
91 msgstr[1] "Il y a %d mises à jour disponibles."
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
92
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 21
diff changeset
93 #: ../pkui-icon.c:283
21
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
94 msgid "Install Update"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
95 msgid_plural "Install Updates"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
96 msgstr[0] "Installer la mise à jour"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
97 msgstr[1] "Installer les mises à jour"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
98
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
99 #: ../pk-update-icon.desktop.in.h:1
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
100 msgid "PackageKit Update Applet"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
101 msgstr "Applet de mise à jour PackageKit"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
102
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
103 #: ../pk-update-icon.desktop.in.h:2
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
104 msgid "Update Applet"
6b7f2c8b90ec add french translation
Vincent Untz <vuntz@opensuse.org>
parents:
diff changeset
105 msgstr "Applet de mise à jour"