diff options
author | Karsten Bräckelmann <kbrae@src.gnome.org> | 2006-02-13 07:36:59 +0800 |
---|---|---|
committer | Karsten Bräckelmann <kbrae@src.gnome.org> | 2006-02-13 07:36:59 +0800 |
commit | 0f4600c3f5fe43c16ce3eed2ec46d3b104a44beb (patch) | |
tree | 0d6b6049c6c2bef8ae93e1e0bf3ca41f5cf4fcfd /calendar/calendar.error.xml | |
parent | 07fd04db7e2bf7c31602370c0ffc730f30b4d3d4 (diff) | |
download | gsoc2013-evolution-0f4600c3f5fe43c16ce3eed2ec46d3b104a44beb.tar.gz gsoc2013-evolution-0f4600c3f5fe43c16ce3eed2ec46d3b104a44beb.tar.zst gsoc2013-evolution-0f4600c3f5fe43c16ce3eed2ec46d3b104a44beb.zip |
added mnemonics
svn path=/trunk/; revision=31496
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index c37e1f8d47..f99d4de723 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -4,8 +4,8 @@ <error id="prompt-cancel-meeting" type="question" defult="GTK_RESPONSE_YES"> <_primary>Would you like to send all the participants a cancelation notice?</_primary> <_secondary>If you do not send a cancelation notice, the other participants may not know the meeting is canceled.</_secondary> - <button _label="Do not Send" response="GTK_RESPONSE_NO"/> - <button _label="Send Notice" response="GTK_RESPONSE_YES"/> + <button _label="Do _not Send" response="GTK_RESPONSE_NO"/> + <button _label="_Send Notice" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-delete-meeting" type="question" defult="GTK_RESPONSE_NO"> @@ -18,8 +18,8 @@ <error id="prompt-cancel-task" type="question" defult="GTK_RESPONSE_YES"> <_primary>Would you like to send all the participants a cancelation notice?</_primary> <_secondary>If you do not send a cancelation notice, the other participants may not know the task has been deleted.</_secondary> - <button _label="Do not Send" response="GTK_RESPONSE_NO"/> - <button _label="Send Notice" response="GTK_RESPONSE_YES"/> + <button _label="Do _not Send" response="GTK_RESPONSE_NO"/> + <button _label="_Send Notice" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-delete-task" type="question" defult="GTK_RESPONSE_NO"> @@ -32,8 +32,8 @@ <error id="prompt-cancel-journal" type="question" defult="GTK_RESPONSE_YES"> <_primary>Would you like to send a cancelation notice for this journal entry?</_primary> <_secondary>If you do not send a cancelation notice, the other participants may not know the journal has been deleted.</_secondary> - <button _label="Do not Send" response="GTK_RESPONSE_NO"/> - <button _label="Send Notice" response="GTK_RESPONSE_YES"/> + <button _label="Do _not Send" response="GTK_RESPONSE_NO"/> + <button _label="_Send Notice" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-delete-journal" type="question" defult="GTK_RESPONSE_NO"> @@ -136,22 +136,22 @@ <error id="prompt-meeting-invite" type="question" default="GTK_RESPONSE_YES"> <_primary>Would you like to send meeting invitations to participants?</_primary> <_secondary>Email invitations will be sent to all participants and allow them to reply.</_secondary> - <button _label="Do not Send" response="GTK_RESPONSE_NO"/> - <button _label="Send" response="GTK_RESPONSE_YES"/> + <button _label="Do _not Send" response="GTK_RESPONSE_NO"/> + <button _label="_Send" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-send-updated-meeting-info" type="question" default="GTK_RESPONSE_YES"> <_primary>Would you like to send updated meeting information to participants?</_primary> <_secondary>Sending updated information allows other participants to keep their calendars up to date.</_secondary> - <button _label="Do not Send" response="GTK_RESPONSE_NO"/> - <button _label="Send" response="GTK_RESPONSE_YES"/> + <button _label="Do _not Send" response="GTK_RESPONSE_NO"/> + <button _label="_Send" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-send-task" type="question" default="GTK_RESPONSE_YES"> <_primary>Would you like to send this task to participants?</_primary> <_secondary>Email invitations will be sent to all participants and allow them to accept this task.</_secondary> - <button _label="Do not Send" response="GTK_RESPONSE_NO"/> - <button _label="Send" response="GTK_RESPONSE_YES"/> + <button _label="Do _not Send" response="GTK_RESPONSE_NO"/> + <button _label="_Send" response="GTK_RESPONSE_YES"/> </error> <error id="ask-send-task-pending-download" type="question" default="GTK_RESPONSE_YES"> @@ -171,8 +171,8 @@ <error id="prompt-send-updated-task-info" type="question" default="GTK_RESPONSE_YES"> <_primary>Would you like to send updated task information to participants?</_primary> <_secondary>Sending updated information allows other participants to keep their task lists up to date.</_secondary> - <button _label="Do not Send" response="GTK_RESPONSE_NO"/> - <button _label="Send" response="GTK_RESPONSE_YES"/> + <button _label="Do _not Send" response="GTK_RESPONSE_NO"/> + <button _label="_Send" response="GTK_RESPONSE_YES"/> </error> <error id="tasks-crashed" type="error"> |