~ubuntu-branches/ubuntu/karmic/software-store/karmic

« back to all changes in this revision

Viewing changes to po/ru.po

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-09-09 23:54:06 UTC
  • Revision ID: james.westby@ubuntu.com-20090909235406-kz21rix3vkozpkbs
Tags: 0.3.0
* merged from rugby471:
  - documentation updates
  - i18n fixes
* softwarestore/view/gbwidget.py:
  - add new Gtkbuilder widget base class
* softwarestore/view/appview.py:
  - allow a empty AppView
* softwarestore/view/installedpane.py:
  - composited widget that contains navigation, applist and search
    for the installed software
* softwarestore/view/availablepane.py:
  - composited widget that contains navigation, applist and search
    for the available software
* softwarestore/view/searchentry.py:
  - make the icon_theme optional
* make the status bar display the current number of items displayed
* center the status bar (LP: #424895)
* make menuitems "Copy", "Copy Weblink", "Software Sources" work
* updated po files from rosetta
* make the default size bigger (LP: #425862)
* merged the fixes from Murat Güneş (many thanks!)
* when using the navigation bar to navigate back one (or more)
  elements, remove the elements from the navigation bar 
  (LP: #425810)
* do not show "Search in Category", "Search in all" buttons. 
  Instead do the follwing: 
  - If the user clicks on "Get Free Software" while doing a search
    in a sub-Category clear the search and go to the Category screen.
  - If the user does click on the same button while doing a search
    that originates from the Category screen do not clear the search 
    and go back to the list of the search results (and not to the
    Category screen). The search must be cleared with the cleared
    via the search field in this case. 
  (LP: #425809)
* softwarestore/view/searchentry.py:
  - show/hide the clear item based on if there is text in it 
    or not
* help updates (thanks to Matthew Paul Thomas)
* make the progress bar less cramped (LP: #426281)
* make default icon size in category view 48px
* merged lp:~mpt/software-store/css branch (many thanks)

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-08-24 16:16+0200\n"
11
 
"PO-Revision-Date: 2009-08-26 03:33+0000\n"
12
 
"Last-Translator: idle sign <Unknown>\n"
 
10
"POT-Creation-Date: 2009-09-02 13:52+0200\n"
 
11
"PO-Revision-Date: 2009-08-29 10:00+0000\n"
 
12
"Last-Translator: Alexander Semyonov <Unknown>\n"
13
13
"Language-Team: Russian <ru@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
 
"X-Launchpad-Export-Date: 2009-08-26 15:04+0000\n"
 
17
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
 
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"
18
20
"X-Generator: Launchpad (build Unknown)\n"
19
21
 
20
 
#: ../softwarestore/app.py:174
21
 
msgid "Search"
22
 
msgstr "Поиск"
23
 
 
24
 
#: ../softwarestore/app.py:251
 
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
25
32
#, python-format
26
33
msgid "%s items available"
27
 
msgstr ""
 
34
msgstr "%s приложений доступно"
28
35
 
29
 
#: ../softwarestore/view/appdetailsview.py:65
 
36
#: ../softwarestore/view/appdetailsview.py:77
30
37
msgid "Description"
31
38
msgstr "Описание"
32
39
 
33
 
#: ../softwarestore/view/appdetailsview.py:150
 
40
#: ../softwarestore/view/appdetailsview.py:147
 
41
msgid "Not available in the current data"
 
42
msgstr "Нет данных"
 
43
 
 
44
#: ../softwarestore/view/appdetailsview.py:176
 
45
#, python-format
 
46
msgid "Version: %s (%s)"
 
47
msgstr "Версия: %s (%s)"
 
48
 
 
49
#. generic message
 
50
#: ../softwarestore/view/appdetailsview.py:194
 
51
#, python-format
 
52
msgid "%s is installed on this computer."
 
53
msgstr ""
 
54
 
 
55
#: ../softwarestore/view/appdetailsview.py:206
 
56
#, python-format
 
57
msgid "It is used by %s piece of installed software."
 
58
msgid_plural "It is used by %s pieces of installed software."
 
59
msgstr[0] ""
 
60
msgstr[1] ""
 
61
 
 
62
#: ../softwarestore/view/appdetailsview.py:211
34
63
#, python-format
35
64
msgid "Price: %s"
36
 
msgstr ""
 
65
msgstr "Стоимость: %s"
37
66
 
38
 
#: ../softwarestore/view/appdetailsview.py:150
 
67
#: ../softwarestore/view/appdetailsview.py:211
39
68
msgid "Free"
40
 
msgstr ""
41
 
 
42
 
#: ../softwarestore/view/appdetailsview.py:160
43
 
#, python-format
44
 
msgid "Version: %s (%s)"
45
 
msgstr "Версия: %s (%s)"
46
 
 
47
 
#: ../softwarestore/view/appdetailsview.py:169
48
 
msgid "Not available in the current data"
49
 
msgstr ""
50
 
 
51
 
#: ../softwarestore/view/appdetailsview.py:195
 
69
msgstr "Бесплатно"
 
70
 
 
71
#. 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
 
78
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
 
89
#, python-format
 
90
msgid ""
 
91
"%s is a core application in Ubuntu. Uninstalling it may cause future "
 
92
"upgrades to be incomplete. Are you sure you want to continue?"
 
93
msgstr ""
 
94
 
 
95
#: ../softwarestore/view/appdetailsview.py:293
 
96
msgid "ERROR"
 
97
msgstr "ОШИБКА"
 
98
 
 
99
#: ../softwarestore/view/appdetailsview.py:309
52
100
msgid "Upgrade"
53
101
msgstr "Обновить"
54
102
 
55
 
#: ../softwarestore/view/appdetailsview.py:198
 
103
#: ../softwarestore/view/appdetailsview.py:312
56
104
msgid "Remove"
57
105
msgstr "Удалить"
58
106
 
59
 
#: ../softwarestore/view/appdetailsview.py:201
 
107
#: ../softwarestore/view/appdetailsview.py:315
60
108
msgid "Install"
61
109
msgstr "Установить"
62
110
 
63
 
#: ../softwarestore/view/appdetailsview.py:217
64
 
msgid "Homepage"
65
 
msgstr "Домашняя страница"
66
 
 
67
 
#: ../softwarestore/view/appdetailsview.py:279
68
 
msgid "ERROR"
69
 
msgstr "ОШИБКА"
70
 
 
71
 
#: ../softwarestore/view/catview.py:109
72
 
msgid "Categories"
73
 
msgstr "Категории"
74
 
 
75
 
#. setup the normal stuff
76
 
#: ../softwarestore/view/viewswitcher.py:90
77
 
msgid "Get new software"
 
111
#. FIXME: deal with the EULA stuff
 
112
#: ../softwarestore/view/appdetailsview.py:324
 
113
msgid "Enable channel"
78
114
msgstr ""
79
115
 
80
 
#: ../softwarestore/view/viewswitcher.py:91
 
116
#: ../softwarestore/view/viewswitcher.py:95
 
117
msgid "Get Free software"
 
118
msgstr "Получить свободное ПО"
 
119
 
 
120
#: ../softwarestore/view/viewswitcher.py:97
81
121
msgid "Installed software"
82
 
msgstr "Установленое"
83
 
 
84
 
#: ../softwarestore/view/viewswitcher.py:119
85
 
#: ../softwarestore/view/viewswitcher.py:122
 
122
msgstr "Установленные приложения"
 
123
 
 
124
#: ../softwarestore/view/viewswitcher.py:127
 
125
#, python-format
 
126
msgid "In Progress (%i)"
 
127
msgstr "В процессе (%i)"
 
128
 
 
129
#: ../softwarestore/view/viewswitcher.py:132
86
130
#, python-format
87
131
msgid "Pending (%i)"
88
 
msgstr ""
 
132
msgstr "В очереди (%i)"
89
133
 
90
134
#: ../data/ubuntu-software-store.desktop.in.h:1
91
135
msgid "Install and remove software"
92
 
msgstr ""
 
136
msgstr "Установка и удаление программ"
93
137
 
94
138
#: ../data/ubuntu-software-store.desktop.in.h:2
95
139
msgid "Software Store"
96
 
msgstr ""
 
140
msgstr "Software Store"
97
141
 
98
142
#: ../data/ubuntu-software-store.desktop.in.h:3
99
143
msgid "Ubuntu Software Store"
100
 
msgstr ""
 
144
msgstr "Ubuntu Software Store"
 
145
 
 
146
#~ msgid "Search"
 
147
#~ msgstr "Поиск"
 
148
 
 
149
#~ msgid "Homepage"
 
150
#~ msgstr "Домашняя страница"
 
151
 
 
152
#~ msgid "Categories"
 
153
#~ msgstr "Категории"