diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2005-05-06 17:24:13 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-06 17:24:13 +0800 |
commit | b9269bd09862b22a89d44a61a5eb728c28ec3761 (patch) | |
tree | 23320801f462224ce60b4545175b66e55d1fc6f3 /plugins/backup-restore | |
parent | f77c58f8ae17a65a78213e54f78f8c316ddfc839 (diff) | |
download | gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.gz gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.bz2 gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.lz gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.xz gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.zst gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.zip |
fix names so that intltool will parse as xml
remove use of e-error-tool
tag xml for translations where appropriate
svn path=/trunk/; revision=29304
Diffstat (limited to 'plugins/backup-restore')
-rw-r--r-- | plugins/backup-restore/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/backup-restore/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/backup-restore/org-gnome-backup-restore.eplug.xml (renamed from plugins/backup-restore/org-gnome-backup-restore.eplug.in) | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/plugins/backup-restore/ChangeLog b/plugins/backup-restore/ChangeLog index 5272c7ff40..45d7569a61 100644 --- a/plugins/backup-restore/ChangeLog +++ b/plugins/backup-restore/ChangeLog @@ -1,3 +1,8 @@ +2005-05-06 Not Zed <NotZed@Ximian.com> + + * Makefile.am (plugin_DATA): + * org-gnome-backup-restore.eplug.xml: s/.in/.xml & i18n. + 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * org-gnome-backup-restore.eplug.in: Added author and fixed description. diff --git a/plugins/backup-restore/Makefile.am b/plugins/backup-restore/Makefile.am index 3627d1c69a..1021691d3c 100644 --- a/plugins/backup-restore/Makefile.am +++ b/plugins/backup-restore/Makefile.am @@ -22,5 +22,5 @@ backup_SOURCES = backup.c backup_LDADD = $(SHELL_LIBS) EXTRA_DIST = \ - org-gnome-backup-restore.eplug.in \ + org-gnome-backup-restore.eplug.xml \ org-gnome-backup-restore.xml
\ No newline at end of file diff --git a/plugins/backup-restore/org-gnome-backup-restore.eplug.in b/plugins/backup-restore/org-gnome-backup-restore.eplug.xml index b9fabc1a26..c6f18b0bc3 100644 --- a/plugins/backup-restore/org-gnome-backup-restore.eplug.in +++ b/plugins/backup-restore/org-gnome-backup-restore.eplug.xml @@ -5,9 +5,9 @@ id="org.gnome.plugin.backup.restore" type="shlib" location="@PLUGINDIR@/liborg-gnome-backup-restore.so" - name="Backup and restore plugin"> + _name="Backup and restore plugin"> <author name="JP Rosevear" email="jpr@novell.com"/> - <description>A plugin for backing up and restore Evolution data and settings.</description> + <_description>A plugin for backing up and restore Evolution data and settings.</_description> <hook class="org.gnome.evolution.shell.bonobomenu:1.0"> |