diff options
author | Johnny Jacob <jjohnny@src.gnome.org> | 2007-08-12 04:57:48 +0800 |
---|---|---|
committer | Johnny Jacob <jjohnny@src.gnome.org> | 2007-08-12 04:57:48 +0800 |
commit | db999a6e9b5172a8fc31f0f335a758bcbbff5a32 (patch) | |
tree | 2da8a0bef2d0c5a249d8d95b1ddf99b4eadc79d8 | |
parent | 2f4fda8873c755a7c1a8ebe641006eb46a588958 (diff) | |
download | gsoc2013-evolution-db999a6e9b5172a8fc31f0f335a758bcbbff5a32.tar.gz gsoc2013-evolution-db999a6e9b5172a8fc31f0f335a758bcbbff5a32.tar.zst gsoc2013-evolution-db999a6e9b5172a8fc31f0f335a758bcbbff5a32.zip |
Fixed/Marked attachment-reminder strings for translation.
svn path=/trunk/; revision=33987
-rw-r--r-- | plugins/attachment-reminder/ChangeLog | 10 | ||||
-rw-r--r-- | plugins/attachment-reminder/Makefile.am | 14 | ||||
-rw-r--r-- | plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml (renamed from plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml) | 6 | ||||
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
5 files changed, 26 insertions, 9 deletions
diff --git a/plugins/attachment-reminder/ChangeLog b/plugins/attachment-reminder/ChangeLog index cad741475c..59e2a98020 100644 --- a/plugins/attachment-reminder/ChangeLog +++ b/plugins/attachment-reminder/ChangeLog @@ -1,3 +1,13 @@ +2007-08-03 Johnny Jacob <jjohnny@novell.com> + + * org-gnome-attachment-reminder.errors.xml: Renamed to + org-gnome-attachment-reminder.error.xml + + * org-gnome-attachment-reminder.error.xml: Marked strings for + translation + + * Makefile.am : Fixed translation rules. + 2007-08-03 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #460821 diff --git a/plugins/attachment-reminder/Makefile.am b/plugins/attachment-reminder/Makefile.am index 78c2ae8f79..3a4c8b62ac 100644 --- a/plugins/attachment-reminder/Makefile.am +++ b/plugins/attachment-reminder/Makefile.am @@ -4,15 +4,14 @@ INCLUDES = \ $(EVOLUTION_MAIL_CFLAGS) \ -DEVOLUTION_PLUGINDIR="\"$(plugindir)\"" +@EVO_PLUGIN_RULE@ + error_DATA = \ - org-gnome-attachment-reminder.errors.xml + org-gnome-attachment-reminder.error errordir = $(privdatadir)/errors - -@EVO_PLUGIN_RULE@ - plugin_DATA = \ org-gnome-evolution-attachment-reminder.eplug \ attachment-reminder.glade @@ -39,10 +38,13 @@ install-data-local: fi EXTRA_DIST = org-gnome-evolution-attachment-reminder.eplug.xml \ - $(error_DATA) \ + org-gnome-attachment-reminder.error.xml \ $(schema_in_files) \ attachment-reminder.glade -CLEANFILES = org-gnome-evolution-attachment-reminder.eplug +BUILT_SOURCES = org-gnome-evolution-attachment-reminder.eplug \ + org-gnome-attachment-reminder.error + +CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = $(schema_DATA) diff --git a/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml b/plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml index 438470302a..6677ea5f18 100644 --- a/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml +++ b/plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml @@ -2,9 +2,9 @@ <error-list domain="org.gnome.evolution.plugins.attachment_reminder" default="GTK_RESPONSE_YES"> <error id="attachment-reminder" type="info"> - <title>Attachment Reminder</title> - <primary>Message has no attachments</primary> - <secondary>Evolution has found some keywords that suggest that this message should contain an attachment, but cannot find one.</secondary> + <_title>Attachment Reminder</_title> + <_primary>Message has no attachments</_primary> + <_secondary>Evolution has found some keywords that suggest that this message should contain an attachment, but cannot find one.</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL" label="_Continue Editing"/> <button response="GTK_RESPONSE_YES" label="_Send"></button> </error> diff --git a/po/ChangeLog b/po/ChangeLog index 2ec62ba349..c900b761e6 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2007-08-12 Johnny Jacob <jjohnny@novell.com> + + * POTFILES.in : Added new file for translation. + 2007-08-11 Jorge Gonzalez <jorgegonz@svn.gnome.org> * es.po: Updated Spanish translation diff --git a/po/POTFILES.in b/po/POTFILES.in index 77ab1d1707..5eb639392f 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -258,6 +258,7 @@ plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in.in plugins/attachment-reminder/attachment-reminder.c plugins/attachment-reminder/attachment-reminder.glade plugins/attachment-reminder/org-gnome-evolution-attachment-reminder.eplug.xml +plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml plugins/audio-inline/org-gnome-audio-inline.eplug.xml plugins/backup-restore/backup-restore.c plugins/backup-restore/backup.c |