source: trunk/locale/itaka.pot @ 335

Revision 271, 6.9 KB checked in by marc, 3 years ago (diff)

Better utf-8 encoding support, better naming of arguments for localization, better revision reporting, updated localization, emails and years.

Line 
1# Itaka
2# Copyright (C) 2003-2009
3# This file is distributed under the same license as the Itaka package.
4# Marc E. <santusmarc@users.sourceforge.net>, 2007-2009
5msgid ""
6msgstr ""
7"Project-Id-Version: 0.3\n"
8"Report-Msgid-Bugs-To: Marc E. <santusmarc@users.sourceforge.net>\n"
9"POT-Creation-Date: 2009-07-20 14:09-0700\n"
10"PO-Revision-Date: 2007-07-06 12:13+GMT-8\n"
11"Last-Translator: Marc E. <santusmarc@users.sourceforge.net>\n"
12"Language-Team: Marc E. <santusmarc@users.sourceforge.net>\n"
13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: 8bit\n"
16
17#: config.py:42
18msgid "Pynotify module is failing, disabling notifications"
19msgstr ""
20
21#: config.py:45
22msgid "Pynotify module is missing, disabling notifications"
23msgstr ""
24
25#: config.py:58
26#, python-format
27msgid "Could not find images directory %s"
28msgstr ""
29
30#: config.py:115
31msgid "Initializing in debug mode"
32msgstr ""
33
34#: config.py:170
35#, python-format
36msgid "Loaded configuration %s"
37msgstr ""
38
39#: config.py:173
40#, python-format
41msgid "Could not read configuration file (%s)"
42msgstr ""
43
44#: config.py:198 config.py:212
45msgid "Detected old or broken configuration file. Fixing"
46msgstr ""
47
48#: config.py:234
49msgid "Saving configuration"
50msgstr ""
51
52#: config.py:236 config.py:257 config.py:284
53#, python-format
54msgid "Could not write configuration file %s"
55msgstr ""
56
57#: config.py:255
58#, python-format
59msgid "Updating configuration key '%(key)s' to '%(value)s'"
60msgstr ""
61
62#: config.py:268
63msgid "Creating default configuration"
64msgstr ""
65
66#: console.py:137
67#, python-format
68msgid "Itaka %(version)s (r%(revision)s) starting"
69msgstr ""
70
71#: console.py:139
72#, python-format
73msgid "Itaka %s starting"
74msgstr ""
75
76#: itaka.py:56
77#, python-format
78msgid "Could not find locale directory %s, not using locales."
79msgstr ""
80
81#: itaka.py:65
82#, python-format
83msgid ""
84"Usage:\n"
85"  %s [OPTION...]\n"
86"\n"
87"  Help Options:\n"
88"  -h, --help\t\t\t\tShow help options\n"
89"  -v, --version\t\t\t\tShow Itaka version\n"
90"  -r, --revision\t\t\tShow Itaka revision\n"
91"\n"
92"  Application Options:\n"
93"  -d, --debug\t\t\t\tStart in debug mode"
94msgstr ""
95
96#: itaka.py:87
97msgid "Could not initiate Console engine"
98msgstr ""
99
100#: itaka.py:91
101msgid "Could not initiate Configuration engine"
102msgstr ""
103
104#: itaka.py:108
105#, python-format
106msgid "Could not initiate GUI: %s"
107msgstr ""
108
109#: screenshot.py:89
110msgid "Window Manager does not support _NET_WM hints"
111msgstr ""
112
113#: screenshot.py:94
114msgid "Active window is desktop"
115msgstr ""
116
117#: screenshot.py:114
118msgid "Can not grab the current window"
119msgstr ""
120
121#: screenshot.py:114
122msgid ""
123"Can not grab the current window because your window manager does not support "
124"NET_WM_* hints"
125msgstr ""
126
127#: screenshot.py:116
128msgid "Not grabing the desktop as the current window"
129msgstr ""
130
131#: screenshot.py:116
132msgid ""
133"Your focus was on the destop when a client requested a screenshot, Itaka "
134"instead took a screenshot of the whole screen"
135msgstr ""
136
137#: screenshot.py:140
138msgid "Could not grab screenshot"
139msgstr ""
140
141#: screenshot.py:140
142msgid "GTK+ could not grab a screenshot of the screen"
143msgstr ""
144
145#: screenshot.py:141
146msgid "Could not grab screenshot, GTK+ error"
147msgstr ""
148
149#: screenshot.py:163 screenshot.py:164
150msgid "Could not save screenshot"
151msgstr ""
152
153#: screenshot.py:163
154#, python-format
155msgid "Could not save screenshot %s"
156msgstr ""
157
158#: server.py:34 uigtk.py:47
159msgid "Failed to import Itaka modules"
160msgstr ""
161
162#: server.py:44 uigtk.py:40
163msgid "Could not import Twisted Network Framework"
164msgstr ""
165
166#: server.py:290
167msgid "Client provided empty username and password"
168msgstr ""
169
170#: server.py:290
171#, python-format
172msgid "Client %s provided empty username and password"
173msgstr ""
174
175#: server.py:294
176msgid "Client provided incorrect username and password"
177msgstr ""
178
179#: server.py:294
180#, python-format
181msgid ""
182"Client %(ip)s provided incorrect username and password: %(username)s:%"
183"(password)s"
184msgstr ""
185
186#: server.py:480
187msgid "Screenshot taken"
188msgstr ""
189
190#: server.py:480
191#, python-format
192msgid "%s captured the screen"
193msgstr ""
194
195#: uigtk.py:36
196#, python-format
197msgid "Could not initiate GTK modules: %s"
198msgstr ""
199
200#: uigtk.py:55
201msgid "Pygtk module is missing"
202msgstr ""
203
204#: uigtk.py:60
205msgid "GTK+ bindings are missing"
206msgstr ""
207
208#: uigtk.py:64
209#, python-format
210msgid "Itaka requires GTK+ 2.10, you have %s installed"
211msgstr ""
212
213#: uigtk.py:337
214msgid "St_art"
215msgstr ""
216
217#: uigtk.py:340
218msgid "St_op"
219msgstr ""
220
221#: uigtk.py:346
222msgid "Show _Notifications"
223msgstr ""
224
225#: uigtk.py:380 uigtk.py:1212
226msgid "Start"
227msgstr ""
228
229#: uigtk.py:416
230msgid "Events"
231msgstr ""
232
233#: uigtk.py:417
234msgid "Details"
235msgstr ""
236
237#: uigtk.py:457
238msgid "Clear"
239msgstr ""
240
241#: uigtk.py:463
242msgid "Pause"
243msgstr ""
244
245#: uigtk.py:475
246msgid "<b>Server log</b>"
247msgstr ""
248
249#: uigtk.py:497
250msgid "<b>Preferences</b>"
251msgstr ""
252
253#: uigtk.py:502
254msgid "Port"
255msgstr ""
256
257#: uigtk.py:506
258msgid "Authentication"
259msgstr ""
260
261#: uigtk.py:510
262msgid "Username"
263msgstr ""
264
265#: uigtk.py:514
266msgid "Password"
267msgstr ""
268
269#: uigtk.py:518
270msgid "Format"
271msgstr ""
272
273#: uigtk.py:522
274msgid "Quality"
275msgstr ""
276
277#: uigtk.py:526
278msgid "Scale"
279msgstr ""
280
281#: uigtk.py:531
282msgid "Window"
283msgstr ""
284
285#: uigtk.py:536
286msgid "Notifications"
287msgstr ""
288
289#: uigtk.py:599
290msgid "Fullscreen"
291msgstr ""
292
293#: uigtk.py:600 uigtk.py:698
294msgid "Active window"
295msgstr ""
296
297#: uigtk.py:769
298msgid "Could not save preferences"
299msgstr ""
300
301#: uigtk.py:1032
302msgid "Logging paused"
303msgstr ""
304
305#: uigtk.py:1054
306msgid "Logging resumed"
307msgstr ""
308
309#: uigtk.py:1152
310msgid "Failed to start server"
311msgstr ""
312
313#: uigtk.py:1152
314#, python-format
315msgid "Failed to start server: %s"
316msgstr ""
317
318#: uigtk.py:1160
319msgid "Secure server"
320msgstr ""
321
322#: uigtk.py:1163
323msgid "Server"
324msgstr ""
325
326#: uigtk.py:1166 uigtk.py:1168
327#, python-format
328msgid "%(serverstring)s started on port %(port)d"
329msgstr ""
330
331#: uigtk.py:1166
332#, python-format
333msgid ""
334"%(serverstring)s started on port %(port)s TCP. Serving %(format)s images "
335"with %(quality)d%% quality"
336msgstr ""
337
338#: uigtk.py:1168
339#, python-format
340msgid ""
341"%(serverstring)s started on port %(port)s TCP. Serving %(format)s images"
342msgstr ""
343
344#: uigtk.py:1173
345msgid "Stop"
346msgstr ""
347
348#: uigtk.py:1177
349msgid "Itaka - Server running"
350msgstr ""
351
352#: uigtk.py:1196
353msgid "Server stopped"
354msgstr ""
355
356#: uigtk.py:1226
357#, python-format
358msgid "Restarting the server to listen on port %d"
359msgstr ""
360
361#: uigtk.py:1245
362msgid "Itaka shutting down"
363msgstr ""
364
365#: uigtk.py:1265
366msgid "day"
367msgstr ""
368
369#: uigtk.py:1270
370msgid "hour"
371msgstr ""
372
373#: uigtk.py:1272
374msgid "minute"
375msgstr ""
376
377#: uigtk.py:1274
378msgid "<b>When</b>: "
379msgstr ""
380
381#: uigtk.py:1274
382msgid " ago"
383msgstr ""
384
385#: uigtk.py:1323
386#, python-format
387msgid "Screenshot served to %s"
388msgstr ""
389
390#: uigtk.py:1323
391#, python-format
392msgid "Screenshot number %(number)d served to %(ip)s"
393msgstr ""
394
395#: uigtk.py:1325
396#, python-format
397msgid "<b>Served</b>: %d"
398msgstr ""
399
400#: uigtk.py:1327
401#, python-format
402msgid "<b>Client</b>: %s"
403msgstr ""
404
405#: uigtk.py:1329
406#, python-format
407msgid "Itaka - %s served"
408msgstr ""
409
410#: uigtk.py:1329
411msgid "screenshot"
412msgstr ""
Note: See TracBrowser for help on using the repository browser.