aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/addressbook.error.xml
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-09-29 16:18:34 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-09-29 16:18:34 +0800
commit1ba2383270f3834250814a3bf4fd0cb02b6610fd (patch)
tree936808168aa7c4d0a3978e09e8e68d4ddf0c3caa /addressbook/addressbook.error.xml
parentb3418cc6c6a7be4cabbaab362ff86baa88baaeb1 (diff)
downloadgsoc2013-evolution-1ba2383270f3834250814a3bf4fd0cb02b6610fd.tar
gsoc2013-evolution-1ba2383270f3834250814a3bf4fd0cb02b6610fd.tar.gz
gsoc2013-evolution-1ba2383270f3834250814a3bf4fd0cb02b6610fd.tar.bz2
gsoc2013-evolution-1ba2383270f3834250814a3bf4fd0cb02b6610fd.tar.lz
gsoc2013-evolution-1ba2383270f3834250814a3bf4fd0cb02b6610fd.tar.xz
gsoc2013-evolution-1ba2383270f3834250814a3bf4fd0cb02b6610fd.tar.zst
gsoc2013-evolution-1ba2383270f3834250814a3bf4fd0cb02b6610fd.zip
** Fixes bug #261062
svn path=/trunk/; revision=32827
Diffstat (limited to 'addressbook/addressbook.error.xml')
-rw-r--r--addressbook/addressbook.error.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml
index 446e51c05b..897c05d009 100644
--- a/addressbook/addressbook.error.xml
+++ b/addressbook/addressbook.error.xml
@@ -44,18 +44,22 @@
</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>
</error>
<error id="load-error" type="error">
<_title>Unable to open addressbook</_title>
<_primary>Error loading addressbook.</_primary>
+ <!-- For Translators: {0} is string describing the error why the addressbook could not be loaded -->
<_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 addressbook was unable to parse this query." -->
<_secondary>{0}</_secondary>
</error>