~ubuntu-branches/ubuntu/natty/quickly/natty

« back to all changes in this revision

Viewing changes to po/de.po

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche, Niall Jackson
  • Date: 2009-09-04 20:33:20 UTC
  • Revision ID: james.westby@ubuntu.com-20090904203320-e3dl7zzlfdjvv5j3
Tags: 0.2.1
* New release:
 This is mostely a fix release, but we still have few must-have
 minor features so that people can easily begin to develop templates
 + Quickly Core:
  - Reshape variables in commandsconfig template file (LP: #421858)
  - Reshape command attributes for builtin commands
  - quickly without parameter now prints help
  - move some functions from ubuntu-project template to templatetools
    Quickly module to make them available to all templates
    (handle_additional_parameters, quickly_name, apply_file_rights,
    in_verbose_mode)
  - add missing quotes around new version number format [Ken VanDine]
 + ubuntu-project template:
  - quickly release and share should not start if there are no pgp keys
    available (LP: #419407)
  - Typo in preferences code for ubuntu-project template (LP: #421642)
  - preferences code stores record type rather than _id (LP: #421644)
  - Adapt new commandsconfig format
  - quickly edit fails if EDITOR=vim (support now interactive command)
    (LP: #418351)
  - quickly edit supports now sensible-editor choice
  - created application does not suport standard command line options
    (LP: #418355)
  - Quickly licence should create an AUTHORS file (LP: #424489)
  - ubuntu-project main python file code has stray, strange line of code
    (LP: #421653)
  - Typo in error message of $ quickly tutorial (LP: #422212), patch from
    [Niall Jackson] (LP: #422212)
  - Typo in the index page of the tutorial of ubuntu-project template
    [Niall Jackson] (LP: #422209)
  - Destroy the dialogs outright instead of merely hideing them since we
    always create new ones when the event is fired [John C Barstow]
  - ubuntu-project main python module commented code uses wrong naming
    convention for preferences dialog (LP: #421648)
  - Some output messages correction
 + common:
  - updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# German translation for quickly
 
2
# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
 
3
# This file is distributed under the same license as the quickly package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: quickly\n"
 
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 
10
"POT-Creation-Date: 2009-07-24 18:12+0200\n"
 
11
"PO-Revision-Date: 2009-08-31 12:35+0000\n"
 
12
"Last-Translator: Severin Heiniger <severinheiniger@gmail.com>\n"
 
13
"Language-Team: German <de@li.org>\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"X-Launchpad-Export-Date: 2009-09-04 10:25+0000\n"
 
18
"X-Generator: Launchpad (build Unknown)\n"
 
19
 
 
20
#: ../quickly/launchpadaccess.py:34
 
21
msgid "Check whether python-launchpadlib is installed"
 
22
msgstr ""
 
23
 
 
24
#: ../quickly/launchpadaccess.py:60
 
25
msgid "Fatal: "
 
26
msgstr ""
 
27
 
 
28
#: ../quickly/launchpadaccess.py:86
 
29
msgid ""
 
30
"WARNING: you are using staging and not launchpad real production server"
 
31
msgstr ""
 
32
 
 
33
#: ../quickly/launchpadaccess.py:93
 
34
msgid "Get Launchpad Settings"
 
35
msgstr ""
 
36
 
 
37
#: ../quickly/launchpadaccess.py:100
 
38
msgid "Initial Launchpad binding. You must choose \"Change Anything\""
 
39
msgstr ""
 
40
 
 
41
#: ../quickly/launchpadaccess.py:112
 
42
msgid "Unknown reason"
 
43
msgstr "Unbekannte Ursache"
 
44
 
 
45
#: ../quickly/launchpadaccess.py:113
 
46
#, python-format
 
47
msgid "Couldn't setup Launchpad for quickly ; %s"
 
48
msgstr ""
 
49
 
 
50
#: ../quickly/launchpadaccess.py:114
 
51
msgid "Launchpad connexion is ok"
 
52
msgstr ""
 
53
 
 
54
#: ../quickly/launchpadaccess.py:130
 
55
msgid "No launchpad project give, aborting."
 
56
msgstr "Kein Launchpad-Projekt angegeben. Abbruch."
 
57
 
 
58
#: ../quickly/launchpadaccess.py:140
 
59
#, python-format
 
60
msgid "Project name: %s"
 
61
msgstr "Projektname: %s"
 
62
 
 
63
#: ../quickly/launchpadaccess.py:141
 
64
#, python-format
 
65
msgid "Launchpad url: %s/%s"
 
66
msgstr "Launchpad-URL: %s/%s"
 
67
 
 
68
#: ../quickly/launchpadaccess.py:148
 
69
msgid "No project found"
 
70
msgstr "Kein Projekt gefunden"
 
71
 
 
72
#: ../quickly/launchpadaccess.py:150
 
73
msgid "Choose your project number"
 
74
msgstr "Projektnummer wählen"
 
75
 
 
76
#: ../quickly/launchpadaccess.py:160
 
77
msgid "No right number given, aborting."
 
78
msgstr "Keine gültige Nummer angegeben. Abbruch."
 
79
 
 
80
#: ../data/templates/ubuntu-project/internal/quicklyutils.py:84
 
81
#: ../data/templates/ubuntu-project/internal/quicklyutils.py:125
 
82
msgid "ERROR: Can't load setup.py file"
 
83
msgstr ""
 
84
 
 
85
#: ../data/templates/ubuntu-project/release.py:72
 
86
#: ../data/templates/ubuntu-project/share.py:78
 
87
msgid ""
 
88
"Release version not found in setup.py and no version specified in command "
 
89
"line."
 
90
msgstr ""
 
91
 
 
92
#: ../data/templates/ubuntu-project/release.py:74
 
93
msgid "quickly released"
 
94
msgstr ""
 
95
 
 
96
#: ../data/templates/ubuntu-project/release.py:80
 
97
#, python-format
 
98
msgid "quickly released: %s"
 
99
msgstr ""
 
100
 
 
101
#: ../data/templates/ubuntu-project/release.py:100
 
102
msgid ""
 
103
"Release version specified in command arguments or in setup.py is not a valid "
 
104
"number."
 
105
msgstr ""
 
106
 
 
107
#: ../data/templates/ubuntu-project/release.py:134
 
108
#, python-format
 
109
msgid ""
 
110
"ppa:%s:%s does not exist. Please create one on launchpad before releasing"
 
111
msgstr ""
 
112
"ppa:%s:%s existiert nicht. Bitte erstellen Sie vor der Veröffentlichung "
 
113
"eines auf Launchpad."
 
114
 
 
115
#: ../data/templates/ubuntu-project/release.py:144
 
116
#, python-format
 
117
msgid ""
 
118
"ERROR: quickly can't release: %s seems to be already released. Choose "
 
119
"another name."
 
120
msgstr ""
 
121
 
 
122
#: ../data/templates/ubuntu-project/release.py:152
 
123
msgid "ERROR: quickly can't release as it can't commit with bzr"
 
124
msgstr ""
 
125
 
 
126
#: ../data/templates/ubuntu-project/release.py:178
 
127
#: ../data/templates/ubuntu-project/release.py:196
 
128
msgid "ERROR: quickly can't release: can't push to launchpad."
 
129
msgstr ""
 
130
 
 
131
#: ../data/templates/ubuntu-project/release.py:184
 
132
msgid "ERROR: quickly can't release correctly: can't pull from launchpad."
 
133
msgstr ""
 
134
 
 
135
#: ../data/templates/ubuntu-project/release.py:191
 
136
msgid "ERROR: quickly can't release: can't pull from launchpad."
 
137
msgstr ""
 
138
 
 
139
#. upload to launchpad
 
140
#: ../data/templates/ubuntu-project/release.py:201
 
141
#: ../data/templates/ubuntu-project/share.py:108
 
142
msgid "pushing to launchpad"
 
143
msgstr ""
 
144
 
 
145
#: ../data/templates/ubuntu-project/release.py:206
 
146
#, python-format
 
147
msgid ""
 
148
"%s %s released and building on Launchpad. Wait for half an hour and have "
 
149
"look at %s."
 
150
msgstr ""
 
151
 
 
152
#: ../data/templates/ubuntu-project/package.py:52
 
153
msgid "Release version not found in setup.py."
 
154
msgstr ""
 
155
 
 
156
#: ../data/templates/ubuntu-project/package.py:57
 
157
#: ../data/templates/ubuntu-project/internal/packaging.py:61
 
158
msgid "ERROR: can't create or update ubuntu package"
 
159
msgstr ""
 
160
 
 
161
#: ../data/templates/ubuntu-project/package.py:64
 
162
#, python-format
 
163
msgid "Ubuntu package has been successfully created in ../%s_%s_all.deb"
 
164
msgstr "Das Ubuntu-Paket %s_%s_all.deb wurde erfolgreich erstellt"
 
165
 
 
166
#: ../data/templates/ubuntu-project/package.py:66
 
167
msgid "An error has occurred during package building"
 
168
msgstr "Beim Bauen des Pakets ist ein Fehler aufgetreten"
 
169
 
 
170
#: ../data/templates/ubuntu-project/save.py:40
 
171
msgid "quickly saved"
 
172
msgstr ""
 
173
 
 
174
#: ../data/templates/ubuntu-project/save.py:46
 
175
msgid "It seems that you have no change to record."
 
176
msgstr "Es gibt anscheinend keine Änderung zu erfassen."
 
177
 
 
178
#: ../data/templates/ubuntu-project/license.py:92
 
179
#: ../data/templates/ubuntu-project/license.py:127
 
180
#: ../data/templates/ubuntu-project/license.py:147
 
181
#: ../data/templates/ubuntu-project/license.py:207
 
182
#, python-format
 
183
msgid "%s file was not found"
 
184
msgstr ""
 
185
 
 
186
#. that means we didn't find the END_LICENCE_TAG, don't copy the file
 
187
#: ../data/templates/ubuntu-project/license.py:121
 
188
#: ../data/templates/ubuntu-project/license.py:200
 
189
#, python-format
 
190
msgid "WARNING: %s was not found in the file %s. No licence replacement"
 
191
msgstr ""
 
192
 
 
193
#: ../data/templates/ubuntu-project/license.py:155
 
194
msgid ""
 
195
"This license seems to be unsupported by quickly. If you think it really "
 
196
"should, please open a bug in quickly bugtracker"
 
197
msgstr ""
 
198
 
 
199
#: ../data/templates/ubuntu-project/license.py:173
 
200
msgid ""
 
201
"Copyright is not attributed. Edit the Copyright file to include your name "
 
202
"for the copyright in place of <Your Name> <Your E-mail> or use quickly "
 
203
"share/quickly release"
 
204
msgstr ""
 
205
 
 
206
#: ../data/templates/ubuntu-project/license.py:229
 
207
msgid "This command only take one optional argument: License"
 
208
msgstr "Dieser Befehl erwartet nur einen optionalen Parameter: License"
 
209
 
 
210
#: ../quickly/tools.py:37
 
211
msgid ""
 
212
"\n"
 
213
"ERROR: unpermitted character in name.\n"
 
214
"Letters and underscore (\"_\") only."
 
215
msgstr ""
 
216
 
 
217
#: ../quickly/tools.py:84
 
218
msgid "No template directory found. Aborting"
 
219
msgstr ""
 
220
 
 
221
#: ../quickly/tools.py:103
 
222
#, python-format
 
223
msgid "ERROR: Template '%s' not found."
 
224
msgstr ""
 
225
 
 
226
#: ../quickly/tools.py:104 ../bin/quickly.py:176 ../bin/quickly.py:248
 
227
#: ../bin/quickly.py:271 ../bin/quickly.py:300 ../bin/quickly.py:321
 
228
#: ../bin/quickly.py:332 ../bin/quickly.py:340
 
229
msgid "Aborting"
 
230
msgstr ""
 
231
 
 
232
#: ../data/templates/ubuntu-project/run.py:51
 
233
#, python-format
 
234
msgid "Can't execute %s"
 
235
msgstr ""
 
236
 
 
237
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:1
 
238
msgid "Status Area"
 
239
msgstr ""
 
240
 
 
241
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:2
 
242
msgid ""
 
243
"Your application has been created!\n"
 
244
"\n"
 
245
"To start changing this user interface, run 'quickly glade', which will open "
 
246
"Glade so you can edit the default windows and dialogs.\n"
 
247
"\n"
 
248
"To change the behavior and edit the python code, run 'quickly edit', which "
 
249
"will bring up a text editor."
 
250
msgstr ""
 
251
 
 
252
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:7
 
253
msgid "_Edit"
 
254
msgstr "_Bearbeiten"
 
255
 
 
256
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:8
 
257
msgid "_File"
 
258
msgstr "_Datei"
 
259
 
 
260
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:9
 
261
msgid "_Help"
 
262
msgstr "_Hilfe"
 
263
 
 
264
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:10
 
265
msgid "_View"
 
266
msgstr "_Ansicht"
 
267
 
 
268
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:11
 
269
msgid "sentence_name"
 
270
msgstr ""
 
271
 
 
272
#: ../data/templates/ubuntu-project/create.py:62
 
273
msgid ""
 
274
"\n"
 
275
"ERROR: project name not defined. Usage is project_name"
 
276
msgstr ""
 
277
 
 
278
#. create directory and template file
 
279
#: ../data/templates/ubuntu-project/create.py:74
 
280
#: ../data/templates/ubuntu-project/create.py:79
 
281
#: ../data/templates/ubuntu-project/create.py:84 ../quickly/commands.py:52
 
282
#, python-format
 
283
msgid "Creating project directory %s"
 
284
msgstr ""
 
285
 
 
286
#: ../data/templates/ubuntu-project/create.py:76
 
287
#: ../data/templates/ubuntu-project/create.py:81
 
288
#: ../data/templates/ubuntu-project/create.py:86 ../quickly/commands.py:54
 
289
#, python-format
 
290
msgid "Directory %s created\n"
 
291
msgstr ""
 
292
 
 
293
#. add it to revision control
 
294
#: ../data/templates/ubuntu-project/create.py:135
 
295
msgid "Creating bzr repository and commiting"
 
296
msgstr ""
 
297
 
 
298
#. run the new application
 
299
#: ../data/templates/ubuntu-project/create.py:141
 
300
msgid "Launching your newly created project!"
 
301
msgstr ""
 
302
 
 
303
#: ../data/templates/ubuntu-project/create.py:147
 
304
#, python-format
 
305
msgid ""
 
306
"Congrats, your new project is setup! cd %s/ to start hacking. Then '$ "
 
307
"quickly help' for quickly tutorial and reference"
 
308
msgstr ""
 
309
 
 
310
#: ../quickly/configurationhandler.py:42
 
311
msgid "ERROR: Can't load configuration in current path or its parent ones."
 
312
msgstr ""
 
313
 
 
314
#: ../quickly/configurationhandler.py:56
 
315
#, python-format
 
316
msgid "ERROR: Can't load configuration in %s: %s"
 
317
msgstr ""
 
318
 
 
319
#: ../quickly/configurationhandler.py:81
 
320
msgid "WARNING: No .quickly file found. Initiate a new one"
 
321
msgstr ""
 
322
 
 
323
#: ../quickly/configurationhandler.py:112
 
324
#, python-format
 
325
msgid "ERROR: Can't save configuration in %s"
 
326
msgstr ""
 
327
 
 
328
#: ../data/templates/ubuntu-project/share.py:70
 
329
#, python-format
 
330
msgid ""
 
331
"ppa:%s:%s does not exist. Please create one on launchpad before sharing"
 
332
msgstr ""
 
333
 
 
334
#: ../data/templates/ubuntu-project/share.py:92
 
335
#, python-format
 
336
msgid ""
 
337
"Minor release version specified after ~public in setup.py is not a valid "
 
338
"number: %s"
 
339
msgstr ""
 
340
 
 
341
#: ../data/templates/ubuntu-project/share.py:98
 
342
msgid "Release version specified in setup.py is not a valid number."
 
343
msgstr ""
 
344
 
 
345
#: ../data/templates/ubuntu-project/share.py:114
 
346
#, python-format
 
347
msgid ""
 
348
"%s %s is building on Launchpad. Wait for half an hour and have look at %s."
 
349
msgstr ""
 
350
 
 
351
#: ../data/templates/ubuntu-project/internal/packaging.py:39
 
352
msgid "Ubuntu packaging created in debian/"
 
353
msgstr ""
 
354
 
 
355
#: ../data/templates/ubuntu-project/internal/packaging.py:41
 
356
msgid "An error has occurred"
 
357
msgstr ""
 
358
 
 
359
#: ../data/templates/ubuntu-project/internal/packaging.py:67
 
360
msgid "ERROR: an error occurred during source package creation"
 
361
msgstr ""
 
362
 
 
363
#: ../data/templates/ubuntu-project/internal/packaging.py:78
 
364
msgid "ERROR: an error occurred during source upload to launchpad"
 
365
msgstr ""
 
366
 
 
367
#: ../quickly/commands.py:39
 
368
#, python-format
 
369
msgid "%s does not exist"
 
370
msgstr ""
 
371
 
 
372
#: ../quickly/commands.py:48
 
373
#, python-format
 
374
msgid "There is already a file or directory named %s"
 
375
msgstr ""
 
376
 
 
377
#: ../quickly/commands.py:74
 
378
#, python-format
 
379
msgid "%s already exists."
 
380
msgstr ""
 
381
 
 
382
#: ../quickly/commands.py:78
 
383
#, python-format
 
384
msgid "Copy %s to create new %s template"
 
385
msgstr ""
 
386
 
 
387
#: ../quickly/commands.py:84
 
388
msgid ""
 
389
"-------------------------------\n"
 
390
"    Welcome to quickly!\n"
 
391
"-------------------------------\n"
 
392
"\n"
 
393
"You can create a project in executing 'quickly create <template_name> <your "
 
394
"project>'.\n"
 
395
"\n"
 
396
"\n"
 
397
"Example with ubuntu-project template:\n"
 
398
"1. create a Ubuntu Project and run the tutorial:\n"
 
399
"$ quickly create ubuntu-project foo\n"
 
400
"$ cd foo\n"
 
401
"$ quickly help\n"
 
402
"\n"
 
403
"2. You can also try:\n"
 
404
"$ quickly edit\n"
 
405
"$ quickly glade\n"
 
406
"$ quickly run\n"
 
407
"Use bash completion to get every available commands\n"
 
408
"\n"
 
409
"3. How to play with package and release:\n"
 
410
"\n"
 
411
"optional, but recommended to build first your package locally:\n"
 
412
"$ quickly package\n"
 
413
"\n"
 
414
"BE WARNED: the two following commands will connect to Launchpad. You need at "
 
415
"least having a Launchpad account and an opened ppa.\n"
 
416
"You need also for quickly release a project where you can bind your work "
 
417
"with.\n"
 
418
"$ quickly release or $ quickly share\n"
 
419
"\n"
 
420
"Have Fun!"
 
421
msgstr ""
 
422
 
 
423
#: ../bin/quickly.py:41
 
424
msgid ""
 
425
"Usage:\n"
 
426
"    quickly [OPTIONS] command ...\n"
 
427
"\n"
 
428
"Options:\n"
 
429
"    -t, --template <template>  Template to use if it differs from default\n"
 
430
"                               project one\n"
 
431
"                               one used to create the project)\n"
 
432
"    --staging                  Target launchpad staging server\n"
 
433
"    --verbose                  Verbose mode\n"
 
434
"    -h, --help                 Show help information\n"
 
435
"\n"
 
436
"Commands:\n"
 
437
"    create <template> <project-name> (template is mandatory for this "
 
438
"command)\n"
 
439
"    quickly <template_origin> <template_dest> to create a create derived "
 
440
"template\n"
 
441
"    getstarted to get some starting hints\n"
 
442
"\n"
 
443
"Examples:\n"
 
444
"    quickly create ubuntu-project foobar\n"
 
445
"    quickly push 'awesome new comment system'\n"
 
446
"    quickly -t cool-template push 'awesome new comment system'"
 
447
msgstr ""
 
448
 
 
449
#: ../bin/quickly.py:66
 
450
#, python-format
 
451
msgid ""
 
452
"Quickly %s\n"
 
453
"  Python interpreter: %s %s\n"
 
454
"  Python standard library: /usr/lib/python2.6\n"
 
455
"  \n"
 
456
"  Quickly used library: %s\n"
 
457
"  Quickly data path: %s\n"
 
458
"  Quickly detected template directories:\n"
 
459
"          %s\n"
 
460
"\n"
 
461
"Copyright 2009 Canonical Ltd.\n"
 
462
"  #Author 2009 Rick Spencer\n"
 
463
"  #Author 2009 Didier Roche\n"
 
464
"https://launchpad.net/quickly\n"
 
465
"\n"
 
466
"quickly comes with ABSOLUTELY NO WARRANTY. quickly is free software, and\n"
 
467
"you may use, modify and redistribute it under the terms of the GNU\n"
 
468
"General Public License version 3 or later."
 
469
msgstr ""
 
470
 
 
471
#: ../bin/quickly.py:175
 
472
#, python-format
 
473
msgid "ERROR: command '%s' in '%s' not found."
 
474
msgstr ""
 
475
 
 
476
#: ../bin/quickly.py:247
 
477
msgid "ERROR: No command found"
 
478
msgstr ""
 
479
 
 
480
#. no error, so we are in a project path, not good!
 
481
#: ../bin/quickly.py:259
 
482
#, python-format
 
483
msgid ""
 
484
"ERROR: %s is already a project. You can't create a project within another "
 
485
"project. Please choose another path."
 
486
msgstr ""
 
487
 
 
488
#: ../bin/quickly.py:270
 
489
#, python-format
 
490
msgid "ERROR: %s command must be followed by a template and destination name"
 
491
msgstr ""
 
492
 
 
493
#: ../bin/quickly.py:289
 
494
#, python-format
 
495
msgid ""
 
496
"ERROR: Can't find project in %s.\n"
 
497
"Ensure you launch this command from a quickly project directory."
 
498
msgstr ""
 
499
 
 
500
#: ../bin/quickly.py:298
 
501
msgid ""
 
502
"ERROR: No template provided and none found in the current tree. Ensure you "
 
503
"don't want to create a new project or that your are in your directory "
 
504
"project."
 
505
msgstr ""
 
506
 
 
507
#: ../bin/quickly.py:320
 
508
#, python-format
 
509
msgid "ERROR: pre_%s command failed"
 
510
msgstr ""
 
511
 
 
512
#: ../bin/quickly.py:331
 
513
#, python-format
 
514
msgid "ERROR: %s command failed"
 
515
msgstr ""
 
516
 
 
517
#: ../bin/quickly.py:339
 
518
#, python-format
 
519
msgid "ERROR: post_%s command failed"
 
520
msgstr ""
 
521
 
 
522
#: ../data/templates/ubuntu-project/data/ui/dialog_camel_case_nameDialog.ui.h:1
 
523
#: ../data/templates/ubuntu-project/data/ui/Preferencescamel_case_nameDialog.ui.h:1
 
524
msgid "gtk-cancel"
 
525
msgstr ""
 
526
 
 
527
#: ../data/templates/ubuntu-project/data/ui/dialog_camel_case_nameDialog.ui.h:2
 
528
#: ../data/templates/ubuntu-project/data/ui/Preferencescamel_case_nameDialog.ui.h:2
 
529
msgid "gtk-ok"
 
530
msgstr ""