Merge lp:~xdatap1/quickly/string-review into lp:quickly

Proposed by Paolo Sammicheli
Status: Merged
Merged at revision: 625
Proposed branch: lp:~xdatap1/quickly/string-review
Merge into: lp:quickly
Diff against target: 3180 lines (+1139/-655)
16 files modified
data/templates/ubuntu-application/debug.py (+1/-1)
data/templates/ubuntu-application/internal/quicklyutils.py (+1/-1)
data/templates/ubuntu-application/license.py (+5/-5)
data/templates/ubuntu-application/package.py (+2/-2)
data/templates/ubuntu-application/release.py (+2/-2)
data/templates/ubuntu-application/run.py (+1/-1)
data/templates/ubuntu-application/share.py (+2/-2)
data/templates/ubuntu-application/store/dialog.py (+1/-1)
data/templates/ubuntu-application/submitubuntu.py (+2/-2)
data/templates/ubuntu-cli/project_root/python/__init__.py (+1/-1)
data/templates/ubuntu-flash-game/create.py (+5/-5)
data/templates/ubuntu-flash-game/internal/quicklyutils.py (+1/-1)
data/templates/ubuntu-flash-game/package.py (+3/-3)
po/it.po (+866/-406)
po/quickly.pot (+245/-221)
quickly/tools.py (+1/-1)
To merge this branch: bzr merge lp:~xdatap1/quickly/string-review
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Review via email: mp+69074@code.launchpad.net

Description of the change

Translation string review. Work item in the desktop-o-quickly blueprint. Include updated pot file and the fully translated Italian PO.

To post a comment you must log in.
lp:~xdatap1/quickly/string-review updated
630. By Paolo Sammicheli

fixed i18n in the EE log string + pot file

631. By Paolo Sammicheli

updated it.po

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

after the IRC discussion and latest changes, approved! thanks a lot for your work there :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/templates/ubuntu-application/debug.py'
--- data/templates/ubuntu-application/debug.py 2010-10-15 20:26:19 +0000
+++ data/templates/ubuntu-application/debug.py 2011-07-26 07:34:31 +0000
@@ -35,7 +35,7 @@
35 print _("""Debugs your application with winpdb.35 print _("""Debugs your application with winpdb.
3636
37$ quickly debug -- values -<whatever>37$ quickly debug -- values -<whatever>
38to pass "-whatever" and "values" to the executed program. Without that38to pass '-whatever' and 'values' to the executed program. Without that
39if you use for instance --help, it would be Quickly help and not your39if you use for instance --help, it would be Quickly help and not your
40program one.""")40program one.""")
41templatetools.handle_additional_parameters(sys.argv, help, usage=usage)41templatetools.handle_additional_parameters(sys.argv, help, usage=usage)
4242
=== modified file 'data/templates/ubuntu-application/internal/quicklyutils.py'
--- data/templates/ubuntu-application/internal/quicklyutils.py 2011-06-06 10:14:40 +0000
+++ data/templates/ubuntu-application/internal/quicklyutils.py 2011-07-26 07:34:31 +0000
@@ -422,6 +422,6 @@
422 return key_id422 return key_id
423423
424 # shouldn't happen as other errors are caught424 # shouldn't happen as other errors are caught
425 raise gpg_error(_("No gpg key set matching launchpad one found.'"))425 raise gpg_error(_("No gpg key set matching launchpad one found."))
426426
427427
428428
=== modified file 'data/templates/ubuntu-application/license.py'
--- data/templates/ubuntu-application/license.py 2011-04-04 14:28:36 +0000
+++ data/templates/ubuntu-application/license.py 2011-07-26 07:34:31 +0000
@@ -51,11 +51,11 @@
51 print _("""Adds license to project files. Before using this command, you should:51 print _("""Adds license to project files. Before using this command, you should:
5252
531. Edit the file AUTHORS to include your authorship (this step is automatically done531. Edit the file AUTHORS to include your authorship (this step is automatically done
54 if you directly launch "$ quickly release" or "$ quickly share" before changing license)54 if you directly launch 'quickly release' or 'quickly share' before changing license)
55 In this case, license is GPL-3 by default.55 In this case, license is GPL-3 by default.
562. If you want to put your own quickly unsupported Licence, add a COPYING file containing562. If you want to put your own quickly unsupported Licence, add a COPYING file containing
57 your own licence and execute $ quickly license other.57 your own licence and execute $ quickly license other.
583. Executes either $ quickly license or $ quickly license <License>583. Executes either 'quickly license' or 'quickly license <License>'
59 where <License> can be either:59 where <License> can be either:
60 - GPL-3 (default)60 - GPL-3 (default)
61 - GPL-261 - GPL-2
@@ -65,12 +65,12 @@
65Updating previous chosen Licence if needed.65Updating previous chosen Licence if needed.
66If you previously removed the tags to add your own licence, it will leave it pristine.66If you previously removed the tags to add your own licence, it will leave it pristine.
67If no name is attributed to the Copyright, it will try to retrieve it from Launchpad67If no name is attributed to the Copyright, it will try to retrieve it from Launchpad
68(in quickly release or quickly share command only)68(in 'quickly release' or 'quickly share' command only)
6969
70Finally, this will copy the Copyright at the head of every files.70Finally, this will copy the Copyright at the head of every files.
7171
72Note that if you don't run quickly licence before calling quickly release or quickly72Note that if you don't run 'quickly licence' before calling 'quickly release' or 'quickly share',
73share, this one will execute it for you and guess the copyright holder from your73this one will execute it for you and guess the copyright holder from your
74launchpad account if you didn't update it.""")74launchpad account if you didn't update it.""")
7575
76def get_supported_licenses():76def get_supported_licenses():
7777
=== modified file 'data/templates/ubuntu-application/package.py'
--- data/templates/ubuntu-application/package.py 2011-03-03 17:57:03 +0000
+++ data/templates/ubuntu-application/package.py 2011-07-26 07:34:31 +0000
@@ -35,8 +35,8 @@
35the package command you can edit the Icon and Category entry of *.desktop.in 35the package command you can edit the Icon and Category entry of *.desktop.in
36file, where * is the name of your project.36file, where * is the name of your project.
3737
38Note that if you didn't run quickly release, quickly share38Note that if you didn't run 'quickly release', 'quickly share'
39or quickly change-lp-project you may miss the name, email in39or 'quickly change-lp-project' you may miss the name, email in
40setup.py. You can edit them if you don't want to use any of these40setup.py. You can edit them if you don't want to use any of these
41commands afterwards. Those changes are not a mandatory at all for41commands afterwards. Those changes are not a mandatory at all for
42testing purpose.42testing purpose.
4343
=== modified file 'data/templates/ubuntu-application/release.py'
--- data/templates/ubuntu-application/release.py 2010-12-02 16:03:30 +0000
+++ data/templates/ubuntu-application/release.py 2011-07-26 07:34:31 +0000
@@ -42,7 +42,7 @@
42 print _("""Posts a release of your project to a PPA on launchpad so that42 print _("""Posts a release of your project to a PPA on launchpad so that
43users can install the application on their system.43users can install the application on their system.
4444
45Before running quickly release, you should: create your account45Before running 'quickly release', you should: create your account
46and a project page on http://launchpad.net.46and a project page on http://launchpad.net.
47You also have to add a PPA to your launchpad account.47You also have to add a PPA to your launchpad account.
4848
@@ -157,7 +157,7 @@
157 print "%s - %s" % (ppa_name, ppa_display_name)157 print "%s - %s" % (ppa_name, ppa_display_name)
158 user_has_ppa = True158 user_has_ppa = True
159 if user_has_ppa:159 if user_has_ppa:
160 print(_("You can temporary choose one of them with --ppa switch or definitely by executing quickly configure ppa <ppa_name>."))160 print(_("You can temporary choose one of them with --ppa switch or definitely by executing 'quickly configure ppa <ppa_name>'."))
161 sys.exit(1)161 sys.exit(1)
162162
163# update license if needed. Don't change anything if not needed163# update license if needed. Don't change anything if not needed
164164
=== modified file 'data/templates/ubuntu-application/run.py'
--- data/templates/ubuntu-application/run.py 2010-10-15 20:26:19 +0000
+++ data/templates/ubuntu-application/run.py 2011-07-26 07:34:31 +0000
@@ -36,7 +36,7 @@
36while you are developing it. It starts up the main project window.36while you are developing it. It starts up the main project window.
3737
38$ quickly run -- values -<whathever>38$ quickly run -- values -<whathever>
39to pass "-whatever" and "values" to the executed program. Without that39to pass '-whatever' and 'values' to the executed program. Without that
40if you use for instance --help, it would be Quickly help and not your40if you use for instance --help, it would be Quickly help and not your
41program one.""")41program one.""")
42templatetools.handle_additional_parameters(sys.argv, help, usage=usage)42templatetools.handle_additional_parameters(sys.argv, help, usage=usage)
4343
=== modified file 'data/templates/ubuntu-application/share.py'
--- data/templates/ubuntu-application/share.py 2010-10-18 18:39:04 +0000
+++ data/templates/ubuntu-application/share.py 2011-07-26 07:34:31 +0000
@@ -44,7 +44,7 @@
44def help():44def help():
45 print _("""Updates your PPA with the the latest saved project changes.45 print _("""Updates your PPA with the the latest saved project changes.
4646
47Before running quickly share, you should: create your account47Before running 'quickly share', you should: create your account
48on http://launchpad.net.48on http://launchpad.net.
49You also have to add a PPA to your launchpad account.49You also have to add a PPA to your launchpad account.
5050
@@ -130,7 +130,7 @@
130 print "%s - %s" % (ppa_name, ppa_display_name)130 print "%s - %s" % (ppa_name, ppa_display_name)
131 user_has_ppa = True131 user_has_ppa = True
132 if user_has_ppa:132 if user_has_ppa:
133 print(_("You can temporary choose one of them with --ppa switch or definitely by executing quickly configure ppa <ppa_name>."))133 print(_("You can temporary choose one of them with --ppa switch or definitely by executing 'quickly configure ppa <ppa_name>'."))
134 sys.exit(1)134 sys.exit(1)
135135
136# license if needed (default with author in setup.py and GPL-3). Don't change anything if not needed136# license if needed (default with author in setup.py and GPL-3). Don't change anything if not needed
137137
=== modified file 'data/templates/ubuntu-application/store/dialog.py'
--- data/templates/ubuntu-application/store/dialog.py 2011-06-06 10:14:40 +0000
+++ data/templates/ubuntu-application/store/dialog.py 2011-07-26 07:34:31 +0000
@@ -30,7 +30,7 @@
3030
31help_text= _("""Here, dialog-name is one or more words separated with dash31help_text= _("""Here, dialog-name is one or more words separated with dash
3232
33For instance $ quickly add dialog dialog-name will create:33For instance 'quickly add dialog dialog-name' will create:
341. A subclass of gtk.Dialog called DialogNameDialog in the module341. A subclass of gtk.Dialog called DialogNameDialog in the module
35 DialogNameDialog.py35 DialogNameDialog.py
362. A glade file called DialogNameDialog.ui in the ui directory362. A glade file called DialogNameDialog.ui in the ui directory
3737
=== modified file 'data/templates/ubuntu-application/submitubuntu.py'
--- data/templates/ubuntu-application/submitubuntu.py 2010-12-02 16:03:30 +0000
+++ data/templates/ubuntu-application/submitubuntu.py 2011-07-26 07:34:31 +0000
@@ -43,7 +43,7 @@
43application review board so that any users can see and install the43application review board so that any users can see and install the
44application ont their system.44application ont their system.
4545
46Before running quickly submitubuntu, you should: create your account46Before running 'quickly submitubuntu', you should: create your account
47and a project page on http://launchpad.net.47and a project page on http://launchpad.net.
48You also have to add a PPA to your launchpad account.48You also have to add a PPA to your launchpad account.
4949
@@ -158,7 +158,7 @@
158 print "%s - %s" % (ppa_name, ppa_display_name)158 print "%s - %s" % (ppa_name, ppa_display_name)
159 user_has_ppa = True159 user_has_ppa = True
160 if user_has_ppa:160 if user_has_ppa:
161 print(_("You can temporary choose one of them with --ppa switch or definitely by executing quickly configure ppa <ppa_name>."))161 print(_("You can temporary choose one of them with --ppa switch or definitely by executing 'quickly configure ppa <ppa_name>'."))
162 sys.exit(1)162 sys.exit(1)
163163
164# update license if needed. Don't change anything if not needed164# update license if needed. Don't change anything if not needed
165165
=== modified file 'data/templates/ubuntu-cli/project_root/python/__init__.py'
--- data/templates/ubuntu-cli/project_root/python/__init__.py 2011-03-31 15:19:55 +0000
+++ data/templates/ubuntu-cli/project_root/python/__init__.py 2011-07-26 07:34:31 +0000
@@ -37,7 +37,7 @@
37 # this is the easter egg (:37 # this is the easter egg (:
38 if options.foo == 'bar':38 if options.foo == 'bar':
39 logging.warning(_('easter egg found'))39 logging.warning(_('easter egg found'))
40 print(_("Schweet"))40 print("Schweet")
4141
42 # Run your cli application there.42 # Run your cli application there.
43 print _("I'm launched and my args are: %s") % (" ".join(args))43 print _("I'm launched and my args are: %s") % (" ".join(args))
4444
=== modified file 'data/templates/ubuntu-flash-game/create.py'
--- data/templates/ubuntu-flash-game/create.py 2011-06-06 10:14:40 +0000
+++ data/templates/ubuntu-flash-game/create.py 2011-07-26 07:34:31 +0000
@@ -35,7 +35,7 @@
35 print _("""Usage:35 print _("""Usage:
36$ quickly create ubuntu-flash-game path/to/project_name path/to/myflashgame.swf36$ quickly create ubuntu-flash-game path/to/project_name path/to/myflashgame.swf
3737
38where "project_name" is one or more words separated by an underscore and38where 'project_name' is one or more words separated by an underscore and
39path/to can be any existing path.39path/to can be any existing path.
4040
41This will create a new project which runs your existing SWF, myflashgame.swf,41This will create a new project which runs your existing SWF, myflashgame.swf,
@@ -48,7 +48,7 @@
481. Changing your working directory to the new project:481. Changing your working directory to the new project:
49$ cd path/to/project_name49$ cd path/to/project_name
5050
513. Edit the code and specify the title and window size:512. Edit the code and specify the title and window size:
52$ quickly edit52$ quickly edit
53""")53""")
54templatetools.handle_additional_parameters(sys.argv, help)54templatetools.handle_additional_parameters(sys.argv, help)
@@ -56,11 +56,11 @@
5656
57# get the name of the project57# get the name of the project
58if len(sys.argv) < 2:58if len(sys.argv) < 2:
59 print _("""Project name not defined.\nUsage is: quickly create ubuntu-flash-game project_name myflashgame.swf""")59 print _("""Project name not defined.\nUsage:\n$ quickly create ubuntu-flash-game project_name myflashgame.swf""")
60 sys.exit(4)60 sys.exit(4)
6161
62if len(sys.argv) < 3:62if len(sys.argv) < 3:
63 print _("""Flash SWF file not defined.\nUsage is: quickly create ubuntu-flash-game project_name myflashgame.swf""")63 print _("""Flash SWF file not defined.\nUsage:\n$ quickly create ubuntu-flash-game project_name myflashgame.swf""")
64 sys.exit(5)64 sys.exit(5)
6565
66path_and_project = sys.argv[1].split('/')66path_and_project = sys.argv[1].split('/')
@@ -68,7 +68,7 @@
6868
69swf = os.path.realpath(sys.argv[2])69swf = os.path.realpath(sys.argv[2])
70if not os.path.exists(swf):70if not os.path.exists(swf):
71 print _("""Flash SWF file '%s' not found.\nUsage is: quickly create ubuntu-flash-game project_name myflashgame.swf""" % swf)71 print _("""Flash SWF file %s not found.\nUsage:\n$ quickly create ubuntu-flash-game project_name myflashgame.swf""" % swf)
72 sys.exit(6)72 sys.exit(6)
7373
74# check that project name follow quickly rules and reformat it.74# check that project name follow quickly rules and reformat it.
7575
=== modified file 'data/templates/ubuntu-flash-game/internal/quicklyutils.py'
--- data/templates/ubuntu-flash-game/internal/quicklyutils.py 2011-06-06 10:14:40 +0000
+++ data/templates/ubuntu-flash-game/internal/quicklyutils.py 2011-07-26 07:34:31 +0000
@@ -374,6 +374,6 @@
374 return key_id374 return key_id
375375
376 # shouldn't happen as other errors are caught376 # shouldn't happen as other errors are caught
377 raise gpg_error(_("No gpg key set matching launchpad one found.'"))377 raise gpg_error(_("No gpg key set matching launchpad one found."))
378378
379379
380380
=== modified file 'data/templates/ubuntu-flash-game/package.py'
--- data/templates/ubuntu-flash-game/package.py 2011-01-03 15:07:28 +0000
+++ data/templates/ubuntu-flash-game/package.py 2011-07-26 07:34:31 +0000
@@ -29,14 +29,14 @@
2929
30def help():30def help():
31 print _("""Usage:31 print _("""Usage:
32$quickly package32$ quickly package
3333
34Creates a debian file (deb) from your project. Before running34Creates a debian file (deb) from your project. Before running
35the package command you can edit the Icon and Category entry of *.desktop.in 35the package command you can edit the Icon and Category entry of *.desktop.in
36file, where * is the name of your project.36file, where * is the name of your project.
3737
38Note that if you didn't run quickly release, quickly share38Note that if you didn't run 'quickly release', 'quickly share'
39or quickly change-lp-project you may miss the name, email in39or 'quickly change-lp-project' you may miss the name, email in
40setup.py. You can edit them if you don't want to use any of these40setup.py. You can edit them if you don't want to use any of these
41commands afterwards. Those changes are not a mandatory at all for41commands afterwards. Those changes are not a mandatory at all for
42testing purpose.42testing purpose.
4343
=== modified file 'po/it.po'
--- po/it.po 2011-04-04 15:10:58 +0000
+++ po/it.po 2011-07-26 07:34:31 +0000
@@ -6,32 +6,112 @@
6msgid ""6msgid ""
7msgstr ""7msgstr ""
8"Project-Id-Version: quickly\n"8"Project-Id-Version: quickly\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2011-03-31 08:11-0400\n"10"POT-Creation-Date: 2011-07-26 09:29+0200\n"
11"PO-Revision-Date: 2011-02-23 16:36+0000\n"11"PO-Revision-Date: 2011-07-25 12:50+0200\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"12"Last-Translator: Paolo Sammicheli <paolo@sammicheli.net>\n"
13"Language-Team: Italian <it@li.org>\n"13"Language-Team: Italian <it@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2011-04-01 04:51+0000\n"17"X-Launchpad-Export-Date: 2011-07-25 09:54+0000\n"
18"X-Generator: Launchpad (build 12559)\n"18"X-Generator: Launchpad (build 13503)\n"
19
20#: ../data/templates/ubuntu-application/edit.py:39
21msgid ""
22"A convenience command to open all of your python files in your project \n"
23"directory in your default editor, ready for editing.\n"
24"\n"
25"If you put yourself EDITOR or SELECTED_EDITOR environment variable, this "
26"latter\n"
27"will be used. Also, if you configured sensible-editor, this one will be\n"
28"choosed."
29msgstr ""
30"Comodo comando per aprire tutti i file python della directory \n"
31"del progetto nell'editor predefinito, pronti per essere modificati.\n"
32"\n"
33"Si potrà modificare l'editor da usare impostando la variabile di ambiente\n"
34"EDITOR o SELECTED_EDITOR. Inoltre, se si imposta sensible-editor,\n"
35"verrà utilizzata come impostazione predefinita."
36
37#: ../data/templates/ubuntu-application/create.py:35
38msgid "quickly create <template> <project-name>"
39msgstr "quickly create <modello> <nome-progetto>"
40
41#: ../data/templates/ubuntu-application/create.py:37
42msgid ""
43"This will create and run a new project, including Python code, \n"
44"Glade files, and packaging files to make the project work. After\n"
45"creating the project, get started by:\n"
46"\n"
47"1. Changing your working directory to the new project:\n"
48"$ cd path/to/project-name\n"
49"\n"
50"2. Edit the UI with Glade:\n"
51"$ quickly design\n"
52"\n"
53"3. Edit the Python code:\n"
54"$ quickly edit\n"
55msgstr ""
56"Questa operazione crea ed esegue un nuovo progetto, includendo del codice "
57"Python, \n"
58"dei file Glade ed i file del packaging per permettere al progetto di "
59"funzionare.\n"
60"Dopo aver creato il progetto, iniziare con:\n"
61"\n"
62"1. Spostandosi nella directory di lavoro :\n"
63"$ cd percorso/del/progetto\n"
64"\n"
65"2. Modificando dell'interfaccia grafica con Glade:\n"
66"$ quickly design\n"
67"\n"
68"3. Scrivendo del codice Python:\n"
69"$ quickly edit\n"
70
71#. add it to revision control
72#: ../data/templates/ubuntu-application/create.py:103
73msgid "Creating bzr repository and committing"
74msgstr "Creazione repository bzr e commit"
75
76#: ../data/templates/ubuntu-application/create.py:112
77#: ../data/templates/ubuntu-flash-game/create.py:153
78msgid "Launching your newly created project!"
79msgstr "Esecuzione del progetto appena creato."
80
81#: ../data/templates/ubuntu-application/create.py:117
82#, python-format
83msgid "Congrats, your new project is setup! cd %s/ to start hacking."
84msgstr ""
85"Congratulazioni, il nuovo progetto è stato creato! Digitare cd %s/ per "
86"iniziare l'hacking."
87
88#: ../data/templates/ubuntu-pygame/tutorial.py:31
89msgid ""
90"Usage:\n"
91"$ quickly tutorial\n"
92"\n"
93"Opens help file with the tutorial for the current template.\n"
94msgstr ""
95"Uso:\n"
96"$ quickly tutorial\n"
97"\n"
98"Apre i file di aiuto con il tutorial per il modello corrente.\n"
1999
20#: ../data/templates/ubuntu-application/configure.py:37100#: ../data/templates/ubuntu-application/configure.py:37
21msgid "quickly configure bzr <bzr-branch-string>"101msgid "quickly configure bzr <bzr-branch-string>"
22msgstr ""102msgstr "quickly configure bzr <bzr-branch-string>"
23103
24#: ../data/templates/ubuntu-application/configure.py:39104#: ../data/templates/ubuntu-application/configure.py:39
25msgid "quickly configure lp-project [project-name]"105msgid "quickly configure lp-project [project-name]"
26msgstr ""106msgstr "quickly configure lp-project [nome-progetto]"
27107
28#: ../data/templates/ubuntu-application/configure.py:40108#: ../data/templates/ubuntu-application/configure.py:40
29msgid "quickly configure ppa <ppa-name>"109msgid "quickly configure ppa <ppa-name>"
30msgstr ""110msgstr "quickly configure ppa <nome-ppa>"
31111
32#: ../data/templates/ubuntu-application/configure.py:41112#: ../data/templates/ubuntu-application/configure.py:41
33msgid "quickly configure target-distribution <ubuntu-release-name>"113msgid "quickly configure target-distribution <ubuntu-release-name>"
34msgstr ""114msgstr "quickly configure target-distribution <nome-release-ubuntu>"
35115
36#: ../data/templates/ubuntu-application/configure.py:46116#: ../data/templates/ubuntu-application/configure.py:46
37msgid ""117msgid ""
@@ -46,22 +126,32 @@
46"running, be warned that dependency detection may not be as accurate due to\n"126"running, be warned that dependency detection may not be as accurate due to\n"
47"(rare) discrepancies between distributions."127"(rare) discrepancies between distributions."
48msgstr ""128msgstr ""
129"Permette di impostare o cambiare alcuni parametri del progetto, come\n"
130"il progetto launchpad da collegare all'applicazione corrente, quale\n"
131"PPA deve essere usato, quali dipendenze aggiuntive devono\n"
132"essere inserite...\n"
133"\n"
134"Nota: se viene specificato una target-distribution diversa da quella\n"
135"in uso, potrebbe capitare che il rilevamento automatico delle dipendenze\n"
136"non sia così accurata a causa di alcune (rare) discrepanze tra versioni."
49137
50#: ../data/templates/ubuntu-application/configure.py:110138#: ../data/templates/ubuntu-application/configure.py:110
51msgid ""139msgid ""
52"\n"140"\n"
53"Use shell completion to find all available PPAs"141"Use shell completion to find all available PPAs"
54msgstr ""142msgstr ""
143"\n"
144"Usa il completamento della shell per trovare tutti i PPA disponibili"
55145
56#: ../data/templates/ubuntu-application/configure.py:125146#: ../data/templates/ubuntu-application/configure.py:125
57#, python-format147#, python-format
58msgid "User or team %s not found on Launchpad"148msgid "User or team %s not found on Launchpad"
59msgstr ""149msgstr "Utente o gruppo %s non presente in Launchpad"
60150
61#: ../data/templates/ubuntu-application/configure.py:128151#: ../data/templates/ubuntu-application/configure.py:128
62#, python-format152#, python-format
63msgid "You have to be a member of %s team to upload to its PPAs"153msgid "You have to be a member of %s team to upload to its PPAs"
64msgstr ""154msgstr "Occorre essere membri del gruppo %s per poter caricare nel PPA"
65155
66#: ../data/templates/ubuntu-application/configure.py:134156#: ../data/templates/ubuntu-application/configure.py:134
67#, python-format157#, python-format
@@ -69,178 +159,40 @@
69"%s does not exist. Please create it on launchpad if you want to upload to "159"%s does not exist. Please create it on launchpad if you want to upload to "
70"it. %s has the following PPAs available:"160"it. %s has the following PPAs available:"
71msgstr ""161msgstr ""
72162"%s non esiste. Crearlo su Launchpad se si desidera caricarvi i pacchetti. %s "
73#: ../data/templates/ubuntu-application/edit.py:39163"ha i seguenti PPA:"
74msgid ""
75"A convenience command to open all of your python files in your project \n"
76"directory in your default editor, ready for editing.\n"
77"\n"
78"If you put yourself EDITOR or SELECTED_EDITOR environment variable, this "
79"latter\n"
80"will be used. Also, if you configured sensible-editor, this one will be\n"
81"choosed."
82msgstr ""
83
84#: ../data/templates/ubuntu-application/create.py:35
85msgid "quickly create <template> <project-name>"
86msgstr ""
87
88#: ../data/templates/ubuntu-application/create.py:37
89msgid ""
90"This will create and run a new project, including Python code, \n"
91"Glade files, and packaging files to make the project work. After\n"
92"creating the project, get started by:\n"
93"\n"
94"1. Changing your working directory to the new project:\n"
95"$ cd path/to/project-name\n"
96"\n"
97"2. Edit the UI with Glade:\n"
98"$ quickly design\n"
99"\n"
100"3. Edit the Python code:\n"
101"$ quickly edit\n"
102msgstr ""
103
104#. add it to revision control
105#: ../data/templates/ubuntu-application/create.py:103
106msgid "Creating bzr repository and committing"
107msgstr ""
108
109#: ../data/templates/ubuntu-application/create.py:112
110#: ../data/templates/ubuntu-flash-game/create.py:153
111msgid "Launching your newly created project!"
112msgstr ""
113
114#: ../data/templates/ubuntu-application/create.py:117
115#, python-format
116msgid "Congrats, your new project is setup! cd %s/ to start hacking."
117msgstr ""
118
119#: ../quickly/builtincommands.py:37
120msgid "No project name specified."
121msgstr ""
122
123#: ../quickly/builtincommands.py:58
124#, python-format
125msgid "There is already a file or directory named %s"
126msgstr ""
127
128#. create directory and template file
129#: ../quickly/builtincommands.py:62
130#, python-format
131msgid "Creating project directory %s"
132msgstr ""
133
134#: ../quickly/builtincommands.py:75
135msgid "List all commands ordered by templates"
136msgstr ""
137
138#: ../quickly/builtincommands.py:94
139msgid "Give some getstarted advice"
140msgstr ""
141
142#: ../quickly/builtincommands.py:102
143msgid ""
144"-------------------------------\n"
145" Welcome to Quickly!\n"
146"-------------------------------\n"
147"\n"
148"You can create a project by executing 'quickly create <template-name> <your-"
149"project>'.\n"
150"\n"
151"Example with ubuntu-application template:\n"
152"1. create an ubuntu application and run the tutorial:\n"
153"$ quickly create ubuntu-application foo\n"
154"$ cd foo\n"
155"$ quickly tutorial\n"
156"\n"
157"2. You can also try:\n"
158"$ quickly edit\n"
159"$ quickly design\n"
160"$ quickly run\n"
161"Use bash completion to get every available command\n"
162"\n"
163"3. How to play with a package and release it:\n"
164"\n"
165"Optional (but recommended): build your package locally:\n"
166"$ quickly package\n"
167"\n"
168"BE WARNED: the two following commands will connect to Launchpad. Make sure "
169"that you have a Launchpad account and a PPA! You can find out more about "
170"setting up a Launchpad account and Launchpad features at "
171"https://launchpad.net/\n"
172"$ quickly release or $ quickly share\n"
173"\n"
174"Have Fun!"
175msgstr ""
176
177#: ../quickly/builtincommands.py:131
178msgid "Get help from commands"
179msgstr ""
180
181#: ../quickly/builtincommands.py:132
182msgid "Usage: quickly help [template] <command>"
183msgstr ""
184
185#: ../quickly/builtincommands.py:151
186msgid "Create a new quickly template from an existing one"
187msgstr ""
188
189#: ../quickly/builtincommands.py:152
190msgid "Usage: quickly quickly [origin-template] destination-template"
191msgstr ""
192
193#: ../quickly/builtincommands.py:163
194msgid "No destination template name provided."
195msgstr ""
196
197#: ../quickly/builtincommands.py:172
198#, python-format
199msgid "%s already exists."
200msgstr ""
201
202#: ../quickly/builtincommands.py:176
203#, python-format
204msgid "Copy %s to create new %s template"
205msgstr ""
206
207#: ../data/templates/ubuntu-pygame/tutorial.py:31
208msgid ""
209"Usage:\n"
210"$ quickly tutorial\n"
211"\n"
212"Opens help file with the tutorial for the current template.\n"
213msgstr ""
214164
215#: ../data/templates/ubuntu-flash-game/internal/apportutils.py:68165#: ../data/templates/ubuntu-flash-game/internal/apportutils.py:68
216#: ../data/templates/ubuntu-application/internal/apportutils.py:77166#: ../data/templates/ubuntu-application/internal/apportutils.py:77
217msgid ""167msgid ""
218"Updating project name references in existing apport crashdb configuration"168"Updating project name references in existing apport crashdb configuration"
219msgstr ""169msgstr ""
170"Aggiornamento referenze del nome progetto nella configurazione di apport "
171"crashdb esistente"
220172
221#: ../data/templates/ubuntu-flash-game/internal/apportutils.py:71173#: ../data/templates/ubuntu-flash-game/internal/apportutils.py:71
222#: ../data/templates/ubuntu-application/internal/apportutils.py:80174#: ../data/templates/ubuntu-application/internal/apportutils.py:80
223msgid "Creating new apport crashdb configuration"175msgid "Creating new apport crashdb configuration"
224msgstr ""176msgstr "Creazione nuova configurazione apport crashdb"
225177
226#: ../data/templates/ubuntu-flash-game/internal/apportutils.py:77178#: ../data/templates/ubuntu-flash-game/internal/apportutils.py:77
227#: ../data/templates/ubuntu-application/internal/apportutils.py:86179#: ../data/templates/ubuntu-application/internal/apportutils.py:86
228msgid "Creating new apport hooks"180msgid "Creating new apport hooks"
229msgstr ""181msgstr "Creazione nuovi apport hooks"
230182
231#: ../data/templates/ubuntu-flash-game/internal/apportutils.py:97183#: ../data/templates/ubuntu-flash-game/internal/apportutils.py:97
232#: ../data/templates/ubuntu-application/internal/apportutils.py:107184#: ../data/templates/ubuntu-application/internal/apportutils.py:107
233msgid "Adding launchpad integration to existing application"185msgid "Adding launchpad integration to existing application"
234msgstr ""186msgstr "Aggiunta dell'integrazione con Launchpad all'applicazione esistente"
235187
236#: ../data/templates/ubuntu-application/license.py:46188#: ../data/templates/ubuntu-application/license.py:46
237msgid "quickly license [license-name]"189msgid "quickly license [license-name]"
238msgstr ""190msgstr "quickly license [nome-licenza]"
239191
240#: ../data/templates/ubuntu-application/license.py:49192#: ../data/templates/ubuntu-application/license.py:49
241#, python-format193#, python-format
242msgid "Candidate licenses: %s"194msgid "Candidate licenses: %s"
243msgstr ""195msgstr "Licenze disponibili: %s"
244196
245#: ../data/templates/ubuntu-application/license.py:51197#: ../data/templates/ubuntu-application/license.py:51
246msgid ""198msgid ""
@@ -248,13 +200,13 @@
248"\n"200"\n"
249"1. Edit the file AUTHORS to include your authorship (this step is "201"1. Edit the file AUTHORS to include your authorship (this step is "
250"automatically done\n"202"automatically done\n"
251" if you directly launch \"$ quickly release\" or \"$ quickly share\" "203" if you directly launch 'quickly release' or 'quickly share' before "
252"before changing license)\n"204"changing license)\n"
253" In this case, license is GPL-3 by default.\n"205" In this case, license is GPL-3 by default.\n"
254"2. If you want to put your own quickly unsupported Licence, add a COPYING "206"2. If you want to put your own quickly unsupported Licence, add a COPYING "
255"file containing\n"207"file containing\n"
256" your own licence and execute $ quickly license other.\n"208" your own licence and execute $ quickly license other.\n"
257"3. Executes either $ quickly license or $ quickly license <License>\n"209"3. Executes either 'quickly license' or 'quickly license <License>'\n"
258" where <License> can be either:\n"210" where <License> can be either:\n"
259" - GPL-3 (default)\n"211" - GPL-3 (default)\n"
260" - GPL-2\n"212" - GPL-2\n"
@@ -267,39 +219,78 @@
267"pristine.\n"219"pristine.\n"
268"If no name is attributed to the Copyright, it will try to retrieve it from "220"If no name is attributed to the Copyright, it will try to retrieve it from "
269"Launchpad\n"221"Launchpad\n"
270"(in quickly release or quickly share command only)\n"222"(in 'quickly release' or 'quickly share' command only)\n"
271"\n"223"\n"
272"Finally, this will copy the Copyright at the head of every files.\n"224"Finally, this will copy the Copyright at the head of every files.\n"
273"\n"225"\n"
274"Note that if you don't run quickly licence before calling quickly release or "226"Note that if you don't run 'quickly licence' before calling 'quickly "
275"quickly\n"227"release' or 'quickly share',\n"
276"share, this one will execute it for you and guess the copyright holder from "228"this one will execute it for you and guess the copyright holder from your\n"
277"your\n"
278"launchpad account if you didn't update it."229"launchpad account if you didn't update it."
279msgstr ""230msgstr ""
231"Aggiunge la licenza ai file del progetto. Prima di eseguire questo comando "
232"occorre:\n"
233"\n"
234"1. Modificare il file AUTHORS per includere gli autori (questo passo viene "
235"eseguito automaticamente\n"
236" se viene lanciato \"quickly release\" o \"quickly share\" prima di "
237"cambiare licenza)\n"
238" In questo caso la licenza predefinita è la GPL-3.\n"
239"2. Se si desidera inserire una licenza personalizzata, aggiungere il file "
240"COPYING contenente\n"
241" il testo della licenza ed eseguire il comando \"quickly license other\".\n"
242"3. Eseguire indifferentemente \"quickly license\" oppure \"quickly license "
243"<licenza>\"\n"
244" dove <licenza> può essere:\n"
245" - GPL-3 (predefinita)\n"
246" - GPL-2\n"
247" - other\n"
248"\n"
249"Questo modificherà il file COPYING con la licenza scelta (GPL-3 come "
250"predefinita).\n"
251"Modificare la licenza precedentemente scelta, se necessario.\n"
252"Se sono state precedentemente rimosse le intestazioni per aggiungere la "
253"licenza personalizzata,\n"
254"essa verrà mantenuta intatta.\n"
255"Se non viene specificato un nome nel Copyright, esso potrà essere recuperato "
256"da Launchpad\n"
257"(soltanto con i comandi \"quickly release\" o \"quickly share\")\n"
258"\n"
259"Alla fine, l'intestazione della licenza sarà inserita in cima ad ogni file "
260"del progetto.\n"
261"\n"
262"Notare che se non si esegue \"quickly licence\" prima di chiamare \"quickly "
263"release\" o\n"
264"\"quickly share\" questo verrà chiamato implicitamente e verranno "
265"determinate le informazioni\n"
266"sull'autore dall'account Launchpad."
280267
281#. that means we didn't find the END_LICENCE_TAG, don't copy the file268#. that means we didn't find the END_LICENCE_TAG, don't copy the file
282#: ../data/templates/ubuntu-application/license.py:123269#: ../data/templates/ubuntu-application/license.py:123
283#, python-format270#, python-format
284msgid "WARNING: %s was not found in the file %s. No licence replacement"271msgid "WARNING: %s was not found in the file %s. No licence replacement"
285msgstr ""272msgstr ""
273"ATTENZIONE: %s non è stato trovato nel file %s. La licenza non è stata "
274"cambiata"
286275
287#: ../data/templates/ubuntu-application/license.py:130276#: ../data/templates/ubuntu-application/license.py:130
288#: ../data/templates/ubuntu-application/license.py:215277#: ../data/templates/ubuntu-application/license.py:215
289#, python-format278#, python-format
290msgid "%s file was not found"279msgid "%s file was not found"
291msgstr ""280msgstr "File %s non trovato"
292281
293#: ../data/templates/ubuntu-application/license.py:180282#: ../data/templates/ubuntu-application/license.py:180
294msgid ""283msgid ""
295"COPYING contains an unknown license. Please run 'quickly license other' to "284"COPYING contains an unknown license. Please run 'quickly license other' to "
296"confirm that you want to use a custom license."285"confirm that you want to use a custom license."
297msgstr ""286msgstr ""
287"Il file COPYING contiene una licenza sconosciuta. Eseguire \"quickly license "
288"other\" per confermare che si intende usare una licenza personalizzata."
298289
299#: ../data/templates/ubuntu-application/license.py:189290#: ../data/templates/ubuntu-application/license.py:189
300#, python-format291#, python-format
301msgid "Unknown licence %s."292msgid "Unknown licence %s."
302msgstr ""293msgstr "Licenza sconosciuta %s."
303294
304#: ../data/templates/ubuntu-application/license.py:208295#: ../data/templates/ubuntu-application/license.py:208
305msgid ""296msgid ""
@@ -307,61 +298,102 @@
307"the copyright replacing <Your Name> <Your E-mail>. Update it in setup.py or "298"the copyright replacing <Your Name> <Your E-mail>. Update it in setup.py or "
308"use quickly share/quickly release to fill it automatically"299"use quickly share/quickly release to fill it automatically"
309msgstr ""300msgstr ""
301"Il copyright non è specificato. Modificare il file AUTHORS per includere il "
302"proprio nome sostituendolo a <Your Name> <Your E-mail>. Modificare anche il "
303"file setup.py o usare \"quickly share\" o \"quickly release\" per compilarlo "
304"automaticamente."
310305
311#: ../data/templates/ubuntu-application/license.py:229306#: ../data/templates/ubuntu-application/license.py:229
312#, python-format307#, python-format
313msgid "%s file was not found. It is compulsory for user defined license"308msgid "%s file was not found. It is compulsory for user defined license"
314msgstr ""309msgstr ""
310"File %s non trovato. È obbligatorio per usare una licenza personalizzata"
315311
316#: ../data/templates/ubuntu-application/license.py:231312#: ../data/templates/ubuntu-application/license.py:231
317#, python-format313#, python-format
318msgid "Header of %s license not found. Quickly installation corrupted?"314msgid "Header of %s license not found. Quickly installation corrupted?"
319msgstr ""315msgstr ""
316"Intestazione della licenza %s non trovata. È possibile che l'installazione "
317"di Quickly sia danneggiata."
320318
321#: ../data/templates/ubuntu-application/license.py:260319#: ../data/templates/ubuntu-application/license.py:262
322msgid "Can't update license in setup.py file\n"320msgid "Can't update license in setup.py file\n"
323msgstr ""321msgstr "Impossibile aggiornare la licenza nel file setup.py\n"
324322
325#: ../data/templates/ubuntu-application/license.py:263323#: ../data/templates/ubuntu-application/license.py:265
326#, python-format324#, python-format
327msgid "%s/%sconfig.py file not found."325msgid "%s file not found."
328msgstr ""326msgstr "File %s non trovato"
329327
330#: ../data/templates/ubuntu-application/license.py:308328#: ../data/templates/ubuntu-application/license.py:310
331msgid "This command only take one optional argument."329msgid "This command only take one optional argument."
332msgstr ""330msgstr "Questo comando richiede solo un argomento opzionale."
333331
334#: ../data/templates/ubuntu-application/test/builder/test.ui.h:1332#: ../data/templates/ubuntu-application/test/builder/test.ui.h:1
335msgid "label"333msgid "label"
336msgstr ""334msgstr "label"
335
336#: ../data/templates/ubuntu-application/run.py:33
337msgid "quickly run -- [program arguments]"
338msgstr "quickly run -- [program arguments]"
339
340#: ../data/templates/ubuntu-application/run.py:35
341msgid ""
342"Runs your application. This is the best way to try test it out\n"
343"while you are developing it. It starts up the main project window.\n"
344"\n"
345"$ quickly run -- values -<whathever>\n"
346"to pass '-whatever' and 'values' to the executed program. Without that\n"
347"if you use for instance --help, it would be Quickly help and not your\n"
348"program one."
349msgstr ""
350"Esegue l'applicazione. Questo è il modo migliore per provarla\n"
351"mentre si sta sviluppando. Verrà aperta la finestra principale del "
352"progetto.\n"
353"\n"
354"$ quickly run -- valori -<qualsiasi>\n"
355"per passare \"-qualsiasi\" e \"valori\" all'esecuzione del programma. Senza "
356"di essi\n"
357"se usate, per esempio, il parametro --help verrà lanciato l'help di Quickly "
358"e non\n"
359"quello del programma."
360
361#: ../data/templates/ubuntu-application/run.py:50
362msgid "Can't access to X server, so can't run gtk application"
363msgstr ""
364"Impossibile accedere al server X pertanto l'applicazione gtk non può essere "
365"eseguita"
366
367#: ../data/templates/ubuntu-application/run.py:63
368#, python-format
369msgid "Can't execute %s"
370msgstr "Impossibile eseguire %s"
337371
338#: ../data/templates/ubuntu-application/project_root/data/ui/Preferencescamel_case_nameDialog.ui.h:1372#: ../data/templates/ubuntu-application/project_root/data/ui/Preferencescamel_case_nameDialog.ui.h:1
339msgid "_Example entry:"373msgid "_Example entry:"
340msgstr ""374msgstr "Voce di _Esempio:"
341375
342#: ../data/templates/ubuntu-application/project_root/data/ui/Preferencescamel_case_nameDialog.ui.h:2376#: ../data/templates/ubuntu-application/project_root/data/ui/Preferencescamel_case_nameDialog.ui.h:2
343msgid "sentence_name Preferences"377msgid "sentence_name Preferences"
344msgstr ""378msgstr "sentence_name Preferenze"
345379
346#: ../quickly/configurationhandler.py:43380#: ../quickly/configurationhandler.py:43
347msgid "ERROR: Can't load configuration in current path or its parent ones."381msgid "ERROR: Can't load configuration in current path or its parent ones."
348msgstr ""382msgstr ""
383"ERRORE: impossibile caricare la configurazione nel percorso corrente o in "
384"quello superiore."
349385
350#: ../quickly/configurationhandler.py:59386#: ../quickly/configurationhandler.py:59
351#, python-format387#, python-format
352msgid "ERROR: Can't load configuration in %s: %s"388msgid "ERROR: Can't load configuration in %s: %s"
353msgstr ""389msgstr "ERRORE: impossibile caricare la configurazione in %s: %s"
354390
355#: ../quickly/configurationhandler.py:118391#: ../quickly/configurationhandler.py:118
356#, python-format392#, python-format
357msgid "ERROR: Can't save configuration in %s\n"393msgid "ERROR: Can't save configuration in %s\n"
358msgstr ""394msgstr "ERRORE: impossibile salvare la configurazione in %s\n"
359395
360#: ../data/templates/ubuntu-application/project_root/python/helpers.py:52396#: ../data/templates/ubuntu-application/store/help-guide.py:32
361msgid "Show debug messages"
362msgstr ""
363
364#: ../data/templates/ubuntu-application/store/help-guide.py:33
365msgid ""397msgid ""
366"adds a help guide to your project.\n"398"adds a help guide to your project.\n"
367"\n"399"\n"
@@ -369,98 +401,88 @@
369"$ quickly edit\n"401"$ quickly edit\n"
370"All the help pages are loaded into your editor as well as the python files.\n"402"All the help pages are loaded into your editor as well as the python files.\n"
371msgstr ""403msgstr ""
404"aggiunge una guida utente al progetto.\n"
405"\n"
406"Per modificare la guida, usare:\n"
407"$ quickly edit\n"
408"Tutte le pagine della guida sono caricate nell'editor così come i file "
409"Python.\n"
372410
373#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:62411#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:64
374#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:62412#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:62
375msgid "Calling GPG to create tarball signature..."413msgid "Calling GPG to create tarball signature..."
376msgstr ""414msgstr "Esecuzione di GPG per creazione archivio firmato..."
377415
378#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:65416#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:67
379#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:65417#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:65
380msgid "Signing the tarball failed, not uploading the signature"418msgid "Signing the tarball failed, not uploading the signature"
381msgstr ""419msgstr "Firma dell'archivio non riuscita, mancato invio al server"
382420
383#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:82421#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:84
384#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:82422#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:82
385#, python-format423#, python-format
386msgid "New release available: %s"424msgid "New release available: %s"
387msgstr ""425msgstr "Nuova versione disponibile: %s"
388426
389#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:90427#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:92
390#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:90428#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:90
391msgid "An error happened during tarball upload:"429msgid "An error happened during tarball upload:"
392msgstr ""430msgstr "Si è verificato un errore durante l'invio dell'archivio:"
393431
394#: ../data/templates/ubuntu-application/tutorial.py:33432#: ../data/templates/ubuntu-application/tutorial.py:33
395msgid "Opens help file with the tutorial for the current template."433msgid "Opens help file with the tutorial for the current template."
396msgstr ""434msgstr "Apre i file di aiuto con il tutorial del modello corrente."
397435
398#: ../data/templates/ubuntu-application/add.py:46436#: ../data/templates/ubuntu-application/add.py:66
399msgid "Add something to your project\n"437msgid "Add something to your project\n"
400msgstr ""438msgstr "Aggiunge un elemento al progetto\n"
401439
402#: ../data/templates/ubuntu-application/add.py:69440#: ../data/templates/ubuntu-application/add.py:90
403msgid "Cannot add, no plugin name provided."441msgid "Cannot add, no plugin name provided."
404msgstr ""442msgstr "Impossibile aggiungere, nome plugin mancante."
405443
406#: ../data/templates/ubuntu-application/add.py:75444#: ../data/templates/ubuntu-application/add.py:96
407#, python-format445#, python-format
408msgid "Cannot add, did not recognize plugin name: %s"446msgid "Cannot add, did not recognize plugin name: %s"
409msgstr ""447msgstr "Impossibile aggiungere, nome plugin %s non riconosciuto"
410448
411#: ../quickly/bzrbinding.py:51449#: ../quickly/bzrbinding.py:55
412msgid "Bzr not properly installed"450msgid "Bzr not properly installed"
413msgstr ""451msgstr "Bzr non è installato correttamente"
414452
415#: ../data/templates/ubuntu-application/debug.py:33453#: ../data/templates/ubuntu-application/debug.py:33
416msgid "quickly debug -- [program arguments]"454msgid "quickly debug -- [program arguments]"
417msgstr ""455msgstr "quickly debug -- [program arguments]"
418456
419#: ../data/templates/ubuntu-application/debug.py:35457#: ../data/templates/ubuntu-application/debug.py:35
420msgid ""458msgid ""
421"Debugs your application with winpdb.\n"459"Debugs your application with winpdb.\n"
422"\n"460"\n"
423"$ quickly debug -- values -<whatever>\n"461"$ quickly debug -- values -<whatever>\n"
424"to pass \"-whatever\" and \"values\" to the executed program. Without that\n"462"to pass '-whatever' and 'values' to the executed program. Without that\n"
425"if you use for instance --help, it would be Quickly help and not your\n"463"if you use for instance --help, it would be Quickly help and not your\n"
426"program one."464"program one."
427msgstr ""465msgstr ""
466"Esegue il debug dell'applicazione con winpdb.\n"
467"\n"
468"$ quickly debug -- valori -<qualsiasi>\n"
469"per passare \"-qualsiasi\" e \"qualsiasi\" all'esecuzione del programma. "
470"Senza di\n"
471"essi, se usate per esempio --help, verrà mostrato l'help di Quickly e non\n"
472"quello del programma."
428473
429#: ../data/templates/ubuntu-application/debug.py:49474#: ../data/templates/ubuntu-application/debug.py:49
430msgid "Can't access to X server, so can't run winpdb"475msgid "Can't access to X server, so can't run winpdb"
431msgstr ""476msgstr ""
477"Impossibile accedere al server X pertanto winpdb non può essere eseguito"
432478
433#: ../data/templates/ubuntu-application/debug.py:63479#: ../data/templates/ubuntu-application/debug.py:63
434msgid "Can't execute winpdb"480msgid "Can't execute winpdb"
435msgstr ""481msgstr "Impossibile eseguire winpdb"
436
437#: ../data/templates/ubuntu-application/run.py:33
438msgid "quickly run -- [program arguments]"
439msgstr ""
440
441#: ../data/templates/ubuntu-application/run.py:35
442msgid ""
443"Runs your application. This is the best way to try test it out\n"
444"while you are developing it. It starts up the main project window.\n"
445"\n"
446"$ quickly run -- values -<whathever>\n"
447"to pass \"-whatever\" and \"values\" to the executed program. Without that\n"
448"if you use for instance --help, it would be Quickly help and not your\n"
449"program one."
450msgstr ""
451
452#: ../data/templates/ubuntu-application/run.py:50
453msgid "Can't access to X server, so can't run gtk application"
454msgstr ""
455
456#: ../data/templates/ubuntu-application/run.py:63
457#, python-format
458msgid "Can't execute %s"
459msgstr ""
460482
461#: ../data/templates/ubuntu-application/upgrade.py:65483#: ../data/templates/ubuntu-application/upgrade.py:65
462msgid "Can't rename LICENSE file, check your file permission\n"484msgid "Can't rename LICENSE file, check your file permission\n"
463msgstr ""485msgstr "Impossibile rinominare il file LICENSE, controllare i permessi\n"
464486
465#: ../data/templates/ubuntu-application/upgrade.py:197487#: ../data/templates/ubuntu-application/upgrade.py:197
466#, python-format488#, python-format
@@ -469,11 +491,18 @@
469"you don't plan to submit your project to the application review board. Cause "491"you don't plan to submit your project to the application review board. Cause "
470"is: %s"492"is: %s"
471msgstr ""493msgstr ""
494"ATTENZIONE: impossibile aggiornare il progetto per supportare "
495"l'installazione in /opt. Questo non è un problema se non si ha intenzione di "
496"inviare il progetto all'Application Review Board. La causa è: %s"
497
498#: ../data/templates/ubuntu-application/project_root/python/__init__.py:23
499msgid "Show debug messages (-vv debugs python_name_lib also)"
500msgstr "Mostra messaggi di debug (-vv debugs python_name_lib)"
472501
473#: ../data/templates/ubuntu-application/submitubuntu.py:40502#: ../data/templates/ubuntu-application/submitubuntu.py:40
474msgid ""503msgid ""
475"quickly submitubuntu [--ppa <ppa | group/ppa>] [release-version] [comments]"504"quickly submitubuntu [--ppa <ppa | group/ppa>] [release-version] [comments]"
476msgstr ""505msgstr "quickly submitubuntu [--ppa <ppa | group/ppa>] [versione] [commenti]"
477506
478#: ../data/templates/ubuntu-application/submitubuntu.py:42507#: ../data/templates/ubuntu-application/submitubuntu.py:42
479msgid ""508msgid ""
@@ -481,7 +510,7 @@
481"application review board so that any users can see and install the\n"510"application review board so that any users can see and install the\n"
482"application ont their system.\n"511"application ont their system.\n"
483"\n"512"\n"
484"Before running quickly submitubuntu, you should: create your account\n"513"Before running 'quickly submitubuntu', you should: create your account\n"
485"and a project page on http://launchpad.net.\n"514"and a project page on http://launchpad.net.\n"
486"You also have to add a PPA to your launchpad account.\n"515"You also have to add a PPA to your launchpad account.\n"
487"\n"516"\n"
@@ -498,12 +527,34 @@
498"You can optionally run 'quickly package' and test your package to make\n"527"You can optionally run 'quickly package' and test your package to make\n"
499"sure it installs as expected."528"sure it installs as expected."
500msgstr ""529msgstr ""
530"Pubblica una versione del vostro progetto e la invia\n"
531"all'Application Review Board di Ubuntu in modo da permettere\n"
532"a qualsiasi utente di vedere ed installare l'applicazione nel\n"
533"proprio sistema.\n"
534"\n"
535"Prima di eseguire \"quickly submitubuntu\", occorre creare il\n"
536"proprio account e la pagina progetto su http://launchpad.net.\n"
537"Sarà necessario anche aggiungere un PPA all'account launchpad.\n"
538"\n"
539"Nome, email e numero di versione verranno automaticamente cambiato in\n"
540"setup.py e bzr creerà un tag per la versione corrente.\n"
541"\n"
542"Se non specificato, il numero di versione sarà \"ANNO.MESE[.VERSIONE]\".\n"
543"\n"
544"Per esempio, il terzo rilascio del luglio 2010 sarà la versione 10.07.2.\n"
545"\n"
546"È opportuno assicurarsi che la descrizione breve e quella lunga nel file "
547"setup.py\n"
548"siano correttamente aggiornate prima del rilascio.\n"
549"\n"
550"È opzionalmente possibile eseguire \"quickly package\" per provare il\n"
551"pacchetto ed essere sicuri che venga installato come dovrebbe."
501552
502#: ../data/templates/ubuntu-application/submitubuntu.py:93553#: ../data/templates/ubuntu-application/submitubuntu.py:93
503#: ../data/templates/ubuntu-application/release.py:92554#: ../data/templates/ubuntu-application/release.py:92
504#: ../data/templates/ubuntu-application/share.py:86555#: ../data/templates/ubuntu-application/share.py:86
505msgid "No PPA provided."556msgid "No PPA provided."
506msgstr ""557msgstr "Nessun PPA fornito."
507558
508#: ../data/templates/ubuntu-application/submitubuntu.py:96559#: ../data/templates/ubuntu-application/submitubuntu.py:96
509#: ../data/templates/ubuntu-application/release.py:95560#: ../data/templates/ubuntu-application/release.py:95
@@ -511,21 +562,21 @@
511#: ../data/templates/ubuntu-application/package.py:68562#: ../data/templates/ubuntu-application/package.py:68
512#, python-format563#, python-format
513msgid "Unknown option: %s."564msgid "Unknown option: %s."
514msgstr ""565msgstr "Ozione sconosciuta: %s."
515566
516#: ../data/templates/ubuntu-application/submitubuntu.py:146567#: ../data/templates/ubuntu-application/submitubuntu.py:146
517#: ../data/templates/ubuntu-application/release.py:145568#: ../data/templates/ubuntu-application/release.py:145
518#: ../data/templates/ubuntu-application/share.py:118569#: ../data/templates/ubuntu-application/share.py:118
519#, python-format570#, python-format
520msgid "User or Team %s not found on Launchpad"571msgid "User or Team %s not found on Launchpad"
521msgstr ""572msgstr "Utente o gruppo %s non presente su Launchpad"
522573
523#: ../data/templates/ubuntu-application/submitubuntu.py:149574#: ../data/templates/ubuntu-application/submitubuntu.py:149
524#: ../data/templates/ubuntu-application/release.py:148575#: ../data/templates/ubuntu-application/release.py:148
525#: ../data/templates/ubuntu-application/share.py:121576#: ../data/templates/ubuntu-application/share.py:121
526#, python-format577#, python-format
527msgid "You have to be a member of %s team to upload to its ppas"578msgid "You have to be a member of %s team to upload to its ppas"
528msgstr ""579msgstr "Occorre essere membro del gruppo %s per caricare pacchetti nel ppa"
529580
530#: ../data/templates/ubuntu-application/submitubuntu.py:155581#: ../data/templates/ubuntu-application/submitubuntu.py:155
531#: ../data/templates/ubuntu-application/release.py:154582#: ../data/templates/ubuntu-application/release.py:154
@@ -535,20 +586,24 @@
535"%s does not exist. Please create it on launchpad if you want to push a "586"%s does not exist. Please create it on launchpad if you want to push a "
536"package to it. %s has the following ppas available:"587"package to it. %s has the following ppas available:"
537msgstr ""588msgstr ""
589"%s non esiste. Crearlo in Launchpad per caricarvi i pacchetti. %s ha i "
590"seguenti ppa:"
538591
539#: ../data/templates/ubuntu-application/submitubuntu.py:161592#: ../data/templates/ubuntu-application/submitubuntu.py:161
540#: ../data/templates/ubuntu-application/release.py:160593#: ../data/templates/ubuntu-application/release.py:160
541#: ../data/templates/ubuntu-application/share.py:133594#: ../data/templates/ubuntu-application/share.py:133
542msgid ""595msgid ""
543"You can temporary choose one of them with --ppa switch or definitely by "596"You can temporary choose one of them with --ppa switch or definitely by "
544"executing quickly configure ppa <ppa_name>."597"executing 'quickly configure ppa <ppa_name>'."
545msgstr ""598msgstr ""
599"È possibile scegliere temporaneamente uno di essi specificando l'opzione --"
600"ppa o impostarlo lanciando il comando \"quickly configure ppa <nome_ppa>\""
546601
547#: ../data/templates/ubuntu-application/submitubuntu.py:179602#: ../data/templates/ubuntu-application/submitubuntu.py:179
548#: ../data/templates/ubuntu-application/release.py:178603#: ../data/templates/ubuntu-application/release.py:178
549#, python-format604#, python-format
550msgid "quickly released: %s"605msgid "quickly released: %s"
551msgstr ""606msgstr "quickly versione: %s"
552607
553#: ../data/templates/ubuntu-application/submitubuntu.py:189608#: ../data/templates/ubuntu-application/submitubuntu.py:189
554#: ../data/templates/ubuntu-application/release.py:188609#: ../data/templates/ubuntu-application/release.py:188
@@ -557,13 +612,15 @@
557"ERROR: quickly can't release: %s seems to be already released. Choose "612"ERROR: quickly can't release: %s seems to be already released. Choose "
558"another name."613"another name."
559msgstr ""614msgstr ""
615"ERRORE: quickly non può fare il rilascio: Sembra che %s sia già rilasciato. "
616"Scegliere un altro nome."
560617
561#: ../data/templates/ubuntu-application/submitubuntu.py:195618#: ../data/templates/ubuntu-application/submitubuntu.py:195
562#: ../data/templates/ubuntu-application/release.py:194619#: ../data/templates/ubuntu-application/release.py:194
563#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:195620#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:163
564#: ../data/templates/ubuntu-application/internal/quicklyutils.py:215621#: ../data/templates/ubuntu-application/internal/quicklyutils.py:186
565msgid "commit before release"622msgid "commit before release"
566msgstr ""623msgstr "Esecuzione commit prima del rilascio"
567624
568#: ../data/templates/ubuntu-application/submitubuntu.py:197625#: ../data/templates/ubuntu-application/submitubuntu.py:197
569#: ../data/templates/ubuntu-application/submitubuntu.py:226626#: ../data/templates/ubuntu-application/submitubuntu.py:226
@@ -571,6 +628,8 @@
571#: ../data/templates/ubuntu-application/release.py:225628#: ../data/templates/ubuntu-application/release.py:225
572msgid "ERROR: quickly can't release as it can't commit with bzr"629msgid "ERROR: quickly can't release as it can't commit with bzr"
573msgstr ""630msgstr ""
631"ERRORE: quickly non può eseguire il rilascio in quanto non può eseguire il "
632"commit su bzr"
574633
575#: ../data/templates/ubuntu-application/submitubuntu.py:218634#: ../data/templates/ubuntu-application/submitubuntu.py:218
576#: ../data/templates/ubuntu-application/release.py:217635#: ../data/templates/ubuntu-application/release.py:217
@@ -578,12 +637,14 @@
578#: ../data/templates/ubuntu-application/share.py:153637#: ../data/templates/ubuntu-application/share.py:153
579#: ../data/templates/ubuntu-application/package.py:84638#: ../data/templates/ubuntu-application/package.py:84
580msgid "ERROR: can't create or update ubuntu package"639msgid "ERROR: can't create or update ubuntu package"
581msgstr ""640msgstr "ERRORE: impossibile creare o aggiornare il pacchetto"
582641
583#: ../data/templates/ubuntu-application/submitubuntu.py:257642#: ../data/templates/ubuntu-application/submitubuntu.py:257
584#: ../data/templates/ubuntu-application/release.py:256643#: ../data/templates/ubuntu-application/release.py:256
585msgid "ERROR: quickly can't release: can't pull from launchpad."644msgid "ERROR: quickly can't release: can't pull from launchpad."
586msgstr ""645msgstr ""
646"ERRORE: quickly non può eseguire il rilascio: impossibile recuperare le "
647"informazioni da launchpad."
587648
588#: ../data/templates/ubuntu-application/submitubuntu.py:262649#: ../data/templates/ubuntu-application/submitubuntu.py:262
589#: ../data/templates/ubuntu-application/submitubuntu.py:269650#: ../data/templates/ubuntu-application/submitubuntu.py:269
@@ -591,18 +652,22 @@
591#: ../data/templates/ubuntu-application/release.py:268652#: ../data/templates/ubuntu-application/release.py:268
592msgid "ERROR: quickly can't release: can't push to launchpad."653msgid "ERROR: quickly can't release: can't push to launchpad."
593msgstr ""654msgstr ""
655"ERRORE: quickly non può eseguire il rilascio: impossibile inviare le "
656"informazioni a launchpad."
594657
595#: ../data/templates/ubuntu-application/submitubuntu.py:275658#: ../data/templates/ubuntu-application/submitubuntu.py:275
596#: ../data/templates/ubuntu-application/release.py:274659#: ../data/templates/ubuntu-application/release.py:274
597msgid "ERROR: quickly can't release correctly: can't pull from launchpad."660msgid "ERROR: quickly can't release correctly: can't pull from launchpad."
598msgstr ""661msgstr ""
662"ERRORE: quickly non può eseguire il rilascio correttamente: impossibile "
663"recuperare le informazioni da launchpad."
599664
600#. upload to launchpad665#. upload to launchpad
601#: ../data/templates/ubuntu-application/submitubuntu.py:280666#: ../data/templates/ubuntu-application/submitubuntu.py:280
602#: ../data/templates/ubuntu-application/release.py:279667#: ../data/templates/ubuntu-application/release.py:279
603#: ../data/templates/ubuntu-application/share.py:157668#: ../data/templates/ubuntu-application/share.py:157
604msgid "pushing to launchpad"669msgid "pushing to launchpad"
605msgstr ""670msgstr "invio delle informazioni a launchpad"
606671
607#: ../data/templates/ubuntu-application/submitubuntu.py:290672#: ../data/templates/ubuntu-application/submitubuntu.py:290
608#, python-format673#, python-format
@@ -610,79 +675,90 @@
610"%s %s released and submitted to ubuntu. Wait for half an hour and have look "675"%s %s released and submitted to ubuntu. Wait for half an hour and have look "
611"at %s."676"at %s."
612msgstr ""677msgstr ""
678"%s %s rilasciato e sottomesso in ubuntu. Attendere circa mezz'ora e "
679"controllare su %s."
613680
614#: ../data/templates/ubuntu-application/submitubuntu.py:291681#: ../data/templates/ubuntu-application/submitubuntu.py:291
615msgid ""682msgid "Then your application will be reviewed by the application review board."
616"Then your application will be reviewed by the application review board."683msgstr "Quindi l'applicazione verrà revisionata dall'Application Review Board."
617msgstr ""
618684
619#: ../data/templates/ubuntu-application/internal/packaging.py:67685#: ../data/templates/ubuntu-application/internal/packaging.py:67
620#: ../data/templates/ubuntu-flash-game/internal/packaging.py:65686#: ../data/templates/ubuntu-flash-game/internal/packaging.py:65
621msgid "Command returned some ERRORS:"687msgid "Command returned some ERRORS:"
622msgstr ""688msgstr "Il comando ha restituito degli errori:"
623689
624#. finish the current line690#. finish the current line
625#: ../data/templates/ubuntu-application/internal/packaging.py:89691#: ../data/templates/ubuntu-application/internal/packaging.py:89
626#: ../data/templates/ubuntu-flash-game/internal/packaging.py:87692#: ../data/templates/ubuntu-flash-game/internal/packaging.py:87
627msgid "Command returned some WARNINGS:"693msgid "Command returned some WARNINGS:"
628msgstr ""694msgstr "Il comando ha restituito dei warning:"
629695
630#: ../data/templates/ubuntu-application/internal/packaging.py:268696#: ../data/templates/ubuntu-application/internal/packaging.py:273
631#: ../data/templates/ubuntu-flash-game/internal/packaging.py:194697#: ../data/templates/ubuntu-flash-game/internal/packaging.py:194
632msgid "An error has occurred when creating debian packaging"698msgid "An error has occurred when creating debian packaging"
633msgstr ""699msgstr "Si è verificato un errore creando il pacchetto debian"
634700
635#: ../data/templates/ubuntu-application/internal/packaging.py:274701#: ../data/templates/ubuntu-application/internal/packaging.py:279
636#: ../data/templates/ubuntu-flash-game/internal/packaging.py:197702#: ../data/templates/ubuntu-flash-game/internal/packaging.py:197
637msgid "Ubuntu packaging created in debian/"703msgid "Ubuntu packaging created in debian/"
638msgstr ""704msgstr "Pacchetto Ubuntu creato in debian/"
639705
640#: ../data/templates/ubuntu-application/internal/packaging.py:379706#: ../data/templates/ubuntu-application/internal/packaging.py:384
641#: ../data/templates/ubuntu-flash-game/internal/packaging.py:302707#: ../data/templates/ubuntu-flash-game/internal/packaging.py:302
642msgid "ERROR: an error occurred during source package creation"708msgid "ERROR: an error occurred during source package creation"
643msgstr ""709msgstr ""
710"ERRORE: si è verificato un errore durante la creazione del pacchetto sorgente"
644711
645#: ../data/templates/ubuntu-application/internal/packaging.py:384712#: ../data/templates/ubuntu-application/internal/packaging.py:389
646#: ../data/templates/ubuntu-flash-game/internal/packaging.py:307713#: ../data/templates/ubuntu-flash-game/internal/packaging.py:307
647msgid "ERROR: an error occurred during source upload to launchpad"714msgid "ERROR: an error occurred during source upload to launchpad"
648msgstr ""715msgstr ""
716"ERRORE: si è verificato un errore durante il caricamento del sorgente su "
717"launchpad"
649718
650#: ../data/templates/ubuntu-application/internal/packaging.py:422719#: ../data/templates/ubuntu-application/internal/packaging.py:427
651#: ../data/templates/ubuntu-flash-game/internal/packaging.py:345720#: ../data/templates/ubuntu-flash-game/internal/packaging.py:345
652msgid ""721msgid ""
653"Release version specified in command arguments is not a valid version scheme "722"Release version specified in command arguments is not a valid version scheme "
654"like 'x(.y)(.z)'."723"like 'x(.y)(.z)'."
655msgstr ""724msgstr ""
725"Il numero di versione specificato nei parametri non è in un formato valido, "
726"come \"x(.y)(.z)\"."
656727
657#: ../data/templates/ubuntu-application/internal/packaging.py:431728#: ../data/templates/ubuntu-application/internal/packaging.py:436
658#: ../data/templates/ubuntu-flash-game/internal/packaging.py:354729#: ../data/templates/ubuntu-flash-game/internal/packaging.py:354
659msgid "No previous version found in setup.py. Put one please"730msgid "No previous version found in setup.py. Put one please"
660msgstr ""731msgstr ""
732"Numero di versione precedente non trovato nel file setup.py. Inserirne uno"
661733
662#: ../data/templates/ubuntu-application/internal/packaging.py:441734#: ../data/templates/ubuntu-application/internal/packaging.py:446
663#: ../data/templates/ubuntu-flash-game/internal/packaging.py:364735#: ../data/templates/ubuntu-flash-game/internal/packaging.py:364
664#, python-format736#, python-format
665msgid ""737msgid ""
666"Share version specified after -public in setup.py is not a valid number: %s"738"Share version specified after -public in setup.py is not a valid number: %s"
667msgstr ""739msgstr ""
740"Versione di rilascio specificata dopo -public nel file setup.py non è un "
741"valore valido: %s"
668742
669#: ../data/templates/ubuntu-application/internal/packaging.py:461743#: ../data/templates/ubuntu-application/internal/packaging.py:466
670#: ../data/templates/ubuntu-flash-game/internal/packaging.py:384744#: ../data/templates/ubuntu-flash-game/internal/packaging.py:384
671#, python-format745#, python-format
672msgid ""746msgid ""
673"Minor version specified in setup.py is not a valid number: %s. Fix this or "747"Minor version specified in setup.py is not a valid number: %s. Fix this or "
674"specify a version as release command line argument"748"specify a version as release command line argument"
675msgstr ""749msgstr ""
750"Il valore di minor version specificato nel file setup.py non è valido: %s. "
751"Occorre correggerlo o specificarlo come paramentro del comando release"
676752
677#: ../quickly/commands.py:308753#: ../quickly/commands.py:308
678#, python-format754#, python-format
679msgid "ERROR: %s command failed"755msgid "ERROR: %s command failed"
680msgstr ""756msgstr "ERRORE: comando %s non riuscito"
681757
682#: ../quickly/commands.py:309 ../quickly/commands.py:450758#: ../quickly/commands.py:309 ../quickly/commands.py:450
683#: ../quickly/commands.py:460759#: ../quickly/commands.py:460
684msgid "Aborting"760msgid "Aborting"
685msgstr ""761msgstr "Interruzione"
686762
687#: ../quickly/commands.py:447763#: ../quickly/commands.py:447
688#, python-format764#, python-format
@@ -690,6 +766,9 @@
690"ERROR: Can't find project in %s.\n"766"ERROR: Can't find project in %s.\n"
691"Ensure you launch this command from a quickly project directory."767"Ensure you launch this command from a quickly project directory."
692msgstr ""768msgstr ""
769"ERRORE: Impossibile trovare il progetto in %s.\n"
770"Occorre lanciare questo comando da una directory di un progetto creato con "
771"quickly"
693772
694#: ../quickly/commands.py:457773#: ../quickly/commands.py:457
695#, python-format774#, python-format
@@ -697,18 +776,20 @@
697"ERROR: %s is a project. You can't launch %s command within a project. Please "776"ERROR: %s is a project. You can't launch %s command within a project. Please "
698"choose another path."777"choose another path."
699msgstr ""778msgstr ""
779"ERRORE: %s è un progetto. Impossibile lanciare il comando %s all'interno di "
780"un progetto. Scegliere un altro percorso."
700781
701#: ../data/templates/ubuntu-flash-game/create.py:35782#: ../data/templates/ubuntu-flash-game/create.py:35
702msgid ""783msgid ""
703"Usage:\n"784"Usage:\n"
704"$ quickly create ubuntu-flash-game path/to/project_name "785"$ quickly create ubuntu-flash-game path/to/project_name path/to/myflashgame."
705"path/to/myflashgame.swf\n"786"swf\n"
706"\n"787"\n"
707"where \"project_name\" is one or more words separated by an underscore and\n"788"where 'project_name' is one or more words separated by an underscore and\n"
708"path/to can be any existing path.\n"789"path/to can be any existing path.\n"
709"\n"790"\n"
710"This will create a new project which runs your existing SWF, "791"This will create a new project which runs your existing SWF, myflashgame."
711"myflashgame.swf,\n"792"swf,\n"
712"on the Ubuntu desktop, and makes it ready to be packaged and distributed in\n"793"on the Ubuntu desktop, and makes it ready to be packaged and distributed in\n"
713"the Ubuntu Software Centre.\n"794"the Ubuntu Software Centre.\n"
714"\n"795"\n"
@@ -718,61 +799,222 @@
718"1. Changing your working directory to the new project:\n"799"1. Changing your working directory to the new project:\n"
719"$ cd path/to/project_name\n"800"$ cd path/to/project_name\n"
720"\n"801"\n"
721"3. Edit the code and specify the title and window size:\n"802"2. Edit the code and specify the title and window size:\n"
722"$ quickly edit\n"803"$ quickly edit\n"
723msgstr ""804msgstr ""
805"Uso:\n"
806"$ quickly create ubuntu-flash-game percorso/del/nome_progetto percorso/del/"
807"miogiocoflash.swf\n"
808"\n"
809"dove \"nome_progetto\" è una o più parole separate da underscore e\n"
810"path/del deve essere un percorso esistente.\n"
811"\n"
812"Questo creerà un nuovo progetto che lanci il file SWF chiamato miogiocoflash."
813"swf,\n"
814"sul desktop di Ubuntu, e lo renda pronto per essere pacchettizzato e "
815"distribuito\n"
816"nel Software Center di Ubuntu.\n"
817"\n"
818"Dopo la creazione del progetto, è opportuno specificare il titolo del gioco\n"
819"a la dimensione della finestra:\n"
820"\n"
821"1. Spostarsi nella directory di lavoro del progetto:\n"
822"$ cd percorso/del/nome_progetto\n"
823"\n"
824"2. Modifica del codice per specificare il titolo e la dimensione della "
825"finestra:\n"
826"$ quickly edit\n"
724827
725#: ../data/templates/ubuntu-flash-game/create.py:59828#: ../data/templates/ubuntu-flash-game/create.py:59
726msgid ""829msgid ""
727"Project name not defined.\n"830"Project name not defined.\n"
728"Usage is: quickly create ubuntu-flash-game project_name myflashgame.swf"831"Usage:\n"
832"$ quickly create ubuntu-flash-game project_name myflashgame.swf"
729msgstr ""833msgstr ""
834"Nome progetto non definito.\n"
835"Uso:\n"
836"$ quickly create ubuntu-flash-game nome_progetto miogiocoflash.swf"
730837
731#: ../data/templates/ubuntu-flash-game/create.py:63838#: ../data/templates/ubuntu-flash-game/create.py:63
732msgid ""839msgid ""
733"Flash SWF file not defined.\n"840"Flash SWF file not defined.\n"
734"Usage is: quickly create ubuntu-flash-game project_name myflashgame.swf"841"Usage:\n"
842"$ quickly create ubuntu-flash-game project_name myflashgame.swf"
735msgstr ""843msgstr ""
844"File flash SWF non definito.\n"
845"Uso:\n"
846"$ quickly create ubuntu-flash-game nome_progetto miogiocoflash.swf"
736847
737#: ../data/templates/ubuntu-flash-game/create.py:71848#: ../data/templates/ubuntu-flash-game/create.py:71
738#, python-format849#, python-format
739msgid ""850msgid ""
740"Flash SWF file '%s' not found.\n"851"Flash SWF file %s not found.\n"
741"Usage is: quickly create ubuntu-flash-game project_name myflashgame.swf"852"Usage:\n"
853"$ quickly create ubuntu-flash-game project_name myflashgame.swf"
742msgstr ""854msgstr ""
855"File flash SWF \"%s\" non trovato.\n"
856"Uso:\n"
857"$ quickly create ubuntu-flash-game nome_progetto miogiocoflash.swf"
743858
744#. add it to revision control859#. add it to revision control
745#: ../data/templates/ubuntu-flash-game/create.py:144860#: ../data/templates/ubuntu-flash-game/create.py:144
746msgid "Creating bzr repository and commiting"861msgid "Creating bzr repository and commiting"
747msgstr ""862msgstr "Creazione repository bzr e commit"
748863
749#: ../data/templates/ubuntu-flash-game/create.py:156864#: ../data/templates/ubuntu-flash-game/create.py:156
750#, python-format865#, python-format
751msgid ""866msgid ""
752"Congratulations, your new project is set up! cd %s/ to edit the details."867"Congratulations, your new project is set up! cd %s/ to edit the details."
753msgstr ""868msgstr ""
869"Congratulazioni, il progetto è stato creato! Digitare cd %s/ per iniziare a "
870"modificarlo."
754871
755#: ../data/templates/ubuntu-application/store/indicator.py:32872#: ../data/templates/ubuntu-application/store/indicator.py:31
756msgid ""873msgid ""
757"This will add support for Ubuntu Application Indicator to your quickly "874"This will add support for Ubuntu Application Indicator to your quickly "
758"project.\n"875"project.\n"
759"Next time you run your app, the Indicator will show up in the panel on top "876"Next time you run your app, the Indicator will show up in the panel on top "
760"right.\n"877"right.\n"
761"You can add/remove/modify items from the indicator menu by editing "878"You can add/remove/modify items from the indicator menu by editing indicator."
879"py\n"
880msgstr ""
881"Questo aggiungerà il supporto per l'Application Indicator di Ubuntu nel "
882"progetto.\n"
883"La prossima volta che verrà eseguita l'applicazione, l'indicatore sarà "
884"mostrato nel pannello in alto a destra.\n"
885"È possibile aggiungere, rimuovere o modificare le voci del menu modificando "
762"indicator.py\n"886"indicator.py\n"
887
888#: ../quickly/builtincommands.py:37
889msgid "No project name specified."
890msgstr "Nome progetto non specificato."
891
892#: ../quickly/builtincommands.py:58
893#, python-format
894msgid "There is already a file or directory named %s"
895msgstr "Esiste già un file o una directory chiamata %s"
896
897#. create directory and template file
898#: ../quickly/builtincommands.py:62
899#, python-format
900msgid "Creating project directory %s"
901msgstr "Creazione directory progetto %s"
902
903#: ../quickly/builtincommands.py:75
904msgid "List all commands ordered by templates"
905msgstr "Elenca tutti i comandi ordinati per modello"
906
907#: ../quickly/builtincommands.py:94
908msgid "Give some getstarted advice"
909msgstr "Fornisce alcuni consigli per iniziare"
910
911#: ../quickly/builtincommands.py:102
912msgid ""
913"-------------------------------\n"
914" Welcome to Quickly!\n"
915"-------------------------------\n"
916"\n"
917"You can create a project by executing 'quickly create <template-name> <your-"
918"project>'.\n"
919"\n"
920"Example with ubuntu-application template:\n"
921"1. create an ubuntu application and run the tutorial:\n"
922"$ quickly create ubuntu-application foo\n"
923"$ cd foo\n"
924"$ quickly tutorial\n"
925"\n"
926"2. You can also try:\n"
927"$ quickly edit\n"
928"$ quickly design\n"
929"$ quickly run\n"
930"Use bash completion to get every available command\n"
931"\n"
932"3. How to play with a package and release it:\n"
933"\n"
934"Optional (but recommended): build your package locally:\n"
935"$ quickly package\n"
936"\n"
937"BE WARNED: the two following commands will connect to Launchpad. Make sure "
938"that you have a Launchpad account and a PPA! You can find out more about "
939"setting up a Launchpad account and Launchpad features at https://launchpad."
940"net/\n"
941"$ quickly release or $ quickly share\n"
942"\n"
943"Have Fun!"
763msgstr ""944msgstr ""
945"-------------------------------\n"
946" Benvenuti in Quickly!\n"
947"-------------------------------\n"
948"\n"
949"È possibile creare un progetto con il comando \"quickly create <nome-"
950"modello> <nome-progetto>\".\n"
951"\n"
952"Esempio con il modello ubuntu-application:\n"
953"1. creare un'applicazione ubuntu e lanciare il tutorial:\n"
954"$ quickly create ubuntu-application prova\n"
955"$ cd prova\n"
956"$ quickly tutorial\n"
957"\n"
958"2. Potete provare anche\n"
959"$ quickly edit\n"
960"$ quickly design\n"
961"$ quickly run\n"
962"Usare il completamento della bash per avere l'elenco dei comandi "
963"disponibili\n"
964"\n"
965"3. Come costruire il pacchetto e rilasciarlo:\n"
966"\n"
967"Passo opzionale (ma raccomandato): creare il pacchetto localmente:\n"
968"$ quickly package\n"
969"\n"
970"ATTENZIONE: i 2 comandi di seguito si connetteranno a Launchpad. "
971"Assicuratevi di avere un account su Launchpad e un PPA! È possibile trovare "
972"ulteriori informazioni riguardo Launchpad all'indirizzo https://launchpad."
973"net/\n"
974"$ quickly release oppure $ quickly share\n"
975"\n"
976"Buon divertimento!"
977
978#: ../quickly/builtincommands.py:131
979msgid "Get help from commands"
980msgstr "Fornisce aiuto sui comandi"
981
982#: ../quickly/builtincommands.py:132
983msgid "Usage: quickly help [template] <command>"
984msgstr "Uso: quickly help [modello] <comando>"
985
986#: ../quickly/builtincommands.py:151
987msgid "Create a new quickly template from an existing one"
988msgstr "Crea un nuovo modello da uno esistente"
989
990#: ../quickly/builtincommands.py:152
991msgid "Usage: quickly quickly [origin-template] destination-template"
992msgstr "Uso: quickly quickly [modello-originale] modello-destinazione"
993
994#: ../quickly/builtincommands.py:163
995msgid "No destination template name provided."
996msgstr "Nome del modello di destinazione mancante."
997
998#: ../quickly/builtincommands.py:172
999#, python-format
1000msgid "%s already exists."
1001msgstr "Esiste già %s."
1002
1003#: ../quickly/builtincommands.py:176
1004#, python-format
1005msgid "Copy %s to create new %s template"
1006msgstr "Copiare %s per creare il nuovo modello %s"
7641007
765#: ../data/templates/ubuntu-application/release.py:401008#: ../data/templates/ubuntu-application/release.py:40
766msgid ""1009msgid "quickly release [--ppa <ppa | group/ppa>] [release-version] [comments]"
767"quickly release [--ppa <ppa | group/ppa>] [release-version] [comments]"1010msgstr "quickly release [--ppa <ppa | group/ppa>] [versione] [commenti]"
768msgstr ""
7691011
770#: ../data/templates/ubuntu-application/release.py:421012#: ../data/templates/ubuntu-application/release.py:42
771msgid ""1013msgid ""
772"Posts a release of your project to a PPA on launchpad so that\n"1014"Posts a release of your project to a PPA on launchpad so that\n"
773"users can install the application on their system.\n"1015"users can install the application on their system.\n"
774"\n"1016"\n"
775"Before running quickly release, you should: create your account\n"1017"Before running 'quickly release', you should: create your account\n"
776"and a project page on http://launchpad.net.\n"1018"and a project page on http://launchpad.net.\n"
777"You also have to add a PPA to your launchpad account.\n"1019"You also have to add a PPA to your launchpad account.\n"
778"\n"1020"\n"
@@ -789,6 +1031,25 @@
789"You can optionally run 'quickly package' and test your package to make\n"1031"You can optionally run 'quickly package' and test your package to make\n"
790"sure it installs as expected."1032"sure it installs as expected."
791msgstr ""1033msgstr ""
1034"Pubblica una versione del progetto su un PPA di launchpad in modo\n"
1035"che gli utenti possano installare l'applicazione nel sistema.\n"
1036"\n"
1037"Prima di eseguire \"quickly release\" occorre creare un account e\n"
1038"una pagina progetto su http://launchpad.net.\n"
1039"Dovete aver aggiunto anche un PPA nell'account.\n"
1040"\n"
1041"Nome, email e numero di versione verrà automaticamente cambiato in\n"
1042"setup.py e bzr creerà un tag per la versione corrente.\n"
1043"\n"
1044"Se non specificato, il numero di versione sarà \"ANNO.MESE[.VERSIONE]\".\n"
1045"\n"
1046"Per esempio, il terzo rilascio del Luglio 2010 sarà la versione 10.07.2.\n"
1047"\n"
1048"È opportuno assicurarsi che la descrizione breve e lunga nel file setup.py\n"
1049"sia correttamente aggiornato prima del rilascio.\n"
1050"\n"
1051"È opzionalmente possibile eseguire \"quickly package\" per testare il \n"
1052"pacchetto ed essere sicuri che venga installato come atteso."
7921053
793#: ../data/templates/ubuntu-application/release.py:2891054#: ../data/templates/ubuntu-application/release.py:289
794#, python-format1055#, python-format
@@ -796,19 +1057,21 @@
796"%s %s released and building on Launchpad. Wait for half an hour and have "1057"%s %s released and building on Launchpad. Wait for half an hour and have "
797"look at %s."1058"look at %s."
798msgstr ""1059msgstr ""
1060"%s %s rilasciato e in corso di building su Launchpad. Attendere circa "
1061"mezz'ora e controllare su %s"
7991062
800#: ../data/templates/ubuntu-application/test.py:321063#: ../data/templates/ubuntu-application/test.py:32
801msgid ""1064msgid ""
802"This command tests your project using the contents of the tests directory"1065"This command tests your project using the contents of the tests directory"
803msgstr ""1066msgstr "Questo comando esegue i test usando il contenuto della directory tests"
8041067
805#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:11068#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:1
806msgid "Contents"1069msgid "Contents"
807msgstr ""1070msgstr "Contenuti"
8081071
809#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:21072#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:2
810msgid "Status Area"1073msgid "Status Area"
811msgstr ""1074msgstr "Barra di stato"
8121075
813#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:31076#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:3
814msgid ""1077msgid ""
@@ -820,128 +1083,128 @@
820"To change the behavior and edit the python code, run 'quickly edit', which "1083"To change the behavior and edit the python code, run 'quickly edit', which "
821"will bring up a text editor."1084"will bring up a text editor."
822msgstr ""1085msgstr ""
1086"L'applicazione è stata creata!\n"
1087"\n"
1088"Per iniziare a cambiare l'interfaccia utente eseguire \"quickly design\" che "
1089"apre GLADE per permettere la modfica delle finestre.\n"
1090"\n"
1091"Per cambiare il codice python eseguite \"quickly edit\", che apre l'editor "
1092"di testo."
8231093
824#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:81094#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:8
825msgid "_Edit"1095msgid "_Edit"
826msgstr ""1096msgstr "_Modifica"
8271097
828#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:91098#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:9
829msgid "_File"1099msgid "_File"
830msgstr ""1100msgstr "_File"
8311101
832#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:101102#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:10
833msgid "_Help"1103msgid "_Help"
834msgstr ""1104msgstr "_Aiuto"
8351105
836#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:111106#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:11
837msgid "_View"1107msgid "_View"
838msgstr ""1108msgstr "_Visualizza"
8391109
840#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:121110#: ../data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui.h:12
841msgid "sentence_name"1111msgid "sentence_name"
842msgstr ""1112msgstr "sentence_name"
8431113
844#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:631114#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:64
845#: ../data/templates/ubuntu-application/internal/quicklyutils.py:641115#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:105
846#, python-format1116#: ../data/templates/ubuntu-application/internal/quicklyutils.py:87
847msgid ""1117#: ../data/templates/ubuntu-application/internal/quicklyutils.py:128
848"Failed to add file to project\n"
849" cannot add: %s - this file already exists."
850msgstr ""
851
852#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:96
853#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:137
854#: ../data/templates/ubuntu-application/internal/quicklyutils.py:116
855#: ../data/templates/ubuntu-application/internal/quicklyutils.py:157
856msgid "ERROR: Can't load setup.py file"1118msgid "ERROR: Can't load setup.py file"
857msgstr ""1119msgstr "ERRORE: impossibile caricare il file setup.py"
8581120
859#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:1951121#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:163
860#: ../data/templates/ubuntu-application/save.py:411122#: ../data/templates/ubuntu-application/save.py:41
861#: ../data/templates/ubuntu-application/internal/quicklyutils.py:2151123#: ../data/templates/ubuntu-application/internal/quicklyutils.py:186
862msgid "quickly saved"1124msgid "quickly saved"
863msgstr ""1125msgstr "quickly salvato"
8641126
865#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:2781127#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:246
866#: ../data/templates/ubuntu-application/internal/quicklyutils.py:3231128#: ../data/templates/ubuntu-application/internal/quicklyutils.py:294
867msgid ""1129msgid ""
868"There is no GPG key detected for your Launchpad account. Please upload one "1130"There is no GPG key detected for your Launchpad account. Please upload one "
869"as you can read on the tutorial"1131"as you can read on the tutorial"
870msgstr ""1132msgstr ""
1133"Non esiste una chiave GPG nell'account Launchpad. Caricarne una come "
1134"specificato nel tutorial"
8711135
872#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:2881136#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:256
873#: ../data/templates/ubuntu-application/internal/quicklyutils.py:3331137#: ../data/templates/ubuntu-application/internal/quicklyutils.py:304
874msgid "You choosed to not create your GPG key."1138msgid "You choosed to not create your GPG key."
875msgstr ""1139msgstr "Si è scelto di non creare la chiave GPG."
8761140
877#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:3111141#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:279
878#: ../data/templates/ubuntu-application/internal/quicklyutils.py:3561142#: ../data/templates/ubuntu-application/internal/quicklyutils.py:327
879msgid "Can't create GPG key. Try to create it yourself."1143msgid "Can't create GPG key. Try to create it yourself."
880msgstr ""1144msgstr "Impossibile creare la chiave GPG. Provare a crearla manualmente."
8811145
882#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:3261146#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:294
883#: ../data/templates/ubuntu-application/internal/quicklyutils.py:3711147#: ../data/templates/ubuntu-application/internal/quicklyutils.py:342
884msgid ""1148msgid ""
885"Can't sign the package as no adress email found. Fulfill the AUTHORS file "1149"Can't sign the package as no adress email found. Fulfill the AUTHORS file "
886"with name <emailadress> or export DEBEMAIL/EMAIL."1150"with name <emailadress> or export DEBEMAIL/EMAIL."
887msgstr ""1151msgstr ""
1152"Impossibile firmare il pacchetto per la mancanza dell'indirizzo email. "
1153"Completare il file AUTHORS sostituendo <emailadress> oppure impostare la "
1154"variabile DEBEMAIL o EMAIL"
8881155
889#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:3671156#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:335
890#: ../data/templates/ubuntu-application/internal/quicklyutils.py:4121157#: ../data/templates/ubuntu-application/internal/quicklyutils.py:383
891msgid ""1158msgid ""
892"GPG keys found matching no prefered email. You can export DEBEMAIL or put it "1159"GPG keys found matching no prefered email. You can export DEBEMAIL or put it "
893"in AUTHORS file one matching your local gpg key."1160"in AUTHORS file one matching your local gpg key."
894msgstr ""1161msgstr ""
1162"La chiave GPG trovata non corrisponde all'email specificata. Esportare la "
1163"variabile DEBEMAIL o inserirne una nel file AUTHORS che sia presente nella "
1164"chiave GPG locale."
8951165
896#. shouldn't happen as other errors are caught1166#. shouldn't happen as other errors are caught
897#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:4091167#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:377
898#: ../data/templates/ubuntu-application/internal/quicklyutils.py:4541168#: ../data/templates/ubuntu-application/internal/quicklyutils.py:425
899msgid "No gpg key set matching launchpad one found.'"1169msgid "No gpg key set matching launchpad one found."
900msgstr ""1170msgstr "La chiave gpg impostata non corrisponde a quella trovata su Launchpad."
9011171
902#: ../quickly/launchpadaccess.py:391172#: ../quickly/launchpadaccess.py:44
903msgid "Check whether python-launchpadlib is installed"1173msgid "Check whether python-launchpadlib is installed"
1174msgstr "Controllare anche se python-launchpadlib è installato"
1175
1176#: ../quickly/launchpadaccess.py:82
1177msgid "WARNING: you are using staging and not launchpad real production server"
904msgstr ""1178msgstr ""
1179"ATTENZIONE: si sta usando \"staging\" e non l'istanza di launchpad di "
1180"produzione"
9051181
906#: ../quickly/launchpadaccess.py:881182#: ../quickly/launchpadaccess.py:88
907msgid ""
908"WARNING: you are using staging and not launchpad real production server"
909msgstr ""
910
911#: ../quickly/launchpadaccess.py:96
912msgid "Get Launchpad Settings"1183msgid "Get Launchpad Settings"
913msgstr ""1184msgstr "Recupero impostazioni di Launchpad"
9141185
915#: ../quickly/launchpadaccess.py:1111186#: ../quickly/launchpadaccess.py:89
916msgid "Previous Launchpad values seems to have been removed."
917msgstr ""
918
919#: ../quickly/launchpadaccess.py:113
920msgid "Initial Launchpad binding."
921msgstr ""
922
923#: ../quickly/launchpadaccess.py:114
924msgid "Quickly"1187msgid "Quickly"
925msgstr ""1188msgstr "Quickly"
9261189
927#: ../quickly/launchpadaccess.py:1261190#: ../quickly/launchpadaccess.py:100
928msgid "Unknown reason"1191msgid "Unknown reason"
929msgstr ""1192msgstr "Causa sconosciuta"
9301193
931#: ../quickly/launchpadaccess.py:1281194#: ../quickly/launchpadaccess.py:101
932#, python-format1195#, python-format
933msgid "Couldn't setup Launchpad for quickly ; %s"1196msgid "Couldn't setup Launchpad for quickly ; %s"
934msgstr ""1197msgstr "Impossibile impostare Launchpad per quickly; %s"
9351198
936#: ../quickly/launchpadaccess.py:1291199#: ../quickly/launchpadaccess.py:102
937msgid "Launchpad connection is ok"1200msgid "Launchpad connection is ok"
938msgstr ""1201msgstr "Connessione con Launchpad funzionante"
9391202
940#: ../quickly/launchpadaccess.py:1501203#: ../quickly/launchpadaccess.py:123
941msgid "No launchpad project given, aborting."1204msgid "No launchpad project given, aborting."
942msgstr ""1205msgstr "Nessun progetto Launchpad fornito, interruzione."
9431206
944#: ../quickly/launchpadaccess.py:1561207#: ../quickly/launchpadaccess.py:129
945#, python-format1208#, python-format
946msgid ""1209msgid ""
947"---------------- [%s] ----------------\n"1210"---------------- [%s] ----------------\n"
@@ -951,67 +1214,87 @@
951"Launchpad url: %s/%s\n"1214"Launchpad url: %s/%s\n"
952"%s\n"1215"%s\n"
953msgstr ""1216msgstr ""
1217"---------------- [%s] ----------------\n"
1218" %s\n"
1219"--------------------------------------\n"
1220"Nome progetto: %s\n"
1221"Indirizzo Launchpad: %s/%s\n"
1222"%s\n"
9541223
955#: ../quickly/launchpadaccess.py:1671224#: ../quickly/launchpadaccess.py:140
956msgid "No project found"1225msgid "No project found"
957msgstr ""1226msgstr "Nessun progetto trovato"
9581227
959#: ../quickly/launchpadaccess.py:1691228#: ../quickly/launchpadaccess.py:142
960msgid "Choose your project number"1229msgid "Choose your project number"
961msgstr ""1230msgstr "Scegliere il numero del progetto"
9621231
963#: ../quickly/launchpadaccess.py:1791232#: ../quickly/launchpadaccess.py:152
964msgid "No right number given, aborting."1233msgid "No right number given, aborting."
965msgstr ""1234msgstr "Numero fornito errato, interruzione."
9661235
967#: ../quickly/launchpadaccess.py:1861236#: ../quickly/launchpadaccess.py:159
968#, python-format1237#, python-format
969msgid ""1238msgid ""
970"Can't find %s project on Launchpad. You can try to find it interactively "1239"Can't find %s project on Launchpad. You can try to find it interactively "
971"without providing a project name."1240"without providing a project name."
972msgstr ""1241msgstr ""
1242"Impossibile trovare il progetto %s su Launchpad. È possibile provare a "
1243"cercarlo interattivamente senza fornirne il nome."
9731244
974#: ../data/templates/ubuntu-flash-game/package.py:311245#: ../data/templates/ubuntu-flash-game/package.py:31
975msgid ""1246msgid ""
976"Usage:\n"1247"Usage:\n"
1248"$ quickly package\n"
1249"\n"
1250"Creates a debian file (deb) from your project. Before running\n"
1251"the package command you can edit the Icon and Category entry of *.desktop."
1252"in \n"
1253"file, where * is the name of your project.\n"
1254"\n"
1255"Note that if you didn't run 'quickly release', 'quickly share'\n"
1256"or 'quickly change-lp-project' you may miss the name, email in\n"
1257"setup.py. You can edit them if you don't want to use any of these\n"
1258"commands afterwards. Those changes are not a mandatory at all for\n"
1259"testing purpose.\n"
1260msgstr ""
1261"Uso:\n"
977"$quickly package\n"1262"$quickly package\n"
978"\n"1263"\n"
979"Creates a debian file (deb) from your project. Before running\n"1264"Crea un pacchetto debian (deb) per il progetto. Prima di eseguire\n"
980"the package command you can edit the Icon and Category entry of *.desktop.in "1265"il comando è possibile modificare l'icona e la categoria nel file\n"
981"\n"1266"*.desktop.in, dove * rappresenta il nome del progetto.\n"
982"file, where * is the name of your project.\n"1267"\n"
983"\n"1268"Notare che se non si esegue \"quickly release\", \"quickly share\"\n"
984"Note that if you didn't run quickly release, quickly share\n"1269"oppure \"quickly change-lp-project\" si può perdere il nome, email\n"
985"or quickly change-lp-project you may miss the name, email in\n"1270"in setup.py. È possibile modificarlo manualmente se non si \n"
986"setup.py. You can edit them if you don't want to use any of these\n"1271"desidera usare uno di questo comandi. Questi cambiamenti\n"
987"commands afterwards. Those changes are not a mandatory at all for\n"1272"non sono obbligatori per svolgere delle prove.\n"
988"testing purpose.\n"
989msgstr ""
9901273
991#: ../data/templates/ubuntu-flash-game/package.py:541274#: ../data/templates/ubuntu-flash-game/package.py:54
992#: ../data/templates/ubuntu-application/package.py:791275#: ../data/templates/ubuntu-application/package.py:79
993msgid "Release version not found in setup.py."1276msgid "Release version not found in setup.py."
994msgstr ""1277msgstr "Numero versione non trovato in setup.py."
9951278
996#: ../data/templates/ubuntu-flash-game/package.py:671279#: ../data/templates/ubuntu-flash-game/package.py:67
997#: ../data/templates/ubuntu-application/package.py:931280#: ../data/templates/ubuntu-application/package.py:93
998#, python-format1281#, python-format
999msgid "Ubuntu package has been successfully created in ../%s_%s_all.deb"1282msgid "Ubuntu package has been successfully created in ../%s_%s_all.deb"
1000msgstr ""1283msgstr "Il pacchetto Ubuntu è stato creato con successo in ../%s_%s_all.deb"
10011284
1002#: ../data/templates/ubuntu-flash-game/package.py:691285#: ../data/templates/ubuntu-flash-game/package.py:69
1003#: ../data/templates/ubuntu-application/package.py:951286#: ../data/templates/ubuntu-application/package.py:95
1004msgid "An error has occurred during package building"1287msgid "An error has occurred during package building"
1005msgstr ""1288msgstr "Si è verificato un errore durante la creazione del pacchetto"
10061289
1007#: ../quickly/version.py:341290#: ../quickly/version.py:34
1008#, python-format1291#, python-format
1009msgid "No quickly data path found in %s."1292msgid "No quickly data path found in %s."
1010msgstr ""1293msgstr "Percorso dati non trovato in %s."
10111294
1012#: ../quickly/version.py:381295#: ../quickly/version.py:38
1013msgid "No template found."1296msgid "No template found."
1014msgstr ""1297msgstr "Modello non trovato."
10151298
1016#: ../quickly/version.py:401299#: ../quickly/version.py:40
1017#, python-format1300#, python-format
@@ -1026,68 +1309,100 @@
1026" %s\n"1309" %s\n"
1027"\n"1310"\n"
1028"Copyright 2009 Rick Spencer\n"1311"Copyright 2009 Rick Spencer\n"
1029"Copyright 2009-2010 Didier Roche\n"1312"Copyright 2009-2011 Didier Roche\n"
1313"Copyright 2010-2011 Canonical Ltd\n"
1030"https://launchpad.net/quickly\n"1314"https://launchpad.net/quickly\n"
1031"\n"1315"\n"
1032"quickly comes with ABSOLUTELY NO WARRANTY. quickly is free software, and\n"1316"quickly comes with ABSOLUTELY NO WARRANTY. quickly is free software, and\n"
1033"you may use, modify and redistribute it under the terms of the GNU\n"1317"you may use, modify and redistribute it under the terms of the GNU\n"
1034"General Public License version 3 or later."1318"General Public License version 3 or later."
1035msgstr ""1319msgstr ""
1320"Quickly %s\n"
1321" Interprete Python: %s %s\n"
1322" Libreria Python standard: %s\n"
1323" \n"
1324" Libreria in uso da Quickly: %s\n"
1325" Percorso dei dati di Quickly: %s\n"
1326" Directory dei modelli Quickly:\n"
1327" %s\n"
1328"\n"
1329"Copyright 2009 Rick Spencer\n"
1330"Copyright 2009-2010 Didier Roche\n"
1331"Copyright 2010-2011 Canonical Ltd\n"
1332"https://launchpad.net/quickly\n"
1333"\n"
1334"Quickly è fornito senza ALCUNA GARANZIA. Quickly è software libero ed è "
1335"permesso\n"
1336"l'uso, la modifica e la sua ridistribuzione secondo i termini della licenza "
1337"GNU General\n"
1338"Public License versione 3 o successive."
10361339
1037#: ../quickly/templatetools.py:471340#: ../quickly/templatetools.py:47
1038msgid "No help for this command"1341msgid "No help for this command"
1039msgstr ""1342msgstr "Aiuto non disponibile per questo comando"
10401343
1041#: ../quickly/templatetools.py:701344#: ../quickly/templatetools.py:70
1042msgid ""1345msgid ""
1043"ERROR: unpermitted character in name.\n"1346"ERROR: unpermitted character in name.\n"
1044"The name must start with a letter and contain only letters, spaces, dashes (-"1347"The name must start with a letter and contain only letters, spaces, dashes "
1045"), and digits."1348"(-), and digits."
1046msgstr ""1349msgstr ""
1350"ERRORE: carattere non permesso nel nome.\n"
1351"Il nome deve iniziare con una lettera e contenere soltanto lettere, spazi, "
1352"trattini (-) e numeri."
10471353
1048#: ../quickly/templatetools.py:741354#: ../quickly/templatetools.py:74
1049#, python-format1355#, python-format
1050msgid "ERROR: %s is not permitted as a quickly project name"1356msgid "ERROR: %s is not permitted as a quickly project name"
1051msgstr ""1357msgstr "ERRORE: %s non è permesso come nome progetto"
10521358
1053#: ../quickly/templatetools.py:133 ../quickly/templatetools.py:1371359#: ../quickly/templatetools.py:133 ../quickly/templatetools.py:137
1054#, python-format1360#, python-format
1055msgid "%s was not found in the file %s."1361msgid "%s was not found in the file %s."
1056msgstr ""1362msgstr "%s non è stato trovato nel file %s."
10571363
1058#: ../quickly/templatetools.py:1431364#: ../quickly/templatetools.py:143
1059#, python-format1365#, python-format
1060msgid "%s file was not found or can't update it"1366msgid "%s file was not found or can't update it"
1061msgstr ""1367msgstr "Il file %s non è stato trovato o non è possibile aggiornarlo"
10621368
1063#: ../quickly/templatetools.py:218 ../quickly/templatetools.py:2201369#: ../quickly/templatetools.py:218 ../quickly/templatetools.py:220
1064msgid "Usage:"1370msgid "Usage:"
1065msgstr ""1371msgstr "Uso:"
10661372
1067#: ../quickly/templatetools.py:2331373#: ../quickly/templatetools.py:233
1068#, python-format1374#, python-format
1069msgid "Candidate templates are: %s"1375msgid "Candidate templates are: %s"
1070msgstr ""1376msgstr "Modelli candidati sono: %s"
10711377
1072#: ../quickly/templatetools.py:2421378#: ../quickly/templatetools.py:242
1073#, python-format1379#, python-format
1074msgid "Candidate commands are: %s"1380msgid "Candidate commands are: %s"
1075msgstr ""1381msgstr "Comandi candidati sono: %s"
10761382
1077#: ../quickly/templatetools.py:2451383#: ../quickly/templatetools.py:245
1078#, python-format1384#, python-format
1079msgid "ERROR: %s"1385msgid "ERROR: %s"
1386msgstr "ERRORE: %s"
1387
1388#: ../quickly/templatetools.py:282
1389#, python-format
1390msgid ""
1391"Failed to add file to project\n"
1392" cannot add: %s - this file already exists."
1080msgstr ""1393msgstr ""
1394"Impossibile aggiungere il file al progetto\n"
1395" Il file %s non può essere aggiunto in quanto esiste già."
10811396
1082#: ../data/templates/ubuntu-application/share.py:431397#: ../data/templates/ubuntu-application/share.py:43
1083msgid "quickly share [--ppa <ppa | group/ppa>]"1398msgid "quickly share [--ppa <ppa | group/ppa>]"
1084msgstr ""1399msgstr "quickly share [--ppa <ppa | group/ppa>]"
10851400
1086#: ../data/templates/ubuntu-application/share.py:451401#: ../data/templates/ubuntu-application/share.py:45
1087msgid ""1402msgid ""
1088"Updates your PPA with the the latest saved project changes.\n"1403"Updates your PPA with the the latest saved project changes.\n"
1089"\n"1404"\n"
1090"Before running quickly share, you should: create your account\n"1405"Before running 'quickly share', you should: create your account \n"
1091"on http://launchpad.net.\n"1406"on http://launchpad.net.\n"
1092"You also have to add a PPA to your launchpad account.\n"1407"You also have to add a PPA to your launchpad account.\n"
1093"\n"1408"\n"
@@ -1103,12 +1418,34 @@
1103"You can optionally run 'quickly package' and test your package to make\n"1418"You can optionally run 'quickly package' and test your package to make\n"
1104"sure it installs as expected."1419"sure it installs as expected."
1105msgstr ""1420msgstr ""
1421"Aggiorna il PPA con l'ultima versione del progetto.\n"
1422"\n"
1423"Prima di eseguire \"quickly share\" occorre aver creato l'account\n"
1424"su http://launchpad.net.\n"
1425"Occorre aver aggiunto anche un PPA all'account launchpad.\n"
1426"\n"
1427"Nome, email e versione verranno automaticamente cambiati in setup.py.\n"
1428"\n"
1429"La nuova versione sarà \"CURRENT.VERSION-publicX\", dove X verrà "
1430"incrementato\n"
1431"ogni volta che si richiama il comando share.\n"
1432"\n"
1433"Ad esempio, se si è rilasciata recentemente la versione 10.07.2 e si è "
1434"fatto\n"
1435"lo share del pacchetto 3 volte, una successiva \"quickly share\" produrrà\n"
1436"la nuova versione 10.07.2-public4.\n"
1437"\n"
1438"È possibile eseguire opzionalmente \"quickly package\" per provare "
1439"localmente il\n"
1440"pacchetto e assicurarsi che si installi come dovrebbe."
11061441
1107#: ../data/templates/ubuntu-application/share.py:1631442#: ../data/templates/ubuntu-application/share.py:163
1108#, python-format1443#, python-format
1109msgid ""1444msgid ""
1110"%s %s is building on Launchpad. Wait for half an hour and have look at %s."1445"%s %s is building on Launchpad. Wait for half an hour and have look at %s."
1111msgstr ""1446msgstr ""
1447"%s %s è in corso di build in Launchpad. Attendere circa mezz'ora e "
1448"controllare su %s"
11121449
1113#: ../quickly/tools.py:481450#: ../quickly/tools.py:48
1114msgid ""1451msgid ""
@@ -1134,66 +1471,87 @@
1134" quickly push 'awesome new comment system'\n"1471" quickly push 'awesome new comment system'\n"
1135" quickly -t cool-template push 'awesome new comment system'"1472" quickly -t cool-template push 'awesome new comment system'"
1136msgstr ""1473msgstr ""
1474"Uso:\n"
1475" quickly [OPZIONI] comando ...\n"
1476"\n"
1477"Opzioni:\n"
1478" -t, --template <modello> Modello da usare se diverso da quello "
1479"predefinito\n"
1480" --staging Istanza staging (di test) di launchpad\n"
1481" --verbose Modalità prolissa\n"
1482" -h, --help Mostra l'aiuto\n"
1483"\n"
1484"Comandi:\n"
1485" \"create <modello> <nome-progetto>\" (modello è obbligatorio in questo "
1486"caso)\n"
1487" \"quickly <modello-origine> <modello-dest>\" per creare un template da "
1488"personalizzare\n"
1489" \"getstarted\" per avere dei suggerimenti iniziali \n"
1490"\n"
1491"Esempi:\n"
1492" quickly create ubuntu-application prova\n"
1493" quickly push \"inserire qui un commento\"\n"
1494" quickly -t mio-template push \"inserire qui un commento\""
11371495
1138#: ../quickly/tools.py:1191496#: ../quickly/tools.py:119
1139#, python-format1497#, python-format
1140msgid "%s is an invalid data path.\n"1498msgid "%s is an invalid data path.\n"
1141msgstr ""1499msgstr "%s non è un percorso dati valido.\n"
11421500
1143#: ../quickly/tools.py:1201501#: ../quickly/tools.py:120
1144msgid "No template directory found. Aborting"1502msgid "No template directory found. Aborting"
1145msgstr ""1503msgstr "Directory del modello non trovata. Interruzione"
11461504
1147#: ../quickly/tools.py:1381505#: ../quickly/tools.py:138
1148#, python-format1506#, python-format
1149msgid "ERROR: Template '%s' not found. Aborting"1507msgid "ERROR: Template %s not found. Aborting"
1150msgstr ""1508msgstr "ERROR: modello %s not found. Aborting"
11511509
1152#: ../quickly/tools.py:2021510#: ../quickly/tools.py:202
1153#, python-format1511#, python-format
1154msgid "ERROR: %s needs one argument: %s"1512msgid "ERROR: %s needs one argument: %s"
1155msgstr ""1513msgstr "ERRORE: %s necessita di un parametro: %s"
11561514
1157#: ../quickly/tools.py:2311515#: ../quickly/tools.py:231
1158msgid "ERROR: No command provided in command line"1516msgid "ERROR: No command provided in command line"
1159msgstr ""1517msgstr "ERRORE: nessun comando fornito nella riga di comando"
11601518
1161#: ../quickly/tools.py:333 ../quickly/tools.py:357 ../quickly/tools.py:3751519#: ../quickly/tools.py:333 ../quickly/tools.py:357 ../quickly/tools.py:375
1162#, python-format1520#, python-format
1163msgid "No command provided to %s command."1521msgid "No command provided to %s command."
1164msgstr ""1522msgstr "Nessun comando fornito per %s."
11651523
1166#: ../quickly/tools.py:3351524#: ../quickly/tools.py:335
1167#, python-format1525#, python-format
1168msgid "No template or command provided to %s command."1526msgid "No template or command provided to %s command."
1169msgstr ""1527msgstr "Nessun modello o comando fornito per %s."
11701528
1171#. Wasn't a command or a template name, but we are in the context of a template1529#. Wasn't a command or a template name, but we are in the context of a template
1172#: ../quickly/tools.py:343 ../quickly/tools.py:3601530#: ../quickly/tools.py:343 ../quickly/tools.py:360
1173#, python-format1531#, python-format
1174msgid "No %s command found in %s template."1532msgid "No %s command found in %s template."
1175msgstr ""1533msgstr "Comando %s non trovato nel modello %s."
11761534
1177#: ../quickly/tools.py:3511535#: ../quickly/tools.py:351
1178#, python-format1536#, python-format
1179msgid "%s is neither a template nor a standard command."1537msgid "%s is neither a template nor a standard command."
1180msgstr ""1538msgstr "%s non è un modello né un comando."
11811539
1182#: ../quickly/tools.py:353 ../bin/quickly.py:571540#: ../quickly/tools.py:353 ../bin/quickly.py:57
1183#, python-format1541#, python-format
1184msgid "Template %s does not exist."1542msgid "Template %s does not exist."
1185msgstr ""1543msgstr "Il modello %s non esiste."
11861544
1187#: ../quickly/tools.py:3671545#: ../quickly/tools.py:367
1188#, python-format1546#, python-format
1189msgid "No template provided to %s command."1547msgid "No template provided to %s command."
1190msgstr ""1548msgstr "Nessun modello fornito per il comando %s."
11911549
1192#. there is really not such command, in any template1550#. there is really not such command, in any template
1193#: ../quickly/tools.py:373 ../bin/quickly.py:821551#: ../quickly/tools.py:373 ../bin/quickly.py:82
1194#, python-format1552#, python-format
1195msgid "No %s command found."1553msgid "No %s command found."
1196msgstr ""1554msgstr "Comando %s non trovato."
11971555
1198#: ../data/templates/ubuntu-application/design.py:331556#: ../data/templates/ubuntu-application/design.py:33
1199msgid ""1557msgid ""
@@ -1203,10 +1561,15 @@
1203"directly, and the open the UI files, Glade will throw errors\n"1561"directly, and the open the UI files, Glade will throw errors\n"
1204"and won't open the files."1562"and won't open the files."
1205msgstr ""1563msgstr ""
1564"Apre l'editor Glade per poter modificare le finestre del progetto\n"
1565"Notare che *occorre* aprire Glade in questa maniera per far sì\n"
1566"che Quickly funzioni. Se si apre Glade direttamente, e si aprono\n"
1567"i file interfaccia, Glade produrrà degli errore e non aprirà\n"
1568"i file."
12061569
1207#: ../data/templates/ubuntu-application/save.py:301570#: ../data/templates/ubuntu-application/save.py:30
1208msgid "quickly save [comments]"1571msgid "quickly save [comments]"
1209msgstr ""1572msgstr "quickly save [commenti]"
12101573
1211#: ../data/templates/ubuntu-application/save.py:321574#: ../data/templates/ubuntu-application/save.py:32
1212msgid ""1575msgid ""
@@ -1215,26 +1578,62 @@
1215"or otherwise use the revision control, use bzr directly:\n"1578"or otherwise use the revision control, use bzr directly:\n"
1216"$ bzr help"1579"$ bzr help"
1217msgstr ""1580msgstr ""
1581"Questo comando applica tutte le modifiche dall'ultimo salvataggio a bzr.\n"
1582"Notare che questo comando non salva le modifiche in alcun dispositivo\n"
1583"di backup. Se si desidera recuperare una versione precedente o altre\n"
1584"funzionalità del controllo di versione, usare bzr direttamente:\n"
1585"$ bzr help"
12181586
1219#: ../data/templates/ubuntu-application/save.py:471587#: ../data/templates/ubuntu-application/save.py:47
1220msgid "It seems that you have no change to record."1588msgid "It seems that you have no change to record."
1221msgstr ""1589msgstr "Pare che non ci siano modifiche da registrare."
1590
1591#. Support for command line options.
1592#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:19
1593msgid "project_name [options]"
1594msgstr "nome_progetto [opzioni]"
1595
1596#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:22
1597msgid "Print the maximum debugging info (implies -vv)"
1598msgstr "Mostra il massimo delle informazioni di debug (implica -vv)"
1599
1600#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:24
1601msgid "set error_level output to warning, info, and then debug"
1602msgstr "imposta error_level a warning, info e infine debug"
1603
1604#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:27
1605msgid "foo should be assigned to bar"
1606msgstr "foo dovrebbe essere assegnato a bar"
1607
1608#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:39
1609msgid "easter egg found"
1610msgstr "Ester egg trovato"
1611
1612#. Run your cli application there.
1613#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:43
1614#, python-format
1615msgid "I'm launched and my args are: %s"
1616msgstr "Programma eseguito con i parametri: %s"
1617
1618#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:44
1619msgid "end of prog"
1620msgstr "fine del programma"
12221621
1223#: ../bin/quickly.py:621622#: ../bin/quickly.py:62
1224#, python-format1623#, python-format
1225msgid "No %s command found in template %s."1624msgid "No %s command found in template %s."
1226msgstr ""1625msgstr "Comando %s non trovato nel modello %s."
12271626
1228#: ../bin/quickly.py:791627#: ../bin/quickly.py:79
1229#, python-format1628#, python-format
1230msgid "No template specified for command %s."1629msgid "No template specified for command %s."
1231msgstr ""1630msgstr "Nessun modello specificato per il comando %s."
12321631
1233#: ../data/templates/ubuntu-application/store/dialog.py:321632#: ../data/templates/ubuntu-application/store/dialog.py:31
1234msgid ""1633msgid ""
1235"Here, dialog-name is one or more words separated with dash\n"1634"Here, dialog-name is one or more words separated with dash\n"
1236"\n"1635"\n"
1237"For instance $ quickly add dialog dialog-name will create:\n"1636"For instance 'quickly add dialog dialog-name' will create:\n"
1238"1. A subclass of gtk.Dialog called DialogNameDialog in the module\n"1637"1. A subclass of gtk.Dialog called DialogNameDialog in the module\n"
1239" DialogNameDialog.py\n"1638" DialogNameDialog.py\n"
1240"2. A glade file called DialogNameDialog.ui in the ui directory\n"1639"2. A glade file called DialogNameDialog.ui in the ui directory\n"
@@ -1257,8 +1656,33 @@
1257"result = dialog.run()\n"1656"result = dialog.run()\n"
1258"dialog.hide()"1657"dialog.hide()"
1259msgstr ""1658msgstr ""
1659"In questo caso dialog-name è una o più parole separate dal trattino\n"
1660"\n"
1661"Ad esempio \"quickly add dialog dialog-name\" creerà:\n"
1662"1. Una sotto-classe di gtk.Dialog chiamata DialogNameDialog nel modulo\n"
1663" DialogNameDialog.py\n"
1664"2. Un file glade chiamato DialogNameDialog.ui nella directory ui\n"
1665"3. Un file catalog chiamato dialog_name_dialog.xml sempre nella \n"
1666" directory ui\n"
1667"\n"
1668"Per modificare l'interfaccia della dialog:\n"
1669"$ quickly design\n"
1670"\n"
1671"Per modificarne il comportamento:\n"
1672"$ quickly edit\n"
1673"\n"
1674"Per usare la dialog occorre invocarla da un altro file python:\n"
1675"1. Import della finestra dialog\n"
1676"import DialogNameDialog\n"
1677"\n"
1678"2. Creazione di una istanza della dialog\n"
1679"dialog = DialogNameDialog.NewDialogNameDialog()\n"
1680"\n"
1681"3. Esecuzione della finestra e successivamente viene nascosta\n"
1682"result = dialog.run()\n"
1683"dialog.hide()"
12601684
1261#: ../data/templates/ubuntu-application/store/help-topic.py:331685#: ../data/templates/ubuntu-application/store/help-topic.py:32
1262msgid ""1686msgid ""
1263"adds a help topic to your project\n"1687"adds a help topic to your project\n"
1264"The topic will automatically appear as an item on the help contents page.\n"1688"The topic will automatically appear as an item on the help contents page.\n"
@@ -1269,16 +1693,24 @@
1269"$ quickly edit\n"1693"$ quickly edit\n"
1270"All the help pages are loaded into your editor as well as the python files.\n"1694"All the help pages are loaded into your editor as well as the python files.\n"
1271msgstr ""1695msgstr ""
1696"aggiunge un argomento nella guida del progetto.\n"
1697"L'argomento apparirà come voce nella pagina contenuti. La pagina \n"
1698"contenuti viene mostrata all'utente facendo clic nel menù\n"
1699"aiuto->contenuti.\n"
1700"\n"
1701"Per modificare la pagina dell'argomento eseguire:\n"
1702"$ quickly edit\n"
1703"Tutte le pagine di aiuto sono caricate nell'editor assieme ai file python.\n"
12721704
1273#: ../data/templates/ubuntu-application/package.py:341705#: ../data/templates/ubuntu-application/package.py:34
1274msgid ""1706msgid ""
1275"Creates a debian file (deb) from your project. Before running\n"1707"Creates a debian file (deb) from your project. Before running\n"
1276"the package command you can edit the Icon and Category entry of *.desktop.in "1708"the package command you can edit the Icon and Category entry of *.desktop."
1277"\n"1709"in \n"
1278"file, where * is the name of your project.\n"1710"file, where * is the name of your project.\n"
1279"\n"1711"\n"
1280"Note that if you didn't run quickly release, quickly share\n"1712"Note that if you didn't run 'quickly release', 'quickly share'\n"
1281"or quickly change-lp-project you may miss the name, email in\n"1713"or 'quickly change-lp-project' you may miss the name, email in\n"
1282"setup.py. You can edit them if you don't want to use any of these\n"1714"setup.py. You can edit them if you don't want to use any of these\n"
1283"commands afterwards. Those changes are not a mandatory at all for\n"1715"commands afterwards. Those changes are not a mandatory at all for\n"
1284"testing purpose.\n"1716"testing purpose.\n"
@@ -1286,3 +1718,31 @@
1286"Passing --extras will create a package similar to one created by\n"1718"Passing --extras will create a package similar to one created by\n"
1287"the submitubuntu command. It will install files into /opt."1719"the submitubuntu command. It will install files into /opt."
1288msgstr ""1720msgstr ""
1721"Crea un pacchetto debian (deb) per il progetto. Prima di eseguira\n"
1722"il comando è possibile modificare l'icona e la categoria nel file\n"
1723"*.desktop.in, dove * rappresenta il nome del progetto.\n"
1724"\n"
1725"Notare che se non si esegue \"quickly release\", \"quickly share\"\n"
1726"oppure \"quickly change-lp-project\" si può perdere il nome, email\n"
1727"in setup.py. È possibile modificarlo manualmente se non si desidera\n"
1728"usare uno di questo comandi. Questi cambiamenti non sono \n"
1729"obbligatori per svolgere delle prove.\n"
1730"\n"
1731"Fornendo il parametro --extras verrà creato il pacchetto simile a quello\n"
1732"creato dal comando submitubuntu. I file verranno installati in /opt."
1733
1734#~ msgid "Schweet"
1735#~ msgstr "Bazinga!"
1736
1737#~ msgid "%s/%sconfig.py file not found."
1738#~ msgstr "%s/%sconfig.py file non trovato."
1739
1740#~ msgid "Show debug messages"
1741#~ msgstr "Mostra i messaggi di debug"
1742
1743#~ msgid "Previous Launchpad values seems to have been removed."
1744#~ msgstr ""
1745#~ "Le impostazioni di Launchpad precedenti sembrano essere state rimosse."
1746
1747#~ msgid "Initial Launchpad binding."
1748#~ msgstr "Binding iniziale di Launchpad."
12891749
=== modified file 'po/quickly.pot'
--- po/quickly.pot 2011-04-04 12:45:27 +0000
+++ po/quickly.pot 2011-07-26 07:34:31 +0000
@@ -8,11 +8,10 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2011-04-04 08:43-0400\n"11"POT-Creation-Date: 2011-07-26 09:29+0200\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"14"Language-Team: LANGUAGE <LL@li.org>\n"
15"Language: \n"
16"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
@@ -63,94 +62,6 @@
63msgid "Congrats, your new project is setup! cd %s/ to start hacking."62msgid "Congrats, your new project is setup! cd %s/ to start hacking."
64msgstr ""63msgstr ""
6564
66#: ../quickly/builtincommands.py:37
67msgid "No project name specified."
68msgstr ""
69
70#: ../quickly/builtincommands.py:58
71#, python-format
72msgid "There is already a file or directory named %s"
73msgstr ""
74
75#. create directory and template file
76#: ../quickly/builtincommands.py:62
77#, python-format
78msgid "Creating project directory %s"
79msgstr ""
80
81#: ../quickly/builtincommands.py:75
82msgid "List all commands ordered by templates"
83msgstr ""
84
85#: ../quickly/builtincommands.py:94
86msgid "Give some getstarted advice"
87msgstr ""
88
89#: ../quickly/builtincommands.py:102
90msgid ""
91"-------------------------------\n"
92" Welcome to Quickly!\n"
93"-------------------------------\n"
94"\n"
95"You can create a project by executing 'quickly create <template-name> <your-"
96"project>'.\n"
97"\n"
98"Example with ubuntu-application template:\n"
99"1. create an ubuntu application and run the tutorial:\n"
100"$ quickly create ubuntu-application foo\n"
101"$ cd foo\n"
102"$ quickly tutorial\n"
103"\n"
104"2. You can also try:\n"
105"$ quickly edit\n"
106"$ quickly design\n"
107"$ quickly run\n"
108"Use bash completion to get every available command\n"
109"\n"
110"3. How to play with a package and release it:\n"
111"\n"
112"Optional (but recommended): build your package locally:\n"
113"$ quickly package\n"
114"\n"
115"BE WARNED: the two following commands will connect to Launchpad. Make sure "
116"that you have a Launchpad account and a PPA! You can find out more about "
117"setting up a Launchpad account and Launchpad features at https://launchpad."
118"net/\n"
119"$ quickly release or $ quickly share\n"
120"\n"
121"Have Fun!"
122msgstr ""
123
124#: ../quickly/builtincommands.py:131
125msgid "Get help from commands"
126msgstr ""
127
128#: ../quickly/builtincommands.py:132
129msgid "Usage: quickly help [template] <command>"
130msgstr ""
131
132#: ../quickly/builtincommands.py:151
133msgid "Create a new quickly template from an existing one"
134msgstr ""
135
136#: ../quickly/builtincommands.py:152
137msgid "Usage: quickly quickly [origin-template] destination-template"
138msgstr ""
139
140#: ../quickly/builtincommands.py:163
141msgid "No destination template name provided."
142msgstr ""
143
144#: ../quickly/builtincommands.py:172
145#, python-format
146msgid "%s already exists."
147msgstr ""
148
149#: ../quickly/builtincommands.py:176
150#, python-format
151msgid "Copy %s to create new %s template"
152msgstr ""
153
154#: ../data/templates/ubuntu-pygame/tutorial.py:3165#: ../data/templates/ubuntu-pygame/tutorial.py:31
155msgid ""66msgid ""
156"Usage:\n"67"Usage:\n"
@@ -248,13 +159,13 @@
248"\n"159"\n"
249"1. Edit the file AUTHORS to include your authorship (this step is "160"1. Edit the file AUTHORS to include your authorship (this step is "
250"automatically done\n"161"automatically done\n"
251" if you directly launch \"$ quickly release\" or \"$ quickly share\" "162" if you directly launch 'quickly release' or 'quickly share' before "
252"before changing license)\n"163"changing license)\n"
253" In this case, license is GPL-3 by default.\n"164" In this case, license is GPL-3 by default.\n"
254"2. If you want to put your own quickly unsupported Licence, add a COPYING "165"2. If you want to put your own quickly unsupported Licence, add a COPYING "
255"file containing\n"166"file containing\n"
256" your own licence and execute $ quickly license other.\n"167" your own licence and execute $ quickly license other.\n"
257"3. Executes either $ quickly license or $ quickly license <License>\n"168"3. Executes either 'quickly license' or 'quickly license <License>'\n"
258" where <License> can be either:\n"169" where <License> can be either:\n"
259" - GPL-3 (default)\n"170" - GPL-3 (default)\n"
260" - GPL-2\n"171" - GPL-2\n"
@@ -267,14 +178,13 @@
267"pristine.\n"178"pristine.\n"
268"If no name is attributed to the Copyright, it will try to retrieve it from "179"If no name is attributed to the Copyright, it will try to retrieve it from "
269"Launchpad\n"180"Launchpad\n"
270"(in quickly release or quickly share command only)\n"181"(in 'quickly release' or 'quickly share' command only)\n"
271"\n"182"\n"
272"Finally, this will copy the Copyright at the head of every files.\n"183"Finally, this will copy the Copyright at the head of every files.\n"
273"\n"184"\n"
274"Note that if you don't run quickly licence before calling quickly release or "185"Note that if you don't run 'quickly licence' before calling 'quickly "
275"quickly\n"186"release' or 'quickly share',\n"
276"share, this one will execute it for you and guess the copyright holder from "187"this one will execute it for you and guess the copyright holder from your\n"
277"your\n"
278"launchpad account if you didn't update it."188"launchpad account if you didn't update it."
279msgstr ""189msgstr ""
280190
@@ -318,16 +228,16 @@
318msgid "Header of %s license not found. Quickly installation corrupted?"228msgid "Header of %s license not found. Quickly installation corrupted?"
319msgstr ""229msgstr ""
320230
321#: ../data/templates/ubuntu-application/license.py:260231#: ../data/templates/ubuntu-application/license.py:262
322msgid "Can't update license in setup.py file\n"232msgid "Can't update license in setup.py file\n"
323msgstr ""233msgstr ""
324234
325#: ../data/templates/ubuntu-application/license.py:263235#: ../data/templates/ubuntu-application/license.py:265
326#, python-format236#, python-format
327msgid "%s/%sconfig.py file not found."237msgid "%s file not found."
328msgstr ""238msgstr ""
329239
330#: ../data/templates/ubuntu-application/license.py:308240#: ../data/templates/ubuntu-application/license.py:310
331msgid "This command only take one optional argument."241msgid "This command only take one optional argument."
332msgstr ""242msgstr ""
333243
@@ -335,6 +245,30 @@
335msgid "label"245msgid "label"
336msgstr ""246msgstr ""
337247
248#: ../data/templates/ubuntu-application/run.py:33
249msgid "quickly run -- [program arguments]"
250msgstr ""
251
252#: ../data/templates/ubuntu-application/run.py:35
253msgid ""
254"Runs your application. This is the best way to try test it out\n"
255"while you are developing it. It starts up the main project window.\n"
256"\n"
257"$ quickly run -- values -<whathever>\n"
258"to pass '-whatever' and 'values' to the executed program. Without that\n"
259"if you use for instance --help, it would be Quickly help and not your\n"
260"program one."
261msgstr ""
262
263#: ../data/templates/ubuntu-application/run.py:50
264msgid "Can't access to X server, so can't run gtk application"
265msgstr ""
266
267#: ../data/templates/ubuntu-application/run.py:63
268#, python-format
269msgid "Can't execute %s"
270msgstr ""
271
338#: ../data/templates/ubuntu-application/project_root/data/ui/Preferencescamel_case_nameDialog.ui.h:1272#: ../data/templates/ubuntu-application/project_root/data/ui/Preferencescamel_case_nameDialog.ui.h:1
339msgid "_Example entry:"273msgid "_Example entry:"
340msgstr ""274msgstr ""
@@ -357,11 +291,7 @@
357msgid "ERROR: Can't save configuration in %s\n"291msgid "ERROR: Can't save configuration in %s\n"
358msgstr ""292msgstr ""
359293
360#: ../data/templates/ubuntu-application/project_root/python/helpers.py:52294#: ../data/templates/ubuntu-application/store/help-guide.py:32
361msgid "Show debug messages"
362msgstr ""
363
364#: ../data/templates/ubuntu-application/store/help-guide.py:33
365msgid ""295msgid ""
366"adds a help guide to your project.\n"296"adds a help guide to your project.\n"
367"\n"297"\n"
@@ -370,23 +300,23 @@
370"All the help pages are loaded into your editor as well as the python files.\n"300"All the help pages are loaded into your editor as well as the python files.\n"
371msgstr ""301msgstr ""
372302
373#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:62303#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:64
374#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:62304#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:62
375msgid "Calling GPG to create tarball signature..."305msgid "Calling GPG to create tarball signature..."
376msgstr ""306msgstr ""
377307
378#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:65308#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:67
379#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:65309#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:65
380msgid "Signing the tarball failed, not uploading the signature"310msgid "Signing the tarball failed, not uploading the signature"
381msgstr ""311msgstr ""
382312
383#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:82313#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:84
384#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:82314#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:82
385#, python-format315#, python-format
386msgid "New release available: %s"316msgid "New release available: %s"
387msgstr ""317msgstr ""
388318
389#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:90319#: ../data/templates/ubuntu-application/internal/launchpad_helper.py:92
390#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:90320#: ../data/templates/ubuntu-flash-game/internal/launchpad_helper.py:90
391msgid "An error happened during tarball upload:"321msgid "An error happened during tarball upload:"
392msgstr ""322msgstr ""
@@ -395,20 +325,20 @@
395msgid "Opens help file with the tutorial for the current template."325msgid "Opens help file with the tutorial for the current template."
396msgstr ""326msgstr ""
397327
398#: ../data/templates/ubuntu-application/add.py:46328#: ../data/templates/ubuntu-application/add.py:66
399msgid "Add something to your project\n"329msgid "Add something to your project\n"
400msgstr ""330msgstr ""
401331
402#: ../data/templates/ubuntu-application/add.py:69332#: ../data/templates/ubuntu-application/add.py:90
403msgid "Cannot add, no plugin name provided."333msgid "Cannot add, no plugin name provided."
404msgstr ""334msgstr ""
405335
406#: ../data/templates/ubuntu-application/add.py:75336#: ../data/templates/ubuntu-application/add.py:96
407#, python-format337#, python-format
408msgid "Cannot add, did not recognize plugin name: %s"338msgid "Cannot add, did not recognize plugin name: %s"
409msgstr ""339msgstr ""
410340
411#: ../quickly/bzrbinding.py:51341#: ../quickly/bzrbinding.py:55
412msgid "Bzr not properly installed"342msgid "Bzr not properly installed"
413msgstr ""343msgstr ""
414344
@@ -421,7 +351,7 @@
421"Debugs your application with winpdb.\n"351"Debugs your application with winpdb.\n"
422"\n"352"\n"
423"$ quickly debug -- values -<whatever>\n"353"$ quickly debug -- values -<whatever>\n"
424"to pass \"-whatever\" and \"values\" to the executed program. Without that\n"354"to pass '-whatever' and 'values' to the executed program. Without that\n"
425"if you use for instance --help, it would be Quickly help and not your\n"355"if you use for instance --help, it would be Quickly help and not your\n"
426"program one."356"program one."
427msgstr ""357msgstr ""
@@ -434,30 +364,6 @@
434msgid "Can't execute winpdb"364msgid "Can't execute winpdb"
435msgstr ""365msgstr ""
436366
437#: ../data/templates/ubuntu-application/run.py:33
438msgid "quickly run -- [program arguments]"
439msgstr ""
440
441#: ../data/templates/ubuntu-application/run.py:35
442msgid ""
443"Runs your application. This is the best way to try test it out\n"
444"while you are developing it. It starts up the main project window.\n"
445"\n"
446"$ quickly run -- values -<whathever>\n"
447"to pass \"-whatever\" and \"values\" to the executed program. Without that\n"
448"if you use for instance --help, it would be Quickly help and not your\n"
449"program one."
450msgstr ""
451
452#: ../data/templates/ubuntu-application/run.py:50
453msgid "Can't access to X server, so can't run gtk application"
454msgstr ""
455
456#: ../data/templates/ubuntu-application/run.py:63
457#, python-format
458msgid "Can't execute %s"
459msgstr ""
460
461#: ../data/templates/ubuntu-application/upgrade.py:65367#: ../data/templates/ubuntu-application/upgrade.py:65
462msgid "Can't rename LICENSE file, check your file permission\n"368msgid "Can't rename LICENSE file, check your file permission\n"
463msgstr ""369msgstr ""
@@ -470,6 +376,10 @@
470"is: %s"376"is: %s"
471msgstr ""377msgstr ""
472378
379#: ../data/templates/ubuntu-application/project_root/python/__init__.py:23
380msgid "Show debug messages (-vv debugs python_name_lib also)"
381msgstr ""
382
473#: ../data/templates/ubuntu-application/submitubuntu.py:40383#: ../data/templates/ubuntu-application/submitubuntu.py:40
474msgid ""384msgid ""
475"quickly submitubuntu [--ppa <ppa | group/ppa>] [release-version] [comments]"385"quickly submitubuntu [--ppa <ppa | group/ppa>] [release-version] [comments]"
@@ -481,7 +391,7 @@
481"application review board so that any users can see and install the\n"391"application review board so that any users can see and install the\n"
482"application ont their system.\n"392"application ont their system.\n"
483"\n"393"\n"
484"Before running quickly submitubuntu, you should: create your account\n"394"Before running 'quickly submitubuntu', you should: create your account\n"
485"and a project page on http://launchpad.net.\n"395"and a project page on http://launchpad.net.\n"
486"You also have to add a PPA to your launchpad account.\n"396"You also have to add a PPA to your launchpad account.\n"
487"\n"397"\n"
@@ -541,7 +451,7 @@
541#: ../data/templates/ubuntu-application/share.py:133451#: ../data/templates/ubuntu-application/share.py:133
542msgid ""452msgid ""
543"You can temporary choose one of them with --ppa switch or definitely by "453"You can temporary choose one of them with --ppa switch or definitely by "
544"executing quickly configure ppa <ppa_name>."454"executing 'quickly configure ppa <ppa_name>'."
545msgstr ""455msgstr ""
546456
547#: ../data/templates/ubuntu-application/submitubuntu.py:179457#: ../data/templates/ubuntu-application/submitubuntu.py:179
@@ -560,8 +470,8 @@
560470
561#: ../data/templates/ubuntu-application/submitubuntu.py:195471#: ../data/templates/ubuntu-application/submitubuntu.py:195
562#: ../data/templates/ubuntu-application/release.py:194472#: ../data/templates/ubuntu-application/release.py:194
563#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:195473#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:163
564#: ../data/templates/ubuntu-application/internal/quicklyutils.py:215474#: ../data/templates/ubuntu-application/internal/quicklyutils.py:186
565msgid "commit before release"475msgid "commit before release"
566msgstr ""476msgstr ""
567477
@@ -626,46 +536,46 @@
626msgid "Command returned some WARNINGS:"536msgid "Command returned some WARNINGS:"
627msgstr ""537msgstr ""
628538
629#: ../data/templates/ubuntu-application/internal/packaging.py:268539#: ../data/templates/ubuntu-application/internal/packaging.py:273
630#: ../data/templates/ubuntu-flash-game/internal/packaging.py:194540#: ../data/templates/ubuntu-flash-game/internal/packaging.py:194
631msgid "An error has occurred when creating debian packaging"541msgid "An error has occurred when creating debian packaging"
632msgstr ""542msgstr ""
633543
634#: ../data/templates/ubuntu-application/internal/packaging.py:274544#: ../data/templates/ubuntu-application/internal/packaging.py:279
635#: ../data/templates/ubuntu-flash-game/internal/packaging.py:197545#: ../data/templates/ubuntu-flash-game/internal/packaging.py:197
636msgid "Ubuntu packaging created in debian/"546msgid "Ubuntu packaging created in debian/"
637msgstr ""547msgstr ""
638548
639#: ../data/templates/ubuntu-application/internal/packaging.py:379549#: ../data/templates/ubuntu-application/internal/packaging.py:384
640#: ../data/templates/ubuntu-flash-game/internal/packaging.py:302550#: ../data/templates/ubuntu-flash-game/internal/packaging.py:302
641msgid "ERROR: an error occurred during source package creation"551msgid "ERROR: an error occurred during source package creation"
642msgstr ""552msgstr ""
643553
644#: ../data/templates/ubuntu-application/internal/packaging.py:384554#: ../data/templates/ubuntu-application/internal/packaging.py:389
645#: ../data/templates/ubuntu-flash-game/internal/packaging.py:307555#: ../data/templates/ubuntu-flash-game/internal/packaging.py:307
646msgid "ERROR: an error occurred during source upload to launchpad"556msgid "ERROR: an error occurred during source upload to launchpad"
647msgstr ""557msgstr ""
648558
649#: ../data/templates/ubuntu-application/internal/packaging.py:422559#: ../data/templates/ubuntu-application/internal/packaging.py:427
650#: ../data/templates/ubuntu-flash-game/internal/packaging.py:345560#: ../data/templates/ubuntu-flash-game/internal/packaging.py:345
651msgid ""561msgid ""
652"Release version specified in command arguments is not a valid version scheme "562"Release version specified in command arguments is not a valid version scheme "
653"like 'x(.y)(.z)'."563"like 'x(.y)(.z)'."
654msgstr ""564msgstr ""
655565
656#: ../data/templates/ubuntu-application/internal/packaging.py:431566#: ../data/templates/ubuntu-application/internal/packaging.py:436
657#: ../data/templates/ubuntu-flash-game/internal/packaging.py:354567#: ../data/templates/ubuntu-flash-game/internal/packaging.py:354
658msgid "No previous version found in setup.py. Put one please"568msgid "No previous version found in setup.py. Put one please"
659msgstr ""569msgstr ""
660570
661#: ../data/templates/ubuntu-application/internal/packaging.py:441571#: ../data/templates/ubuntu-application/internal/packaging.py:446
662#: ../data/templates/ubuntu-flash-game/internal/packaging.py:364572#: ../data/templates/ubuntu-flash-game/internal/packaging.py:364
663#, python-format573#, python-format
664msgid ""574msgid ""
665"Share version specified after -public in setup.py is not a valid number: %s"575"Share version specified after -public in setup.py is not a valid number: %s"
666msgstr ""576msgstr ""
667577
668#: ../data/templates/ubuntu-application/internal/packaging.py:461578#: ../data/templates/ubuntu-application/internal/packaging.py:466
669#: ../data/templates/ubuntu-flash-game/internal/packaging.py:384579#: ../data/templates/ubuntu-flash-game/internal/packaging.py:384
670#, python-format580#, python-format
671msgid ""581msgid ""
@@ -703,7 +613,7 @@
703"$ quickly create ubuntu-flash-game path/to/project_name path/to/myflashgame."613"$ quickly create ubuntu-flash-game path/to/project_name path/to/myflashgame."
704"swf\n"614"swf\n"
705"\n"615"\n"
706"where \"project_name\" is one or more words separated by an underscore and\n"616"where 'project_name' is one or more words separated by an underscore and\n"
707"path/to can be any existing path.\n"617"path/to can be any existing path.\n"
708"\n"618"\n"
709"This will create a new project which runs your existing SWF, myflashgame."619"This will create a new project which runs your existing SWF, myflashgame."
@@ -717,27 +627,30 @@
717"1. Changing your working directory to the new project:\n"627"1. Changing your working directory to the new project:\n"
718"$ cd path/to/project_name\n"628"$ cd path/to/project_name\n"
719"\n"629"\n"
720"3. Edit the code and specify the title and window size:\n"630"2. Edit the code and specify the title and window size:\n"
721"$ quickly edit\n"631"$ quickly edit\n"
722msgstr ""632msgstr ""
723633
724#: ../data/templates/ubuntu-flash-game/create.py:59634#: ../data/templates/ubuntu-flash-game/create.py:59
725msgid ""635msgid ""
726"Project name not defined.\n"636"Project name not defined.\n"
727"Usage is: quickly create ubuntu-flash-game project_name myflashgame.swf"637"Usage:\n"
638"$ quickly create ubuntu-flash-game project_name myflashgame.swf"
728msgstr ""639msgstr ""
729640
730#: ../data/templates/ubuntu-flash-game/create.py:63641#: ../data/templates/ubuntu-flash-game/create.py:63
731msgid ""642msgid ""
732"Flash SWF file not defined.\n"643"Flash SWF file not defined.\n"
733"Usage is: quickly create ubuntu-flash-game project_name myflashgame.swf"644"Usage:\n"
645"$ quickly create ubuntu-flash-game project_name myflashgame.swf"
734msgstr ""646msgstr ""
735647
736#: ../data/templates/ubuntu-flash-game/create.py:71648#: ../data/templates/ubuntu-flash-game/create.py:71
737#, python-format649#, python-format
738msgid ""650msgid ""
739"Flash SWF file '%s' not found.\n"651"Flash SWF file %s not found.\n"
740"Usage is: quickly create ubuntu-flash-game project_name myflashgame.swf"652"Usage:\n"
653"$ quickly create ubuntu-flash-game project_name myflashgame.swf"
741msgstr ""654msgstr ""
742655
743#. add it to revision control656#. add it to revision control
@@ -751,7 +664,7 @@
751"Congratulations, your new project is set up! cd %s/ to edit the details."664"Congratulations, your new project is set up! cd %s/ to edit the details."
752msgstr ""665msgstr ""
753666
754#: ../data/templates/ubuntu-application/store/indicator.py:32667#: ../data/templates/ubuntu-application/store/indicator.py:31
755msgid ""668msgid ""
756"This will add support for Ubuntu Application Indicator to your quickly "669"This will add support for Ubuntu Application Indicator to your quickly "
757"project.\n"670"project.\n"
@@ -761,6 +674,94 @@
761"py\n"674"py\n"
762msgstr ""675msgstr ""
763676
677#: ../quickly/builtincommands.py:37
678msgid "No project name specified."
679msgstr ""
680
681#: ../quickly/builtincommands.py:58
682#, python-format
683msgid "There is already a file or directory named %s"
684msgstr ""
685
686#. create directory and template file
687#: ../quickly/builtincommands.py:62
688#, python-format
689msgid "Creating project directory %s"
690msgstr ""
691
692#: ../quickly/builtincommands.py:75
693msgid "List all commands ordered by templates"
694msgstr ""
695
696#: ../quickly/builtincommands.py:94
697msgid "Give some getstarted advice"
698msgstr ""
699
700#: ../quickly/builtincommands.py:102
701msgid ""
702"-------------------------------\n"
703" Welcome to Quickly!\n"
704"-------------------------------\n"
705"\n"
706"You can create a project by executing 'quickly create <template-name> <your-"
707"project>'.\n"
708"\n"
709"Example with ubuntu-application template:\n"
710"1. create an ubuntu application and run the tutorial:\n"
711"$ quickly create ubuntu-application foo\n"
712"$ cd foo\n"
713"$ quickly tutorial\n"
714"\n"
715"2. You can also try:\n"
716"$ quickly edit\n"
717"$ quickly design\n"
718"$ quickly run\n"
719"Use bash completion to get every available command\n"
720"\n"
721"3. How to play with a package and release it:\n"
722"\n"
723"Optional (but recommended): build your package locally:\n"
724"$ quickly package\n"
725"\n"
726"BE WARNED: the two following commands will connect to Launchpad. Make sure "
727"that you have a Launchpad account and a PPA! You can find out more about "
728"setting up a Launchpad account and Launchpad features at https://launchpad."
729"net/\n"
730"$ quickly release or $ quickly share\n"
731"\n"
732"Have Fun!"
733msgstr ""
734
735#: ../quickly/builtincommands.py:131
736msgid "Get help from commands"
737msgstr ""
738
739#: ../quickly/builtincommands.py:132
740msgid "Usage: quickly help [template] <command>"
741msgstr ""
742
743#: ../quickly/builtincommands.py:151
744msgid "Create a new quickly template from an existing one"
745msgstr ""
746
747#: ../quickly/builtincommands.py:152
748msgid "Usage: quickly quickly [origin-template] destination-template"
749msgstr ""
750
751#: ../quickly/builtincommands.py:163
752msgid "No destination template name provided."
753msgstr ""
754
755#: ../quickly/builtincommands.py:172
756#, python-format
757msgid "%s already exists."
758msgstr ""
759
760#: ../quickly/builtincommands.py:176
761#, python-format
762msgid "Copy %s to create new %s template"
763msgstr ""
764
764#: ../data/templates/ubuntu-application/release.py:40765#: ../data/templates/ubuntu-application/release.py:40
765msgid "quickly release [--ppa <ppa | group/ppa>] [release-version] [comments]"766msgid "quickly release [--ppa <ppa | group/ppa>] [release-version] [comments]"
766msgstr ""767msgstr ""
@@ -770,7 +771,7 @@
770"Posts a release of your project to a PPA on launchpad so that\n"771"Posts a release of your project to a PPA on launchpad so that\n"
771"users can install the application on their system.\n"772"users can install the application on their system.\n"
772"\n"773"\n"
773"Before running quickly release, you should: create your account\n"774"Before running 'quickly release', you should: create your account\n"
774"and a project page on http://launchpad.net.\n"775"and a project page on http://launchpad.net.\n"
775"You also have to add a PPA to your launchpad account.\n"776"You also have to add a PPA to your launchpad account.\n"
776"\n"777"\n"
@@ -839,106 +840,90 @@
839msgid "sentence_name"840msgid "sentence_name"
840msgstr ""841msgstr ""
841842
842#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:63843#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:64
843#: ../data/templates/ubuntu-application/internal/quicklyutils.py:64844#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:105
844#, python-format845#: ../data/templates/ubuntu-application/internal/quicklyutils.py:87
845msgid ""846#: ../data/templates/ubuntu-application/internal/quicklyutils.py:128
846"Failed to add file to project\n"
847" cannot add: %s - this file already exists."
848msgstr ""
849
850#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:96
851#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:137
852#: ../data/templates/ubuntu-application/internal/quicklyutils.py:116
853#: ../data/templates/ubuntu-application/internal/quicklyutils.py:157
854msgid "ERROR: Can't load setup.py file"847msgid "ERROR: Can't load setup.py file"
855msgstr ""848msgstr ""
856849
857#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:195850#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:163
858#: ../data/templates/ubuntu-application/save.py:41851#: ../data/templates/ubuntu-application/save.py:41
859#: ../data/templates/ubuntu-application/internal/quicklyutils.py:215852#: ../data/templates/ubuntu-application/internal/quicklyutils.py:186
860msgid "quickly saved"853msgid "quickly saved"
861msgstr ""854msgstr ""
862855
863#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:278856#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:246
864#: ../data/templates/ubuntu-application/internal/quicklyutils.py:323857#: ../data/templates/ubuntu-application/internal/quicklyutils.py:294
865msgid ""858msgid ""
866"There is no GPG key detected for your Launchpad account. Please upload one "859"There is no GPG key detected for your Launchpad account. Please upload one "
867"as you can read on the tutorial"860"as you can read on the tutorial"
868msgstr ""861msgstr ""
869862
870#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:288863#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:256
871#: ../data/templates/ubuntu-application/internal/quicklyutils.py:333864#: ../data/templates/ubuntu-application/internal/quicklyutils.py:304
872msgid "You choosed to not create your GPG key."865msgid "You choosed to not create your GPG key."
873msgstr ""866msgstr ""
874867
875#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:311868#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:279
876#: ../data/templates/ubuntu-application/internal/quicklyutils.py:356869#: ../data/templates/ubuntu-application/internal/quicklyutils.py:327
877msgid "Can't create GPG key. Try to create it yourself."870msgid "Can't create GPG key. Try to create it yourself."
878msgstr ""871msgstr ""
879872
880#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:326873#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:294
881#: ../data/templates/ubuntu-application/internal/quicklyutils.py:371874#: ../data/templates/ubuntu-application/internal/quicklyutils.py:342
882msgid ""875msgid ""
883"Can't sign the package as no adress email found. Fulfill the AUTHORS file "876"Can't sign the package as no adress email found. Fulfill the AUTHORS file "
884"with name <emailadress> or export DEBEMAIL/EMAIL."877"with name <emailadress> or export DEBEMAIL/EMAIL."
885msgstr ""878msgstr ""
886879
887#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:367880#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:335
888#: ../data/templates/ubuntu-application/internal/quicklyutils.py:412881#: ../data/templates/ubuntu-application/internal/quicklyutils.py:383
889msgid ""882msgid ""
890"GPG keys found matching no prefered email. You can export DEBEMAIL or put it "883"GPG keys found matching no prefered email. You can export DEBEMAIL or put it "
891"in AUTHORS file one matching your local gpg key."884"in AUTHORS file one matching your local gpg key."
892msgstr ""885msgstr ""
893886
894#. shouldn't happen as other errors are caught887#. shouldn't happen as other errors are caught
895#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:409888#: ../data/templates/ubuntu-flash-game/internal/quicklyutils.py:377
896#: ../data/templates/ubuntu-application/internal/quicklyutils.py:454889#: ../data/templates/ubuntu-application/internal/quicklyutils.py:425
897msgid "No gpg key set matching launchpad one found.'"890msgid "No gpg key set matching launchpad one found."
898msgstr ""891msgstr ""
899892
900#: ../quickly/launchpadaccess.py:39893#: ../quickly/launchpadaccess.py:44
901msgid "Check whether python-launchpadlib is installed"894msgid "Check whether python-launchpadlib is installed"
902msgstr ""895msgstr ""
903896
897#: ../quickly/launchpadaccess.py:82
898msgid "WARNING: you are using staging and not launchpad real production server"
899msgstr ""
900
904#: ../quickly/launchpadaccess.py:88901#: ../quickly/launchpadaccess.py:88
905msgid "WARNING: you are using staging and not launchpad real production server"
906msgstr ""
907
908#: ../quickly/launchpadaccess.py:96
909msgid "Get Launchpad Settings"902msgid "Get Launchpad Settings"
910msgstr ""903msgstr ""
911904
912#: ../quickly/launchpadaccess.py:111905#: ../quickly/launchpadaccess.py:89
913msgid "Previous Launchpad values seems to have been removed."
914msgstr ""
915
916#: ../quickly/launchpadaccess.py:113
917msgid "Initial Launchpad binding."
918msgstr ""
919
920#: ../quickly/launchpadaccess.py:114
921msgid "Quickly"906msgid "Quickly"
922msgstr ""907msgstr ""
923908
924#: ../quickly/launchpadaccess.py:126909#: ../quickly/launchpadaccess.py:100
925msgid "Unknown reason"910msgid "Unknown reason"
926msgstr ""911msgstr ""
927912
928#: ../quickly/launchpadaccess.py:128913#: ../quickly/launchpadaccess.py:101
929#, python-format914#, python-format
930msgid "Couldn't setup Launchpad for quickly ; %s"915msgid "Couldn't setup Launchpad for quickly ; %s"
931msgstr ""916msgstr ""
932917
933#: ../quickly/launchpadaccess.py:129918#: ../quickly/launchpadaccess.py:102
934msgid "Launchpad connection is ok"919msgid "Launchpad connection is ok"
935msgstr ""920msgstr ""
936921
937#: ../quickly/launchpadaccess.py:150922#: ../quickly/launchpadaccess.py:123
938msgid "No launchpad project given, aborting."923msgid "No launchpad project given, aborting."
939msgstr ""924msgstr ""
940925
941#: ../quickly/launchpadaccess.py:156926#: ../quickly/launchpadaccess.py:129
942#, python-format927#, python-format
943msgid ""928msgid ""
944"---------------- [%s] ----------------\n"929"---------------- [%s] ----------------\n"
@@ -949,19 +934,19 @@
949"%s\n"934"%s\n"
950msgstr ""935msgstr ""
951936
952#: ../quickly/launchpadaccess.py:167937#: ../quickly/launchpadaccess.py:140
953msgid "No project found"938msgid "No project found"
954msgstr ""939msgstr ""
955940
956#: ../quickly/launchpadaccess.py:169941#: ../quickly/launchpadaccess.py:142
957msgid "Choose your project number"942msgid "Choose your project number"
958msgstr ""943msgstr ""
959944
960#: ../quickly/launchpadaccess.py:179945#: ../quickly/launchpadaccess.py:152
961msgid "No right number given, aborting."946msgid "No right number given, aborting."
962msgstr ""947msgstr ""
963948
964#: ../quickly/launchpadaccess.py:186949#: ../quickly/launchpadaccess.py:159
965#, python-format950#, python-format
966msgid ""951msgid ""
967"Can't find %s project on Launchpad. You can try to find it interactively "952"Can't find %s project on Launchpad. You can try to find it interactively "
@@ -971,15 +956,15 @@
971#: ../data/templates/ubuntu-flash-game/package.py:31956#: ../data/templates/ubuntu-flash-game/package.py:31
972msgid ""957msgid ""
973"Usage:\n"958"Usage:\n"
974"$quickly package\n"959"$ quickly package\n"
975"\n"960"\n"
976"Creates a debian file (deb) from your project. Before running\n"961"Creates a debian file (deb) from your project. Before running\n"
977"the package command you can edit the Icon and Category entry of *.desktop."962"the package command you can edit the Icon and Category entry of *.desktop."
978"in \n"963"in \n"
979"file, where * is the name of your project.\n"964"file, where * is the name of your project.\n"
980"\n"965"\n"
981"Note that if you didn't run quickly release, quickly share\n"966"Note that if you didn't run 'quickly release', 'quickly share'\n"
982"or quickly change-lp-project you may miss the name, email in\n"967"or 'quickly change-lp-project' you may miss the name, email in\n"
983"setup.py. You can edit them if you don't want to use any of these\n"968"setup.py. You can edit them if you don't want to use any of these\n"
984"commands afterwards. Those changes are not a mandatory at all for\n"969"commands afterwards. Those changes are not a mandatory at all for\n"
985"testing purpose.\n"970"testing purpose.\n"
@@ -1023,7 +1008,8 @@
1023" %s\n"1008" %s\n"
1024"\n"1009"\n"
1025"Copyright 2009 Rick Spencer\n"1010"Copyright 2009 Rick Spencer\n"
1026"Copyright 2009-2010 Didier Roche\n"1011"Copyright 2009-2011 Didier Roche\n"
1012"Copyright 2010-2011 Canonical Ltd\n"
1027"https://launchpad.net/quickly\n"1013"https://launchpad.net/quickly\n"
1028"\n"1014"\n"
1029"quickly comes with ABSOLUTELY NO WARRANTY. quickly is free software, and\n"1015"quickly comes with ABSOLUTELY NO WARRANTY. quickly is free software, and\n"
@@ -1076,6 +1062,13 @@
1076msgid "ERROR: %s"1062msgid "ERROR: %s"
1077msgstr ""1063msgstr ""
10781064
1065#: ../quickly/templatetools.py:282
1066#, python-format
1067msgid ""
1068"Failed to add file to project\n"
1069" cannot add: %s - this file already exists."
1070msgstr ""
1071
1079#: ../data/templates/ubuntu-application/share.py:431072#: ../data/templates/ubuntu-application/share.py:43
1080msgid "quickly share [--ppa <ppa | group/ppa>]"1073msgid "quickly share [--ppa <ppa | group/ppa>]"
1081msgstr ""1074msgstr ""
@@ -1084,7 +1077,7 @@
1084msgid ""1077msgid ""
1085"Updates your PPA with the the latest saved project changes.\n"1078"Updates your PPA with the the latest saved project changes.\n"
1086"\n"1079"\n"
1087"Before running quickly share, you should: create your account\n"1080"Before running 'quickly share', you should: create your account \n"
1088"on http://launchpad.net.\n"1081"on http://launchpad.net.\n"
1089"You also have to add a PPA to your launchpad account.\n"1082"You also have to add a PPA to your launchpad account.\n"
1090"\n"1083"\n"
@@ -1143,7 +1136,7 @@
11431136
1144#: ../quickly/tools.py:1381137#: ../quickly/tools.py:138
1145#, python-format1138#, python-format
1146msgid "ERROR: Template '%s' not found. Aborting"1139msgid "ERROR: Template %s not found. Aborting"
1147msgstr ""1140msgstr ""
11481141
1149#: ../quickly/tools.py:2021142#: ../quickly/tools.py:202
@@ -1217,6 +1210,37 @@
1217msgid "It seems that you have no change to record."1210msgid "It seems that you have no change to record."
1218msgstr ""1211msgstr ""
12191212
1213#. Support for command line options.
1214#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:19
1215msgid "project_name [options]"
1216msgstr ""
1217
1218#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:22
1219msgid "Print the maximum debugging info (implies -vv)"
1220msgstr ""
1221
1222#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:24
1223msgid "set error_level output to warning, info, and then debug"
1224msgstr ""
1225
1226#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:27
1227msgid "foo should be assigned to bar"
1228msgstr ""
1229
1230#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:39
1231msgid "easter egg found"
1232msgstr ""
1233
1234#. Run your cli application there.
1235#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:43
1236#, python-format
1237msgid "I'm launched and my args are: %s"
1238msgstr ""
1239
1240#: ../data/templates/ubuntu-cli/project_root/python/__init__.py:44
1241msgid "end of prog"
1242msgstr ""
1243
1220#: ../bin/quickly.py:621244#: ../bin/quickly.py:62
1221#, python-format1245#, python-format
1222msgid "No %s command found in template %s."1246msgid "No %s command found in template %s."
@@ -1227,11 +1251,11 @@
1227msgid "No template specified for command %s."1251msgid "No template specified for command %s."
1228msgstr ""1252msgstr ""
12291253
1230#: ../data/templates/ubuntu-application/store/dialog.py:321254#: ../data/templates/ubuntu-application/store/dialog.py:31
1231msgid ""1255msgid ""
1232"Here, dialog-name is one or more words separated with dash\n"1256"Here, dialog-name is one or more words separated with dash\n"
1233"\n"1257"\n"
1234"For instance $ quickly add dialog dialog-name will create:\n"1258"For instance 'quickly add dialog dialog-name' will create:\n"
1235"1. A subclass of gtk.Dialog called DialogNameDialog in the module\n"1259"1. A subclass of gtk.Dialog called DialogNameDialog in the module\n"
1236" DialogNameDialog.py\n"1260" DialogNameDialog.py\n"
1237"2. A glade file called DialogNameDialog.ui in the ui directory\n"1261"2. A glade file called DialogNameDialog.ui in the ui directory\n"
@@ -1255,7 +1279,7 @@
1255"dialog.hide()"1279"dialog.hide()"
1256msgstr ""1280msgstr ""
12571281
1258#: ../data/templates/ubuntu-application/store/help-topic.py:331282#: ../data/templates/ubuntu-application/store/help-topic.py:32
1259msgid ""1283msgid ""
1260"adds a help topic to your project\n"1284"adds a help topic to your project\n"
1261"The topic will automatically appear as an item on the help contents page.\n"1285"The topic will automatically appear as an item on the help contents page.\n"
@@ -1274,8 +1298,8 @@
1274"in \n"1298"in \n"
1275"file, where * is the name of your project.\n"1299"file, where * is the name of your project.\n"
1276"\n"1300"\n"
1277"Note that if you didn't run quickly release, quickly share\n"1301"Note that if you didn't run 'quickly release', 'quickly share'\n"
1278"or quickly change-lp-project you may miss the name, email in\n"1302"or 'quickly change-lp-project' you may miss the name, email in\n"
1279"setup.py. You can edit them if you don't want to use any of these\n"1303"setup.py. You can edit them if you don't want to use any of these\n"
1280"commands afterwards. Those changes are not a mandatory at all for\n"1304"commands afterwards. Those changes are not a mandatory at all for\n"
1281"testing purpose.\n"1305"testing purpose.\n"
12821306
=== modified file 'quickly/tools.py'
--- quickly/tools.py 2010-10-18 18:39:04 +0000
+++ quickly/tools.py 2011-07-26 07:34:31 +0000
@@ -135,7 +135,7 @@
135135
136 # if still false, no template found in template_directories136 # if still false, no template found in template_directories
137 if not template_found:137 if not template_found:
138 raise template_not_found(_("ERROR: Template '%s' not found. Aborting")) % template138 raise template_not_found(_("ERROR: Template %s not found. Aborting")) % template
139139
140 return template_path140 return template_path
141141

Subscribers

People subscribed via source and target branches