diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-07 01:02:02 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-07 01:02:02 +0800 |
commit | b864a0a5031b30cba6941613d6e25785a521cdc0 (patch) | |
tree | 5ae20f610dc422125476ec7135dc36b76ff1d5e5 /mail | |
parent | b4ec02d9531fa46475e82dc4d3c76aa4caba60c4 (diff) | |
download | gsoc2013-evolution-b864a0a5031b30cba6941613d6e25785a521cdc0.tar.gz gsoc2013-evolution-b864a0a5031b30cba6941613d6e25785a521cdc0.tar.zst gsoc2013-evolution-b864a0a5031b30cba6941613d6e25785a521cdc0.zip |
Bug #567304 - Add translator comment and remove few strings
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail.error.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 860effbbdb..ed6fa3a364 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -99,6 +99,9 @@ Many email systems add an Apparently-To header to messages that only have BCC re </error> <error id="async-error" type="error"> + <!-- Translators: the {0} is replaced with an operation name, which failed. + It can be basically anything run asynchronously, like "Fetching Mail", + "Sending message" and others, mostly from mail-ops.c file. --> <_primary>Error while {0}.</_primary> <secondary>{1}</secondary> </error> @@ -162,7 +165,7 @@ Many email systems add an Apparently-To header to messages that only have BCC re <error id="no-create-tmp-path" type="error"> <_primary>Cannot create temporary save directory.</_primary> - <_secondary xml:space="preserve">Because "{1}".</_secondary> + <secondary xml:space="preserve">{1}.</secondary> </error> <error id="no-write-path-exists" type="error"> @@ -177,7 +180,7 @@ Many email systems add an Apparently-To header to messages that only have BCC re <error id="no-delete-folder" type="error"> <_primary>Cannot delete folder "{0}".</_primary> - <_secondary xml:space="preserve">Because "{1}".</_secondary> + <secondary xml:space="preserve">{1}.</secondary> </error> <error id="no-delete-special-folder" type="error"> @@ -231,7 +234,7 @@ Do you really want to do this?</_secondary> <error id="no-rename-folder" type="error"> <_primary>Cannot rename "{0}" to "{1}".</_primary> - <_secondary xml:space="preserve">Because "{2}".</_secondary> + <secondary xml:space="preserve">{2}.</secondary> </error> <error id="no-move-folder-nostore" type="error"> @@ -293,7 +296,7 @@ all proxy information will be deleted permanently.</_secondary> <error id="no-save-signature" type="error"> <_primary>Could not save signature file.</_primary> - <_secondary xml:space="preserve">Because "{0}".</_secondary> + <secondary xml:space="preserve">{0}.</secondary> </error> <error id="signature-notscript" type="error"> |