diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-02 00:37:05 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-02 00:38:49 +0800 |
commit | 816614eb40ad857b550fe25d3ac84bdeefda7c18 (patch) | |
tree | 4b8fce15e28d16a416c71cd6f0d39744a07021ac | |
parent | 2e1a8c389948bde089f9de42d4fed683708c7732 (diff) | |
download | gsoc2013-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
-rw-r--r-- | addressbook/addressbook.error.xml | 12 | ||||
-rw-r--r-- | calendar/calendar.error.xml | 2 | ||||
-rw-r--r-- | mail/mail.error.xml | 6 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
4 files changed, 8 insertions, 13 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"> diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index b6afd2ea40..cab0525717 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -207,7 +207,7 @@ <error id="editor-error" type="error"> <_primary>Editor could not be loaded.</_primary> - <_secondary>{0}.</_secondary> + <secondary>{0}.</secondary> </error> <error id="prompt-delete-calendar" type="question" modal="true" default="GTK_RESPONSE_CANCEL"> diff --git a/mail/mail.error.xml b/mail/mail.error.xml index ef1b5dac94..a889dfc8e3 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -424,17 +424,17 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <error id="junk-check-error" type="error"> <_primary>Check Junk Failed</_primary> - <_secondary xml:space="preserve">{0}</_secondary> + <secondary xml:space="preserve">{0}</secondary> </error> <error id="junk-report-error" type="error"> <_primary>Report Junk Failed</_primary> - <_secondary xml:space="preserve">{0}</_secondary> + <secondary xml:space="preserve">{0}</secondary> </error> <error id="junk-not-report-error" type="error"> <_primary>Report Not Junk Failed</_primary> - <_secondary xml:space="preserve">{0}</_secondary> + <secondary xml:space="preserve">{0}</secondary> </error> </error-list> diff --git a/po/POTFILES.in b/po/POTFILES.in index d165c725ce..f538e62087 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -407,7 +407,6 @@ plugins/vcard-inline/vcard-inline.c plugins/webdav-account-setup/org-gnome-evolution-webdav.eplug.xml plugins/webdav-account-setup/webdav-contacts-source.c shell/apps_evolution_shell.schemas.in -shell/e-config-upgrade.c shell/e-shell-backend.c shell/e-shell-content.c shell/e-shell-migrate.c |