Thanks. I applied your patch. I also removed the backslashes (\) in
the strings, which was my ignorant attempt at addressing this issue --
so I already broke the string freeze :-(
-Jim
On 05/24/2010 04:12 AM, Claude Paroz wrote:
Le dimanche 23 mai 2010 à 19:18 -0400, Jim Evins a écrit :
Hello,
All strings in the glabels master branch have been frozen in preparation
for gLabels version 2.3.0. This will be the first development snapshot
for gLabels 3.0 which will released this fall.
All language translations committed to the master branch prior to
June 6, 2010 (Sunday) will be included in this release.
Translation status page:
http://l10n.gnome.org/module/glabels/
gLabels project page:
http://glabels.org/
gLabels hacking guidelines:
http://git.gnome.org/browse/glabels/tree/HACKING
Thank you for your translation efforts.
Thanks. However there are missing "no-c-format" specifiers. Sorry, I'm
just too lazy to use still another bug tracker:
diff --git a/src/color-combo-menu.c b/src/color-combo-menu.c
index 7e2bf15..06ec10c 100644
--- a/src/color-combo-menu.c
+++ b/src/color-combo-menu.c
@@ -113,10 +113,15 @@ static ColorTableEntry color_table[] =
{ GL_COLOR (216, 191, 216), N_("Thistle") },
{ GL_COLOR (255, 255, 255), N_("White") },
+ /* xgettext: no-c-format */
{ GL_COLOR (230, 230, 230), N_("10\% Gray") },
+ /* xgettext: no-c-format */
{ GL_COLOR (192, 192, 192), N_("25\% Gray") },
+ /* xgettext: no-c-format */
{ GL_COLOR (153, 153, 153), N_("40\% Gray") },
+ /* xgettext: no-c-format */
{ GL_COLOR (128, 128, 128), N_("50\% Gray") },
+ /* xgettext: no-c-format */
{ GL_COLOR (102, 102, 102), N_("60\% Gray") },
{ GL_COLOR ( 0, 0, 0), N_("Black") },
Claude
_______________________________________________
gnome-i18n mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-i18n