Add a translator hint. (#163889)
2005-01-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_value): Add a translator hint. (#163889)
This commit is contained in:
committed by
Matthias Clasen
parent
61ededc855
commit
afc970df72
@ -1,5 +1,8 @@
|
|||||||
2005-01-14 Matthias Clasen <mclasen@redhat.com>
|
2005-01-14 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_value):
|
||||||
|
Add a translator hint. (#163889)
|
||||||
|
|
||||||
* configure.in: Check for _NL_TIME_FIRST_WEEKDAY too, since it
|
* configure.in: Check for _NL_TIME_FIRST_WEEKDAY too, since it
|
||||||
is an enum value, not a define. Pointed out by Tommi Komulainen.
|
is an enum value, not a define. Pointed out by Tommi Komulainen.
|
||||||
* gtk/gtkcalendar.c (gtk_calendar_init): Adapt.
|
* gtk/gtkcalendar.c (gtk_calendar_init): Adapt.
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
2005-01-14 Matthias Clasen <mclasen@redhat.com>
|
2005-01-14 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_value):
|
||||||
|
Add a translator hint. (#163889)
|
||||||
|
|
||||||
* configure.in: Check for _NL_TIME_FIRST_WEEKDAY too, since it
|
* configure.in: Check for _NL_TIME_FIRST_WEEKDAY too, since it
|
||||||
is an enum value, not a define. Pointed out by Tommi Komulainen.
|
is an enum value, not a define. Pointed out by Tommi Komulainen.
|
||||||
* gtk/gtkcalendar.c (gtk_calendar_init): Adapt.
|
* gtk/gtkcalendar.c (gtk_calendar_init): Adapt.
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
2005-01-14 Matthias Clasen <mclasen@redhat.com>
|
2005-01-14 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_value):
|
||||||
|
Add a translator hint. (#163889)
|
||||||
|
|
||||||
* configure.in: Check for _NL_TIME_FIRST_WEEKDAY too, since it
|
* configure.in: Check for _NL_TIME_FIRST_WEEKDAY too, since it
|
||||||
is an enum value, not a define. Pointed out by Tommi Komulainen.
|
is an enum value, not a define. Pointed out by Tommi Komulainen.
|
||||||
* gtk/gtkcalendar.c (gtk_calendar_init): Adapt.
|
* gtk/gtkcalendar.c (gtk_calendar_init): Adapt.
|
||||||
|
|||||||
@ -232,6 +232,7 @@ gtk_cell_renderer_progress_set_value (GtkCellRendererProgress *cellprogress,
|
|||||||
if (cellprogress->priv->text)
|
if (cellprogress->priv->text)
|
||||||
text = g_strdup (cellprogress->priv->text);
|
text = g_strdup (cellprogress->priv->text);
|
||||||
else
|
else
|
||||||
|
/* do not translate the part before the | */
|
||||||
text = g_strdup_printf (Q_("progress bar label|%d %%"),
|
text = g_strdup_printf (Q_("progress bar label|%d %%"),
|
||||||
cellprogress->priv->value);
|
cellprogress->priv->value);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user