aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/addressbook.error.xml4
-rw-r--r--composer/ChangeLog5
-rw-r--r--composer/mail-composer.error.xml1
4 files changed, 16 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 6bec769fc0..064eef9c5d 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-24 Ushveen Kaur <kushveen@novell.com>
+
+ ** Fixes bug #261062
+
+ * addressbook.error.xml: Translator comments added.
+
2006-09-28 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #357811
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>
diff --git a/composer/ChangeLog b/composer/ChangeLog
index b9dd383289..84ea1b988e 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-24 Ushveen Kaur <kushveen@novell.com>
+
+ ** Fixes bug #261062
+ * mail-composer.error.xml: Translator comments added.
+
2006-09-18 Matthew Barnes <mbarnes@redhat.com>
Fixes #351332
diff --git a/composer/mail-composer.error.xml b/composer/mail-composer.error.xml
index 6f75d375dd..ed45bb292f 100644
--- a/composer/mail-composer.error.xml
+++ b/composer/mail-composer.error.xml
@@ -3,6 +3,7 @@
<error id="no-attach" type="error" modal="true">
<_primary>You cannot attach the file `{0}' to this message.</_primary>
+ <!--For Translators: '{1}' is the exception description,describing why the file could not be attached to the message -->
<secondary>{1}</secondary>
</error>