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

« back to all changes in this revision

Viewing changes to po/sq.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-31 18:33+0000\n"
 
10
"POT-Creation-Date: 2009-09-18 14:26+0200\n"
 
11
"PO-Revision-Date: 2009-09-09 09:56+0000\n"
12
12
"Last-Translator: Vilson Gjeci <vilsongjeci@gmail.com>\n"
13
13
"Language-Team: Albanian <sq@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-23 11:13+0000\n"
19
19
"X-Generator: Launchpad (build Unknown)\n"
20
20
 
21
 
#: ../softwarestore/app.py:223
22
 
msgid "All"
23
 
msgstr "Të Gjitha"
24
 
 
25
 
#: ../softwarestore/app.py:224
26
 
#, python-format
27
 
msgid "Search in %s"
28
 
msgstr "Kërko në %s"
29
 
 
30
 
#: ../softwarestore/app.py:333
31
 
#, python-format
32
 
msgid "%s items available"
33
 
msgstr "%s tema të disponueshme"
34
 
 
35
 
#: ../softwarestore/view/appdetailsview.py:77
 
21
#: ../softwarestore/app.py:339 ../softwarestore/view/appdetailsview.py:371
 
22
msgid "ERROR"
 
23
msgstr "GABIM"
 
24
 
 
25
#: ../softwarestore/app.py:398
 
26
#, python-format
 
27
msgid "%s item available"
 
28
msgid_plural "%s items available"
 
29
msgstr[0] ""
 
30
msgstr[1] ""
 
31
 
 
32
#: ../softwarestore/apt/aptcache.py:174 ../softwarestore/apt/aptcache.py:186
 
33
#, python-format
 
34
msgid ""
 
35
"Canonical does no longer provide updates for %s in Ubuntu %s. Updates may be "
 
36
"available in a newer version of Ubuntu."
 
37
msgstr ""
 
38
 
 
39
#: ../softwarestore/apt/aptcache.py:179
 
40
#, python-format
 
41
msgid ""
 
42
"Canonical provides critical updates for %(appname)s until "
 
43
"%(support_end_month_str)s %(support_end_year)s."
 
44
msgstr ""
 
45
 
 
46
#: ../softwarestore/apt/aptcache.py:191
 
47
#, python-format
 
48
msgid ""
 
49
"Canonical provides critical updates supplied by the developers of "
 
50
"%(appname)s until %(support_end_month_str)s %(support_end_year)s."
 
51
msgstr ""
 
52
 
 
53
#: ../softwarestore/apt/aptcache.py:201
 
54
#, python-format
 
55
msgid ""
 
56
"Canonical does not provide updates for %s. Some updates may be provided by "
 
57
"the third party vendor."
 
58
msgstr ""
 
59
 
 
60
#: ../softwarestore/apt/aptcache.py:205
 
61
#, python-format
 
62
msgid "Canonical provides critical updates for %s."
 
63
msgstr ""
 
64
 
 
65
#: ../softwarestore/apt/aptcache.py:207
 
66
#, python-format
 
67
msgid "Canonical provides critical updates supplied by the developers of %s."
 
68
msgstr ""
 
69
 
 
70
#: ../softwarestore/apt/aptcache.py:210
 
71
#, python-format
 
72
msgid ""
 
73
"Canonical does not provide updates for %s. Some updates may be provided by "
 
74
"the Ubuntu community."
 
75
msgstr ""
 
76
 
 
77
#: ../softwarestore/apt/aptcache.py:213
 
78
#, python-format
 
79
msgid "Application %s has a unkown maintenance status."
 
80
msgstr ""
 
81
 
 
82
#: ../softwarestore/view/appdetailsview.py:92
36
83
msgid "Description"
37
84
msgstr "Përshkrimi"
38
85
 
39
 
#: ../softwarestore/view/appdetailsview.py:147
 
86
#: ../softwarestore/view/appdetailsview.py:176
 
87
#: ../softwarestore/view/appdetailsview.py:181
40
88
msgid "Not available in the current data"
41
89
msgstr "Nuk është i disponueshëm në të dhënat e momentit"
42
90
 
43
 
#: ../softwarestore/view/appdetailsview.py:176
 
91
#: ../softwarestore/view/appdetailsview.py:179
 
92
msgid "Not available for your hardware architecture."
 
93
msgstr ""
 
94
 
 
95
#: ../softwarestore/view/appdetailsview.py:235
44
96
#, python-format
45
97
msgid "Version: %s (%s)"
46
98
msgstr "Versioni: %s (%s)"
47
99
 
48
100
#. generic message
49
 
#: ../softwarestore/view/appdetailsview.py:194
 
101
#: ../softwarestore/view/appdetailsview.py:253
50
102
#, python-format
51
103
msgid "%s is installed on this computer."
52
104
msgstr ""
53
105
 
54
 
#: ../softwarestore/view/appdetailsview.py:206
 
106
#: ../softwarestore/view/appdetailsview.py:265
55
107
#, python-format
56
108
msgid "It is used by %s piece of installed software."
57
109
msgid_plural "It is used by %s pieces of installed software."
58
110
msgstr[0] ""
59
111
msgstr[1] ""
60
112
 
61
 
#: ../softwarestore/view/appdetailsview.py:211
 
113
#: ../softwarestore/view/appdetailsview.py:270
 
114
msgid "Website"
 
115
msgstr ""
 
116
 
 
117
#: ../softwarestore/view/appdetailsview.py:273
62
118
#, python-format
63
119
msgid "Price: %s"
64
120
msgstr "Çmimi: %s"
65
121
 
66
 
#: ../softwarestore/view/appdetailsview.py:211
 
122
#: ../softwarestore/view/appdetailsview.py:273
67
123
msgid "Free"
68
124
msgstr "Falas"
69
125
 
 
126
#: ../softwarestore/view/appdetailsview.py:313
 
127
#, python-format
 
128
msgid "%s - Screenshot"
 
129
msgstr ""
 
130
 
70
131
#. generic removal text
71
 
#: ../softwarestore/view/appdetailsview.py:257
 
132
#: ../softwarestore/view/appdetailsview.py:329
72
133
#, python-format
73
134
msgid "%s depends on other software on the system. "
74
135
msgstr ""
75
136
 
76
 
#: ../softwarestore/view/appdetailsview.py:258
 
137
#: ../softwarestore/view/appdetailsview.py:330
77
138
msgid ""
78
139
"Uninstalling it means that the following additional software needs to be "
79
140
"removed."
80
141
msgstr ""
81
142
 
82
 
#: ../softwarestore/view/appdetailsview.py:263
 
143
#: ../softwarestore/view/appdetailsview.py:335
83
144
#, python-format
84
145
msgid "%s is a core component"
85
146
msgstr ""
86
147
 
87
 
#: ../softwarestore/view/appdetailsview.py:264
 
148
#: ../softwarestore/view/appdetailsview.py:336
88
149
#, python-format
89
150
msgid ""
90
151
"%s is a core application in Ubuntu. Uninstalling it may cause future "
91
152
"upgrades to be incomplete. Are you sure you want to continue?"
92
153
msgstr ""
93
154
 
94
 
#: ../softwarestore/view/appdetailsview.py:293
95
 
msgid "ERROR"
96
 
msgstr "GABIM"
97
 
 
98
 
#: ../softwarestore/view/appdetailsview.py:309
 
155
#: ../softwarestore/view/appdetailsview.py:394
99
156
msgid "Upgrade"
100
157
msgstr "Përditëso"
101
158
 
102
 
#: ../softwarestore/view/appdetailsview.py:312
 
159
#: ../softwarestore/view/appdetailsview.py:397
 
160
#: ../softwarestore/view/dialogs.py:69
103
161
msgid "Remove"
104
162
msgstr "Hiqe"
105
163
 
106
 
#: ../softwarestore/view/appdetailsview.py:315
 
164
#: ../softwarestore/view/appdetailsview.py:400
107
165
msgid "Install"
108
166
msgstr "Instalo"
109
167
 
110
168
#. FIXME: deal with the EULA stuff
111
 
#: ../softwarestore/view/appdetailsview.py:324
 
169
#: ../softwarestore/view/appdetailsview.py:409
112
170
msgid "Enable channel"
113
171
msgstr ""
114
172
 
115
 
#: ../softwarestore/view/viewswitcher.py:95
116
 
msgid "Get Free software"
117
 
msgstr "Merr Programe Falas"
118
 
 
119
 
#: ../softwarestore/view/viewswitcher.py:97
120
 
msgid "Installed software"
121
 
msgstr "Programet e instaluara"
122
 
 
123
 
#: ../softwarestore/view/viewswitcher.py:127
 
173
#. home button
 
174
#: ../softwarestore/view/availablepane.py:101
 
175
#: ../softwarestore/view/viewswitcher.py:118
 
176
msgid "Get Free Software"
 
177
msgstr ""
 
178
 
 
179
#: ../softwarestore/view/dialogs.py:52
 
180
msgid "Details"
 
181
msgstr ""
 
182
 
 
183
#: ../softwarestore/view/dialogs.py:68
 
184
msgid "Cancel"
 
185
msgstr ""
 
186
 
 
187
#: ../softwarestore/view/dialogs.py:75
 
188
msgid "Dependencies"
 
189
msgstr ""
 
190
 
 
191
#: ../softwarestore/view/installedpane.py:98
 
192
#: ../softwarestore/view/viewswitcher.py:120
 
193
msgid "Installed Software"
 
194
msgstr ""
 
195
 
 
196
#: ../softwarestore/view/viewswitcher.py:150
124
197
#, python-format
125
198
msgid "In Progress (%i)"
126
199
msgstr "Në Përparim (%i)"
127
200
 
128
 
#: ../softwarestore/view/viewswitcher.py:132
 
201
#: ../softwarestore/view/viewswitcher.py:155
129
202
#, python-format
130
203
msgid "Pending (%i)"
131
204
msgstr "Në Pritje (%i)"
132
205
 
 
206
#: ../data/ui/GBTestWidget.ui.h:1
 
207
msgid "Click me"
 
208
msgstr ""
 
209
 
 
210
#: ../data/ui/GBTestWidget.ui.h:2
 
211
msgid "button"
 
212
msgstr ""
 
213
 
 
214
#: ../data/ui/GBTestWidget.ui.h:3
 
215
msgid "label"
 
216
msgstr ""
 
217
 
 
218
#: ../data/ui/GBTestWidget.ui.h:4
 
219
msgid "page 1"
 
220
msgstr ""
 
221
 
 
222
#: ../data/ui/GBTestWidget.ui.h:5
 
223
msgid "page 2"
 
224
msgstr ""
 
225
 
 
226
#: ../data/ui/GBTestWidget.ui.h:6
 
227
msgid "page 3"
 
228
msgstr ""
 
229
 
 
230
#: ../data/ui/SoftwareStore.ui.h:1
 
231
msgid "&#xA9;2009 Canonical"
 
232
msgstr ""
 
233
 
 
234
#: ../data/ui/SoftwareStore.ui.h:2
 
235
msgid "All Applications"
 
236
msgstr ""
 
237
 
 
238
#: ../data/ui/SoftwareStore.ui.h:3
 
239
msgid "Canonical-Maintained Applications"
 
240
msgstr ""
 
241
 
 
242
#: ../data/ui/SoftwareStore.ui.h:4
 
243
msgid "Copy _Web Link"
 
244
msgstr ""
 
245
 
 
246
#: ../data/ui/SoftwareStore.ui.h:5
 
247
msgid ""
 
248
"Lets you choose from thousands of free applications available for Ubuntu."
 
249
msgstr ""
 
250
 
 
251
#: ../data/ui/SoftwareStore.ui.h:6
 
252
msgid "Search..."
 
253
msgstr ""
 
254
 
 
255
#: ../data/ui/SoftwareStore.ui.h:7
 
256
msgid "Software Store _Help"
 
257
msgstr ""
 
258
 
 
259
#: ../data/ui/SoftwareStore.ui.h:8
 
260
#: ../data/ubuntu-software-store.desktop.in.h:3
 
261
msgid "Ubuntu Software Store"
 
262
msgstr "Dyqani i Programeve të Ubuntu"
 
263
 
 
264
#: ../data/ui/SoftwareStore.ui.h:9
 
265
msgid "View"
 
266
msgstr ""
 
267
 
 
268
#: ../data/ui/SoftwareStore.ui.h:10
 
269
msgid "_Edit"
 
270
msgstr ""
 
271
 
 
272
#: ../data/ui/SoftwareStore.ui.h:11
 
273
msgid "_File"
 
274
msgstr ""
 
275
 
 
276
#: ../data/ui/SoftwareStore.ui.h:12
 
277
msgid "_Help"
 
278
msgstr ""
 
279
 
 
280
#: ../data/ui/SoftwareStore.ui.h:13
 
281
msgid "_Software Sources..."
 
282
msgstr ""
 
283
 
 
284
#: ../data/ui/SoftwareStore.ui.h:14
 
285
msgid "available"
 
286
msgstr ""
 
287
 
 
288
#: ../data/ui/SoftwareStore.ui.h:15
 
289
msgid "installed"
 
290
msgstr ""
 
291
 
 
292
#: ../data/ui/SoftwareStore.ui.h:16
 
293
msgid "pending"
 
294
msgstr ""
 
295
 
133
296
#: ../data/ubuntu-software-store.desktop.in.h:1
134
 
msgid "Install and remove software"
135
 
msgstr "Instalo dhe hiq programet"
 
297
msgid ""
 
298
"Lets you choose from thousands of free applications available for Ubuntu"
 
299
msgstr ""
136
300
 
137
301
#: ../data/ubuntu-software-store.desktop.in.h:2
138
302
msgid "Software Store"
139
303
msgstr "Dyqani i Programeve"
140
304
 
141
 
#: ../data/ubuntu-software-store.desktop.in.h:3
142
 
msgid "Ubuntu Software Store"
143
 
msgstr "Dyqani i Programeve të Ubuntu"
 
305
#, python-format
 
306
#~ msgid "%s items available"
 
307
#~ msgstr "%s tema të disponueshme"
 
308
 
 
309
#, python-format
 
310
#~ msgid "Search in %s"
 
311
#~ msgstr "Kërko në %s"
 
312
 
 
313
#~ msgid "All"
 
314
#~ msgstr "Të Gjitha"
 
315
 
 
316
#~ msgid "Install and remove software"
 
317
#~ msgstr "Instalo dhe hiq programet"
 
318
 
 
319
#~ msgid "Installed software"
 
320
#~ msgstr "Programet e instaluara"
 
321
 
 
322
#~ msgid "Get Free software"
 
323
#~ msgstr "Merr Programe Falas"