aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/groupwise-features/ChangeLog10
-rw-r--r--plugins/groupwise-features/org-gnome-mail-retract-errors.xml4
-rw-r--r--plugins/groupwise-features/org-gnome-proxy-errors.xml18
-rw-r--r--plugins/groupwise-features/org-gnome-proxy-login-errors.xml10
-rw-r--r--plugins/groupwise-features/org-gnome-shared-folder.errors.xml23
5 files changed, 37 insertions, 28 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog
index 7e58f91641..f10faa6efb 100644
--- a/plugins/groupwise-features/ChangeLog
+++ b/plugins/groupwise-features/ChangeLog
@@ -1,5 +1,15 @@
2008-03-27 Milan Crha <mcrha@redhat.com>
+ ** Fix for bug #511957
+
+ * org-gnome-proxy-login-errors.xml:
+ * org-gnome-shared-folder.errors.xml:
+ * org-gnome-proxy-errors.xml:
+ * org-gnome-mail-retract-errors.xml:
+ Mark messages for translation.
+
+2008-03-27 Milan Crha <mcrha@redhat.com>
+
** Fix for bug #511956
* share-folder.c: (notification_clicked): Mark text for translation.
diff --git a/plugins/groupwise-features/org-gnome-mail-retract-errors.xml b/plugins/groupwise-features/org-gnome-mail-retract-errors.xml
index 37cc8c8eed..64e2ce2f1e 100644
--- a/plugins/groupwise-features/org-gnome-mail-retract-errors.xml
+++ b/plugins/groupwise-features/org-gnome-mail-retract-errors.xml
@@ -2,7 +2,7 @@
<error-list domain="org.gnome.evolution.message.retract">
<error id="retract-failure" type="error">
- <primary>Message retract failed</primary>
- <secondary>The server did not allow the selected message to be retracted.</secondary>
+ <_primary>Message retract failed</_primary>
+ <_secondary>The server did not allow the selected message to be retracted.</_secondary>
</error>
</error-list>
diff --git a/plugins/groupwise-features/org-gnome-proxy-errors.xml b/plugins/groupwise-features/org-gnome-proxy-errors.xml
index 013db90209..b32164ccf9 100644
--- a/plugins/groupwise-features/org-gnome-proxy-errors.xml
+++ b/plugins/groupwise-features/org-gnome-proxy-errors.xml
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="org.gnome.evolution.proxy">
<error id="invalid-user" type="error">
-<primary>Invalid user</primary>
-<secondary>
+<_primary>Invalid user</_primary>
+<_secondary>
Proxy access cannot be given to user &quot;{0}&quot;
-</secondary>
+</_secondary>
</error>
<error id="no-user" type="error">
-<primary>Specify User</primary>
-<secondary>
+<_primary>Specify User</_primary>
+<_secondary>
You have to specify a valid user name to give proxy rights.
-</secondary>
+</_secondary>
</error>
<error id="user-is-proxy" type="error">
-<primary>Specify User</primary>
-<secondary>
+<_primary>Specify User</_primary>
+<_secondary>
You have already given proxy permissions to this user.
-</secondary>
+</_secondary>
</error>
</error-list>
diff --git a/plugins/groupwise-features/org-gnome-proxy-login-errors.xml b/plugins/groupwise-features/org-gnome-proxy-login-errors.xml
index 69b3cd562d..2523f51056 100644
--- a/plugins/groupwise-features/org-gnome-proxy-login-errors.xml
+++ b/plugins/groupwise-features/org-gnome-proxy-login-errors.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="org.gnome.evolution.proxy-login">
<error id="invalid-user" type="error">
-<primary>Invalid user</primary>
-<secondary>
+<_primary>Invalid user</_primary>
+<_secondary>
Proxy login as &quot;{0}&quot; was unsuccessful. Please check Email Id and try again.
-</secondary>
+</_secondary>
</error>
<error id="already-loggedin" type="error">
- <primary>Account Already Exists</primary>
- <secondary>Account &quot;{0}&quot; already exists. Please check your folder tree.</secondary>
+ <_primary>Account Already Exists</_primary>
+ <_secondary>Account &quot;{0}&quot; already exists. Please check your folder tree.</_secondary>
</error>
</error-list>
diff --git a/plugins/groupwise-features/org-gnome-shared-folder.errors.xml b/plugins/groupwise-features/org-gnome-shared-folder.errors.xml
index e0d5069d58..3c72eb16e1 100644
--- a/plugins/groupwise-features/org-gnome-shared-folder.errors.xml
+++ b/plugins/groupwise-features/org-gnome-shared-folder.errors.xml
@@ -1,28 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="org.gnome.evolution.mail_shared_folder">
+
<error id="invalid-user" type="error">
-<primary>Invalid user</primary>
-<secondary>
+<_primary>Invalid user</_primary>
+<_secondary>
You cannot share folder with specified user &quot;{0}&quot;
-</secondary>
+</_secondary>
</error>
<error id="no-user" type="error">
-<primary>Specify User</primary>
-<secondary>
+<_primary>Specify User</_primary>
+<_secondary>
You have to specify a user name whom you want to add to the list
-</secondary>
+</_secondary>
</error>
<error id="recurrence" type="question" default="GTK_RESPONSE_YES">
-<primary>This is a recurring meeting</primary>
-<secondary>What would you like to {0}?</secondary>
+<_primary>This is a recurring meeting</_primary>
+<_secondary>What would you like to {0}?</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
- <button label="This instance" response="GTK_RESPONSE_NO"/>
- <button label="All instances" response="GTK_RESPONSE_YES"/>
+ <button _label="This instance" response="GTK_RESPONSE_NO"/>
+ <button _label="All instances" response="GTK_RESPONSE_YES"/>
</error>
-
-
</error-list>