~ubuntu-branches/ubuntu/saucy/apturl/saucy

« back to all changes in this revision

Viewing changes to po/apturl.pot

  • Committer: Package Import Robot
  • Author(s): Brian Murray, Brian Murray, Colin Watson, Barry Warsaw
  • Date: 2012-06-11 10:32:52 UTC
  • Revision ID: package-import@ubuntu.com-20120611103252-sls6xzdyuxfzt3v0
Tags: 0.5.1ubuntu4
[ Brian Murray ]
* Port to Python 3:
  - Use Python 3 style print functions
* AptUrl/Parser.py:
  - ensure MAX_URL_LEN/10 returns an int

[ Colin Watson ]
* AptUrl/gtk/backend/InstallBackendSynaptic.py:
  - Keep a reference to the data tuple passed to GObject.child_watch_add
    to avoid attempts to destroy it without a thread context.
  - Open temporary synaptic selections file in text mode.

[ Barry Warsaw ]
* Additional Python 3 fixes:
  + Port setup.py to Python 3.
  + Use the new python-apt API since the legacy API is not available in
    Python 3.
  + ki18n() takes bytes.
  + Fix relative imports so the code can be run from source.
  + Fixed some additional packaging paths.
  + Change #! lines to use python3.
  + Changed debian/control and debian/rules to use python3.
  + Change debian/compat == 9
  + apturl now must require python3-aptdaemon.gtk3widgets (i.e. not |
    synaptic) due to the Python 3 port of update-manager.
* Other changes:
  + Remove the need for threads in the KDE front-end.
  + Enable running the test suite via `python3 -m unittest discover`
  + i18n updates.
  + Various and sundry pyflakes, whitespace, style, line length, and
    spelling fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
msgstr ""
9
9
"Project-Id-Version: PACKAGE VERSION\n"
10
10
"Report-Msgid-Bugs-To: \n"
11
 
"POT-Creation-Date: 2009-01-08 20:26+0100\n"
 
11
"POT-Creation-Date: 2012-06-12 17:39-0400\n"
12
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
"Language-Team: LANGUAGE <LL@li.org>\n"
 
15
"Language: \n"
15
16
"MIME-Version: 1.0\n"
16
17
"Content-Type: text/plain; charset=CHARSET\n"
17
18
"Content-Transfer-Encoding: 8bit\n"
18
 
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
19
 
20
 
#: ../apturl:50
 
20
#: ../apturl-gtk:51 ../apturl-kde:54
21
21
msgid "User requested interrupt."
22
22
msgstr ""
23
23
 
24
 
#: ../AptUrl/Parser.py:79
 
24
#: ../AptUrl/Parser.py:85
25
25
msgid "Non whitelist char in the uri"
26
26
msgstr ""
27
27
 
28
 
#: ../AptUrl/Parser.py:91
29
 
msgid "No ':' in the uri"
30
 
msgstr ""
31
 
 
32
 
#: ../AptUrl/Parser.py:117
 
28
#: ../AptUrl/Parser.py:93
33
29
msgid "Whitespace in key=value"
34
30
msgstr ""
35
31
 
36
 
#: ../AptUrl/Parser.py:123
 
32
#: ../AptUrl/Parser.py:99
37
33
#, python-format
38
34
msgid "Exception '%s'"
39
35
msgstr ""
40
36
 
41
 
#: ../AptUrl/AptUrl.py:78
 
37
#: ../AptUrl/Parser.py:109
 
38
#, python-format
 
39
msgid "Url string '%s' too long"
 
40
msgstr ""
 
41
 
 
42
#: ../AptUrl/Parser.py:115
 
43
msgid "No ':' in the uri"
 
44
msgstr ""
 
45
 
 
46
#: ../AptUrl/AptUrl.py:73
42
47
#, python-format
43
48
msgid "Enabling '%s' failed"
44
49
msgstr ""
45
50
 
46
 
#: ../AptUrl/AptUrl.py:94
 
51
#: ../AptUrl/AptUrl.py:91
47
52
#, python-format
48
53
msgid "Unknown channel '%s'"
49
54
msgstr ""
50
55
 
51
 
#: ../AptUrl/AptUrl.py:95
 
56
#: ../AptUrl/AptUrl.py:92
52
57
#, python-format
53
58
msgid "The channel '%s' is not known"
54
59
msgstr ""
88
93
msgid "Can not deal with protocol '%s' "
89
94
msgstr ""
90
95
 
91
 
#: ../AptUrl/AptUrl.py:202
 
96
#: ../AptUrl/AptUrl.py:205
92
97
#, python-format
93
98
msgid "Package '%s' is virtual."
94
99
msgstr ""
95
100
 
96
 
#: ../AptUrl/AptUrl.py:205
 
101
#: ../AptUrl/AptUrl.py:208
97
102
#, python-format
98
103
msgid "Could not find package '%s'."
99
104
msgstr ""
100
105
 
101
 
#: ../AptUrl/AptUrl.py:209
 
106
#: ../AptUrl/AptUrl.py:214
102
107
#, python-format
103
108
msgid "Package '%s' is already installed"
104
109
msgstr ""
105
110
 
106
 
#: ../AptUrl/AptUrl.py:223
 
111
#: ../AptUrl/AptUrl.py:229
107
112
#, python-format
108
113
msgid "Can not install '%s' (%s) "
109
114
msgstr ""
110
115
 
111
 
#: ../AptUrl/AptUrl.py:228
 
116
#: ../AptUrl/AptUrl.py:235
112
117
#, python-format
113
118
msgid "Package '%s' requests minimal version '%s', but only '%s' is available"
114
119
msgstr ""
115
120
 
116
 
#: ../AptUrl/UI.py:17
 
121
#: ../AptUrl/UI.py:16
117
122
msgid "Enable additional components"
118
123
msgstr ""
119
124
 
120
 
#: ../AptUrl/UI.py:18
121
 
#, python-format
122
 
msgid "Do you want to enable the following component: '%s'?"
123
 
msgid_plural "Do you want to enable the following components: '%s'?"
124
 
msgstr[0] ""
125
 
msgstr[1] ""
126
 
 
127
 
#: ../AptUrl/UI.py:25
 
125
#: ../AptUrl/UI.py:24 ../AptUrl/gtk/GtkUI.py:86 ../AptUrl/kde/KdeUI.py:82
128
126
msgid "Enable additional software channel"
129
127
msgstr ""
130
128
 
131
 
#: ../AptUrl/UI.py:26
 
129
#: ../AptUrl/UI.py:25 ../AptUrl/gtk/GtkUI.py:87 ../AptUrl/kde/KdeUI.py:83
132
130
#, python-format
133
131
msgid "Do you want to enable the following software channel: '%s'?"
134
132
msgstr ""
135
133
 
136
 
#: ../AptUrl/gtk/GtkUI.py:117
 
134
#: ../AptUrl/gtk/GtkUI.py:151 ../AptUrl/kde/KdeUI.py:133
137
135
msgid "Install additional software?"
138
136
msgstr ""
139
137
 
140
 
#: ../AptUrl/gtk/GtkUI.py:118
 
138
#: ../AptUrl/gtk/GtkUI.py:152 ../AptUrl/kde/KdeUI.py:134
141
139
#, python-format
142
140
msgid "Do you want to install package '%s'?"
143
141
msgstr ""
144
142
 
145
 
#: ../data/apturl.glade.h:1
 
143
#. kate: space-indent on; indent-width 4; mixedindent off; indent-mode python;
 
144
#: ../data/apturl-gtk.ui.h:1
146
145
msgid "Description"
147
146
msgstr ""
148
147
 
149
 
#: ../data/apturl.glade.h:2
 
148
#: ../data/apturl-gtk.ui.h:2
150
149
msgid "_Install"
151
150
msgstr ""
152
151
 
153
152
#: ../data/apturl.schemas.in.h:1
154
 
msgid "Run the command in a terminal"
 
153
msgid "Whether the specified command should handle \"apt\" URLs"
155
154
msgstr ""
156
155
 
157
156
#: ../data/apturl.schemas.in.h:2
158
 
msgid "The command used to handle \"apt\" URLs, if enabled."
 
157
msgid ""
 
158
"True if the command specified in the \"command\" key should handle \"apt\" "
 
159
"URLs."
159
160
msgstr ""
160
161
 
161
162
#: ../data/apturl.schemas.in.h:3
163
164
msgstr ""
164
165
 
165
166
#: ../data/apturl.schemas.in.h:4
166
 
msgid ""
167
 
"True if the command specified in the \"command\" key should handle \"apt\" "
168
 
"URLs."
 
167
msgid "The command used to handle \"apt\" URLs, if enabled."
169
168
msgstr ""
170
169
 
171
170
#: ../data/apturl.schemas.in.h:5
 
171
msgid "Run the command in a terminal"
 
172
msgstr ""
 
173
 
 
174
#: ../data/apturl.schemas.in.h:6
172
175
msgid ""
173
176
"True if the command used to handle this type of URL should be run in a "
174
177
"terminal."
175
178
msgstr ""
176
 
 
177
 
#: ../data/apturl.schemas.in.h:6
178
 
msgid "Whether the specified command should handle \"apt\" URLs"
179
 
msgstr ""