String freeze break request for gnome-panel

2011-03-31 Thread Vincent Untz
Hi translators, To make the fallback mode look much closer to gnome-shell, I'd like to merge a new user menu in gnome-panel. As mentioned previously, there are strings I can reuse from gnome-shell, and I already have a script to add those translations to the gnome-panel po files. But I hadn't real

Re: String freeze break request for gnome-panel

2011-03-31 Thread Matthias Clasen
On Thu, Mar 31, 2011 at 10:13 AM, Vincent Untz wrote: > Hi translators, > > To make the fallback mode look much closer to gnome-shell, I'd like to > merge a new user menu in gnome-panel. As mentioned previously, there are > strings I can reuse from gnome-shell, and I already have a script to add >

Re: String freeze break request for gnome-panel

2011-03-31 Thread Vincent Untz
Le jeudi 31 mars 2011, à 10:42 -0400, Matthias Clasen a écrit : > Here is the command I just used to pull existing translations from the shell. > Maybe you can do the equivalent for those strings. > > for l in `cat ~/gnome-3.0/checkoutroot/gnome-shell/po/LINGUAS`; do > export LANGUAGE=$l; text=`ge

Re: String freeze break request for gnome-panel

2011-04-01 Thread Vincent Untz
Le jeudi 31 mars 2011, à 16:13 +0200, Vincent Untz a écrit : > I know this is again a last-minute change, and it's asking a lot from > translators, but this will make a real difference by really having a > fallback experience much closer to the gnome-shell one. I hate pushing too hard on this, but

Re: String freeze break request for gnome-panel

2011-04-01 Thread Claude Paroz
Le vendredi 01 avril 2011 à 09:11 +0200, Vincent Untz a écrit : > Le jeudi 31 mars 2011, à 16:13 +0200, Vincent Untz a écrit : > > I know this is again a last-minute change, and it's asking a lot from > > translators, but this will make a real difference by really having a > > fallback experience m

Re: String freeze break request for gnome-panel

2011-04-01 Thread Gabor Kelemen
2011-04-01 09:22 keltezéssel, Claude Paroz írta: Le vendredi 01 avril 2011 à 09:11 +0200, Vincent Untz a écrit : Le jeudi 31 mars 2011, à 16:13 +0200, Vincent Untz a écrit : I know this is again a last-minute change, and it's asking a lot from translators, but this will make a real difference b

Re: String freeze break request for gnome-panel

2011-04-01 Thread Vincent Untz
Le vendredi 01 avril 2011, à 11:42 +0200, Gabor Kelemen a écrit : > 2011-04-01 09:22 keltezéssel, Claude Paroz írta: > >Le vendredi 01 avril 2011 à 09:11 +0200, Vincent Untz a écrit : > >>Le jeudi 31 mars 2011, à 16:13 +0200, Vincent Untz a écrit : > >>>I know this is again a last-minute change, an

String freeze break request for gnome-panel user menu

2012-09-09 Thread Jeremy Bicha
Hi, I'd like to request a string freeze exception for gnome-panel to bring the user menu more in line with the GNOME Shell 3.6 user menu. http://bugzilla-attachments.gnome.org/attachment.cgi?id=223834 Specifically, the patch removes the ellipses and changes "Shut Down" to "Power Off". Thanks, J

Re: String freeze break request for gnome-panel user menu

2012-09-09 Thread Gil Forcada
El dg 09 de 09 de 2012 a les 08:45 -0400, en/na Jeremy Bicha va escriure: > Hi, > > I'd like to request a string freeze exception for gnome-panel to bring > the user menu more in line with the GNOME Shell 3.6 user menu. > > http://bugzilla-attachments.gnome.org/attachment.cgi?id=223834 > > Speci

Re: String freeze break request for gnome-panel user menu

2012-09-09 Thread Colin Walters
On Sun, 2012-09-09 at 08:45 -0400, Jeremy Bicha wrote: > Hi, > > I'd like to request a string freeze exception for gnome-panel to bring > the user menu more in line with the GNOME Shell 3.6 user menu. > > http://bugzilla-attachments.gnome.org/attachment.cgi?id=223834 > > Specifically, the patch

Re: String freeze break request for gnome-panel user menu

2012-09-09 Thread Javier Jardón
On 9 September 2012 23:24, Colin Walters wrote: > On Sun, 2012-09-09 at 08:45 -0400, Jeremy Bicha wrote: >> Hi, >> >> I'd like to request a string freeze exception for gnome-panel to bring >> the user menu more in line with the GNOME Shell 3.6 user menu. >> >> http://bugzilla-attachments.gnome.org

Re: String freeze break request for gnome-panel user menu

2012-09-09 Thread Shaun McCance
On Sun, 2012-09-09 at 15:57 +0200, Gil Forcada wrote: > El dg 09 de 09 de 2012 a les 08:45 -0400, en/na Jeremy Bicha va > escriure: > > Hi, > > > > I'd like to request a string freeze exception for gnome-panel to bring > > the user menu more in line with the GNOME Shell 3.6 user menu. > > > > htt

Re: String freeze break request for gnome-panel user menu

2012-09-14 Thread Jeremy Bicha
On 9 September 2012 09:57, Gil Forcada wrote: > El dg 09 de 09 de 2012 a les 08:45 -0400, en/na Jeremy Bicha va > escriure: >> Hi, >> >> I'd like to request a string freeze exception for gnome-panel to bring >> the user menu more in line with the GNOME Shell 3.6 user menu. >> >> http://bugzilla-at

Re: String freeze break request for gnome-panel user menu

2012-09-14 Thread Gabor Kelemen
2012-09-14 14:46 keltezéssel, Jeremy Bicha írta: On 9 September 2012 09:57, Gil Forcada wrote: El dg 09 de 09 de 2012 a les 08:45 -0400, en/na Jeremy Bicha va escriure: Hi, I'd like to request a string freeze exception for gnome-panel to bring the user menu more in line with the GNOME Shell 3

String freeze break request for gnome-panel (& big code freeze break)

2011-03-28 Thread Vincent Untz
Hi there, Over the past week, I've worked on the panel to make sure the fallback mode would be a bit more maintainable in 3.x. This includes a port to GSettings, and more (see below). Also a bit of a warning: fredp wants me to finish the "minimize difference between fallback & shell" bug, which p

Re: String freeze break request for gnome-panel (& big code freeze break)

2011-03-28 Thread Frederic Peters
Vincent Untz wrote: > Over the past week, I've worked on the panel to make sure the fallback > mode would be a bit more maintainable in 3.x. This includes a port to > GSettings, and more (see below). I have been running that branch a little bit this afternoon, it works well and looks like a very

Re: String freeze break request for gnome-panel (& big code freeze break)

2011-03-28 Thread Matthias Clasen
On Mon, Mar 28, 2011 at 1:28 PM, Frederic Peters wrote: > Vincent Untz wrote: > >> Over the past week, I've worked on the panel to make sure the fallback >> mode would be a bit more maintainable in 3.x. This includes a port to >> GSettings, and more (see below). > > I have been running that branch

Re: String freeze break request for gnome-panel (& big code freeze break)

2011-03-28 Thread Johannes Schmid
Hi! > Also a bit of a warning: fredp wants me to finish the "minimize > difference between fallback & shell" bug, which possibly means a few > other strings (that are all in gnome-shell, in the user menu). But I > don't want to block things on this. Vincent agreed to do the magic to reuse the str

Re: String freeze break request for gnome-panel (& big code freeze break)

2011-03-28 Thread Vincent Untz
Le lundi 28 mars 2011, à 19:35 +0200, Johannes Schmid a écrit : > > > Of those 17 strings, 15 are in schemas (so really not visible, except in > > dconf-editor; and l10n.gnome.org has magic to let you ignore those), and > > 2 are error messages displayed in extremely unlikely cases: > > "Cannot c

Re: String freeze break request for gnome-panel (& big code freeze break)

2011-03-28 Thread Andre Klapper
On Mon, 2011-03-28 at 13:32 -0400, Matthias Clasen wrote: > On Mon, Mar 28, 2011 at 1:28 PM, Frederic Peters wrote: > > Vincent Untz wrote: > > > >> Over the past week, I've worked on the panel to make sure the fallback > >> mode would be a bit more maintainable in 3.x. This includes a port to > >

Re: String freeze break request for gnome-panel (& big code freeze break)

2011-03-28 Thread Claude Paroz
Le lundi 28 mars 2011 à 20:06 +0200, Vincent Untz a écrit : > Le lundi 28 mars 2011, à 19:35 +0200, Johannes Schmid a écrit : > > > > > Of those 17 strings, 15 are in schemas (so really not visible, except in > > > dconf-editor; and l10n.gnome.org has magic to let you ignore those), and > > > 2 ar