Re: GNOME-Commander 1.4 to be released on March 17th, 2014

2014-02-10 Thread Uwe Scholz
Andika Triwidada  schrieb am [Mo, 10.02.2014 06:00]:
> On Sun, Feb 9, 2014 at 11:02 PM, Uwe Scholz  wrote:
> > Hello Translation Teams,
> >
> > GNOME-Commander 1.4 is planned to be released on Monday, March 17, 2014.
> >
> > [...]
> 
> Just to be sure, 1.4 will use translation from master branch?

Yes, this is correct - the master branch will be used.

> Regards,
> Andika

Uwe

___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: How to compile/merge more than one .po file with Mallard?

2014-02-10 Thread Juliette Tux
Hello again,
The first question got cleared for me, more or less, but I still cannot
find the correspondong .po file for the following pages:
privacy-hide-notifications.page
privacy-history-recent-off.page
privacy-name-visibility.page
privacy-purge.page
privacy.page

or is there any way to know it using some Mallard options?
Please somebody help :)


On 7 February 2014 20:33, Juliette Tux  wrote:

> Hello everybody,
> I represent Russian translation team and currently I'm working with GNOME
> help files and Mallard. These are my first steps with Mallard, so I'm
> asking for help.
> As I can see, (judging by the text which appears in the default help
> opened woth yelp), the big global GNOME help takes more then one .po file
> to compile. These are: the one from gnome-user-docs/gnome-help, the one
> from gnome-getting-started-docs and at least one more file regarding the
> Privacy settings, but I wasn't able to locate the corresponding files in
> the git, yet. I guess it was just recently added, correct me if I'm wrong.
> So my question is: how do I compile/merge more then 1 .po file into one
> help document to view it with yelp. Currenty I'm using the following string
> to work with single .po:
>
> for i in *.page; do xml2po -m mallard -p ../ru.po $i > ../tmp/$i; done
> And the '*.po' instead of 'ru.po' gives an error Error: You can merge
> translations with only one XML file at a time.
>
> Thanks in advance!
> --
> best regards, Julia Dronova
>



-- 
С уважением, Дронова Юлия
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: How to compile/merge more than one .po file with Mallard?

2014-02-10 Thread Rūdolfs Mazurs
Hi,
in git repository, PO files are not updated automatically, so if the
modules you listed were not included in the uploaded translations, they
will won't appear.

Simple solution: get the PO file from damn-lies [1] and translate/upload
that.

More complicated solution: update PO file in the git repository (I am
not sure how it is done with docs, but for UI translations it is usually
done with intltool-update utility)

[1] https://l10n.gnome.org/vertimus/gnome-user-docs/master/gnome-help/ru

On P , 2014-02-10 at 15:50 +0400, Juliette Tux wrote:
> Hello again,
> The first question got cleared for me, more or less, but I still
> cannot find the correspondong .po file for the following pages:
> privacy-hide-notifications.page
> privacy-history-recent-off.page
> privacy-name-visibility.page
> privacy-purge.page
> privacy.page
> 
> 
> or is there any way to know it using some Mallard options?
> Please somebody help :)
> 
> 
> On 7 February 2014 20:33, Juliette Tux  wrote:
> Hello everybody,
> I represent Russian translation team and currently I'm working
> with GNOME help files and Mallard. These are my first steps
> with Mallard, so I'm asking for help. 
> As I can see, (judging by the text which appears in the
> default help opened woth yelp), the big global GNOME help
> takes more then one .po file to compile. These are: the one
> from gnome-user-docs/gnome-help, the one from
> gnome-getting-started-docs and at least one more file
> regarding the Privacy settings, but I wasn't able to locate
> the corresponding files in the git, yet. I guess it was just
> recently added, correct me if I'm wrong.
> So my question is: how do I compile/merge more then 1 .po file
> into one help document to view it with yelp. Currenty I'm
> using the following string to work with single .po:
> 
> 
> for i in *.page; do xml2po -m mallard -p ../ru.po $i
> > ../tmp/$i; done
> 
> And the '*.po' instead of 'ru.po' gives an error Error: You
> can merge translations with only one XML file at a time.
> 
> 
> Thanks in advance!
> -- 
> best regards, Julia Dronova
> 
> 
> 
> 
> -- 
> С уважением, Дронова Юлия
> ___
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-i18n


___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: How to compile/merge more than one .po file with Mallard?

2014-02-10 Thread Juliette Tux
Thanks for your reply! :)
I've updated the 'gnome-docs' module via git and did 'autogen.sh' and 'make
pot' there, in order to get the freshest .pot possible. The only Privacy
page listed there is 'privacy-screen-lock.page'. And it's not possible to
run intltool-update since there is no /po directory in the
gnome-user-docs/gnome-help module. I'm crossposting to the
gnome-doc-list@at the moment, hope there will be somebody able to help
with the issue.


On 10 February 2014 21:33, Rūdolfs Mazurs  wrote:

> Hi,
> in git repository, PO files are not updated automatically, so if the
> modules you listed were not included in the uploaded translations, they
> will won't appear.
>
> Simple solution: get the PO file from damn-lies [1] and translate/upload
> that.
>
> More complicated solution: update PO file in the git repository (I am
> not sure how it is done with docs, but for UI translations it is usually
> done with intltool-update utility)
>
> [1] https://l10n.gnome.org/vertimus/gnome-user-docs/master/gnome-help/ru
>
> On P , 2014-02-10 at 15:50 +0400, Juliette Tux wrote:
> > Hello again,
> > The first question got cleared for me, more or less, but I still
> > cannot find the correspondong .po file for the following pages:
> > privacy-hide-notifications.page
> > privacy-history-recent-off.page
> > privacy-name-visibility.page
> > privacy-purge.page
> > privacy.page
> >
> >
> > or is there any way to know it using some Mallard options?
> > Please somebody help :)
> >
> >
> > On 7 February 2014 20:33, Juliette Tux  wrote:
> > Hello everybody,
> > I represent Russian translation team and currently I'm working
> > with GNOME help files and Mallard. These are my first steps
> > with Mallard, so I'm asking for help.
> > As I can see, (judging by the text which appears in the
> > default help opened woth yelp), the big global GNOME help
> > takes more then one .po file to compile. These are: the one
> > from gnome-user-docs/gnome-help, the one from
> > gnome-getting-started-docs and at least one more file
> > regarding the Privacy settings, but I wasn't able to locate
> > the corresponding files in the git, yet. I guess it was just
> > recently added, correct me if I'm wrong.
> > So my question is: how do I compile/merge more then 1 .po file
> > into one help document to view it with yelp. Currenty I'm
> > using the following string to work with single .po:
> >
> >
> > for i in *.page; do xml2po -m mallard -p ../ru.po $i
> > > ../tmp/$i; done
> >
> > And the '*.po' instead of 'ru.po' gives an error Error: You
> > can merge translations with only one XML file at a time.
> >
> >
> > Thanks in advance!
> > --
> > best regards, Julia Dronova
> >
> >
> >
> >
> > --
> > С уважением, Дронова Юлия
> > ___
> > gnome-i18n mailing list
> > gnome-i18n@gnome.org
> > https://mail.gnome.org/mailman/listinfo/gnome-i18n
>
>
> ___
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>



-- 
С уважением, Дронова Юлия
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


String additions to 'grilo-plugins.master'

2014-02-10 Thread GNOME Status Pages
This is an automatic notification from status generation scripts on:
http://l10n.gnome.org.

There have been following string additions to module 'grilo-plugins.master':

+ "A source for browsing Freebox TV channels"
+ "A source for browsing Pocket videos"
+ "A source for browsing videos from the Guardian"
+ "Freebox TV"
+ "Pocket"
+ "The Guardian Videos"

Note that this doesn't directly indicate a string freeze break, but it
might be worth investigating.
http://git.gnome.org/browse/grilo-plugins/log/?h=master
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: gnome-user-docs 3.10.2 release

2014-02-10 Thread Ekaterina Gerasimova
Hi all, I'm going to make the 3.10.3 release at some point over the
next few days (and I'll also be branching soon).

On 9 November 2013 22:56, Ekaterina Gerasimova  wrote:
> On 9 November 2013 18:59, Gil Forcada  wrote:
>> El ds 09 de 11 de 2013 a les 10:22 +, en/na Ekaterina Gerasimova va
>> escriure:
>>> Hi all, well, I think we're pretty much done with most of what we're
>>> going to do now.
>>>
>>> There are still some outdated pages, but we will aim to update these
>>> for 3.10.3. If you come across any instructions that you know are
>>> incorrect, please let me know or add them to
>>> https://wiki.gnome.org/DocumentationProject/Tasks/DesktopHelp#Tasks_for_3.10
>>>
>>> Thanks!
>>>
>>
>> Where's that 3.10.3 supposed to be released? I don't see it in either
>> https://wiki.gnome.org/ThreePointNine nor
>> https://wiki.gnome.org/ThreePointEleven
>
> It's not a scheduled release, so only after we finish all the updates
> and then we will leave you two weeks to translate it. I expect it to
> happen no earlier than a month from now and possibly later.
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


[gnome-user-docs] (19 commits) Created branch gnome-3-10

2014-02-10 Thread Ekaterina Gerasimova
The branch 'gnome-3-10' was created.

Summary of new commits:

  5601467... Updated Spanish translation
  344bb3c... Update enterprise-login.page
  ae2c606... Update shell-introduction.page
  7b89543... Fix paths
  bb446f5... Fix status-icons in gnome-help
  6a57126... Update keyboard-layout.page
  253a88f... Update background.page
  e9ccd72... Update login-background.page
  a93723b... Update login-logo.page
  d4f7160... Updated Telugu Translations
  d943c3d... Tamil Translations Updated
  190b537... Update power-dim-screen.page
  353c673... Update two top bar icons screenshots to 3.10 design
  7534c3f... Remove some obsolete screenshot from Spanish translations
  1d8d644... Updated Gujarati translations
  414f7e9... Updated Greek translations
  1cddf0d... Updated Spanish translation
  92dba3c... updated kn.po
  a56172b... Fix broken tags in translations
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n