Re: UI and string freeze break request for gnome-screenshot

2009-02-27 Thread Frederic Crozat
Le mardi 24 février 2009 à 21:12 +0100, Andre Klapper a écrit :
 Am Dienstag, den 24.02.2009, 17:15 +0100 schrieb Cosimo Cecchi:
  our beloved Vuntz posted a lovely patch [1] and [2] for gnome-screenshot
  today, which adds the long-requested feature of capturing an
  user-selected area of the screen.
  The patch works fine in my testing, and IMHO it would be a nice feature
  to have in 2.26.
  
  It adds 3 new strings for translations and a new checkbox in
  gnome-screenshot's interactive mode.
  
  I request a string and UI break freeze for this feature.
  
  [1] http://bugzilla.gnome.org/show_bug.cgi?id=155061
  [2] http://bugzilla.gnome.org/attachment.cgi?id=129407action=view
 
 r-t approval 1 of 2.

r-t approval 2 of 2.

-- 
Frederic Crozat fcro...@mandriva.com
Mandriva
(spéciale dédicace à rtp)

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


Re: branching GLib-2.15 and Gtk+-2.13

2007-11-08 Thread Frederic Crozat

Le mardi 02 octobre 2007 à 21:44 +0200, Mathias Hasselmann a écrit :
 Am Dienstag, den 02.10.2007, 20:13 +0200 schrieb Tim Janik:
  there have been some pings recently on API changing bugs in
  bugzilla, and i've heared about other API related bugs coming
  up soon. so i guess next week would be a good time to branch Gtk+ for 2.13
  and GLib for 2.15. at least, i intend to do it then if no one
  beats me at it. ;)
 
 Sounds like its time to prepare extended layout for merging! :-)

It looks like glib 2.14 branch has been created. Please, remember to
send an announcement to GNOME release-team and i18n team for next
branch ;)

For the record, is there any ETA for glib 2.16 ? I'm wondering if we
should stick GNOME jhbuild for 2.22 to glib 2.14 branch or keep trunk ?

-- 
Frederic Crozat [EMAIL PROTECTED]
Mandriva

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


Re: String breakage in yelp

2007-09-07 Thread Frederic Crozat
Le jeudi 06 septembre 2007 à 23:15 +0200, Claude Paroz a écrit :
 Le jeudi 06 septembre 2007 à 20:34 +0200, Johannes Schmid a écrit :
  Hi!
  
   Since I committed this, there have been several translations committed
   [2].  For this reason, I've been somewhat nervous about backing the
   change out.
   
   I'm happy to back out the change if requested, but do not want to cause
   more problems for translators.  Therefore, I'm requesting either a)
   permission to leave the string as is or b) permission to revert the
   change.  I'm happy to do either, but would like the i18n team to let me
   know which they would prefer.
  
  Approval 1 of 2 to keep it because the string is
  1) not really important
  2) does not affect docs
  3) simply to fix
  4) backing it out will break the translations of the really fast translator.
 
 Johannes arguments are good-looking :-)
 
 Approval 2 of 2.

Now with R-T approval : 1 of 2.

For the future, I think it would be best to give on which team behalf
you give the approval :)

-- 
Frederic Crozat [EMAIL PROTECTED]
Mandriva

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


Re: Little string change in vino

2007-03-01 Thread Frederic Crozat
Le jeudi 01 mars 2007 à 19:51 +0200, Yair Hershkovitz a écrit :
 Hi,
 
 Well lets see, 100 translators who would have to fix their .po file vs
 one developer who doesn't have the patience for waiting until the string
 freeze is over.
 
 The change you want to do is doesn't affect 99% of the users and the bug
 only affects English locales. I think you can safely wait.

With a little sed magic, all .po files could be fixed at the same time,
without any translator work..

-- 
Frederic Crozat [EMAIL PROTECTED]
Mandriva

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


Re: Patch for duplicate hotkey in the libgnomeprintui print dialog

2006-08-17 Thread Frederic Crozat
Le mardi 15 août 2006 à 12:31 +0200, Kjartan Maraas a écrit :
 Found this in bugzilla and I think it would be nice to get it commited.
 
 http://bugzilla.gnome.org/show_bug.cgi?id=155854
 
 Index: libgnomeprintui/gnome-print-copies.c
 ===
 RCS file: /cvs/gnome/libgnomeprintui/libgnomeprintui/gnome-print-copies.c,v
 retrieving revision 1.36
 diff -u -r1.36 gnome-print-copies.c
 --- libgnomeprintui/gnome-print-copies.c  17 Mar 2004 18:24:52 -  
 1.36
 +++ libgnomeprintui/gnome-print-copies.c  15 Mar 2005 01:28:37 -
 @@ -291,7 +291,7 @@
   atko = gtk_widget_get_accessible (gpc-collate_image);
   atk_image_set_image_description (ATK_IMAGE (atko), _(Image showing the 
 collation sequence when multiple copies of the document are printed));
  
 - gpc-collate = gtk_check_button_new_with_mnemonic (_(_Collate));
 + gpc-collate = gtk_check_button_new_with_mnemonic (_(C_ollate));
   gtk_widget_show(gpc-collate);
   gtk_table_attach_defaults((GtkTable *)table, gpc-collate, 1, 2, 1, 2);

Approval one of two.

-- 
Frederic Crozat [EMAIL PROTECTED]
Mandriva

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


Re: HIG fixes for gnome-terminal

2005-08-08 Thread Frederic Crozat
Le lundi 08 août 2005 à 10:22 -0400, Luis Villa a écrit :
 Looks fine to me.
 Luis
 On 8/8/05, Kjartan Maraas [EMAIL PROTECTED] wrote:
  Hi.
  
  Just wondering if it would be ok to commit the patch in this report:
  http://bugzilla.gnome.org/show_bug.cgi?id=309347
  
  It adds a mnemonic and removes the window title.
 Looks fine to me.
 Luis

Approval 2 of 2.

-- 
Frederic Crozat [EMAIL PROTECTED]
Mandriva

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


Re: i18n and GNOME hackers

2005-06-08 Thread Frederic Crozat
Le mercredi 08 juin 2005 à 17:52 +0200, Danilo ¦egan a écrit :
 Btw, Frederic, what were the untranslated applications you noticed?
 I'm running 2.10 since it came out and I didn't notice any regressions
 in the apps I regularly use.

Regression were usually not application wide, but in part of
applications. I specifically noticed the starting xxx button in
taskbar when you are starting an application because I fixed the
translation bug two years ago and it reappeared in 2.10. It is now fixed
in CVS. Evolution is also regressing since eplugin are not translated
at all (infrastructure has been only added for HEAD), but I have sent a
specific mail for that. There are probably other applications (I noticed
some at GUADEC on other people system) but I didn't had time to write
about them.

I plan to check this after my holidays, which means starting in July
(since Mandriva will be shipping GNOME 2.10.x for next release).

-- 
Frederic Crozat [EMAIL PROTECTED]
Mandriva

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