diff options
author | Milan Crha <mcrha@redhat.com> | 2009-12-10 01:55:15 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-12-10 01:55:15 +0800 |
commit | 65931feb2a497c348c166e90b76764d32efa7323 (patch) | |
tree | d3b4490b11f7c9955e8e777e310bc370d3b793bc /calendar/gui/dialogs | |
parent | fe29acd5a966fbacd76aa4ace71450571291418e (diff) | |
download | gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.gz gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.bz2 gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.lz gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.xz gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.zst gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.zip |
Bug #591938 - Update translator's comments
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/task-details-page.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/calendar/gui/dialogs/task-details-page.ui b/calendar/gui/dialogs/task-details-page.ui index df6baef653..9655728adb 100644 --- a/calendar/gui/dialogs/task-details-page.ui +++ b/calendar/gui/dialogs/task-details-page.ui @@ -15,16 +15,16 @@ </columns> <data> <row> - <col id="0" translatable="yes">High</col> + <col id="0" translatable="yes" comments="To Translators: This is task priority">High</col> </row> <row> - <col id="0" translatable="yes">Normal</col> + <col id="0" translatable="yes" comments="To Translators: This is task priority">Normal</col> </row> <row> - <col id="0" translatable="yes">Low</col> + <col id="0" translatable="yes" comments="To Translators: This is task priority">Low</col> </row> <row> - <col id="0" translatable="yes">Undefined</col> + <col id="0" translatable="yes" comments="To Translators: This is task priority">Undefined</col> </row> </data> </object> @@ -34,16 +34,16 @@ </columns> <data> <row> - <col id="0" translatable="yes">Not Started</col> + <col id="0" translatable="yes" comments="To Translators: This is task status">Not Started</col> </row> <row> - <col id="0" translatable="yes">In Progress</col> + <col id="0" translatable="yes" comments="To Translators: This is task status">In Progress</col> </row> <row> - <col id="0" translatable="yes">Completed</col> + <col id="0" translatable="yes" comments="To Translators: This is task status">Completed</col> </row> <row> - <col id="0" translatable="yes">Canceled</col> + <col id="0" translatable="yes" comments="To Translators: This is task status">Canceled</col> </row> </data> </object> |