annotate po/de.po @ 48:1eb92ab03287

Avoid passing more arguments to g_strdup_printf() than specified in the format Avoid passing more arguments to g_strdup_printf() than specified in the format depending on the number of updates. Split sentences with two plural forms up, otherwise they cannot be formatted properly.
author Stanislav Brabec <sbrabec@suse.com>
date Thu, 18 Jun 2015 22:55:08 +0200
parents aa5d3752091d
children 5c3bcc3f111b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
1 # pk-update-icon
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
2 # Copyright (C) 2011 Pavol Rusnak, Guido Berhoerster
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
3 # This file is distributed under the same license as the pk-update-icon package.
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
4 # Guido Berhoerster <guido@berhoerster.name>, 2011.
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
5 #
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
6 msgid ""
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
7 msgstr ""
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
8 "Project-Id-Version: pk-update-icon 0.1\n"
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
9 "Report-Msgid-Bugs-To: \n"
48
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
10 "POT-Creation-Date: 2015-06-18 22:51:12+0200\n"
8
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
11 "PO-Revision-Date: 2011-10-10 19:21+0200\n"
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
12 "Last-Translator: Guido Berhoerster <gber@opensuse.org>\n"
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
13 "Language-Team: German\n"
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
14 "Language: de\n"
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
15 "MIME-Version: 1.0\n"
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
16 "Content-Type: text/plain; charset=UTF-8\n"
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
17 "Content-Transfer-Encoding: 8bit\n"
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
19
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 19
diff changeset
20 #: ../main.c:42
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 19
diff changeset
21 #, fuzzy
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 19
diff changeset
22 msgid "Command for starting the software update viewer"
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 19
diff changeset
23 msgstr "Es ist eine wichtige Softwareaktualisierung verfügbar."
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 19
diff changeset
24
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 19
diff changeset
25 #: ../main.c:45
16
7af115023d5a add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents: 14
diff changeset
26 msgid "Set the delay in seconds before the first check for updates"
18
9537882d759f add an about dialog
Guido Berhoerster <guido@berhoerster.name>
parents: 16
diff changeset
27 msgstr ""
9537882d759f add an about dialog
Guido Berhoerster <guido@berhoerster.name>
parents: 16
diff changeset
28 "Bestimme die Verzögerung in Sekunden vor dem ersten Überprüfen auf "
9537882d759f add an about dialog
Guido Berhoerster <guido@berhoerster.name>
parents: 16
diff changeset
29 "Aktualisierungen"
16
7af115023d5a add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents: 14
diff changeset
30
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 19
diff changeset
31 #: ../main.c:48
16
7af115023d5a add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents: 14
diff changeset
32 msgid "Set the interval in seconds between checks for updates"
18
9537882d759f add an about dialog
Guido Berhoerster <guido@berhoerster.name>
parents: 16
diff changeset
33 msgstr ""
9537882d759f add an about dialog
Guido Berhoerster <guido@berhoerster.name>
parents: 16
diff changeset
34 "Bestimme das Intervall in Sekunden zwischen dem Überprüfen auf "
9537882d759f add an about dialog
Guido Berhoerster <guido@berhoerster.name>
parents: 16
diff changeset
35 "Aktualisierungen"
16
7af115023d5a add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents: 14
diff changeset
36
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 19
diff changeset
37 #: ../main.c:51
16
7af115023d5a add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents: 14
diff changeset
38 msgid "Print the version number and exit"
7af115023d5a add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents: 14
diff changeset
39 msgstr "Zeige die Versionsnummer und breche ab"
7af115023d5a add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents: 14
diff changeset
40
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 19
diff changeset
41 #: ../main.c:63
16
7af115023d5a add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents: 14
diff changeset
42 msgid "- display notifications about software updates"
7af115023d5a add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents: 14
diff changeset
43 msgstr "- zeige Benachrichtigungen über Softwareaktualisierungen"
7af115023d5a add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents: 14
diff changeset
44
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 19
diff changeset
45 #: ../pkui-icon.c:94
14
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
46 msgid "Software Updates"
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
47 msgstr "Softwareaktualisierungen"
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
48
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 19
diff changeset
49 #: ../pkui-icon.c:168
18
9537882d759f add an about dialog
Guido Berhoerster <guido@berhoerster.name>
parents: 16
diff changeset
50 msgid "translators"
9537882d759f add an about dialog
Guido Berhoerster <guido@berhoerster.name>
parents: 16
diff changeset
51 msgstr "Guido Berhörster <gber@opensuse.org>"
9537882d759f add an about dialog
Guido Berhoerster <guido@berhoerster.name>
parents: 16
diff changeset
52
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 19
diff changeset
53 #: ../pkui-icon.c:196
14
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
54 msgid "_Check for Updates"
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
55 msgstr "Nach Aktualisierungen _Suchen"
8
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
56
46
aa5d3752091d Make the update viewer command configurable
Guido Berhoerster <gber@opensuse.org>
parents: 19
diff changeset
57 #: ../pkui-icon.c:204
18
9537882d759f add an about dialog
Guido Berhoerster <guido@berhoerster.name>
parents: 16
diff changeset
58 msgid "_About"
9537882d759f add an about dialog
Guido Berhoerster <guido@berhoerster.name>
parents: 16
diff changeset
59 msgstr "_Info"
9537882d759f add an about dialog
Guido Berhoerster <guido@berhoerster.name>
parents: 16
diff changeset
60
48
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
61 #. TRANSLATORS: This is a message without number mentioned
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
62 #: ../pkui-icon.c:247
14
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
63 msgid "Important Software Update"
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
64 msgid_plural "Important Software Updates"
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
65 msgstr[0] "Wichtige Aktualisierung"
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
66 msgstr[1] "Wichtige Aktualisierungen"
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
67
48
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
68 #. TRANSLATORS: This is a message without number mentioned
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
69 #: ../pkui-icon.c:250
14
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
70 msgid "Software Update"
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
71 msgid_plural "Software Updates"
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
72 msgstr[0] "Softwareaktualisierung"
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
73 msgstr[1] "Softwareaktualisierungen"
8
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
74
48
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
75 #.
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
76 #. * TRANSLATORS: This sentence contains two plurals.
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
77 #. * Texts related to these plurals are mixed. That is
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
78 #. * why it is split in three parts. Fill first two parts
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
79 #. * as you need, and use them as %s in the last one to
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
80 #. * construct a sentence. Note that if the first form of
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
81 #. * plural relates only to singular form, it is never
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
82 #. * used, and dedicated shorter sentences are used.
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
83 #: ../pkui-icon.c:266
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
84 #, fuzzy, c-format
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
85 msgid "There is %d software update available,"
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
86 msgid_plural "There are %d software updates available,"
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
87 msgstr[0] "Eine Softwareaktualisierung ist verfügbar."
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
88 msgstr[1] "Es sind %d Softwareaktualisierungen verfügbar."
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
89
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
90 #.
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
91 #. * TRANSLATORS: This is the sentence part in the
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
92 #. * middle, form of which is related to the first
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
93 #. * number. If your language does not need it, simply
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
94 #. * use it as space or so.
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
95 #: ../pkui-icon.c:275
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
96 msgid "of it"
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
97 msgid_plural "of them"
16
7af115023d5a add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents: 14
diff changeset
98 msgstr[0] ""
7af115023d5a add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents: 14
diff changeset
99 msgstr[1] ""
8
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
100
48
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
101 #.
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
102 #. * TRANSLATORS: This forms the sentence. If you need to
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
103 #. * swap parts, use %3$s and %1$s etc. Plurals are
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
104 #. * related to second number.
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
105 #: ../pkui-icon.c:282
16
7af115023d5a add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents: 14
diff changeset
106 #, c-format
48
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
107 msgid "%s %d %s is important."
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
108 msgid_plural "%s %d %s are important."
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
109 msgstr[0] ""
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
110 msgstr[1] ""
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
111
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
112 #: ../pkui-icon.c:287
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
113 #, fuzzy, c-format
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
114 msgid "There is %d important software update available."
14
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
115 msgid_plural "There are %d important software updates available."
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
116 msgstr[0] "Es ist eine wichtige Softwareaktualisierung verfügbar."
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
117 msgstr[1] "Es sind %d wichtige Softwareaktualisierungen verfügbar."
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
118
48
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
119 #: ../pkui-icon.c:294
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
120 #, fuzzy, c-format
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
121 msgid "There is %d software update available."
14
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
122 msgid_plural "There are %d software updates available."
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
123 msgstr[0] "Eine Softwareaktualisierung ist verfügbar."
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
124 msgstr[1] "Es sind %d Softwareaktualisierungen verfügbar."
8
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
125
48
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
126 #: ../pkui-icon.c:313
19
38b37e4a4d63 added a button for installing updates to the notification
Guido Berhoerster <guido@berhoerster.name>
parents: 18
diff changeset
127 msgid "Install Update"
38b37e4a4d63 added a button for installing updates to the notification
Guido Berhoerster <guido@berhoerster.name>
parents: 18
diff changeset
128 msgid_plural "Install Updates"
38b37e4a4d63 added a button for installing updates to the notification
Guido Berhoerster <guido@berhoerster.name>
parents: 18
diff changeset
129 msgstr[0] "Aktualisierung Installieren"
38b37e4a4d63 added a button for installing updates to the notification
Guido Berhoerster <guido@berhoerster.name>
parents: 18
diff changeset
130 msgstr[1] "Aktualisierungen Installieren"
38b37e4a4d63 added a button for installing updates to the notification
Guido Berhoerster <guido@berhoerster.name>
parents: 18
diff changeset
131
8
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
132 #: ../pk-update-icon.desktop.in.h:1
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
133 msgid "PackageKit Update Applet"
14
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
134 msgstr "PackageKit Aktualisierungsapplet"
8
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
135
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
136 #: ../pk-update-icon.desktop.in.h:2
58a3312a1c59 add internationalization support
Guido Berhoerster <guido@berhoerster.name>
parents:
diff changeset
137 msgid "Update Applet"
14
64f05992d8ec GObject-based rewrite
Guido Berhoerster <guido@berhoerster.name>
parents: 8
diff changeset
138 msgstr "Aktualisierungsapplet"
48
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
139
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
140 #~ msgid "There are %d software updates available, %d of them is important."
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
141 #~ msgid_plural ""
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
142 #~ "There are %d software updates available, %d of them are important."
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
143 #~ msgstr[0] ""
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
144 #~ "Es sind %d Softwareaktualisierungen verfügbar, davon ist %d wichtig."
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
145 #~ msgstr[1] ""
1eb92ab03287 Avoid passing more arguments to g_strdup_printf() than specified in the format
Stanislav Brabec <sbrabec@suse.com>
parents: 46
diff changeset
146 #~ "Es sind %d Softwareaktualisierungen verfügbar, davon sind %d wichtig."