~ubuntu-branches/ubuntu/quantal/quickly/quantal

« back to all changes in this revision

Viewing changes to po/eu.po

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-04-23 16:24:58 UTC
  • mfrom: (8.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100423162458-noeaf2x4ou259df3
Tags: 0.4.1-0ubuntu1
* New bugfix upstream release:
  ubuntu-application template (and inherited):
  - add more debugging info in --verbose mode for gpg keys
  - remove ~/.selected_editor detection. Introduced confusion for users
    (LP: #565586)
  - better message and user help when ppa not found (LP: #565581)
  - fix again some tutorial issues which had been lost during html -> docbook
    transition (LP: #499356)
  - fix gpg key creation with no email address (LP: #567272)
  - Updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Basque translation for quickly
 
2
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
 
3
# This file is distributed under the same license as the quickly package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
 
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-10-12 19:47+0200\n"
 
11
"PO-Revision-Date: 2010-03-05 19:13+0000\n"
 
12
"Last-Translator: Oier Mees <Unknown>\n"
 
13
"Language-Team: Basque <eu@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: 2010-03-06 05:13+0000\n"
 
18
"X-Generator: Launchpad (build Unknown)\n"
 
19
 
 
20
#: ../quickly/launchpadaccess.py:30
 
21
msgid "Fatal: "
 
22
msgstr "Errorea: "
 
23
 
 
24
#: ../quickly/launchpadaccess.py:38
 
25
msgid "Check whether python-launchpadlib is installed"
 
26
msgstr "Aztertzen ea python-launchpadlib instalaturik dagoen"
 
27
 
 
28
#: ../quickly/launchpadaccess.py:85
 
29
msgid ""
 
30
"WARNING: you are using staging and not launchpad real production server"
 
31
msgstr ""
 
32
 
 
33
#: ../quickly/launchpadaccess.py:92
 
34
msgid "Get Launchpad Settings"
 
35
msgstr "Launchpad konfigurazioa lortu"
 
36
 
 
37
#: ../quickly/launchpadaccess.py:99
 
38
msgid "Initial Launchpad binding. You must choose \"Change Anything\""
 
39
msgstr ""
 
40
 
 
41
#: ../quickly/launchpadaccess.py:111
 
42
msgid "Unknown reason"
 
43
msgstr "Arrazoi ezezaguna"
 
44
 
 
45
#: ../quickly/launchpadaccess.py:113
 
46
#, python-format
 
47
msgid "Couldn't setup Launchpad for quickly ; %s"
 
48
msgstr "Ezin izan da Launchpad konfiguratu Quickly-rentzat; %s"
 
49
 
 
50
#: ../quickly/launchpadaccess.py:114
 
51
msgid "Launchpad connexion is ok"
 
52
msgstr "Launchpadekin konexioa ongi egin da"
 
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 "Proiektu izena: %s"
 
62
 
 
63
#: ../quickly/launchpadaccess.py:141
 
64
#, python-format
 
65
msgid "Launchpad url: %s/%s"
 
66
msgstr "Launchpad url-a: %s/%s"
 
67
 
 
68
#: ../quickly/launchpadaccess.py:148
 
69
msgid "No project found"
 
70
msgstr "Ez da proiekturik aurkitu"
 
71
 
 
72
#: ../quickly/launchpadaccess.py:150
 
73
msgid "Choose your project number"
 
74
msgstr "Zure proiektu zenbaki aukeratu"
 
75
 
 
76
#: ../quickly/launchpadaccess.py:160
 
77
msgid "No right number given, aborting."
 
78
msgstr ""
 
79
 
 
80
#: ../quickly/bzrbinding.py:52
 
81
msgid "Bzr not properly installed"
 
82
msgstr "Bzr ez dago ongi instalaturik"
 
83
 
 
84
#: ../bin/quickly.py:40
 
85
msgid ""
 
86
"Usage:\n"
 
87
"    quickly [OPTIONS] command ...\n"
 
88
"\n"
 
89
"Options:\n"
 
90
"    -t, --template <template>  Template to use if it differs from default\n"
 
91
"                               project one\n"
 
92
"                               one used to create the project)\n"
 
93
"    --staging                  Target launchpad staging server\n"
 
94
"    --verbose                  Verbose mode\n"
 
95
"    -h, --help                 Show help information\n"
 
96
"\n"
 
97
"Commands:\n"
 
98
"    create <template> <project-name> (template is mandatory for this "
 
99
"command)\n"
 
100
"    quickly <template_origin> <template_dest> to create a create derived "
 
101
"template\n"
 
102
"    getstarted to get some starting hints\n"
 
103
"\n"
 
104
"Examples:\n"
 
105
"    quickly create ubuntu-project foobar\n"
 
106
"    quickly push 'awesome new comment system'\n"
 
107
"    quickly -t cool-template push 'awesome new comment system'"
 
108
msgstr ""
 
109
 
 
110
#: ../bin/quickly.py:96
 
111
#, python-format
 
112
msgid "ERROR: Unknown option: %s"
 
113
msgstr "ERROREA: Aukera ezezaguna: %s"
 
114
 
 
115
#: ../bin/quickly.py:104
 
116
msgid "ERROR: No command provided in command line"
 
117
msgstr "ERROREA: Ez da agindurik sartu komando lerroan"
 
118
 
 
119
#: ../bin/quickly.py:184
 
120
#, python-format
 
121
msgid "ERROR: No %s command found in template %s."
 
122
msgstr "ERROREA: Ez da %s komandoa aurkitu %s txantiloian."
 
123
 
 
124
#: ../bin/quickly.py:185 ../bin/quickly.py:226
 
125
msgid "Aborting."
 
126
msgstr ""
 
127
 
 
128
#: ../bin/quickly.py:203 ../bin/quickly.py:216
 
129
#, python-format
 
130
msgid ""
 
131
"ERROR: %s command must be followed by a template and no template was found "
 
132
"on the command line."
 
133
msgstr ""
 
134
"ERROREA: %s komandoaren jarraian txantiloi bat adierazi behar da eta ez da "
 
135
"txantiloirik adierazi komando lerroan."
 
136
 
 
137
#: ../bin/quickly.py:204 ../bin/quickly.py:217 ../bin/quickly.py:222
 
138
#: ../quickly/builtincommands.py:158
 
139
#, python-format
 
140
msgid "Candidates template are: %s"
 
141
msgstr "Txantiloi hautagaiak hurrengoak dira: %s"
 
142
 
 
143
#: ../bin/quickly.py:221
 
144
#, python-format
 
145
msgid "No template were found on the command line for command %s."
 
146
msgstr "Ez da txantiloirik aurkitu komando lerroan %s agindurako."
 
147
 
 
148
#. there is really not such command, in any template
 
149
#: ../bin/quickly.py:225 ../quickly/builtincommands.py:160
 
150
#, python-format
 
151
msgid "ERROR: No %s command found."
 
152
msgstr "ERROREA: Ez da %s agindua aurkitu."
 
153
 
 
154
#: ../data/templates/ubuntu-project/internal/quicklyutils.py:85
 
155
#: ../data/templates/ubuntu-project/internal/quicklyutils.py:126
 
156
msgid "ERROR: Can't load setup.py file"
 
157
msgstr "ERROREA: Ezin izan da setup.py kargatu"
 
158
 
 
159
#: ../data/templates/ubuntu-project/internal/quicklyutils.py:156
 
160
msgid ""
 
161
"No gpg key set. Take a look at quickly tutorial to learn how to setup one"
 
162
msgstr ""
 
163
"Ez dezu gpg gitzarik ezarrita. Botaiozu begirada bat quickly tutorialari "
 
164
"nola ezartzen den ikasteko"
 
165
 
 
166
#: ../data/templates/ubuntu-project/release.py:34
 
167
msgid ""
 
168
"Usage:\n"
 
169
"$quickly release\n"
 
170
"\n"
 
171
"Posts a release of your project to a PPA on launchpad so that\n"
 
172
"users can install the application on their system. \n"
 
173
"\n"
 
174
"You can also execute:\n"
 
175
"$quickly release <release_number> of you don't want to use current\n"
 
176
"release_number. The release_number must be a number.\n"
 
177
"\n"
 
178
"$quickly release <release_number> notes about changes\n"
 
179
"where \"notes about changes\" is optional text describing what changes\n"
 
180
"were made since the last save\n"
 
181
"\n"
 
182
"\n"
 
183
"Before running quickly release, you should: create your account\n"
 
184
"and a project page on http://launchpad.net.\n"
 
185
"You also have to add a PPA to your launchpad account.\n"
 
186
"\n"
 
187
"Name, email and version setup.py will be automatically changed.\n"
 
188
"(version will be <current_release> and bzr will commit and tagged.\n"
 
189
"Once the release is done,  <current_release> will be incremented\n"
 
190
"by 0.1 to be ready for next release.\n"
 
191
"If you previously used quickly shared <current_release>~publicX\n"
 
192
"will be dropped to release <current_release> version\n"
 
193
"(<current_release>~publicX   <   <current_release>)\n"
 
194
"You can modify the description and long description if you wish.\n"
 
195
"\n"
 
196
"You can run $quickly package and test your package to make sure it\n"
 
197
"installs as expected. (This is not mandatory)\n"
 
198
msgstr ""
 
199
 
 
200
#: ../data/templates/ubuntu-project/release.py:77
 
201
#: ../data/templates/ubuntu-project/share.py:90
 
202
msgid ""
 
203
"Release version not found in setup.py and no version specified in command "
 
204
"line."
 
205
msgstr ""
 
206
 
 
207
#: ../data/templates/ubuntu-project/release.py:79
 
208
msgid "quickly released"
 
209
msgstr "quickly argitaratuta"
 
210
 
 
211
#: ../data/templates/ubuntu-project/release.py:85
 
212
#, python-format
 
213
msgid "quickly released: %s"
 
214
msgstr ""
 
215
 
 
216
#: ../data/templates/ubuntu-project/release.py:105
 
217
msgid ""
 
218
"Release version specified in command arguments or in setup.py is not a valid "
 
219
"number."
 
220
msgstr ""
 
221
 
 
222
#: ../data/templates/ubuntu-project/release.py:150
 
223
#, python-format
 
224
msgid ""
 
225
"ppa:%s:%s does not exist. Please create one on launchpad before releasing"
 
226
msgstr ""
 
227
"ppa:%s:%s ez da existitzen. Mesedez bat sortu Launchpad-en argitaratu "
 
228
"aurretik."
 
229
 
 
230
#: ../data/templates/ubuntu-project/release.py:162
 
231
#, python-format
 
232
msgid ""
 
233
"ERROR: quickly can't release: %s seems to be already released. Choose "
 
234
"another name."
 
235
msgstr ""
 
236
 
 
237
#: ../data/templates/ubuntu-project/release.py:172
 
238
msgid "ERROR: quickly can't release as it can't commit with bzr"
 
239
msgstr ""
 
240
 
 
241
#: ../data/templates/ubuntu-project/release.py:202
 
242
#: ../data/templates/ubuntu-project/release.py:220
 
243
msgid "ERROR: quickly can't release: can't push to launchpad."
 
244
msgstr ""
 
245
 
 
246
#: ../data/templates/ubuntu-project/release.py:208
 
247
msgid "ERROR: quickly can't release correctly: can't pull from launchpad."
 
248
msgstr ""
 
249
 
 
250
#: ../data/templates/ubuntu-project/release.py:215
 
251
msgid "ERROR: quickly can't release: can't pull from launchpad."
 
252
msgstr ""
 
253
 
 
254
#. upload to launchpad
 
255
#: ../data/templates/ubuntu-project/release.py:225
 
256
#: ../data/templates/ubuntu-project/share.py:124
 
257
msgid "pushing to launchpad"
 
258
msgstr ""
 
259
 
 
260
#: ../data/templates/ubuntu-project/release.py:230
 
261
#, python-format
 
262
msgid ""
 
263
"%s %s released and building on Launchpad. Wait for half an hour and have "
 
264
"look at %s."
 
265
msgstr ""
 
266
 
 
267
#: ../quickly/version.py:35
 
268
msgid "No quickly data path found."
 
269
msgstr ""
 
270
 
 
271
#: ../quickly/version.py:39
 
272
msgid "No template found."
 
273
msgstr "Ez da txantiloirik aurkitu."
 
274
 
 
275
#: ../quickly/version.py:41
 
276
#, python-format
 
277
msgid ""
 
278
"Quickly %s\n"
 
279
"  Python interpreter: %s %s\n"
 
280
"  Python standard library: %s\n"
 
281
"  \n"
 
282
"  Quickly used library: %s\n"
 
283
"  Quickly data path: %s\n"
 
284
"  Quickly detected template directories:\n"
 
285
"          %s\n"
 
286
"\n"
 
287
"Copyright 2009 Canonical Ltd.\n"
 
288
"  #Author 2009 Rick Spencer\n"
 
289
"  #Author 2009 Didier Roche\n"
 
290
"https://launchpad.net/quickly\n"
 
291
"\n"
 
292
"quickly comes with ABSOLUTELY NO WARRANTY. quickly is free software, and\n"
 
293
"you may use, modify and redistribute it under the terms of the GNU\n"
 
294
"General Public License version 3 or later."
 
295
msgstr ""
 
296
 
 
297
#: ../quickly/templatetools.py:35
 
298
msgid "No help for this command"
 
299
msgstr "Agindu honentzat ez dago laguntzarik"
 
300
 
 
301
#: ../quickly/templatetools.py:54
 
302
msgid ""
 
303
"ERROR: unpermitted character in name.\n"
 
304
"Letters and digits only."
 
305
msgstr ""
 
306
 
 
307
#: ../quickly/templatetools.py:59
 
308
#, python-format
 
309
msgid "ERROR: %s is not permitted as a quickly project name"
 
310
msgstr "ERROREA: %s ez dago baimenduta quickly-ren proiektu izen bezala"
 
311
 
 
312
#: ../data/templates/ubuntu-project/package.py:31
 
313
msgid ""
 
314
"Usage:\n"
 
315
"$quickly package\n"
 
316
"\n"
 
317
"Creates a debian file (deb) from your project. Before running\n"
 
318
"the package command you can edit the Icon and Category entry of *.desktop.in "
 
319
"\n"
 
320
"file, where * is the name of your project.\n"
 
321
"\n"
 
322
"Note that if you didn't run quickly release, quickly share\n"
 
323
"or quickly change-lp-project you may miss the name, email in\n"
 
324
"setup.py. You can edit them if you don't want to use any of these\n"
 
325
"commands afterwards. Those changes are not a mandatory at all for\n"
 
326
"testing purpose.\n"
 
327
msgstr ""
 
328
 
 
329
#: ../data/templates/ubuntu-project/package.py:57
 
330
msgid "Release version not found in setup.py."
 
331
msgstr ""
 
332
 
 
333
#: ../data/templates/ubuntu-project/package.py:62
 
334
#: ../data/templates/ubuntu-project/internal/packaging.py:64
 
335
msgid "ERROR: can't create or update ubuntu package"
 
336
msgstr ""
 
337
 
 
338
#: ../data/templates/ubuntu-project/package.py:69
 
339
#, python-format
 
340
msgid "Ubuntu package has been successfully created in ../%s_%s_all.deb"
 
341
msgstr ""
 
342
 
 
343
#: ../data/templates/ubuntu-project/package.py:71
 
344
msgid "An error has occurred during package building"
 
345
msgstr ""
 
346
 
 
347
#: ../data/templates/ubuntu-project/save.py:31
 
348
msgid ""
 
349
"Usage:\n"
 
350
"$quickly save notes about changes\n"
 
351
"where \"notes about changes\" is optional text describing what changes\n"
 
352
"were made since the last save.\n"
 
353
"\n"
 
354
"This command commits all changes since the last save to bzr. Note that \n"
 
355
"it does not push changes to any back up location. If you need revert\n"
 
356
"or otherwise use the revision control, us bzr directly:\n"
 
357
"$bzr help\n"
 
358
msgstr ""
 
359
 
 
360
#: ../data/templates/ubuntu-project/save.py:46
 
361
msgid "quickly saved"
 
362
msgstr "quickly gordeta"
 
363
 
 
364
#: ../data/templates/ubuntu-project/save.py:52
 
365
msgid "It seems that you have no change to record."
 
366
msgstr ""
 
367
 
 
368
#: ../data/templates/ubuntu-project/license.py:42
 
369
msgid ""
 
370
"Usage:\n"
 
371
"$quickly license <Your_Licence>\n"
 
372
"\n"
 
373
"Adds license to project files. Before using this command, you should:\n"
 
374
"\n"
 
375
"1. Edit the file Copyright to include your authorship (this step is "
 
376
"automatically done\n"
 
377
"   if you directly launch \"$ quickly release\" or \"$ quickly share\" "
 
378
"before changing license)\n"
 
379
"   In this case, license is GPL-3 by default.\n"
 
380
"2. If you want to put your own quickly unsupported Licence, remove and "
 
381
"replace the tags\n"
 
382
"   ### BEGIN AUTOMATIC LICENCE GENERATION and ### END AUTOMATIC LICENCE "
 
383
"GENERATION\n"
 
384
"   in it by your own licence.\n"
 
385
"3. Executes either $ quickly license or $ quickly licence <License>\n"
 
386
"   where <License> can be either:\n"
 
387
"   - GPL-3 (default)\n"
 
388
"   - GPL-2\n"
 
389
"\n"
 
390
"This will modify the Copyright file with the chosen licence (with GPL-3 by "
 
391
"default).\n"
 
392
"Updating previous chosen Licence if needed.\n"
 
393
"If you previously removed the tags to add your own licence, it will leave it "
 
394
"pristine.\n"
 
395
"If no name is attributed to the Copyright, it will try to retrieve it from "
 
396
"Launchpad\n"
 
397
"(in quickly release or quickly share command only)\n"
 
398
"\n"
 
399
"Finally, this will copy the Copyright at the head of every files.\n"
 
400
"\n"
 
401
"Note that if you don't run quickly licence before calling quickly release or "
 
402
"quickly\n"
 
403
"share, this one will execute it for you and guess the copyright holder from "
 
404
"your\n"
 
405
"launchpad account if you didn't update it.\n"
 
406
msgstr ""
 
407
 
 
408
#: ../data/templates/ubuntu-project/license.py:97
 
409
#: ../data/templates/ubuntu-project/license.py:133
 
410
#: ../data/templates/ubuntu-project/license.py:155
 
411
#: ../data/templates/ubuntu-project/license.py:226
 
412
#, python-format
 
413
msgid "%s file was not found"
 
414
msgstr ""
 
415
 
 
416
#. that means we didn't find the END_LICENCE_TAG, don't copy the file
 
417
#: ../data/templates/ubuntu-project/license.py:126
 
418
#: ../data/templates/ubuntu-project/license.py:216
 
419
#, python-format
 
420
msgid "WARNING: %s was not found in the file %s. No licence replacement"
 
421
msgstr ""
 
422
 
 
423
#: ../data/templates/ubuntu-project/license.py:163
 
424
msgid ""
 
425
"This license seems to be unsupported by quickly. If you think it really "
 
426
"should, please open a bug in quickly bugtracker"
 
427
msgstr ""
 
428
 
 
429
#: ../data/templates/ubuntu-project/license.py:184
 
430
msgid ""
 
431
"Copyright is not attributed. Edit the Copyright file to include your name "
 
432
"for the copyright in place of <Your Name> <Your E-mail> or use quickly "
 
433
"share/quickly release"
 
434
msgstr ""
 
435
 
 
436
#: ../data/templates/ubuntu-project/license.py:259
 
437
msgid "This command only take one optional argument: License"
 
438
msgstr ""
 
439
 
 
440
#: ../quickly/tools.py:77
 
441
msgid "No template directory found. Aborting"
 
442
msgstr ""
 
443
 
 
444
#: ../quickly/tools.py:95
 
445
#, python-format
 
446
msgid "ERROR: Template '%s' not found."
 
447
msgstr ""
 
448
 
 
449
#: ../quickly/tools.py:96 ../quickly/commands.py:181
 
450
#: ../quickly/commands.py:260 ../quickly/commands.py:268
 
451
msgid "Aborting"
 
452
msgstr ""
 
453
 
 
454
#: ../quickly/tools.py:136
 
455
#, python-format
 
456
msgid "ERROR: Template %s does not exist."
 
457
msgstr ""
 
458
 
 
459
#: ../quickly/tools.py:137
 
460
msgid "Arborting."
 
461
msgstr ""
 
462
 
 
463
#: ../data/templates/ubuntu-project/run.py:33
 
464
msgid ""
 
465
"Usage:\n"
 
466
"$quickly run\n"
 
467
"\n"
 
468
"Runs your application. This is the best way to try test it out\n"
 
469
"while you are developing it. It starts up the main project window.\n"
 
470
msgstr ""
 
471
 
 
472
#: ../data/templates/ubuntu-project/run.py:55
 
473
#, python-format
 
474
msgid "Can't execute %s"
 
475
msgstr ""
 
476
 
 
477
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:1
 
478
msgid "Status Area"
 
479
msgstr ""
 
480
 
 
481
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:2
 
482
msgid ""
 
483
"Your application has been created!\n"
 
484
"\n"
 
485
"To start changing this user interface, run 'quickly glade', which will open "
 
486
"Glade so you can edit the default windows and dialogs.\n"
 
487
"\n"
 
488
"To change the behavior and edit the python code, run 'quickly edit', which "
 
489
"will bring up a text editor."
 
490
msgstr ""
 
491
 
 
492
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:7
 
493
msgid "_Edit"
 
494
msgstr ""
 
495
 
 
496
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:8
 
497
msgid "_File"
 
498
msgstr ""
 
499
 
 
500
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:9
 
501
msgid "_Help"
 
502
msgstr ""
 
503
 
 
504
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:10
 
505
msgid "_View"
 
506
msgstr ""
 
507
 
 
508
#: ../data/templates/ubuntu-project/data/ui/camel_case_nameWindow.ui.h:11
 
509
msgid "sentence_name"
 
510
msgstr ""
 
511
 
 
512
#: ../data/templates/ubuntu-project/create.py:36
 
513
msgid ""
 
514
"Usage:\n"
 
515
"$ quickly create ubuntu-project path/to/project_name\n"
 
516
"\n"
 
517
"where \"project_name\" is one or more words separated by an underscore and\n"
 
518
"path/to can be any existing path.\n"
 
519
"\n"
 
520
"This will create and run a new project, including Python code, \n"
 
521
"Glade files, and packaging files to make the project work. After\n"
 
522
"creating the project, get started by:\n"
 
523
"\n"
 
524
"1. Changing your working directory to the new project:\n"
 
525
"$ cd path/to/project_name\n"
 
526
"\n"
 
527
"2. Edit the UI with Glade:\n"
 
528
"$ quickly glade\n"
 
529
"\n"
 
530
"3. Edit the Python code:\n"
 
531
"$ quickly edit\n"
 
532
msgstr ""
 
533
 
 
534
#: ../data/templates/ubuntu-project/create.py:64
 
535
msgid ""
 
536
"\n"
 
537
"ERROR: project name not defined. Usage is project_name"
 
538
msgstr ""
 
539
 
 
540
#. create directory and template file
 
541
#: ../data/templates/ubuntu-project/create.py:78
 
542
#: ../data/templates/ubuntu-project/create.py:83
 
543
#: ../data/templates/ubuntu-project/create.py:88
 
544
#: ../quickly/builtincommands.py:59
 
545
#, python-format
 
546
msgid "Creating project directory %s"
 
547
msgstr ""
 
548
 
 
549
#: ../data/templates/ubuntu-project/create.py:80
 
550
#: ../data/templates/ubuntu-project/create.py:85
 
551
#: ../data/templates/ubuntu-project/create.py:90
 
552
#: ../quickly/builtincommands.py:61
 
553
#, python-format
 
554
msgid "Directory %s created\n"
 
555
msgstr ""
 
556
 
 
557
#. add it to revision control
 
558
#: ../data/templates/ubuntu-project/create.py:139
 
559
msgid "Creating bzr repository and commiting"
 
560
msgstr ""
 
561
 
 
562
#. run the new application
 
563
#: ../data/templates/ubuntu-project/create.py:145
 
564
msgid "Launching your newly created project!"
 
565
msgstr ""
 
566
 
 
567
#: ../data/templates/ubuntu-project/create.py:148
 
568
#, python-format
 
569
msgid ""
 
570
"Congrats, your new project is setup! cd %s/ to start hacking. Then '$ "
 
571
"quickly tutorial' for quickly ubuntu-template tutorial and reference"
 
572
msgstr ""
 
573
 
 
574
#: ../quickly/configurationhandler.py:43
 
575
msgid "ERROR: Can't load configuration in current path or its parent ones."
 
576
msgstr ""
 
577
 
 
578
#: ../quickly/configurationhandler.py:59
 
579
#, python-format
 
580
msgid "ERROR: Can't load configuration in %s: %s"
 
581
msgstr ""
 
582
 
 
583
#: ../quickly/configurationhandler.py:85
 
584
msgid "WARNING: No .quickly file found. Initiating a new one."
 
585
msgstr ""
 
586
 
 
587
#: ../quickly/configurationhandler.py:116
 
588
#, python-format
 
589
msgid "ERROR: Can't save configuration in %s"
 
590
msgstr ""
 
591
 
 
592
#: ../data/templates/ubuntu-project/share.py:33
 
593
msgid ""
 
594
"Usage:\n"
 
595
"$quickly share\n"
 
596
"\n"
 
597
"Updates your PPA with the the latest saved project changes.\n"
 
598
"\n"
 
599
"Before running quickly release, you should: create your account\n"
 
600
"on http://launchpad.net.\n"
 
601
"You also have to add a PPA to your launchpad account.\n"
 
602
"\n"
 
603
"Name, email and version setup.py will be automatically changed.\n"
 
604
"(version will be <current_release~publicX> where X will be incremented\n"
 
605
"at each quickly share execution)\n"
 
606
"You can modify the description and long description if you wish.\n"
 
607
msgstr ""
 
608
 
 
609
#: ../data/templates/ubuntu-project/share.py:82
 
610
#, python-format
 
611
msgid ""
 
612
"ppa:%s:%s does not exist. Please create one on launchpad before sharing"
 
613
msgstr ""
 
614
 
 
615
#: ../data/templates/ubuntu-project/share.py:104
 
616
#, python-format
 
617
msgid ""
 
618
"Minor release version specified before ~public in setup.py is not a valid "
 
619
"number: %s"
 
620
msgstr ""
 
621
 
 
622
#: ../data/templates/ubuntu-project/share.py:110
 
623
msgid "Release version specified in setup.py is not a valid number."
 
624
msgstr ""
 
625
 
 
626
#: ../data/templates/ubuntu-project/share.py:130
 
627
#, python-format
 
628
msgid ""
 
629
"%s %s is building on Launchpad. Wait for half an hour and have look at %s."
 
630
msgstr ""
 
631
 
 
632
#: ../data/templates/ubuntu-project/glade.py:32
 
633
msgid ""
 
634
"Usage:\n"
 
635
"$quickly glade\n"
 
636
"\n"
 
637
"Opens Glade UI editor so that you can edit the UI for dialogs\n"
 
638
"and windows in your project. Note that you *must* open Glade\n"
 
639
"in this manner for quickly to work. If you try to open Glade\n"
 
640
"directly, and the open the UI files, Glade will throw errors\n"
 
641
"and won't open the files.\n"
 
642
msgstr ""
 
643
 
 
644
#: ../data/templates/ubuntu-project/tutorial.py:31
 
645
msgid ""
 
646
"Usage:\n"
 
647
"$ quickly tutorial\n"
 
648
"\n"
 
649
"Opens a web browser with the tutorial for ubuntu-project template.\n"
 
650
msgstr ""
 
651
 
 
652
#: ../data/templates/ubuntu-project/edit.py:33
 
653
msgid ""
 
654
"Usage:\n"
 
655
"$ quickly edit\n"
 
656
"\n"
 
657
"A convenience command to open all of your python files in your project \n"
 
658
"directory in your default editor, ready for editing.\n"
 
659
"\n"
 
660
"If you put yourself EDITOR or SELECTED_EDITOR environment variable, this "
 
661
"latter\n"
 
662
"will be used. Also, if you configured sensible-editor, this one will be\n"
 
663
"choosed.\n"
 
664
msgstr ""
 
665
 
 
666
#: ../data/templates/ubuntu-project/internal/packaging.py:39
 
667
msgid "Ubuntu packaging created in debian/"
 
668
msgstr ""
 
669
 
 
670
#: ../data/templates/ubuntu-project/internal/packaging.py:41
 
671
msgid "An error has occurred"
 
672
msgstr ""
 
673
 
 
674
#: ../data/templates/ubuntu-project/internal/packaging.py:70
 
675
msgid "ERROR: an error occurred during source package creation"
 
676
msgstr ""
 
677
 
 
678
#: ../data/templates/ubuntu-project/internal/packaging.py:81
 
679
msgid "ERROR: an error occurred during source upload to launchpad"
 
680
msgstr ""
 
681
 
 
682
#: ../quickly/commands.py:180
 
683
#, python-format
 
684
msgid "ERROR: %s command failed"
 
685
msgstr ""
 
686
 
 
687
#: ../quickly/commands.py:259
 
688
#, python-format
 
689
msgid ""
 
690
"ERROR: Can't find project in %s.\n"
 
691
"Ensure you launch this command from a quickly project directory."
 
692
msgstr ""
 
693
 
 
694
#: ../quickly/commands.py:266
 
695
#, python-format
 
696
msgid ""
 
697
"ERROR: %s is a project. You can't launch %s command within a project. Please "
 
698
"choose another path."
 
699
msgstr ""
 
700
 
 
701
#: ../data/templates/ubuntu-project/dialog.py:33
 
702
msgid ""
 
703
"Usage:\n"
 
704
"$ quickly dialog dialog_name\n"
 
705
"where dialog_name is one or more words seperated with underscore\n"
 
706
"\n"
 
707
"This will create:\n"
 
708
"1. A subclass of gtk.Dialog called DialogNameDialog in the module "
 
709
"DialogNameDialog.py\n"
 
710
"2. A glade file called DialogNameDialog.ui in the ui directory\n"
 
711
"3. A catalog file called dialog_name_dialog.xml also in the ui directory\n"
 
712
"\n"
 
713
"To edit the UI for the dialog, run:\n"
 
714
"$ quickly glade\n"
 
715
"\n"
 
716
"To edit the behavior, run:\n"
 
717
"$ quickly edit\n"
 
718
"\n"
 
719
"To use the dialog you have to invoke it from another python file:\n"
 
720
"1. Import the dialog\n"
 
721
"import DialogNameDialog\n"
 
722
"\n"
 
723
"2. Create an instance of the dialog\n"
 
724
"dialog = DialogNameDialog.NewDialogNameDialog()\n"
 
725
"\n"
 
726
"3. Run the dialog and hide the dialog\n"
 
727
"result = dialog.run()\n"
 
728
"dialog.hide()\n"
 
729
msgstr ""
 
730
 
 
731
#: ../data/templates/ubuntu-project/dialog.py:65
 
732
msgid "Dialog command needs to be followed by new dialog name."
 
733
msgstr ""
 
734
 
 
735
#: ../quickly/builtincommands.py:36
 
736
msgid ""
 
737
"ERROR: Create command must be followed by a template and a project path"
 
738
msgstr ""
 
739
 
 
740
#: ../quickly/builtincommands.py:46
 
741
#, python-format
 
742
msgid "%s does not exist"
 
743
msgstr ""
 
744
 
 
745
#: ../quickly/builtincommands.py:55
 
746
#, python-format
 
747
msgid "There is already a file or directory named %s"
 
748
msgstr ""
 
749
 
 
750
#: ../quickly/builtincommands.py:98
 
751
msgid ""
 
752
"-------------------------------\n"
 
753
"    Welcome to quickly!\n"
 
754
"-------------------------------\n"
 
755
"\n"
 
756
"You can create a project in executing 'quickly create <template_name> <your "
 
757
"project>'.\n"
 
758
"\n"
 
759
"\n"
 
760
"Example with ubuntu-project template:\n"
 
761
"1. create a Ubuntu Project and run the tutorial:\n"
 
762
"$ quickly create ubuntu-project foo\n"
 
763
"$ cd foo\n"
 
764
"$ quickly tutorial\n"
 
765
"\n"
 
766
"2. You can also try:\n"
 
767
"$ quickly edit\n"
 
768
"$ quickly glade\n"
 
769
"$ quickly run\n"
 
770
"Use bash completion to get every available commands\n"
 
771
"\n"
 
772
"3. How to play with package and release:\n"
 
773
"\n"
 
774
"optional, but recommended to build first your package locally:\n"
 
775
"$ quickly package\n"
 
776
"\n"
 
777
"BE WARNED: the two following commands will connect to Launchpad. You need at "
 
778
"least having a Launchpad account and an opened ppa.\n"
 
779
"You need also for quickly release a project where you can bind your work "
 
780
"with.\n"
 
781
"$ quickly release or $ quickly share\n"
 
782
"\n"
 
783
"Have Fun!"
 
784
msgstr ""
 
785
 
 
786
#: ../quickly/builtincommands.py:139
 
787
msgid "ERROR: No command provided to help command"
 
788
msgstr ""
 
789
 
 
790
#: ../quickly/builtincommands.py:157
 
791
#, python-format
 
792
msgid ""
 
793
"ERROR: help command must be followed by a template name for getting help "
 
794
"from templates commands like %s."
 
795
msgstr ""
 
796
 
 
797
#: ../quickly/builtincommands.py:162
 
798
#, python-format
 
799
msgid "ERROR: No %s command found in %s template."
 
800
msgstr ""
 
801
 
 
802
#: ../quickly/builtincommands.py:176
 
803
msgid ""
 
804
"ERROR: Quickly command must be followed by a template and a template "
 
805
"destination path"
 
806
msgstr ""
 
807
 
 
808
#: ../quickly/builtincommands.py:186
 
809
#, python-format
 
810
msgid "%s already exists."
 
811
msgstr ""
 
812
 
 
813
#: ../quickly/builtincommands.py:190
 
814
#, python-format
 
815
msgid "Copy %s to create new %s template"
 
816
msgstr ""
 
817
 
 
818
#: ../data/templates/ubuntu-project/data/ui/dialog_camel_case_nameDialog.ui.h:1
 
819
#: ../data/templates/ubuntu-project/data/ui/Preferencescamel_case_nameDialog.ui.h:1
 
820
msgid "gtk-cancel"
 
821
msgstr ""
 
822
 
 
823
#: ../data/templates/ubuntu-project/data/ui/dialog_camel_case_nameDialog.ui.h:2
 
824
#: ../data/templates/ubuntu-project/data/ui/Preferencescamel_case_nameDialog.ui.h:2
 
825
msgid "gtk-ok"
 
826
msgstr ""
 
827
 
 
828
#: ../data/templates/ubuntu-project/change-lp-project.py:33
 
829
msgid ""
 
830
"Usage:\n"
 
831
"$ quickly change-lp-project\n"
 
832
"\n"
 
833
"Enable to set or change the launchpad project binded with the current\n"
 
834
"ubuntu project.\n"
 
835
msgstr ""