aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-04-02 00:37:05 +0800
committerMilan Crha <mcrha@redhat.com>2010-04-02 00:38:49 +0800
commit816614eb40ad857b550fe25d3ac84bdeefda7c18 (patch)
tree4b8fce15e28d16a416c71cd6f0d39744a07021ac /addressbook
parent2e1a8c389948bde089f9de42d4fed683708c7732 (diff)
downloadgsoc2013-evolution-816614eb40ad857b550fe25d3ac84bdeefda7c18.tar
gsoc2013-evolution-816614eb40ad857b550fe25d3ac84bdeefda7c18.tar.gz
gsoc2013-evolution-816614eb40ad857b550fe25d3ac84bdeefda7c18.tar.bz2
gsoc2013-evolution-816614eb40ad857b550fe25d3ac84bdeefda7c18.tar.lz
gsoc2013-evolution-816614eb40ad857b550fe25d3ac84bdeefda7c18.tar.xz
gsoc2013-evolution-816614eb40ad857b550fe25d3ac84bdeefda7c18.tar.zst
gsoc2013-evolution-816614eb40ad857b550fe25d3ac84bdeefda7c18.zip
Bug #261062 - Do not translate untranslatable texts
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/addressbook.error.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml
index 8a8bb68ddc..a93ea8578b 100644
--- a/addressbook/addressbook.error.xml
+++ b/addressbook/addressbook.error.xml
@@ -44,22 +44,18 @@
</error>
<error id="generic-error" type="error">
- <!--For Translators: '{0}' is the type of error (eg: "invalid contact", "error adding contact", "error modifying contact", "error removing contact") -->
- <_primary>{0}</_primary>
- <!-- For Translators: {1} is the error status string (eg: "E_BOOK_ERROR_NO_SELF_CONTACT") -->
- <_secondary>{1}</_secondary>
+ <primary>{0}</primary>
+ <secondary>{1}</secondary>
</error>
<error id="load-error" type="error">
<_primary>Unable to open address book</_primary>
- <!-- For Translators: {0} is string describing the error why the address book could not be loaded -->
- <_secondary>{0}</_secondary>
+ <secondary>{0}</secondary>
</error>
<error id="search-error" type="error">
<_primary>Unable to perform search.</_primary>
- <!-- For Translators: {0} is the string describing why the search could not be performed (eg: "The backend for this address book was unable to parse this query." -->
- <_secondary>{0}</_secondary>
+ <secondary>{0}</secondary>
</error>
<error id="prompt-save" type="question" default="GTK_RESPONSE_YES">