s/Latin/English/ in last patch.

This commit is contained in:
Behdad Esfahbod 2006-01-25 17:08:51 +00:00
parent 5ba9e01f62
commit ce63836b7d
3 changed files with 4 additions and 14 deletions

View File

@ -1,12 +1,7 @@
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
Oops. s/_(/Q_(/ in the patch.
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
Use translated strings calendar:week:digits|%d and
Use contexed translated strings calendar:week:digits|%d and
calendar:day:digits|%d to let translators choose localized digits for
week and day numbers. (bug #317171, Hamed Malek)

View File

@ -1,12 +1,7 @@
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
Oops. s/_(/Q_(/ in the patch.
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
Use translated strings calendar:week:digits|%d and
Use contexed translated strings calendar:week:digits|%d and
calendar:day:digits|%d to let translators choose localized digits for
week and day numbers. (bug #317171, Hamed Malek)

View File

@ -2073,7 +2073,7 @@ calendar_paint_week_numbers (GtkCalendar *calendar)
g_return_if_fail (result);
/* Translators: this defines whether the week numbers should use
* localized digits or the ones used in Latin (0123...).
* localized digits or the ones used in English (0123...).
*
* Translate to "calendar:week:digits|%Id" if you want to use localized
* digits. Leave it alone to whatever it is otherwise.
@ -2198,7 +2198,7 @@ calendar_paint_day (GtkCalendar *calendar,
}
/* Translators: this defines whether the day numbers should use
* localized digits or the ones used in Latin (0123...).
* localized digits or the ones used in English (0123...).
*
* Translate to "calendar:day:digits|%Id" if you want to use localized
* digits. Leave it alone to whatever it is otherwise.