~mvo/software-center/hopefully-fix-lp1008229

« back to all changes in this revision

Viewing changes to po/cs.po

  • Committer: Andrew
  • Date: 2009-10-19 16:51:47 UTC
  • mfrom: (407 trunk)
  • mto: This revision was merged to the branch mainline in revision 442.
  • Revision ID: rugby471@jaunty-toaster-20091019165147-hrqitfl8sa4k6s4p
(merge with trunk)

software-center (1.0) karmic; urgency=low

  - use screenshots.ubuntu.com as screenshot url
* softwarecenter/view/catview.py:
  - do not crash for unavailable categories with <OnlyUnallocated>
    (LP: #451922)

 -- Michael Vogt <michael.vogt@ubuntu.com>Thu, 15 Oct 2009 18:35:58 +0200

software-center (0.5.2) karmic; urgency=low

[ Michael Vogt ]
* softwarecenter/view/appdetailsview.py:
  - deal with connection refused errors properly
  - use shorter default socket timeout to avoid hangs when
    the screenshot site is unavailable
* softwarecenter/db/database.py:
  - require explicit open() to avoid possible race (LP: #449385)
* softwarecenter/view/widgets/imagedialog.py:
  - fix crash when unknown error happend during screenshot download
    (LP: #4479829)
* data/ui/SoftwareCenter.ui:
  - change unicode "..." to three "." to work around bug in 
    gtkbuilder/intltool that makes strings with them untranslatable
    (https://bugzilla.gnome.org/show_bug.cgi?id=596205) (LP: #450600)
* po/*:
  - sync from rosetta and unfuzzy the strings that move
    from &#2026; to "..." (LP: #450600)
* softwarecenter/view/catview.py
  - do not crash if a desktop-directory can not be foudn or is
    invalid (LP: #450842)
* utils/update-software-center:
  - do not crash if glib is not available (e.g. during a upgrade)
    (LP: #450793)
* install the softwarecenter-installed emblem into a private dir
  to make not show up in the nautilus emblems folder (LP: #437385)

[ Josh Holland ]
* Fixed up man page (LP: #448896)

 -- Michael Vogt <michael.vogt@ubuntu.com>Wed, 14 Oct 2009 11:51:26 +0200

software-center (0.5.1) karmic; urgency=low

* icon updates from Kenneth Wimer 
* softwarecenter/db/update.py: 
  - fix index bug in pkgname handling
* make screenshots scrollable (LP: #439420)
* fix reopen() handling by not using xapian.Database.reopen()
  but instead do a full open of the db (LP: #430603)
* softwarecenter/view/appdetailsview.py:
  - add support for http proxies (LP: #446069)
  - fix crash in cdrom handling (LP: #446269)
  - do not show error when a transaction is cancelt 
    (LP: #440941)
* softwarecenter/view/widgets/imagedialog.py:
  - change default window size to match the default image
    size from screenshots.debian.net (LP: #445938)
* debian/control:
  - depend on the latest aptdaemon for working proxy support

 -- Michael Vogt <michael.vogt@ubuntu.com>Mon, 12 Oct 2009 18:25:10 +0200

software-center (0.5.0) karmic; urgency=low

* softwarecenter/db/update.py:
  - when using getdefaultlocale() change the order of the environment
    variable that are checked to 'LANGUAGE','LANG','LC_CTYPE','LC_ALL'
    LP: #444316
* add support RTL in the webkit widgets
* Merged from Matthew McGowan:
  - better integration of the arrow button with the used theme
  - update arrow button when style changes (supports high contrast
    themes and somesuch now too)
  - support RTL langauges with the arrow button
  - new pathbar can be activated via SOFTWARE_CENTER_NEW_PATHBAR=1
    in the environment (not used by default)

 -- Michael Vogt <michael.vogt@ubuntu.com>Wed, 07 Oct 2009 15:52:40 +0200

software-center (0.4.6) karmic; urgency=low

* debian/control:
  - add versionized dependency to aptdaemon (needs some of the
    latest API for the async calls) LP: #444218
* softwarecenter/view/pendingview.py:
  - display the operation (Install Packages, Remove Packages,
    Applying Changes) for operations that come from outside 
    software-center (LP: #444254)
* softwarecenter/app.py:
  - do not crah on corrupted database
* utils/update-software-center:
  - ignore if dbus can not be imported (e.g. because we are in 
    the middle of a upgrade and python packages are unavailable)
    LP: #443177)
  - do not show full stacktrace if dbus is not available 
    (LP: #444089)
  - add a small delay between dubs rebuild signal and actual rebuild
    (LP: #438639)

 -- Michael Vogt <michael.vogt@ubuntu.com>Tue, 06 Oct 2009 11:27:09 +0200

software-center (0.4.5) karmic; urgency=low

* softwarecenter/view/appdetailsview.py:
  - avoid blocking if the authentication dialog comes up 
    (LP: #436413)
* softwarecenter/view/appdetailsview.py:
  - switch to use urls that return 404 if a package has no
    screenshot
* softwarecenter/view/widgets/imagedialog.py,
  softwarecenter/view/appdetailsview.py:
  - merge lp:~mvo/software-center/ubuntu-404 that implements 404 
    handling and show ubuntu branded dummy image (LP: #425874)
* softwarecenter/view/appview.py:
  - support environment to switch sorting for searches:
    SOFTWARE_CENTER_SEARCHES_SORT_MODE={popcon,alphabetic,xapian}
    (to be able to test the different mode quickly)
* softwarecenter/view/appdetailsview.py:
  - fix crash when no icon can be found (LP: #442040, LP: #440306)
* softwarecenter/view/catview.py:
  - do not crash if no icon can be found (LP: #441171)
* data/templates/CategoriesView.html:
  - disable drag-n-drop (LP: #440446)

 -- Michael Vogt <michael.vogt@ubuntu.com>Mon, 05 Oct 2009 18:23:27 +0200

software-center (0.4.4) karmic; urgency=low

* debian/rules:
  - cleanup, we do not need python-central, all the python code is
    in a private dir
* softwarecenter/view/appview.py:
  - display the package name in parenthesis if the application name
    appears multiple times in the database (e.g. for a generic name
    like "Terminal") LP: #434625
* softwarecenter/app.py, softwarecenter/view/viewswitcher.py:
  - automatically switch back to the previous view if the progress
    view is empty and the user has not navigated away manually
    (LP: #431907)
* po/ro.po:
  - added Romanian translation (thanks to Alex Eftimie)

 -- Michael Vogt <michael.vogt@ubuntu.com>Fri, 02 Oct 2009 18:18:16 +0200

software-center (0.4.3) karmic; urgency=low

* debian/rules:
  - remove .PHONY again, it breaks building with DH7

 -- Michael Vogt <michael.vogt@ubuntu.com>Tue, 29 Sep 2009 09:26:32 +0200

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version: software-store\n"
9
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
 
"POT-Creation-Date: 2009-09-02 13:52+0200\n"
11
 
"PO-Revision-Date: 2009-08-30 17:58+0000\n"
12
 
"Last-Translator: Marek Zdražil <zdrazilmarek@gmail.com>\n"
 
10
"POT-Creation-Date: 2009-09-25 17:10+0200\n"
 
11
"PO-Revision-Date: 2009-09-26 08:57+0000\n"
 
12
"Last-Translator: Adrian Guniš <andygun696@gmail.com>\n"
13
13
"Language-Team: Czech <cs@li.org>\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
 
"X-Launchpad-Export-Date: 2009-09-09 07:16+0000\n"
 
18
"X-Launchpad-Export-Date: 2009-09-30 06:47+0000\n"
19
19
"X-Generator: Launchpad (build Unknown)\n"
20
20
 
21
 
#: ../softwarestore/app.py:223
22
 
msgid "All"
23
 
msgstr ""
24
 
 
25
 
#: ../softwarestore/app.py:224
26
 
#, python-format
27
 
msgid "Search in %s"
28
 
msgstr ""
29
 
 
30
 
#: ../softwarestore/app.py:333
31
 
#, python-format
32
 
msgid "%s items available"
33
 
msgstr ""
34
 
 
35
 
#: ../softwarestore/view/appdetailsview.py:77
 
21
#: ../softwarecenter/app.py:349 ../softwarecenter/view/appdetailsview.py:404
 
22
msgid "ERROR"
 
23
msgstr "CHYBA"
 
24
 
 
25
#: ../softwarecenter/apt/aptcache.py:173 ../softwarecenter/apt/aptcache.py:185
 
26
#, python-format
 
27
msgid ""
 
28
"Canonical does no longer provide updates for %s in Ubuntu %s. Updates may be "
 
29
"available in a newer version of Ubuntu."
 
30
msgstr ""
 
31
"Canonical již dále neposkytuje aktualizace pro %s v Ubuntu %s. Aktualizace "
 
32
"mohou být dostupné v novějším vydání Ubuntu."
 
33
 
 
34
#: ../softwarecenter/apt/aptcache.py:178
 
35
#, python-format
 
36
msgid ""
 
37
"Canonical provides critical updates for %(appname)s until "
 
38
"%(support_end_month_str)s %(support_end_year)s."
 
39
msgstr ""
 
40
"Canonical poskytuje kritické aktualizace pro aplikaci %(appname)s do: "
 
41
"%(support_end_month_str)s %(support_end_year)s."
 
42
 
 
43
#: ../softwarecenter/apt/aptcache.py:190
 
44
#, python-format
 
45
msgid ""
 
46
"Canonical provides critical updates supplied by the developers of "
 
47
"%(appname)s until %(support_end_month_str)s %(support_end_year)s."
 
48
msgstr ""
 
49
"Canonical poskytuje kritické aktualizace dodané vývojáři aplikace "
 
50
"%(appname)s do: %(support_end_month_str)s %(support_end_year)s."
 
51
 
 
52
#: ../softwarecenter/apt/aptcache.py:200
 
53
#, python-format
 
54
msgid ""
 
55
"Canonical does not provide updates for %s. Some updates may be provided by "
 
56
"the third party vendor."
 
57
msgstr ""
 
58
"Canonical neposkytuje aktualizace pro %s. Některé aktualizace mohou být "
 
59
"dostupné od výrobce třetí strany."
 
60
 
 
61
#: ../softwarecenter/apt/aptcache.py:204
 
62
#, python-format
 
63
msgid "Canonical provides critical updates for %s."
 
64
msgstr "Canonical poskytuje kritické aktualizace pro %s."
 
65
 
 
66
#: ../softwarecenter/apt/aptcache.py:206
 
67
#, python-format
 
68
msgid "Canonical provides critical updates supplied by the developers of %s."
 
69
msgstr ""
 
70
"Canonical poskytuje kritické aktualizace dodané vývojáři aplikace %s."
 
71
 
 
72
#: ../softwarecenter/apt/aptcache.py:209
 
73
#, python-format
 
74
msgid ""
 
75
"Canonical does not provide updates for %s. Some updates may be provided by "
 
76
"the Ubuntu community."
 
77
msgstr ""
 
78
"Canonical neposkytuje aktualizace pro %s. Některé aktualizace mohou být "
 
79
"poskytovány komunitou Ubuntu."
 
80
 
 
81
#: ../softwarecenter/apt/aptcache.py:212
 
82
#, python-format
 
83
msgid "Application %s has a unkown maintenance status."
 
84
msgstr "Aplikace %s má neznámý stav údržby."
 
85
 
 
86
#: ../softwarecenter/view/appdetailsview.py:89
36
87
msgid "Description"
37
 
msgstr ""
 
88
msgstr "Popis"
38
89
 
39
 
#: ../softwarestore/view/appdetailsview.py:147
 
90
#: ../softwarecenter/view/appdetailsview.py:181
 
91
#: ../softwarecenter/view/appdetailsview.py:186
40
92
msgid "Not available in the current data"
41
 
msgstr ""
42
 
 
43
 
#: ../softwarestore/view/appdetailsview.py:176
 
93
msgstr "Není k dispozici v současných datech"
 
94
 
 
95
#: ../softwarecenter/view/appdetailsview.py:184
 
96
msgid "Not available for your hardware architecture."
 
97
msgstr "Není k dispozici pro vaši hardwarovou architekturu."
 
98
 
 
99
#: ../softwarecenter/view/appdetailsview.py:211
 
100
#: ../softwarecenter/view/appdetailsview.py:215
 
101
msgid "Application Screenshot"
 
102
msgstr "Snímek obrazovky aplikace"
 
103
 
 
104
#: ../softwarecenter/view/appdetailsview.py:239
44
105
#, python-format
45
106
msgid "Version: %s (%s)"
46
 
msgstr ""
 
107
msgstr "Verze: %s (%s)"
47
108
 
48
109
#. generic message
49
 
#: ../softwarestore/view/appdetailsview.py:194
 
110
#: ../softwarecenter/view/appdetailsview.py:257
50
111
#, python-format
51
112
msgid "%s is installed on this computer."
52
 
msgstr ""
 
113
msgstr "%s je na tomto počítači nainstalován."
53
114
 
54
 
#: ../softwarestore/view/appdetailsview.py:206
 
115
#: ../softwarecenter/view/appdetailsview.py:269
55
116
#, python-format
56
117
msgid "It is used by %s piece of installed software."
57
118
msgid_plural "It is used by %s pieces of installed software."
58
 
msgstr[0] ""
59
 
msgstr[1] ""
60
 
 
61
 
#: ../softwarestore/view/appdetailsview.py:211
 
119
msgstr[0] "Je použit v %s části nainstalovaného softwaru."
 
120
msgstr[1] "Je použit ve %s částech nainstalovaného softwaru."
 
121
msgstr[2] "Je použit v %s částech nainstalovaného softwaru."
 
122
 
 
123
#: ../softwarecenter/view/appdetailsview.py:274
 
124
msgid "Website"
 
125
msgstr "Webová stránka"
 
126
 
 
127
#: ../softwarecenter/view/appdetailsview.py:277
 
128
msgid "Unknown"
 
129
msgstr "Neznámá"
 
130
 
 
131
#: ../softwarecenter/view/appdetailsview.py:279
 
132
msgid "Open Source"
 
133
msgstr "Open Source"
 
134
 
 
135
#: ../softwarecenter/view/appdetailsview.py:281
 
136
msgid "Proprietary"
 
137
msgstr "Proprietární"
 
138
 
 
139
#: ../softwarecenter/view/appdetailsview.py:282
 
140
#, python-format
 
141
msgid "License: %s"
 
142
msgstr "Licence: %s"
 
143
 
 
144
#. TRANSLATORS: This text will be showed as price of the software
 
145
#: ../softwarecenter/view/appdetailsview.py:286
 
146
msgid "Free"
 
147
msgstr "Zdarma"
 
148
 
 
149
#: ../softwarecenter/view/appdetailsview.py:287
62
150
#, python-format
63
151
msgid "Price: %s"
64
 
msgstr ""
 
152
msgstr "Cena: %s"
65
153
 
66
 
#: ../softwarestore/view/appdetailsview.py:211
67
 
msgid "Free"
68
 
msgstr ""
 
154
#: ../softwarecenter/view/appdetailsview.py:327
 
155
#, python-format
 
156
msgid "%s - Screenshot"
 
157
msgstr "%s - Snímek obrazovky"
69
158
 
70
159
#. generic removal text
71
 
#: ../softwarestore/view/appdetailsview.py:257
72
 
#, python-format
73
 
msgid "%s depends on other software on the system. "
74
 
msgstr ""
75
 
 
76
 
#: ../softwarestore/view/appdetailsview.py:258
 
160
#. FIXME: this text is not accurate, we look at recommends as
 
161
#. well as part of the rdepends, but those do not need to
 
162
#. be removed, they just may be limited in functionatlity
 
163
#: ../softwarecenter/view/appdetailsview.py:346
 
164
#, python-format
 
165
msgid "To remove %s, these items must be removed as well:"
 
166
msgstr "Pro odstranění %s musí být rovněž odstraněny tyto položky:"
 
167
 
 
168
#: ../softwarecenter/view/appdetailsview.py:348
 
169
msgid "Remove All"
 
170
msgstr "Odstranit vše"
 
171
 
 
172
#: ../softwarecenter/view/appdetailsview.py:354
 
173
#, python-format
77
174
msgid ""
78
 
"Uninstalling it means that the following additional software needs to be "
79
 
"removed."
80
 
msgstr ""
81
 
 
82
 
#: ../softwarestore/view/appdetailsview.py:263
83
 
#, python-format
84
 
msgid "%s is a core component"
85
 
msgstr ""
86
 
 
87
 
#: ../softwarestore/view/appdetailsview.py:264
 
175
"If you uninstall %s, future updates will not include new items in <b>%s</b> "
 
176
"set. Are you sure you want to continue?"
 
177
msgstr ""
 
178
"Pokud odinstalujete %s, budoucí aktualizace nebudou zahrnovat nové položky v "
 
179
"sadě <b>%s</b>. Jste si jisti, že chcete pokračovat?"
 
180
 
 
181
#: ../softwarecenter/view/appdetailsview.py:357
 
182
#: ../softwarecenter/view/appdetailsview.py:368
 
183
msgid "Remove Anyway"
 
184
msgstr "Stejně odstranit"
 
185
 
 
186
#: ../softwarecenter/view/appdetailsview.py:364
88
187
#, python-format
89
188
msgid ""
90
189
"%s is a core application in Ubuntu. Uninstalling it may cause future "
91
190
"upgrades to be incomplete. Are you sure you want to continue?"
92
191
msgstr ""
93
 
 
94
 
#: ../softwarestore/view/appdetailsview.py:293
95
 
msgid "ERROR"
96
 
msgstr ""
97
 
 
98
 
#: ../softwarestore/view/appdetailsview.py:309
 
192
"%s je v Ubuntu klíčovou aplikací. Její odinstalování může způsobit, že "
 
193
"budoucí aktualizace nebudou kompletní. Jste si jisti, že chcete pokračovat?"
 
194
 
 
195
#: ../softwarecenter/view/appdetailsview.py:427
99
196
msgid "Upgrade"
100
 
msgstr ""
 
197
msgstr "Přejít na vyšší verzi"
101
198
 
102
 
#: ../softwarestore/view/appdetailsview.py:312
 
199
#: ../softwarecenter/view/appdetailsview.py:430
103
200
msgid "Remove"
104
 
msgstr ""
 
201
msgstr "Odstranit"
105
202
 
106
 
#: ../softwarestore/view/appdetailsview.py:315
 
203
#: ../softwarecenter/view/appdetailsview.py:433
107
204
msgid "Install"
108
 
msgstr ""
 
205
msgstr "Nainstalovat"
109
206
 
110
207
#. FIXME: deal with the EULA stuff
111
 
#: ../softwarestore/view/appdetailsview.py:324
 
208
#: ../softwarecenter/view/appdetailsview.py:442
112
209
msgid "Enable channel"
113
 
msgstr ""
114
 
 
115
 
#: ../softwarestore/view/viewswitcher.py:95
116
 
msgid "Get Free software"
117
 
msgstr ""
118
 
 
119
 
#: ../softwarestore/view/viewswitcher.py:97
120
 
msgid "Installed software"
121
 
msgstr "Nainstalované programy"
122
 
 
123
 
#: ../softwarestore/view/viewswitcher.py:127
 
210
msgstr "Povolit kanál"
 
211
 
 
212
#: ../softwarecenter/view/appdetailsview.py:469
 
213
msgid "_Keep"
 
214
msgstr "_Ponechat"
 
215
 
 
216
#: ../softwarecenter/view/appdetailsview.py:470
 
217
msgid "_Replace"
 
218
msgstr "_Nahradit"
 
219
 
 
220
#: ../softwarecenter/view/appdetailsview.py:472
 
221
#, python-format
 
222
msgid "Configuration file '%s' changed"
 
223
msgstr "Konfigurační soubor '%s' změněn"
 
224
 
 
225
#: ../softwarecenter/view/appdetailsview.py:473
 
226
msgid "Do you want to use the new version?"
 
227
msgstr "Chcete použít novou verzi?"
 
228
 
 
229
#. home button
 
230
#: ../softwarecenter/view/availablepane.py:88
 
231
#: ../softwarecenter/view/viewswitcher.py:128
 
232
msgid "Get Free Software"
 
233
msgstr "Získat svobodný software"
 
234
 
 
235
#: ../softwarecenter/view/availablepane.py:138
 
236
#: ../softwarecenter/view/installedpane.py:127
 
237
#, python-format
 
238
msgid "%s matching item"
 
239
msgid_plural "%s matching items"
 
240
msgstr[0] "%s odpovídající položka"
 
241
msgstr[1] "%s odpovídající položky"
 
242
msgstr[2] "%s odpovídajících položek"
 
243
 
 
244
#: ../softwarecenter/view/availablepane.py:142
 
245
#, python-format
 
246
msgid "%s item available"
 
247
msgid_plural "%s items available"
 
248
msgstr[0] "%s dostupná položka"
 
249
msgstr[1] "%s dostupné položky"
 
250
msgstr[2] "%s dostupných položek"
 
251
 
 
252
#: ../softwarecenter/view/catview.py:71 ../softwarecenter/view/catview.py:106
 
253
msgid "Departments"
 
254
msgstr "Sekce"
 
255
 
 
256
#: ../softwarecenter/view/dialogs.py:45
 
257
msgid "Details"
 
258
msgstr "Podrobnosti"
 
259
 
 
260
#: ../softwarecenter/view/dialogs.py:80
 
261
msgid "Cancel"
 
262
msgstr "Zrušit"
 
263
 
 
264
#. FIXME: make this a generic pkgview widget
 
265
#: ../softwarecenter/view/dialogs.py:88
 
266
msgid "Dependency"
 
267
msgstr "Závislost"
 
268
 
 
269
#: ../softwarecenter/view/installedpane.py:74
 
270
#: ../softwarecenter/view/viewswitcher.py:130
 
271
msgid "Installed Software"
 
272
msgstr "Nainstalovaný software"
 
273
 
 
274
#: ../softwarecenter/view/installedpane.py:131
 
275
#, python-format
 
276
msgid "%s installed item"
 
277
msgid_plural "%s installed items"
 
278
msgstr[0] "%s nainstalovaná položka"
 
279
msgstr[1] "%s nainstalované položky"
 
280
msgstr[2] "%s nainstalovaných položek"
 
281
 
 
282
#: ../softwarecenter/view/viewswitcher.py:160
 
283
#: ../softwarecenter/view/viewswitcher.py:165
124
284
#, python-format
125
285
msgid "In Progress (%i)"
 
286
msgstr "Probíhá (%i)"
 
287
 
 
288
#: ../data/ui/SoftwareCenter.ui.h:1
 
289
msgid "&#xA9;2009 Canonical"
 
290
msgstr "&#xA9;2009 Canonical"
 
291
 
 
292
#: ../data/ui/SoftwareCenter.ui.h:2
 
293
msgid "Copy _Web Link"
 
294
msgstr "Kopírovat _webový odkaz"
 
295
 
 
296
#: ../data/ui/SoftwareCenter.ui.h:3
 
297
msgid ""
 
298
"Lets you choose from thousands of free applications available for Ubuntu."
 
299
msgstr "Vybírejte z tisíce svobodných aplikací dostupných pro Ubuntu."
 
300
 
 
301
#: ../data/ui/SoftwareCenter.ui.h:4
 
302
msgid "Rebuilding application catalog..."
126
303
msgstr ""
127
304
 
128
 
#: ../softwarestore/view/viewswitcher.py:132
 
305
#: ../data/ui/SoftwareCenter.ui.h:5
 
306
msgid "Search..."
 
307
msgstr "Hledat..."
 
308
 
 
309
#: ../data/ui/SoftwareCenter.ui.h:6
 
310
msgid "Software Center _Help"
 
311
msgstr "_Nápověda pro Centrum softwaru"
 
312
 
 
313
#: ../data/ui/SoftwareCenter.ui.h:7
 
314
#: ../data/ubuntu-software-center.desktop.in.h:3
 
315
msgid "Ubuntu Software Center"
 
316
msgstr "Centrum softwaru pro Ubuntu"
 
317
 
 
318
#: ../data/ui/SoftwareCenter.ui.h:8
 
319
msgid "_All Applications"
 
320
msgstr "_Všechny aplikace"
 
321
 
 
322
#: ../data/ui/SoftwareCenter.ui.h:9
 
323
msgid "_Canonical-Maintained Applications"
 
324
msgstr "Aplikace spravované firmou _Canonical"
 
325
 
 
326
#: ../data/ui/SoftwareCenter.ui.h:10
 
327
msgid "_Edit"
 
328
msgstr "_Upravit"
 
329
 
 
330
#: ../data/ui/SoftwareCenter.ui.h:11
 
331
msgid "_File"
 
332
msgstr "_Soubor"
 
333
 
 
334
#: ../data/ui/SoftwareCenter.ui.h:12
 
335
msgid "_Help"
 
336
msgstr "_Nápověda"
 
337
 
 
338
#: ../data/ui/SoftwareCenter.ui.h:13
 
339
msgid "_Install"
 
340
msgstr "Na_instalovat"
 
341
 
 
342
#: ../data/ui/SoftwareCenter.ui.h:14
 
343
msgid "_Software Sources..."
 
344
msgstr "Z_droje softwaru..."
 
345
 
 
346
#: ../data/ui/SoftwareCenter.ui.h:15
 
347
msgid "_View"
 
348
msgstr "_Zobrazit"
 
349
 
 
350
#: ../data/ui/SoftwareCenter.ui.h:16
 
351
msgid "available"
 
352
msgstr "dostupné"
 
353
 
 
354
#: ../data/ui/SoftwareCenter.ui.h:17
 
355
msgid "installed"
 
356
msgstr "nainstalováno"
 
357
 
 
358
#: ../data/ui/SoftwareCenter.ui.h:18
 
359
msgid "pending"
 
360
msgstr "nevyřízeno"
 
361
 
 
362
#: ../data/ubuntu-software-center.desktop.in.h:1
 
363
msgid ""
 
364
"Lets you choose from thousands of free applications available for Ubuntu"
 
365
msgstr "Vybírejte z tisíce svobodných aplikací dostupných pro Ubuntu"
 
366
 
 
367
#: ../data/ubuntu-software-center.desktop.in.h:2
 
368
msgid "Software Center"
 
369
msgstr "Centrum softwaru"
 
370
 
 
371
#~ msgid "Install and remove software"
 
372
#~ msgstr "Instalovat a smazat programy"
 
373
 
 
374
#~ msgid "Installed software"
 
375
#~ msgstr "Nainstalované programy"
 
376
 
129
377
#, python-format
130
 
msgid "Pending (%i)"
131
 
msgstr "Zbývá (%i)"
132
 
 
133
 
#: ../data/ubuntu-software-store.desktop.in.h:1
134
 
msgid "Install and remove software"
135
 
msgstr "Instalovat a smazat programy"
136
 
 
137
 
#: ../data/ubuntu-software-store.desktop.in.h:2
138
 
msgid "Software Store"
139
 
msgstr ""
140
 
 
141
 
#: ../data/ubuntu-software-store.desktop.in.h:3
142
 
msgid "Ubuntu Software Store"
143
 
msgstr ""
 
378
#~ msgid "Pending (%i)"
 
379
#~ msgstr "Zbývá (%i)"