diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-01-24 04:07:35 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-01-24 04:07:35 +0800 |
commit | 0ca6957de3ad46ec9dfc305c91b803693dd2bb75 (patch) | |
tree | a73083e543de5cb8d27ea09110218b995e89aa2b /calendar/gui/print.c | |
parent | 1f2222c796a1afb2796890f4550d2f23c6914c40 (diff) | |
download | gsoc2013-evolution-0ca6957de3ad46ec9dfc305c91b803693dd2bb75.tar.gz gsoc2013-evolution-0ca6957de3ad46ec9dfc305c91b803693dd2bb75.tar.zst gsoc2013-evolution-0ca6957de3ad46ec9dfc305c91b803693dd2bb75.zip |
added translator comments to workday abbreviations. Fixes bug 328007.
2005-01-23 Andre Klapper <a9016009@gmx.de>
* gui/print.c: added translator comments to workday
abbreviations. Fixes bug 328007.
svn path=/trunk/; revision=31284
Diffstat (limited to 'calendar/gui/print.c')
-rw-r--r-- | calendar/gui/print.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/print.c b/calendar/gui/print.c index 624503aaa2..98a62c0c11 100644 --- a/calendar/gui/print.c +++ b/calendar/gui/print.c @@ -571,6 +571,7 @@ print_month_small (GnomePrintContext *pc, GnomeCalendar *gcal, time_t month, double font_size, max_font_size; double header_size, col_width, row_height, text_xpad, w; double cell_top, cell_bottom, cell_left, cell_right, text_right; + /* Translators: These are workday abbreviations, e.g. Su=Sunday and Th=Thursday */ char *daynames[] = { N_("Su"), N_("Mo"), N_("Tu"), N_("We"), N_("Th"), N_("Fr"), N_("Sa") }; |