Re: [tryton-dev] Italian translation

2015-03-26 Thread Marco Marchiori
mmm, I think I should study mercurial, here below the output I get, or
perhaps I'm in the wrong directory.
Are we in time to include the translation in the next version?

Marco

---

marco@marcovt ~/tryton-project-03/trytond $  hg review -m
trytond_italian_translation: italian translation for main trytond modules
Email (login for uploading) [i...@marcomarchiori.com]:
i...@marcomarchiori.com
The following files are not added to version control:

trytond/__init__.pyc
trytond/backend/__init__.pyc
trytond/backend/database.pyc
trytond/backend/sqlite/__init__.pyc
trytond/backend/sqlite/database.pyc
trytond/backend/sqlite/table.pyc
trytond/backend/table.pyc
trytond/cache.pyc
trytond/config.pyc
trytond/const.pyc
trytond/convert.pyc
trytond/error.pyc
trytond/exceptions.pyc
trytond/ir/__init__.pyc
trytond/ir/action.pyc
trytond/ir/attachment.pyc
trytond/ir/cache.pyc
trytond/ir/configuration.pyc
trytond/ir/cron.pyc
trytond/ir/date.pyc
trytond/ir/export.pyc
trytond/ir/lang.pyc
trytond/ir/locale/it_IT.po
trytond/ir/model.pyc
trytond/ir/module/__init__.pyc
trytond/ir/module/module.pyc
trytond/ir/property.pyc
trytond/ir/rule.pyc
trytond/ir/sequence.pyc
trytond/ir/session.pyc
trytond/ir/time_locale.pyc
trytond/ir/translation.pyc
trytond/ir/trigger.pyc
trytond/ir/ui/__init__.pyc
trytond/ir/ui/icon.pyc
trytond/ir/ui/menu.pyc
trytond/ir/ui/view.pyc
trytond/model/__init__.pyc
trytond/model/descriptors.pyc
trytond/model/dictschema.pyc
trytond/model/fields/__init__.pyc
trytond/model/fields/binary.pyc
trytond/model/fields/boolean.pyc
trytond/model/fields/char.pyc
trytond/model/fields/date.pyc
trytond/model/fields/dict.pyc
trytond/model/fields/field.pyc
trytond/model/fields/float.pyc
trytond/model/fields/function.pyc
trytond/model/fields/integer.pyc
trytond/model/fields/many2many.pyc
trytond/model/fields/many2one.pyc
trytond/model/fields/numeric.pyc
trytond/model/fields/one2many.pyc
trytond/model/fields/one2one.pyc
trytond/model/fields/property.pyc
trytond/model/fields/reference.pyc
trytond/model/fields/selection.pyc
trytond/model/fields/sha.pyc
trytond/model/fields/text.pyc
trytond/model/match.pyc
trytond/model/model.pyc
trytond/model/modelsingleton.pyc
trytond/model/modelsql.pyc
trytond/model/modelstorage.pyc
trytond/model/modelview.pyc
trytond/model/union.pyc
trytond/model/workflow.pyc
trytond/modules/__init__.pyc
trytond/monitor.pyc
trytond/pool.pyc
trytond/protocols/__init__.pyc
trytond/protocols/common.pyc
trytond/protocols/dispatcher.pyc
trytond/protocols/jsonrpc.pyc
trytond/protocols/sslsocket.pyc
trytond/protocols/webdav.pyc
trytond/pyson.pyc
trytond/report/__init__.pyc
trytond/report/report.pyc
trytond/res/__init__.pyc
trytond/res/group.pyc
trytond/res/ir.pyc
trytond/res/locale/it_IT.po
trytond/res/user.pyc
trytond/rpc.pyc
trytond/security.pyc
trytond/server.pyc
trytond/tests/__init__.pyc
trytond/tests/access.pyc
trytond/tests/copy_.pyc
trytond/tests/export_data.pyc
trytond/tests/field_context.pyc
trytond/tests/history.pyc
trytond/tests/import_data.pyc
trytond/tests/model.pyc
trytond/tests/modelview.pyc
trytond/tests/mptt.pyc
trytond/tests/test.pyc
trytond/tests/trigger.pyc
trytond/tests/wizard.pyc
trytond/tests/workflow.pyc
trytond/tools/StringMatcher.pyc
trytond/tools/__init__.pyc
trytond/tools/datetime_strftime.pyc
trytond/tools/decimal_.pyc
trytond/tools/misc.pyc
trytond/tools/singleton.pyc
trytond/transaction.pyc
trytond/url.pyc
trytond/version.pyc
trytond/webdav/__init__.pyc
trytond/webdav/webdav.pyc
trytond/wizard/__init__.pyc
trytond/wizard/wizard.pyc

Are you sure to continue? (y/N)  y

and then nothing.

2015-03-26 17:38 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com:

 On 26 Mar 15:44, Marco Marchiori wrote:
  Hi Cedric, sorry to bother you again.
  I performed the italian translation for the main trytond modules, now
 since
  I'm not a developer I have some problems with the submission using
 hgreview.
  After installation and configuration, from my working directory I
 launched
 
  hg review -m trytond_italian_translation: italian translation for main
  trytond modules
 
  then I was asked to put my e-mail address but it seems nothing happens,
  since when I type
 
  hg review --id
 
  i get a blank line.
 
  I tried with upload.py too but I have similar problems.
 
  Could you please help me?

 You have to put a Google Account to authenticate on codereview.

 --
 Cédric Krier - B2CK SPRL
 Email/Jabber: cedric.kr...@b2ck.com
 Tel: +32 472 54 46 59
 Website: http://www.b2ck.com/




-- 
M a r c o  M a r c h i o r i
consulente funzionale
dottore commercialista, revisore  contabile
Via Stazione 12, 30035 MIRANO (VE);telefono  e  fax  041 488195
codice fiscale   MRCMRC67H11F241M;  partita IVA   03813290271

--
*This e-mail may contain information that is confidential, privileged or
otherwise protected from disclosure. Use of such information is exclusively
reserved for the recipient of this e-mail.*
--


Re: [tryton-dev] Italian translation

2015-03-26 Thread Cédric Krier
On 26 Mar 15:44, Marco Marchiori wrote:
 Hi Cedric, sorry to bother you again.
 I performed the italian translation for the main trytond modules, now since
 I'm not a developer I have some problems with the submission using hgreview.
 After installation and configuration, from my working directory I launched
 
 hg review -m trytond_italian_translation: italian translation for main
 trytond modules
 
 then I was asked to put my e-mail address but it seems nothing happens,
 since when I type
 
 hg review --id
 
 i get a blank line.
 
 I tried with upload.py too but I have similar problems.
 
 Could you please help me?

You have to put a Google Account to authenticate on codereview.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/


Re: [tryton-dev] Italian translation

2015-03-26 Thread Cédric Krier
On 26 Mar 18:13, Marco Marchiori wrote:
 mmm, I think I should study mercurial, here below the output I get, or
 perhaps I'm in the wrong directory.
 Are we in time to include the translation in the next version?

Yes.


 marco@marcovt ~/tryton-project-03/trytond $  hg review -m
 trytond_italian_translation: italian translation for main trytond modules
 Email (login for uploading) [i...@marcomarchiori.com]:
 i...@marcomarchiori.com
 The following files are not added to version control:
 
 trytond/__init__.pyc
 ...
 trytond/wizard/wizard.pyc
 
 Are you sure to continue? (y/N)  y
 
 and then nothing.

Did you configured review server in hgrc ?

Also instead of using hgreview, you can use the simple script:
http://codereview.tryton.org/use_uploadpy

It is simplier the first time.


PS: Please don't top-post on this mailing list, see
http://groups.tryton.org/netiquette
-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/


Re: [tryton-dev] Italian translation

2015-03-26 Thread Marco Marchiori
Hi Cedric, sorry to bother you again.
I performed the italian translation for the main trytond modules, now since
I'm not a developer I have some problems with the submission using hgreview.
After installation and configuration, from my working directory I launched

hg review -m trytond_italian_translation: italian translation for main
trytond modules

then I was asked to put my e-mail address but it seems nothing happens,
since when I type

hg review --id

i get a blank line.

I tried with upload.py too but I have similar problems.

Could you please help me?

Ciao

Marco


2014-11-23 10:11 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com:

 On 22 Nov 11:12, Marco Marchiori wrote:
  Hi
 
  We started translating in italian.
  It was sad not to have the language in which the first book about
 business
  information was written 500 years ago :-).
  Where should I submit the translation files?
  (please be patient, I am not a developer)

 Translations are only integrated during the 1 month window before major
 series release.
 So for new translations, I suggest you to fill an issue to keep trace
 that you are working on it and submit you WIP on codereview.tryton.org
 (you can use hgreview for nested submition).
 When the translation release window opens, just remember that you have a
 new translation to submit and we will setup for you an account to push.

 --
 Cédric Krier - B2CK SPRL
 Email/Jabber: cedric.kr...@b2ck.com
 Tel: +32 472 54 46 59
 Website: http://www.b2ck.com/




-- 
M a r c o  M a r c h i o r i
consulente funzionale
dottore commercialista, revisore  contabile
Via Stazione 12, 30035 MIRANO (VE);telefono  e  fax  041 488195
codice fiscale   MRCMRC67H11F241M;  partita IVA   03813290271

--
*This e-mail may contain information that is confidential, privileged or
otherwise protected from disclosure. Use of such information is exclusively
reserved for the recipient of this e-mail.*
--


Re: [tryton-dev] Italian translation

2014-11-23 Thread Cédric Krier
On 22 Nov 11:12, Marco Marchiori wrote:
 Hi
 
 We started translating in italian.
 It was sad not to have the language in which the first book about business 
 information was written 500 years ago :-).
 Where should I submit the translation files?
 (please be patient, I am not a developer)

Translations are only integrated during the 1 month window before major
series release.
So for new translations, I suggest you to fill an issue to keep trace
that you are working on it and submit you WIP on codereview.tryton.org
(you can use hgreview for nested submition).
When the translation release window opens, just remember that you have a
new translation to submit and we will setup for you an account to push.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/


pgp9iZyrz9dpi.pgp
Description: PGP signature


[tryton-dev] Italian translation

2014-11-22 Thread Marco Marchiori
Hi

We started translating in italian.
It was sad not to have the language in which the first book about business 
information was written 500 years ago :-).
Where should I submit the translation files?
(please be patient, I am not a developer)

Ciao

Marco