diff options
author | Aishwarya k <aishkalyan@gmail.com> | 2006-06-14 19:17:22 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-06-14 19:17:22 +0800 |
commit | ab15a7e384104d7dae155df5bbb3a7a20b88821f (patch) | |
tree | 533d535245d05a1e35b6777f8883809ef958de5c /calendar | |
parent | 5b1c6cf7477f67554df3c5170fa48ca61e2c95b3 (diff) | |
download | gsoc2013-evolution-ab15a7e384104d7dae155df5bbb3a7a20b88821f.tar.gz gsoc2013-evolution-ab15a7e384104d7dae155df5bbb3a7a20b88821f.tar.zst gsoc2013-evolution-ab15a7e384104d7dae155df5bbb3a7a20b88821f.zip |
*Fix for bug #339217 Added translator comments for weekdays.
2006-06-14 Aishwarya k <aishkalyan@gmail.com>
*Fix for bug #339217
* gui/dialogs/cal-prefs-dialog.glade:
Added translator comments for weekdays.
svn path=/trunk/; revision=32138
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/dialogs/cal-prefs-dialog.glade | 14 |
2 files changed, 13 insertions, 7 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 3a41f6d249..bf963b7e57 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2006-06-14 Aishwarya k <aishkalyan@gmail.com> + + *Fix for bug #339217 + * gui/dialogs/cal-prefs-dialog.glade: + Added translator comments for weekdays. + 2006-06-14 Chenthill Palanisamy <pchenthill@novell.com> * gui/print.c: (evo_calendar_print_data_new), diff --git a/calendar/gui/dialogs/cal-prefs-dialog.glade b/calendar/gui/dialogs/cal-prefs-dialog.glade index 86333965bd..4d3d33b5e0 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.glade +++ b/calendar/gui/dialogs/cal-prefs-dialog.glade @@ -469,7 +469,7 @@ <widget class="GtkCheckButton" id="mon_button"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Mon</property> + <property name="label" translatable="yes" comments="Monday">_Mon</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -491,7 +491,7 @@ <widget class="GtkCheckButton" id="tue_button"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Tue</property> + <property name="label" translatable="yes" comments="Tuesday">_Tue</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -513,7 +513,7 @@ <widget class="GtkCheckButton" id="wed_button"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Wed</property> + <property name="label" translatable="yes" comments="Wednesday">_Wed</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -535,7 +535,7 @@ <widget class="GtkCheckButton" id="thu_button"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">T_hu</property> + <property name="label" translatable="yes" comments="Thursday">T_hu</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -557,7 +557,7 @@ <widget class="GtkCheckButton" id="fri_button"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Fri</property> + <property name="label" translatable="yes" comments="Friday">_Fri</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -579,7 +579,7 @@ <widget class="GtkCheckButton" id="sat_button"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Sat</property> + <property name="label" translatable="yes" comments="Saturday">_Sat</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -601,7 +601,7 @@ <widget class="GtkCheckButton" id="sun_button"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">S_un</property> + <property name="label" translatable="yes" comments="Sunday">S_un</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |