From fa185fe572638c9724673499332b61150b0d83d5 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 25 Dec 2005 04:14:52 +0000 Subject: Mark vairous plugins as translatable (bug#301149). svn path=/trunk/; revision=30950 --- plugins/addressbook-file/ChangeLog | 4 + plugins/addressbook-file/Makefile.am | 2 +- .../org-gnome-addressbook-file.eplug.in | 21 -- .../org-gnome-addressbook-file.eplug.xml | 21 ++ plugins/default-source/ChangeLog | 4 + plugins/default-source/Makefile.am | 2 +- .../org-gnome-default-source.eplug.in | 36 ---- .../org-gnome-default-source.eplug.xml | 36 ++++ plugins/exchange-operations/ChangeLog | 4 + plugins/exchange-operations/Makefile.am | 2 +- .../org-gnome-exchange-operations.eplug.in | 218 --------------------- .../org-gnome-exchange-operations.eplug.xml | 218 +++++++++++++++++++++ plugins/mark-all-read/ChangeLog | 4 + plugins/mark-all-read/Makefile.am | 2 +- .../mark-all-read/org-gnome-mark-all-read.eplug.in | 15 -- .../org-gnome-mark-all-read.eplug.xml | 15 ++ plugins/profiler/ChangeLog | 4 + plugins/profiler/Makefile.am | 2 +- .../profiler/org-gnome-evolution-profiler.eplug.in | 15 -- .../org-gnome-evolution-profiler.eplug.xml | 15 ++ plugins/publish-calendar/ChangeLog | 4 + plugins/publish-calendar/Makefile.am | 2 +- .../org-gnome-publish-calendar.eplug.in | 47 ----- .../org-gnome-publish-calendar.eplug.xml | 47 +++++ po/ChangeLog | 4 + po/POTFILES.in | 6 + 26 files changed, 392 insertions(+), 358 deletions(-) delete mode 100644 plugins/addressbook-file/org-gnome-addressbook-file.eplug.in create mode 100644 plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml delete mode 100644 plugins/default-source/org-gnome-default-source.eplug.in create mode 100644 plugins/default-source/org-gnome-default-source.eplug.xml delete mode 100644 plugins/exchange-operations/org-gnome-exchange-operations.eplug.in create mode 100644 plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml delete mode 100644 plugins/mark-all-read/org-gnome-mark-all-read.eplug.in create mode 100644 plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml delete mode 100644 plugins/profiler/org-gnome-evolution-profiler.eplug.in create mode 100644 plugins/profiler/org-gnome-evolution-profiler.eplug.xml delete mode 100644 plugins/publish-calendar/org-gnome-publish-calendar.eplug.in create mode 100644 plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml diff --git a/plugins/addressbook-file/ChangeLog b/plugins/addressbook-file/ChangeLog index c8ee8f6bfe..2dce8fb4f5 100644 --- a/plugins/addressbook-file/ChangeLog +++ b/plugins/addressbook-file/ChangeLog @@ -1,3 +1,7 @@ +2005-12-25 Funda Wang + + * Makefile.am: Mark this plugin as translatable (bug#301149). + 2005-12-12 Harish Krishnaswamy * Makefile.am: Fix make-clean issues. diff --git a/plugins/addressbook-file/Makefile.am b/plugins/addressbook-file/Makefile.am index 2109ac2faf..5b6216bb77 100644 --- a/plugins/addressbook-file/Makefile.am +++ b/plugins/addressbook-file/Makefile.am @@ -14,7 +14,7 @@ liborg_gnome_addressbook_file_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED liborg_gnome_addressbook_file_la_LIBADD = \ $(EVOLUTION_ADDRESSBOOK_LIBS) -EXTRA_DIST = org-gnome-addressbook-file.eplug.in +EXTRA_DIST = org-gnome-addressbook-file.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) diff --git a/plugins/addressbook-file/org-gnome-addressbook-file.eplug.in b/plugins/addressbook-file/org-gnome-addressbook-file.eplug.in deleted file mode 100644 index 13dd132bd5..0000000000 --- a/plugins/addressbook-file/org-gnome-addressbook-file.eplug.in +++ /dev/null @@ -1,21 +0,0 @@ - - - - - <_description>Provides core functionallity for local address books. - - - - - - - diff --git a/plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml b/plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml new file mode 100644 index 0000000000..13dd132bd5 --- /dev/null +++ b/plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml @@ -0,0 +1,21 @@ + + + + + <_description>Provides core functionallity for local address books. + + + + + + + diff --git a/plugins/default-source/ChangeLog b/plugins/default-source/ChangeLog index fd5e3b3678..788b432a3c 100644 --- a/plugins/default-source/ChangeLog +++ b/plugins/default-source/ChangeLog @@ -1,3 +1,7 @@ +2005-12-25 Funda Wang + + * Makefile.am: Mark this plugin as translatable (bug#301149). + 2005-12-12 Harish Krishnaswamy * Makefile.am: Fix make-clean issues. diff --git a/plugins/default-source/Makefile.am b/plugins/default-source/Makefile.am index b10790a451..94f33c7ade 100644 --- a/plugins/default-source/Makefile.am +++ b/plugins/default-source/Makefile.am @@ -17,7 +17,7 @@ liborg_gnome_default_source_la_LIBADD = \ $(EVOLUTION_ADDRESSBOOK_LIBS) -EXTRA_DIST = org-gnome-default-source.eplug.in +EXTRA_DIST = org-gnome-default-source.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) diff --git a/plugins/default-source/org-gnome-default-source.eplug.in b/plugins/default-source/org-gnome-default-source.eplug.in deleted file mode 100644 index acde978fe0..0000000000 --- a/plugins/default-source/org-gnome-default-source.eplug.in +++ /dev/null @@ -1,36 +0,0 @@ - - - - - <_description>Provides functionallity for marking a calendar or addressbook as the default one. - - - - - - - - - - - - - diff --git a/plugins/default-source/org-gnome-default-source.eplug.xml b/plugins/default-source/org-gnome-default-source.eplug.xml new file mode 100644 index 0000000000..acde978fe0 --- /dev/null +++ b/plugins/default-source/org-gnome-default-source.eplug.xml @@ -0,0 +1,36 @@ + + + + + <_description>Provides functionallity for marking a calendar or addressbook as the default one. + + + + + + + + + + + + + diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 8f9bd201a3..129bfa3fc9 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,7 @@ +2005-12-25 Funda Wang + + * Makefile.am: Mark this plugin as translatable (bug#301149). + 2005-12-21 Sushma Rai * exchange-contacts.c (e_exchange_contacts_commit): Setting the diff --git a/plugins/exchange-operations/Makefile.am b/plugins/exchange-operations/Makefile.am index cc5524fd55..0696a6735b 100644 --- a/plugins/exchange-operations/Makefile.am +++ b/plugins/exchange-operations/Makefile.am @@ -64,7 +64,7 @@ error_DATA = org-gnome-exchange-operations.error errordir = $(privdatadir)/errors EXTRA_DIST = \ - org-gnome-exchange-operations.eplug.in \ + org-gnome-exchange-operations.eplug.xml \ org-gnome-exchange-operations.error.xml \ org-gnome-folder-permissions.xml \ org-gnome-folder-subscription.xml \ diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in deleted file mode 100644 index 2c43856ca2..0000000000 --- a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in +++ /dev/null @@ -1,218 +0,0 @@ - - - - - - - <_description>A plugin that handles a collection of Exchange account specific operations and features. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml new file mode 100644 index 0000000000..2c43856ca2 --- /dev/null +++ b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml @@ -0,0 +1,218 @@ + + + + + + + <_description>A plugin that handles a collection of Exchange account specific operations and features. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/mark-all-read/ChangeLog b/plugins/mark-all-read/ChangeLog index 2e25ad4202..0808b671bb 100644 --- a/plugins/mark-all-read/ChangeLog +++ b/plugins/mark-all-read/ChangeLog @@ -1,3 +1,7 @@ +2005-12-25 Funda Wang + + * Makefile.am: Mark this plugin as translatable (bug#301149). + 2005-12-12 Harish Krishnaswamy * Makefile.am: Fix make-clean issues. diff --git a/plugins/mark-all-read/Makefile.am b/plugins/mark-all-read/Makefile.am index ffec00cc8f..756e945d00 100644 --- a/plugins/mark-all-read/Makefile.am +++ b/plugins/mark-all-read/Makefile.am @@ -15,7 +15,7 @@ liborg_gnome_mark_all_read_la_LIBADD = \ $(top_builddir)/mail/libevolution-mail.la \ $(EVOLUTION_MAIL_LIBS) -EXTRA_DIST = org-gnome-mark-all-read.eplug.in +EXTRA_DIST = org-gnome-mark-all-read.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) diff --git a/plugins/mark-all-read/org-gnome-mark-all-read.eplug.in b/plugins/mark-all-read/org-gnome-mark-all-read.eplug.in deleted file mode 100644 index ab3f12af3e..0000000000 --- a/plugins/mark-all-read/org-gnome-mark-all-read.eplug.in +++ /dev/null @@ -1,15 +0,0 @@ - - - - <_description>Used for marking all the messages under a folder as read - - - - - - - - diff --git a/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml b/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml new file mode 100644 index 0000000000..ab3f12af3e --- /dev/null +++ b/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml @@ -0,0 +1,15 @@ + + + + <_description>Used for marking all the messages under a folder as read + + + + + + + + diff --git a/plugins/profiler/ChangeLog b/plugins/profiler/ChangeLog index 4ecb046b44..469aceb14d 100644 --- a/plugins/profiler/ChangeLog +++ b/plugins/profiler/ChangeLog @@ -1,3 +1,7 @@ +2005-12-25 Funda Wang + + * Makefile.am: Mark this plugin as translatable (bug#301149). + 2005-05-12 Not Zed * Makefile.am: fix built_sources/cleanfiles. diff --git a/plugins/profiler/Makefile.am b/plugins/profiler/Makefile.am index 8e948a049f..e39b4f6642 100644 --- a/plugins/profiler/Makefile.am +++ b/plugins/profiler/Makefile.am @@ -12,7 +12,7 @@ plugin_LTLIBRARIES = liborg-gnome-evolution-profiler.la liborg_gnome_evolution_profiler_la_SOURCES = profiler.c liborg_gnome_evolution_profiler_la_LDFLAGS = -module -avoid-version -EXTRA_DIST = org-gnome-evolution-profiler.eplug.in +EXTRA_DIST = org-gnome-evolution-profiler.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) diff --git a/plugins/profiler/org-gnome-evolution-profiler.eplug.in b/plugins/profiler/org-gnome-evolution-profiler.eplug.in deleted file mode 100644 index 2ad678188b..0000000000 --- a/plugins/profiler/org-gnome-evolution-profiler.eplug.in +++ /dev/null @@ -1,15 +0,0 @@ - - - - Writes a log of profiling data events. - - - - - - - diff --git a/plugins/profiler/org-gnome-evolution-profiler.eplug.xml b/plugins/profiler/org-gnome-evolution-profiler.eplug.xml new file mode 100644 index 0000000000..1148fa5720 --- /dev/null +++ b/plugins/profiler/org-gnome-evolution-profiler.eplug.xml @@ -0,0 +1,15 @@ + + + + <_description>Writes a log of profiling data events. + + + + + + + diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog index 9298fceee7..e1799f5bcc 100644 --- a/plugins/publish-calendar/ChangeLog +++ b/plugins/publish-calendar/ChangeLog @@ -1,3 +1,7 @@ +2005-12-25 Funda Wang + + * Makefile.am: Mark this plugin as translatable (bug#301149). + 2005-12-22 Tor Lillqvist * Makefile.am: Use -no-undefined on Windows. Link with used diff --git a/plugins/publish-calendar/Makefile.am b/plugins/publish-calendar/Makefile.am index 2787add45d..6453c9da60 100644 --- a/plugins/publish-calendar/Makefile.am +++ b/plugins/publish-calendar/Makefile.am @@ -30,6 +30,6 @@ liborg_gnome_publish_calendar_la_LIBADD = \ $(EVOLUTION_CALENDAR_LIBS) EXTRA_DIST = \ - org-gnome-publish-calendar.eplug.in \ + org-gnome-publish-calendar.eplug.xml \ publish-calendar.glade \ org-gnome-publish-calendar.xml diff --git a/plugins/publish-calendar/org-gnome-publish-calendar.eplug.in b/plugins/publish-calendar/org-gnome-publish-calendar.eplug.in deleted file mode 100644 index e42cc8cac5..0000000000 --- a/plugins/publish-calendar/org-gnome-publish-calendar.eplug.in +++ /dev/null @@ -1,47 +0,0 @@ - - - - Allows calendars to be published to the web - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml b/plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml new file mode 100644 index 0000000000..bdf009fa5b --- /dev/null +++ b/plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml @@ -0,0 +1,47 @@ + + + + <_description>Allows calendars to be published to the web + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/po/ChangeLog b/po/ChangeLog index 434e908344..03e74befa5 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-12-25 Funda Wang + + * POTFILES.in: Mark various plugins as translatable (bug#301149). + 2005-12-25 Funda Wang * zh_CN.po: Updated Simplified Chinese translation. diff --git a/po/POTFILES.in b/po/POTFILES.in index e4be1e7e2c..eefce1cb42 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -267,6 +267,7 @@ mail/message-tag-editor.c mail/message-tag-followup.c mail/message-tags.glade mail/searchtypes.xml +plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml plugins/audio-inline/org-gnome-audio-inline.eplug.xml plugins/backup-restore/backup-restore.c plugins/backup-restore/backup.c @@ -284,6 +285,7 @@ plugins/default-mailer/apps-evolution-mail-prompts-checkdefault.schemas.in.in plugins/default-mailer/org-gnome-default-mailer.eplug.xml plugins/default-mailer/org-gnome-default-mailer.error.xml plugins/default-source/default-source.c +plugins/default-source/org-gnome-default-source.eplug.xml plugins/exchange-operations/e-foreign-folder-dialog.glade plugins/exchange-operations/exchange-account-setup.c plugins/exchange-operations/exchange-calendar.c @@ -304,6 +306,7 @@ plugins/exchange-operations/exchange-permissions-dialog.glade plugins/exchange-operations/exchange-user-dialog.c plugins/exchange-operations/org-gnome-exchange-ab-subscription.xml plugins/exchange-operations/org-gnome-exchange-cal-subscription.xml +plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml plugins/exchange-operations/org-gnome-exchange-operations.error.xml plugins/exchange-operations/org-gnome-exchange-tasks-subscription.xml plugins/exchange-operations/org-gnome-folder-permissions.xml @@ -350,6 +353,7 @@ plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml +plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml plugins/mono/org-gnome-evolution-mono.eplug.xml plugins/new-mail-notify/new-mail-notify.c @@ -362,6 +366,8 @@ plugins/prefer-plain/prefer-plain.c plugins/print-message/org-gnome-print-message.eplug.xml plugins/print-message/org-gnome-print-message.xml plugins/print-message/print-message.c +plugins/profiler/org-gnome-evolution-profiler.eplug.xml +plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml plugins/publish-calendar/org-gnome-publish-calendar.xml plugins/publish-calendar/publish-calendar.c plugins/publish-calendar/publish-calendar.glade -- cgit v1.2.3