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

« back to all changes in this revision

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