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

« back to all changes in this revision

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