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

« back to all changes in this revision

Viewing changes to po/en_CA.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-09-02 17:39+0000\n"
12
 
"Last-Translator: Stephen Brown <sbrown1992@gmail.com>\n"
 
10
"POT-Creation-Date: 2009-09-25 17:10+0200\n"
 
11
"PO-Revision-Date: 2009-09-28 15:02+0000\n"
 
12
"Last-Translator: Dylan McCall <DylanMcCall@Gmail.com>\n"
13
13
"Language-Team: English (Canada) <en_CA@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=2; plural=n != 1;\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 "All"
24
 
 
25
 
#: ../softwarestore/app.py:224
26
 
#, python-format
27
 
msgid "Search in %s"
28
 
msgstr "Search in %s"
29
 
 
30
 
#: ../softwarestore/app.py:333
31
 
#, python-format
32
 
msgid "%s items available"
33
 
msgstr "%s items available"
34
 
 
35
 
#: ../softwarestore/view/appdetailsview.py:77
 
21
#: ../softwarecenter/app.py:349 ../softwarecenter/view/appdetailsview.py:404
 
22
msgid "ERROR"
 
23
msgstr "ERROR"
 
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
 
 
32
#: ../softwarecenter/apt/aptcache.py:178
 
33
#, python-format
 
34
msgid ""
 
35
"Canonical provides critical updates for %(appname)s until "
 
36
"%(support_end_month_str)s %(support_end_year)s."
 
37
msgstr ""
 
38
 
 
39
#: ../softwarecenter/apt/aptcache.py:190
 
40
#, python-format
 
41
msgid ""
 
42
"Canonical provides critical updates supplied by the developers of "
 
43
"%(appname)s until %(support_end_month_str)s %(support_end_year)s."
 
44
msgstr ""
 
45
 
 
46
#: ../softwarecenter/apt/aptcache.py:200
 
47
#, python-format
 
48
msgid ""
 
49
"Canonical does not provide updates for %s. Some updates may be provided by "
 
50
"the third party vendor."
 
51
msgstr ""
 
52
 
 
53
#: ../softwarecenter/apt/aptcache.py:204
 
54
#, python-format
 
55
msgid "Canonical provides critical updates for %s."
 
56
msgstr ""
 
57
 
 
58
#: ../softwarecenter/apt/aptcache.py:206
 
59
#, python-format
 
60
msgid "Canonical provides critical updates supplied by the developers of %s."
 
61
msgstr ""
 
62
 
 
63
#: ../softwarecenter/apt/aptcache.py:209
 
64
#, python-format
 
65
msgid ""
 
66
"Canonical does not provide updates for %s. Some updates may be provided by "
 
67
"the Ubuntu community."
 
68
msgstr ""
 
69
 
 
70
#: ../softwarecenter/apt/aptcache.py:212
 
71
#, python-format
 
72
msgid "Application %s has a unkown maintenance status."
 
73
msgstr ""
 
74
 
 
75
#: ../softwarecenter/view/appdetailsview.py:89
36
76
msgid "Description"
37
77
msgstr "Description"
38
78
 
39
 
#: ../softwarestore/view/appdetailsview.py:147
 
79
#: ../softwarecenter/view/appdetailsview.py:181
 
80
#: ../softwarecenter/view/appdetailsview.py:186
40
81
msgid "Not available in the current data"
41
82
msgstr "Not available in the current data"
42
83
 
43
 
#: ../softwarestore/view/appdetailsview.py:176
 
84
#: ../softwarecenter/view/appdetailsview.py:184
 
85
msgid "Not available for your hardware architecture."
 
86
msgstr ""
 
87
 
 
88
#: ../softwarecenter/view/appdetailsview.py:211
 
89
#: ../softwarecenter/view/appdetailsview.py:215
 
90
msgid "Application Screenshot"
 
91
msgstr ""
 
92
 
 
93
#: ../softwarecenter/view/appdetailsview.py:239
44
94
#, python-format
45
95
msgid "Version: %s (%s)"
46
96
msgstr "Version: %s (%s)"
47
97
 
48
98
#. generic message
49
 
#: ../softwarestore/view/appdetailsview.py:194
 
99
#: ../softwarecenter/view/appdetailsview.py:257
50
100
#, python-format
51
101
msgid "%s is installed on this computer."
52
102
msgstr "%s is installed on this computer."
53
103
 
54
 
#: ../softwarestore/view/appdetailsview.py:206
 
104
#: ../softwarecenter/view/appdetailsview.py:269
55
105
#, python-format
56
106
msgid "It is used by %s piece of installed software."
57
107
msgid_plural "It is used by %s pieces of installed software."
58
108
msgstr[0] "It is used by %s piece of installed software."
59
109
msgstr[1] "It is used by %s pieces of installed software."
60
110
 
61
 
#: ../softwarestore/view/appdetailsview.py:211
 
111
#: ../softwarecenter/view/appdetailsview.py:274
 
112
msgid "Website"
 
113
msgstr ""
 
114
 
 
115
#: ../softwarecenter/view/appdetailsview.py:277
 
116
msgid "Unknown"
 
117
msgstr ""
 
118
 
 
119
#: ../softwarecenter/view/appdetailsview.py:279
 
120
msgid "Open Source"
 
121
msgstr ""
 
122
 
 
123
#: ../softwarecenter/view/appdetailsview.py:281
 
124
msgid "Proprietary"
 
125
msgstr ""
 
126
 
 
127
#: ../softwarecenter/view/appdetailsview.py:282
 
128
#, python-format
 
129
msgid "License: %s"
 
130
msgstr ""
 
131
 
 
132
#. TRANSLATORS: This text will be showed as price of the software
 
133
#: ../softwarecenter/view/appdetailsview.py:286
 
134
msgid "Free"
 
135
msgstr "Free"
 
136
 
 
137
#: ../softwarecenter/view/appdetailsview.py:287
62
138
#, python-format
63
139
msgid "Price: %s"
64
140
msgstr "Price: %s"
65
141
 
66
 
#: ../softwarestore/view/appdetailsview.py:211
67
 
msgid "Free"
68
 
msgstr "Free"
 
142
#: ../softwarecenter/view/appdetailsview.py:327
 
143
#, python-format
 
144
msgid "%s - Screenshot"
 
145
msgstr ""
69
146
 
70
147
#. generic removal text
71
 
#: ../softwarestore/view/appdetailsview.py:257
72
 
#, python-format
73
 
msgid "%s depends on other software on the system. "
74
 
msgstr "%s depends on other software on the system. "
75
 
 
76
 
#: ../softwarestore/view/appdetailsview.py:258
77
 
msgid ""
78
 
"Uninstalling it means that the following additional software needs to be "
79
 
"removed."
80
 
msgstr ""
81
 
"Uninstallation means that the following additional software needs to be "
82
 
"removed."
83
 
 
84
 
#: ../softwarestore/view/appdetailsview.py:263
85
 
#, python-format
86
 
msgid "%s is a core component"
87
 
msgstr "%s is a core component"
88
 
 
89
 
#: ../softwarestore/view/appdetailsview.py:264
90
 
#, python-format
91
 
msgid ""
92
 
"%s is a core application in Ubuntu. Uninstalling it may cause future "
93
 
"upgrades to be incomplete. Are you sure you want to continue?"
94
 
msgstr ""
95
 
"%s is a core application in Ubuntu. Uninstalling it may cause future "
96
 
"upgrades to be incomplete. Are you sure you want to continue?"
97
 
 
98
 
#: ../softwarestore/view/appdetailsview.py:293
99
 
msgid "ERROR"
100
 
msgstr "ERROR"
101
 
 
102
 
#: ../softwarestore/view/appdetailsview.py:309
 
148
#. FIXME: this text is not accurate, we look at recommends as
 
149
#. well as part of the rdepends, but those do not need to
 
150
#. be removed, they just may be limited in functionatlity
 
151
#: ../softwarecenter/view/appdetailsview.py:346
 
152
#, python-format
 
153
msgid "To remove %s, these items must be removed as well:"
 
154
msgstr ""
 
155
 
 
156
#: ../softwarecenter/view/appdetailsview.py:348
 
157
msgid "Remove All"
 
158
msgstr ""
 
159
 
 
160
#: ../softwarecenter/view/appdetailsview.py:354
 
161
#, python-format
 
162
msgid ""
 
163
"If you uninstall %s, future updates will not include new items in <b>%s</b> "
 
164
"set. Are you sure you want to continue?"
 
165
msgstr ""
 
166
 
 
167
#: ../softwarecenter/view/appdetailsview.py:357
 
168
#: ../softwarecenter/view/appdetailsview.py:368
 
169
msgid "Remove Anyway"
 
170
msgstr ""
 
171
 
 
172
#: ../softwarecenter/view/appdetailsview.py:364
 
173
#, python-format
 
174
msgid ""
 
175
"%s is a core application in Ubuntu. Uninstalling it may cause future "
 
176
"upgrades to be incomplete. Are you sure you want to continue?"
 
177
msgstr ""
 
178
"%s is a core application in Ubuntu. Uninstalling it may cause future "
 
179
"upgrades to be incomplete. Are you sure you want to continue?"
 
180
 
 
181
#: ../softwarecenter/view/appdetailsview.py:427
103
182
msgid "Upgrade"
104
183
msgstr "Upgrade"
105
184
 
106
 
#: ../softwarestore/view/appdetailsview.py:312
 
185
#: ../softwarecenter/view/appdetailsview.py:430
107
186
msgid "Remove"
108
187
msgstr "Remove"
109
188
 
110
 
#: ../softwarestore/view/appdetailsview.py:315
 
189
#: ../softwarecenter/view/appdetailsview.py:433
111
190
msgid "Install"
112
191
msgstr "Install"
113
192
 
114
193
#. FIXME: deal with the EULA stuff
115
 
#: ../softwarestore/view/appdetailsview.py:324
 
194
#: ../softwarecenter/view/appdetailsview.py:442
116
195
msgid "Enable channel"
117
196
msgstr "Enable channel"
118
197
 
119
 
#: ../softwarestore/view/viewswitcher.py:95
120
 
msgid "Get Free software"
121
 
msgstr "Get Free software"
122
 
 
123
 
#: ../softwarestore/view/viewswitcher.py:97
124
 
msgid "Installed software"
125
 
msgstr "Installed Software"
126
 
 
127
 
#: ../softwarestore/view/viewswitcher.py:127
 
198
#: ../softwarecenter/view/appdetailsview.py:469
 
199
msgid "_Keep"
 
200
msgstr ""
 
201
 
 
202
#: ../softwarecenter/view/appdetailsview.py:470
 
203
msgid "_Replace"
 
204
msgstr ""
 
205
 
 
206
#: ../softwarecenter/view/appdetailsview.py:472
 
207
#, python-format
 
208
msgid "Configuration file '%s' changed"
 
209
msgstr ""
 
210
 
 
211
#: ../softwarecenter/view/appdetailsview.py:473
 
212
msgid "Do you want to use the new version?"
 
213
msgstr ""
 
214
 
 
215
#. home button
 
216
#: ../softwarecenter/view/availablepane.py:88
 
217
#: ../softwarecenter/view/viewswitcher.py:128
 
218
msgid "Get Free Software"
 
219
msgstr ""
 
220
 
 
221
#: ../softwarecenter/view/availablepane.py:138
 
222
#: ../softwarecenter/view/installedpane.py:127
 
223
#, python-format
 
224
msgid "%s matching item"
 
225
msgid_plural "%s matching items"
 
226
msgstr[0] ""
 
227
msgstr[1] ""
 
228
 
 
229
#: ../softwarecenter/view/availablepane.py:142
 
230
#, python-format
 
231
msgid "%s item available"
 
232
msgid_plural "%s items available"
 
233
msgstr[0] ""
 
234
msgstr[1] ""
 
235
 
 
236
#: ../softwarecenter/view/catview.py:71 ../softwarecenter/view/catview.py:106
 
237
msgid "Departments"
 
238
msgstr ""
 
239
 
 
240
#: ../softwarecenter/view/dialogs.py:45
 
241
msgid "Details"
 
242
msgstr ""
 
243
 
 
244
#: ../softwarecenter/view/dialogs.py:80
 
245
msgid "Cancel"
 
246
msgstr ""
 
247
 
 
248
#. FIXME: make this a generic pkgview widget
 
249
#: ../softwarecenter/view/dialogs.py:88
 
250
msgid "Dependency"
 
251
msgstr ""
 
252
 
 
253
#: ../softwarecenter/view/installedpane.py:74
 
254
#: ../softwarecenter/view/viewswitcher.py:130
 
255
msgid "Installed Software"
 
256
msgstr ""
 
257
 
 
258
#: ../softwarecenter/view/installedpane.py:131
 
259
#, python-format
 
260
msgid "%s installed item"
 
261
msgid_plural "%s installed items"
 
262
msgstr[0] ""
 
263
msgstr[1] ""
 
264
 
 
265
#: ../softwarecenter/view/viewswitcher.py:160
 
266
#: ../softwarecenter/view/viewswitcher.py:165
128
267
#, python-format
129
268
msgid "In Progress (%i)"
130
269
msgstr "In Progress (%i)"
131
270
 
132
 
#: ../softwarestore/view/viewswitcher.py:132
133
 
#, python-format
134
 
msgid "Pending (%i)"
135
 
msgstr "Pending (%i)"
136
 
 
137
 
#: ../data/ubuntu-software-store.desktop.in.h:1
138
 
msgid "Install and remove software"
139
 
msgstr "Install and Remove Software"
140
 
 
141
 
#: ../data/ubuntu-software-store.desktop.in.h:2
142
 
msgid "Software Store"
143
 
msgstr "Software Store"
144
 
 
145
 
#: ../data/ubuntu-software-store.desktop.in.h:3
146
 
msgid "Ubuntu Software Store"
147
 
msgstr "Ubuntu Software Store"
 
271
#: ../data/ui/SoftwareCenter.ui.h:1
 
272
msgid "&#xA9;2009 Canonical"
 
273
msgstr ""
 
274
 
 
275
#: ../data/ui/SoftwareCenter.ui.h:2
 
276
msgid "Copy _Web Link"
 
277
msgstr ""
 
278
 
 
279
#: ../data/ui/SoftwareCenter.ui.h:3
 
280
msgid ""
 
281
"Lets you choose from thousands of free applications available for Ubuntu."
 
282
msgstr ""
 
283
 
 
284
#: ../data/ui/SoftwareCenter.ui.h:4
 
285
msgid "Rebuilding application catalog..."
 
286
msgstr ""
 
287
 
 
288
#: ../data/ui/SoftwareCenter.ui.h:5
 
289
msgid "Search..."
 
290
msgstr ""
 
291
 
 
292
#: ../data/ui/SoftwareCenter.ui.h:6
 
293
msgid "Software Center _Help"
 
294
msgstr "Software Centre _Help"
 
295
 
 
296
#: ../data/ui/SoftwareCenter.ui.h:7
 
297
#: ../data/ubuntu-software-center.desktop.in.h:3
 
298
msgid "Ubuntu Software Center"
 
299
msgstr "Ubuntu Software Centre"
 
300
 
 
301
#: ../data/ui/SoftwareCenter.ui.h:8
 
302
msgid "_All Applications"
 
303
msgstr ""
 
304
 
 
305
#: ../data/ui/SoftwareCenter.ui.h:9
 
306
msgid "_Canonical-Maintained Applications"
 
307
msgstr ""
 
308
 
 
309
#: ../data/ui/SoftwareCenter.ui.h:10
 
310
msgid "_Edit"
 
311
msgstr ""
 
312
 
 
313
#: ../data/ui/SoftwareCenter.ui.h:11
 
314
msgid "_File"
 
315
msgstr ""
 
316
 
 
317
#: ../data/ui/SoftwareCenter.ui.h:12
 
318
msgid "_Help"
 
319
msgstr ""
 
320
 
 
321
#: ../data/ui/SoftwareCenter.ui.h:13
 
322
msgid "_Install"
 
323
msgstr ""
 
324
 
 
325
#: ../data/ui/SoftwareCenter.ui.h:14
 
326
msgid "_Software Sources..."
 
327
msgstr ""
 
328
 
 
329
#: ../data/ui/SoftwareCenter.ui.h:15
 
330
msgid "_View"
 
331
msgstr ""
 
332
 
 
333
#: ../data/ui/SoftwareCenter.ui.h:16
 
334
msgid "available"
 
335
msgstr ""
 
336
 
 
337
#: ../data/ui/SoftwareCenter.ui.h:17
 
338
msgid "installed"
 
339
msgstr ""
 
340
 
 
341
#: ../data/ui/SoftwareCenter.ui.h:18
 
342
msgid "pending"
 
343
msgstr ""
 
344
 
 
345
#: ../data/ubuntu-software-center.desktop.in.h:1
 
346
msgid ""
 
347
"Lets you choose from thousands of free applications available for Ubuntu"
 
348
msgstr ""
 
349
 
 
350
#: ../data/ubuntu-software-center.desktop.in.h:2
 
351
msgid "Software Center"
 
352
msgstr "Software Centre"
 
353
 
 
354
#~ msgid "Software Store"
 
355
#~ msgstr "Software Store"
 
356
 
 
357
#, python-format
 
358
#~ msgid "Pending (%i)"
 
359
#~ msgstr "Pending (%i)"
 
360
 
 
361
#~ msgid "Ubuntu Software Store"
 
362
#~ msgstr "Ubuntu Software Store"
 
363
 
 
364
#~ msgid "Install and remove software"
 
365
#~ msgstr "Install and Remove Software"
 
366
 
 
367
#, python-format
 
368
#~ msgid "%s items available"
 
369
#~ msgstr "%s items available"
 
370
 
 
371
#~ msgid "Installed software"
 
372
#~ msgstr "Installed Software"
 
373
 
 
374
#~ msgid "Get Free software"
 
375
#~ msgstr "Get Free software"
 
376
 
 
377
#, python-format
 
378
#~ msgid "%s is a core component"
 
379
#~ msgstr "%s is a core component"
 
380
 
 
381
#, python-format
 
382
#~ msgid "%s depends on other software on the system. "
 
383
#~ msgstr "%s depends on other software on the system. "
 
384
 
 
385
#, python-format
 
386
#~ msgid "Search in %s"
 
387
#~ msgstr "Search in %s"
 
388
 
 
389
#~ msgid "All"
 
390
#~ msgstr "All"
 
391
 
 
392
#~ msgid ""
 
393
#~ "Uninstalling it means that the following additional software needs to be "
 
394
#~ "removed."
 
395
#~ msgstr ""
 
396
#~ "Uninstallation means that the following additional software needs to be "
 
397
#~ "removed."