Documentation updates being made to Orca

2014-03-27 Thread Joanmarie Diggs
Hey all.

I just wanted to give you a heads-up that Orca's documentation is
getting a full review to be sure that it is 100% current with respect to
content. I don't anticipate there being that many changes, but I plan to
commit them as we go. And I have learned by experience that some of you
translate changes I make in Orca within mere hours of my committing
them.  In this particular case, since I know there
will be some more commits to come, I encourage you to take a
very-well-deserved rest now that 3.12 is out the door. When we're done
with the Orca documentation review and changes, I'll give y'all the
all-clear.

Please let me know if you have any questions. And thank you, as always,
for all the work you do!!!

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


String additions to 'gnome-shell.master'

2014-03-27 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 'gnome-shell.master':

+ "Disable"
+ "Enable"
+ "In Use"

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


Re: 3.12 Release Notes Available to Translate

2014-03-27 Thread Andrea Veri
On Thu, 27 Mar 2014, Rafael Ferreira wrote:

> Right. Now I remember that I discussed this issue with Andrea in
> https://bugzilla.gnome.org/show_bug.cgi?id=710939
> 
> When I removed English from language list of Chromium, it appears in
> Portuguese.
> Basically, if English is listed in my language list (which was as *lowest*
> priority, after Portuguese and Portuguese (Brazil) ), GNOME websites appear
> in English, while IMHO it should behave just as a fallback.

I'm very surprised after a few tests I just ran:

1. every single language works fine when configured as the first 
   preference on your browser. You can test this by selecting 'af',
   which stands on the latest spots on the LanguagePriority list. You
   will see [1] showing up half translated. (I suppose some of the 
   translations are still missing for that specific locale)
2. pt_BR is the only affected locale that does not show up properly 
   even when selected as the very first locale on your browser.
3. curl shows success but chrome and firefox are not working as
   expected:

curl -iI -H 'Accept-Language: pt_BR,en_GB;q=0.7,en;q=0.6' https://help.gnome.org

HTTP/1.1 200 OK
Date: Thu, 27 Mar 2014 14:26:34 GMT
Server: Apache/2.2.15 (Red Hat)
Content-Location: index.html.pt_BR
Vary: negotiate,accept-language,Cookie
TCN: choice
Last-Modified: Thu, 27 Mar 2014 13:36:52 GMT
ETag: "4404a6-1c22-4f596ad8d38cd"
Accept-Ranges: bytes
Content-Length: 7202
Content-Type: text/html; charset=UTF-8
Content-Language: pt_br
Connection: close

httpd.conf has: 

AddLanguage pt-br .pt_BR
AddLanguage pt_BR .pt_BR

I tried adding:

AddLanguage pt_br .pt_BR

but it didn't help. Rafael can you test the above as well? 
specifically check that:

1. the only "broken" language not showing up is pt_BR
2. selecting other languages != from pt_BR works, for example
   try with 'af' or 'sq' which are the latest entries on 
   LanguagePriority as you can see from this excerpt:

LanguagePriority en ca cs da de el eo es et fr he hr hu it ja ko ltz nl nn no 
pl pt pt_br pt_BR ru sv tr zh-CN zh-TW uk eu af sq be@latn

3. test the above with curl
4. test the above with both chrome and firefox

Thanks!


-- 

Cheers,

Andrea

Debian Developer,
Fedora / EPEL packager,
GNOME Sysadmin Team Coordinator,
GNOME Foundation Membership & Elections Committee Chairman

Homepage: http://www.gnome.org/~av


signature.asc
Description: Digital signature
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: 3.12 Release Notes Available to Translate

2014-03-27 Thread Luc Pionchon
With GNOME app generic names, some sentences like "Software Has Grown
Up" are confusing. Just wondering if we could, for example, float a
little GNOME foot, the same way we would have a '(tm)' sign. Something
like:

span.app:after {
 content: url('https://help.gnome.org/skin/gnome-16.png');
 vertical-align: 0.2ex;
}



On 18 March 2014 23:45, Allan Day  wrote:
> Hi everyone!
>
> The text for the 3.12 release notes has now been finalised, so it can
> now be translated. Unfortunately, the screenshots are not complete,
> but that will happen in the next day or two. The release itself is
> scheduled for 26 March.
>
> The notes can be found in the 3.12 branch of the release-notes module:
>
> https://git.gnome.org/browse/release-notes/?h=gnome-3-12
>
> Let me know if you have any questions.
>
> Thanks!
>
> Allan
> ___
> 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: 3.12 Release Notes Available to Translate

2014-03-27 Thread Rafael Ferreira
2014-03-27 9:20 GMT-03:00 Frederic Peters :

> Rafael Ferreira wrote:
> > Should I see the translated version of release notes when accessing
> > https://help.gnome.org/misc/release-notes/3.12/ ? Just asking, because I
> > see it in English.  To see in my language (pt_BR) I have to append
> > "index.html.pt_BR" to the URL..
>
> This is based on content-negociation so it should happen automatically
> if your browser is configured correctly; but in your specific case
> maybe there's a misconfiguration on the server and a mismatch between
> pt-br and pt_BR.
>


Right. Now I remember that I discussed this issue with Andrea in
https://bugzilla.gnome.org/show_bug.cgi?id=710939

When I removed English from language list of Chromium, it appears in
Portuguese.
Basically, if English is listed in my language list (which was as *lowest*
priority, after Portuguese and Portuguese (Brazil) ), GNOME websites appear
in English, while IMHO it should behave just as a fallback.

P.s.: This language list (that includes English as lowest priority) came in
my distribution (Arch Linux). All I did was remove it right
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: 3.12 Release Notes Available to Translate

2014-03-27 Thread Frederic Peters
Rafael Ferreira wrote:
> Should I see the translated version of release notes when accessing
> https://help.gnome.org/misc/release-notes/3.12/ ? Just asking, because I
> see it in English.  To see in my language (pt_BR) I have to append
> "index.html.pt_BR" to the URL..

This is based on content-negociation so it should happen automatically
if your browser is configured correctly; but in your specific case
maybe there's a misconfiguration on the server and a mismatch between
pt-br and pt_BR.

(CC to Andrea Veri, he could probably tell)


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


Re: 3.12 Release Notes Available to Translate

2014-03-27 Thread Rafael Ferreira
Should I see the translated version of release notes when accessing
https://help.gnome.org/misc/release-notes/3.12/ ? Just asking, because I
see it in English.  To see in my language (pt_BR) I have to append
"index.html.pt_BR" to the URL..


2014-03-27 8:59 GMT-03:00 Frederic Peters :

> Hi Marek,
>
> Marek Černocký wrote:
> > Release notes 3.12 are not translated to the Slovak language. User
> > visiting https://help.gnome.org/misc/release-notes/3.12/ see the Slovak
> > release notes for 3.10 instead the English version for 3.12. It's wrong.
>
> Indeed, the way branching happened on the server caused that, thanks
> for noticing, I have now manually removed *.sk files (and then checked
> for other languages with the problem and removed *.da, *.el, and *.id).
>
>
> Fred
> ___
> 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-themes-standard] Created branch gnome-3-12

2014-03-27 Thread Jakub Steiner
The branch 'gnome-3-12' was created pointing to:

 0cccd82... Bump version

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


Re: 3.12 Release Notes Available to Translate

2014-03-27 Thread Frederic Peters
Hi Marek,

Marek Černocký wrote:
> Release notes 3.12 are not translated to the Slovak language. User
> visiting https://help.gnome.org/misc/release-notes/3.12/ see the Slovak
> release notes for 3.10 instead the English version for 3.12. It's wrong.

Indeed, the way branching happened on the server caused that, thanks
for noticing, I have now manually removed *.sk files (and then checked
for other languages with the problem and removed *.da, *.el, and *.id).


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


Re: 3.12 Release Notes Available to Translate

2014-03-27 Thread Marek Černocký
Release notes 3.12 are not translated to the Slovak language. User
visiting https://help.gnome.org/misc/release-notes/3.12/ see the Slovak
release notes for 3.10 instead the English version for 3.12. It's wrong.


Allan Day píše v Út 18. 03. 2014 v 22:45 +:
> Hi everyone!
> 
> The text for the 3.12 release notes has now been finalised, so it can
> now be translated. Unfortunately, the screenshots are not complete,
> but that will happen in the next day or two. The release itself is
> scheduled for 26 March.
> 
> The notes can be found in the 3.12 branch of the release-notes module:
> 
> https://git.gnome.org/browse/release-notes/?h=gnome-3-12
> 
> Let me know if you have any questions.
> 
> Thanks!
> 
> Allan
> ___
> 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


Enable translation for subtitle for "Introducting GNOME 3.12" video

2014-03-27 Thread Rafael Ferreira
Hi there,

I just notice this video [1], which I think is a great idea for reaching
more users. However, why not allow language teams to translate subtitles
and make the vide more accessible for those who don't understand english
very well ?

[1] https://www.youtube.com/watch?v=n77cwRJUrLg

Cheers,
Rafael Ferreira
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n