aboutsummaryrefslogtreecommitdiffstats
path: root/po/POTFILES.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix this up. Updated Norwegian bokmål translation.Kjartan Maraas2008-05-231-3/+3
| | | | | | | | | 2008-05-23 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Fix this up. * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=35530
* Committing on behalf of Ashish Shrivastava <shashish@novell.com>Akhil Laddha2008-05-191-0/+4
| | | | | | Commit for Custom header support svn path=/trunk/; revision=35510
* Remove obsolete file. Updated Norwegian bokmål translation.Kjartan Maraas2008-05-141-1/+0
| | | | | | | | | 2008-05-14 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Remove obsolete file. * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=35496
* Cater for some files that were moved. Updated translation.Kjartan Maraas2008-04-231-1/+1
| | | | | | | | | 2008-04-22 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Cater for some files that were moved. * nb.po: Updated translation. svn path=/trunk/; revision=35401
* Add missing file.Kjartan Maraas2008-04-191-0/+1
| | | | | | | | 2008-04-19 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add missing file. svn path=/trunk/; revision=35386
* Added new files deleted files not needed.Sankar P2008-04-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-17 Sankar P <psankar@novell.com> * Makefile.am: Added new files deleted files not needed. * external-editor.c: (convert_to_camel_internet_address), (ee_editor_command_changed), (e_plugin_lib_get_configure_widget), (async_external_editor), (show_composer_dialog), (org_gnome_external_editor): Leak fixes, Temporary files, Bug fixes and so on. * org-gnome-external-editor-errors.xml: Modified error file for staying aligned with other plugins * apps-evolution-external-editor.schemas.in: Added new file for default schema * org-gnome-external-editor.error.xml: Removed in favor of the other errors file. ** Fix for bug #517168 svn path=/trunk/; revision=35373
* ** Merge the mbarnes-composer branchMatthew Barnes2008-04-031-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-02 Matthew Barnes <mbarnes@redhat.com> ** Merge the mbarnes-composer branch * configure.in: Bump libgtkhtml requirement to 3.19.1. Add gtkhtml-editor dependency for addressbook, calendar and mail. Remove print-message plugin; new composer implements this natively. * tools/Makefile.am: Remove CORBA rules for the old composer. * addressbook/gui/widgets/Makefile.am: Remove CORBA rules for the old composer. * addressbook/gui/widgets/eab-gui-util.c (eab_send_to_contact_and_email_num_list), (eab_send_contact_list_as_attachment): Adapt to new Bonobo-less composer widget. * calendar/gui/Makefile.am: Remove CORBA rules for the old composer. * calendar/gui/itip-utils.c (comp_from), (comp_to_list), (comp_subject), (comp_content_type), (comp_filename), (comp_description), (append_cal_attachments), (itip_send_comp), (reply_to_calendar_comp): Adapt to new Bonobo-less composer widget. * composer/Makefile.am: Remove CORBA rules for the old composer. * composer/e-msg-composer.c: * composer/e-msg-composer.h: EMsgComposer is now a subclass of GtkhtmlEditor. Extensive refactoring and cleanup, too much to list in detail. * composer/e-composer-header.c: * composer/e-composer-header.h: Add "sensitive" property along with get/set functions. * composer/e-composer-from-header.c: * composer/e-composer-from-header.h: Propagate "refreshed" signal from EAccountComboBox. Add function e_composer_from_header_get_account_list(). * composer/e-composer-private.c: * composer/e-composer-private.h: New files manage composer's private data. Allows other composer files to manipulate private data. * composer/e-msg-composer-hdrs.c: * composer/e-msg-composer-hdrs.h: Remove these files; replaced by EComposerHeaderTable widget. * composer/evolution-composer.c: * composer/evolution-composer.h: Remove these files; composer is now a subclass of GtkhtmlEditor. * composer/e-msg-composer-select-file.c: * composer/e-msg-composer-select-file.h: Remove these files; logic moved to e-msg-composer.c. * composer/listener.c: * composer/listener.h: Remove these files; event handlers moved to e-msg-composer.c. * composer/Composer.idl: * composer/Evolution-Composer.idl: Remove these files; composer is no longer a Bonobo object. * mail/em-composer-prefs (sig_edit_cb), (em_composer_prefs_new_signature): Adapt to new Bonobo-less signature editor. * mail/mail-signature-editor.c: * mail/mail-signature-editor.h: Rewrite the signature editor as a subclass of GtkhtmlEditor. Eliminates Bonobo from the equation. * mail/em-composer-utils.c (composer_get_message), (em_utils_composer_send_cb), (save_draft_done), (em_utils_composer_save_draft_cb), (create_new_composer), (em_utils_compose_new_message), (em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder), (em_utils_post_to_url), (edit_message), (forward_attached), (forward_non_attached), (reply_get_composer), (composer_set_body), (em_utils_reply_to_message), (post_reply_to_message): Adapt to new Bonobo-less composer. * mail/mail-component-factory.c: Composer is no longer needs a Bonobo factory. * mail/mail-config.c: Fix style pattern for EMsgComposer widgets. * plugins/groupwise/mail-send-options.c (org_gnome_composer_send_options): Adapt to streamlined EMsgComposer API. * plugins/exchange-operations/Makefile.am: Add EVOLUTION_MAIL_CFLAGS and EVOLUTION_MAIL_LIBS. * plugins/exchange-operations/exchange-mail-send-options.c (append_to_header), (org_gnome_exchange_send_options): Adapt to streamlined EMsgComposer API. * plugins/mailing-list-actions/mailing-list-actions.c (emla_list_action_do): Adapt to streamlined EMsgComposer API. * po/POTFILES.in: Update file list for new composer. * ui/evolution-composer-entries.xml: Remove this file; obsoleted by new composer. * widgets/misc/Makefile.am: Add EVOLUTION_MAIL_LIBS. * widgets/misc/e-account-combo-box.c: * widgets/misc/e-account-combo-box.h: New function e_account_combo_box_get_account_list(). Emit a "refreshed" signal when the EAccountList changes. Add an internal reverse-lookup index. * widgets/misc/e-charset-picker.c (e_charser_add_radio_actions): New function adds radio actions to an action group. Will eventually replace e_charset_picker_bonobo_ui_populate(). * widgets/misc/e-signature-combo-box.c: * widgets/misc/e-signature-combo-box.h: New function e_signature_combo_box_get_signature_list(). ... separate issue ... * configure.in: Bump eds_minimum_version to 2.23.1 for CAMEL_FOLDER_JUNKED_NOT_DELETED symbol. svn path=/trunk/; revision=35313
* ** Fix for bug #511957Milan Crha2008-03-271-0/+1
| | | | | | | | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #511957 * plugins/groupwise-features/org-gnome-proxy-login-errors.xml: * plugins/groupwise-features/org-gnome-shared-folder.errors.xml: * plugins/groupwise-features/org-gnome-proxy-errors.xml: * plugins/groupwise-features/org-gnome-mail-retract-errors.xml: Mark messages for translation. * po/POTFILES.in: Added plugins/groupwise-features/org-gnome-mail-retract-errors.xml. svn path=/trunk/; revision=35269
* From shell/ChangeLogChangwoo Ryu2008-01-111-0/+1
| | | | | | | | | | | | | | | | | | | | | 2008-01-11 Changwoo Ryu <cwryu@debian.org> ** Fix for bug #508282 * e-shell-window.c (switch_view): * e-shell-view.c (impl_ShellView_setTitle): Mark the window title for translation. From po/ChangeLog 2008-01-11 Changwoo Ryu <cwryu@debian.org> ** Part of fix for bug #508282 * POTFILES.in: Add new file shell/e-shell-view.c svn path=/trunk/; revision=34792
* ** Fix for bug #211353Milan Crha2008-01-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-10 Milan Crha <mcrha@redhat.com> ** Fix for bug #211353 * po/POTFILES.in: Added new file e-util/e-util-labels.c * mail/filtertypes.xml: * mail/vfoldertypes.xml: * mail/em-folder-view.c: * mail/em-folder-browser.c: * mail/em-mailer-prefs.h: * mail/em-mailer-prefs.c: * mail/mail-config.h: * mail/mail-config.c: * mail/mail-config.glade: * mail/message-list.c: Label tags are now generated based on label name when creating, except of first 5 labels. New menu option "New Label" in popup menu over message list and editing of labels has been changed in Preferences. Also renaming tab in Preferences for "Labels", not "Colors", and the tab label too. mail-config-label... functions was moved to e-util/e-util-labels.c/.h. * mail/message-list.etspec: Normalized columns has been moved by one when label column has been added. * filter/filter-option.h: * filter/filter-option.c: (filter_option_get_current), (filter_option_remove_all): New functions to be able to refill options even after initialization of the filter element. * filter/filter-label.c: Added support to notify changes on labels in runtime and use actual labels. * e-util/Makefile.am: * e-util/e-util-labels.h: * e-util/e-util-labels.c: New files to work with labels. svn path=/trunk/; revision=34788
* ** Fix for bug #492702Srinivasa Ragavan2008-01-091-2/+0
| | | | | | | | | | | | | 2008-01-09 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #492702 * configure.in: Just disable the dbus message part of mail notification if dbus isn't there. Also remove new-mail-notify plugin. svn path=/trunk/; revision=34784
* Just remove the mail-remote plugin altogether so we stop going back andMatthew Barnes2007-12-161-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-12-15 Matthew Barnes <mbarnes@redhat.com> * configure.in: * plugins/mail-remote: Just remove the mail-remote plugin altogether so we stop going back and forth over whether the translatable files should be added to POTFILES.in. We can always add it back once we get it working again. * po/POTFILES.in: Remove the mail-remote files for good this time. * mail/em-folder-tree-model.c (emft_model_unread_count_changed), (emfolder_tree_model_set_unread_count): Fix recently introduced compiler warnings. * plugins/mail-remote: Remove this plugin until it can be fixed. * ui/evolution.xml: Fix capitalization of "Download Messages..." (HIG 8.3.2). svn path=/trunk/; revision=34706
* Add missing files from mail-remote. Updated Norwegian bokmål translation.Kjartan Maraas2007-12-081-0/+4
| | | | | | | | | 2007-12-08 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add missing files from mail-remote. * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=34671
* Add new files, remove dead ones.Matthew Barnes2007-12-021-1/+4
| | | | | | | | | 2007-12-02 Matthew Barnes <mbarnes@redhat.com> * POTFILES.in: Add new files, remove dead ones. svn path=/trunk/; revision=34622
* ** Remove dead files from source control. The dates below indicate whenMatthew Barnes2007-11-031-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-03 Matthew Barnes <mbarnes@redhat.com> ** Remove dead files from source control. The dates below indicate when the file was removed from Makefile.am. Fixes part of bug #478704. * addressbook/printing/e-contact-print-envelope.c (Apr 2007) * addressbook/printing/e-contact-print-envelope.h (Apr 2007) * addressbook/tools/evolution-addressbook-abuse.c (May 2004) * addressbook/tools/evolution-addressbook-import.c (no history) * calendar/gui/dialogs/calendar-setup.glade (Nov 2004) * calendar/gui/dialogs/meeting-page.etspec (Sep 2003) * calendar/gui/dialogs/new-calendar.glade (Jan 2003) * calendar/gui/dialogs/new-task-list.glade (Jan 2004) * calendar/gui/dialogs/url-editor-dialog.c (Dec 2005) * calendar/gui/dialogs/url-editor-dialog.glade (Dec 2005) * calendar/gui/dialogs/url-editor-dialog.h (Dec 2005) * calendar/gui/e-pub-utils.c (Dec 2005) * calendar/gui/e-pub-utils.h (Dec 2005) * calendar/gui/gnome-calendar-conduit.png (May 2000) * e-util/e-categories-master-list-wombat.c (Jun 2005) * e-util/e-categories-master-list-wombat.h (Jun 2005) * tools/evolution-launch-composer.c (Jun 2003) * configure.in: Remove plugins/mail-remote/Makefile from AC_OUTPUT. Fixes a distcheck error. * po/POTFILES.in: Remove files for mail-remote plugin. svn path=/trunk/; revision=34487
* Remove e-entry.c here.Kjartan Maraas2007-11-011-1/+0
| | | | | | | | 2007-10-31 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Remove e-entry.c here. svn path=/trunk/; revision=34473
* Add files for external-editor and google-account-setup plugins.Matthew Barnes2007-10-271-0/+4
| | | | | | | | | | 2007-10-26 Matthew Barnes <mbarnes@redhat.com> * po/POTFILES.in: Add files for external-editor and google-account-setup plugins. svn path=/trunk/; revision=34439
* Move GNOME_Evolution_Test.server.in.in and evolution-test-component.c inStéphane Raimbault2007-10-011-2/+2
| | | | | | | | | | 2007-09-30 Stéphane Raimbault <stephane.raimbault@gmail.com> * POTFILES.in: Move GNOME_Evolution_Test.server.in.in and evolution-test-component.c in test directory (not done by revno 34235). svn path=/trunk/; revision=34328
* 2007-09-27 mcrha Fix for bug #479716 (needs run autogen.sh)Milan Crha2007-09-271-1/+0
| | | | svn path=/trunk/; revision=34316
* Reflect rename in a plugin. Updated Norwegian bokmål translation.Kjartan Maraas2007-08-201-1/+1
| | | | | | | | | 2007-08-20 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Reflect rename in a plugin. * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=34045
* Fixed/Marked attachment-reminder strings for translation.Johnny Jacob2007-08-121-0/+1
| | | | svn path=/trunk/; revision=33987
* add two missing files.Andre Klapper2007-07-281-0/+2
| | | | | | | | | 2007-07-28 Andre Klapper <a9016009@gmx.de> * POTFILES.in: add two missing files. svn path=/trunk/; revision=33866
* ** Fixes 459251Johnny Jacob2007-07-261-0/+6
| | | | | | | | | | | 2007-07-24 Johnny Jacob <jjohnny@novell.com> ** Fixes 459251 * POTFILES.in : Added new files with translatable strings. svn path=/trunk/; revision=33838
* ** Fixes bug #447727Matthew Barnes2007-06-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2007-06-15 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #447727 * po/POTFILES.in: Remove e-clipped-label.c * mail/mail-send-recv.c: * shell/e-shell-folder-title-bar.c: * widgets/misc/e-info-label.c: * widgets/misc/e-multi-config-dialog.c: * widgets/misc/e-task-bar.c: Use ellipsized GtkLabels instead of EClippedLabels. * widgets/misc/e-clipped-label.[ch]: Remove these files. GTK+ provides this functionality now. * widgets/misc/Makefile.am: Remove e-clipped-label.[ch]. svn path=/trunk/; revision=33680
* add missing files. Fixes bug #444548.Andre Klapper2007-06-131-0/+3
| | | | | | | | | 2007-06-13 Andre Klapper <a9016009@gmx.de> * POTFILES.in: add missing files. Fixes bug #444548. svn path=/trunk/; revision=33669
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-031-8/+7
| | | | svn path=/trunk/; revision=33646
* Fix for bug #440741Srinivasa Ragavan2007-05-301-0/+1
| | | | svn path=/trunk/; revision=33604
* sv.po: Updated Swedish translationDaniel Nylander2007-05-271-0/+1
| | | | svn path=/trunk/; revision=33581
* Remove eggtrayicon.cStéphane Raimbault2007-05-261-1/+0
| | | | | | | | | 2007-05-25 Stéphane Raimbault <stephane.raimbault@gmail.com> * po/POTFILES.in: Remove eggtrayicon.c svn path=/trunk/; revision=33579
* Move files that have translations but are not shipped to POTFILES.skip.Matthew Barnes2007-05-201-84/+68
| | | | | | | | | | | | | | | 2007-05-19 Matthew Barnes <mbarnes@redhat.com> * POTFILES.in: * POTFILES.skip: Move files that have translations but are not shipped to POTFILES.skip. Patch from Philip Withnall. (#436985) * plugins/mail-notification/Makefile.am: Fix a couple distcheck errors. svn path=/trunk/; revision=33559
* sv.po: Updated Swedish translationDaniel Nylander2007-05-141-0/+18
| | | | svn path=/trunk/; revision=33545
* ** Fixes part of bug #337616Matthew Barnes2007-05-131-23/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-05-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #337616 * Makefile.am: Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS. * addressbook/Makefile.am: * calendar/gui/Makefile.am: * mail/Makefile.am: * plugins/bogo-junk-plugins/Makefile.am: * plugins/default-mailer/Makefile.am: * shell/Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. * plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in: Rename as org-gnome-bogo-junk-plugin.eplug.xml. * plugins/caldav/Makefile.am: * plugins/import-ics-attachments/Makefile.am: * plugins/publish-calendar/Makefile.am: Add "eplug" file to CLEANFILES. * plugins/mail-remote/Makefile.am: Add "eplug.xml" file to EXTRA_DIST. * po/POTFILES.in: Don't translate files we no longer ship. svn path=/trunk/; revision=33521
* sv.po: Updated Swedish translationDaniel Nylander2007-04-211-71/+73
| | | | svn path=/trunk/; revision=33441
* POTFILES.in: Added missing filesDaniel Nylander2007-04-161-3/+5
| | | | svn path=/trunk/; revision=33426
* Add bogofilter part of translation.Srinivasa Ragavan2007-04-031-0/+2
| | | | svn path=/trunk/; revision=33369
* sv.po: Swedish translation updatedDaniel Nylander2007-01-281-0/+2
| | | | svn path=/trunk/; revision=33157
* Mark strings as translatable. See bug #399381 for details.Nickolay V. Shmyrev2007-01-271-0/+1
| | | | svn path=/trunk/; revision=33152
* Updated Swedish translation. Added missing files.Daniel Nylander2007-01-231-0/+4
| | | | | | | | * sv.po: Updated Swedish translation. * POTFILES.in: Added missing files. svn path=/trunk/; revision=33142
* Add two files here. Update the translation.Kjartan Maraas2006-10-161-0/+2
| | | | | | | | | 2006-10-16 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add two files here. * nb.po: Update the translation. svn path=/trunk/; revision=32893
* Added missing files into POTFILES.in.Funda Wang2006-07-231-0/+2
| | | | svn path=/trunk/; revision=32393
* Removed obsolete files from POTFILES.in.Funda Wang2006-06-041-2/+1
| | | | svn path=/trunk/; revision=32074
* Removed a non-existing file. Updated Thai translation.Theppitak Karoonboonyanan2006-01-311-1/+0
| | | | | | | | | 2006-01-31 Theppitak Karoonboonyanan <thep@linux.thai.net> * POTFILES.in: Removed a non-existing file. * th.po: Updated Thai translation. svn path=/trunk/; revision=31386
* Remove non-existing file and add a few missing ones. Update NorwegianKjartan Maraas2006-01-301-1/+2
| | | | | | | | | | 2006-01-30 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Remove non-existing file and add a few missing ones. * nb.po: Update Norwegian bokmål translation. * no.po: Same. svn path=/trunk/; revision=31374
* Added missing file calendar/gui/review.c.Harish Krishnaswamy2006-01-301-0/+1
| | | | | | | | 2006-01-30 Harish Krishnaswamy <kharish@novell.com> * POTFILES.in: Added missing file calendar/gui/review.c. svn path=/trunk/; revision=31347
* Added missing file. Updated Canadian English translation.Adam Weinberger2006-01-291-0/+1
| | | | | | | | | 2006-01-28 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added missing file. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=31336
* Added missing file. Updated Canadian English translation.Adam Weinberger2006-01-201-0/+1
| | | | | | | | | 2006-01-19 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added missing file. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=31247
* Added missing files. Updated Canadian English translation.Adam Weinberger2006-01-171-0/+2
| | | | | | | | | 2006-01-16 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added missing files. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=31220
* Updated Canadian English translation.Adam Weinberger2006-01-161-0/+2
| | | | | | | | 2006-01-15 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=31187
* Remove non-existant file. Updated Norwegian bokmål translation. SameKjartan Maraas2006-01-021-1/+0
| | | | | | | | | | 2006-01-02 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Remove non-existant file. * nb.po: Updated Norwegian bokmål translation. * no.po: Same svn path=/trunk/; revision=31010
* Mark vairous plugins as translatable (bug#301149).Funda Wang2005-12-251-0/+6
| | | | svn path=/trunk/; revision=30950
* Added missing files. Updated Canadian English translation.Adam Weinberger2005-12-231-0/+3
| | | | | | | | | 2005-12-23 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added missing files. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30945
* Removed obsolete files.Funda Wang2005-12-181-2/+0
| | | | svn path=/trunk/; revision=30870
* Removed the pruned files from POTFILES.inChenthill Palanisamy2005-12-131-2/+0
| | | | svn path=/trunk/; revision=30764
* Added missing file. Updated Canadian English translation.Adam Weinberger2005-12-041-0/+1
| | | | | | | | | 2005-12-03 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added missing file. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30714
* Add a half-dozen missing files. Updated Canadian English translation.Adam Weinberger2005-11-181-0/+5
| | | | | | | | | 2005-11-17 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Add a half-dozen missing files. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30635
* Added a number of missing files. Updated Canadian English translation.Adam Weinberger2005-10-201-0/+16
| | | | | | | | | 2005-10-19 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added a number of missing files. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30540
* Updated Canadian English translation.Adam Weinberger2005-10-011-0/+2
| | | | | | | | 2005-09-30 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30454
* Removed non-existent files from POTFILES.in.Danilo Šegan2005-08-221-2/+0
| | | | svn path=/trunk/; revision=30189
* reverted (accidentally updated by my previous check in)Mohammad DAMT2005-08-221-0/+3
| | | | | | | | 2005-08-22 Mohammad DAMT <mdamt@gnome.org> * POTFILES.in: reverted (accidentally updated by my previous check in) svn path=/trunk/; revision=30182
* Updated Indonesian translation.Mohammad DAMT2005-08-221-1/+0
| | | | | | | | 2005-08-22 Mohammad DAMT <mdamt@gnome.org> * id.po: Updated Indonesian translation. svn path=/trunk/; revision=30181
* Removed missing files. See bug #312668. Updated German translation.Frank Arnold2005-08-201-2/+0
| | | | | | | | | 2005-08-20 Frank Arnold <farnold@cvs.gnome.org> * POTFILES.in: Removed missing files. See bug #312668. * de.po: Updated German translation. svn path=/trunk/; revision=30166
* Updated Canadian English translation.Adam Weinberger2005-08-081-0/+1
| | | | | | | | 2005-08-08 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30030
* Added missing files. Updated Canadian English translation.Adam Weinberger2005-08-041-0/+3
| | | | | | | | | 2005-08-03 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added missing files. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29973
* Added many files, sorted. Updated Canadian English translation.Adam Weinberger2005-07-241-22/+37
| | | | | | | | | 2005-07-23 Adam Weinberger <adamw@gnome.org> * POTFILES.in, POTFILES.skip: Added many files, sorted. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29858
* added plugins/exchange-operations/org-gnome-exchange-*-subscription.xmlShakti Sen2005-07-221-0/+3
| | | | | | | | | | 2005-07-22 Shakti Sen <shprasad@novell.com> * POTFILES.in : added plugins/exchange-operations/org-gnome-exchange-*-subscription.xml files. svn path=/trunk/; revision=29847
* Removed the proxy and proxy-login plugins as they are merged into theSankar P2005-07-201-7/+7
| | | | | | | | | 2005-07-19 Sankar P <psankar@novell.com> * configure.in : Removed the proxy and proxy-login plugins as they are merged into the groupwise-features plugin. svn path=/trunk/; revision=29805
* added plugins/groupwise-features/junk-mail filesVivek Jain2005-07-191-0/+2
| | | | | | | | | 2005-07-19 Vivek Jain <jvivek@novell.com> * POTFILES.in : added plugins/groupwise-features/junk-mail files svn path=/trunk/; revision=29797
* Added missing exchange files.Sarfraaz Ahmed2005-07-161-0/+14
| | | | | | | | 2005-07-16 Sarfraaz Ahmed <asarfraaz@novell.com> * POTFILES.in : Added missing exchange files. svn path=/trunk/; revision=29780
* *plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml :Shreyas Srinivasan2005-07-151-0/+1
| | | | | | | | | 2005-07-15 Shreyas Srinivasan <sshreyas@novell.com> *plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml : Add file for translation. svn path=/trunk/; revision=29775
* Merge back eplugin-import-branch.Michael Zucci2005-07-121-6/+3
| | | | svn path=/trunk/; revision=29725
* relocated camel-gw-listener.cVivek Jain2005-07-111-1/+1
| | | | | | | | 2005-07-11 Vivek Jain <jvivek@novell.com> * POTFILES.in : relocated camel-gw-listener.c svn path=/trunk/; revision=29717
* Added the proxy.c file to the list.Sankar P2005-07-111-0/+1
| | | | | | | | 2005-07-11 Sankar P <psankar@novell.com> * POTFILES.in : Added the proxy.c file to the list. svn path=/trunk/; revision=29713
* Add mail-account-disable, proxy, proxy-login and groupwise-account-setupShreyas Srinivasan2005-07-101-0/+7
| | | | | | | | | | | | | | | | | | | | 2005-07-10 Shreyas Srinivasan <sshreyas@novell.com> * configure.in: Add mail-account-disable, proxy, proxy-login and groupwise-account-setup to the plugin list. * plugins/proxy/*: Plugin to implement Proxy assignment on a groupwise account. * plugins/proxy-login/*: Plugin to implement Proxy Login on a groupwise account. * plugins/mail-account-disable/*: Plugin to add Disable/ Proxy Logout to a store menu on right click. * plugins/groupwise-account-setup/*: Make the camel-groupwise-listener load on startup. * plugins/groupwise-features/*: Remove the camel-groupwise-listener code as it runs in a different plugin. * po/POTFILES.in: Add files which need to be translated. svn path=/trunk/; revision=29700
* updated with the changed location of em-junk-filter.cVivek Jain2005-07-071-1/+1
| | | | | | | | | 2005-07-07 Vivek Jain <jvivek@novell.com> * POTFILES.in : updated with the changed location of em-junk-filter.c svn path=/trunk/; revision=29663
* Added the remaining relevant gal files.Kaushal Kumar2005-06-281-1/+12
| | | | | | | | | | 2005-06-28 Kaushal Kumar <kakumar@novell.com> * POTFILES.in: Added the remaining relevant gal files. * POTFILES.skip: Added the gal files which need to be skipped. svn path=/trunk/; revision=29601
* Added the new exchange plugin files. Updated the old files here.Sarfraaz Ahmed2005-06-271-2/+4
| | | | | | | | | 2005-06-27 Sarfraaz Ahmed <asarfraaz@novell.com> * POTFILES.in : Added the new exchange plugin files. * POTFILES.skip : Updated the old files here. svn path=/trunk/; revision=29597
* added all the new gal widgets & a couple of other missing files. re-sortedNot Zed2005-06-211-14/+54
| | | | | | | | | | 2005-06-21 Not Zed <NotZed@Ximian.com> * POTFILES.in: added all the new gal widgets & a couple of other missing files. re-sorted properly (it wasn't). *.po: merged in gal strings and updated (many strings no longer exist). svn path=/trunk/; revision=29559
* plugins/groupwise-features/org-gnome-shared-folder.error.xml ->Abel Cheung2005-05-281-2/+2
| | | | | | | | | | | 2005-05-28 Abel Cheung <maddog@linuxhall.org> * POTFILES.in: plugins/groupwise-features/org-gnome-shared-folder.error.xml -> plugins/groupwise-features/org-gnome-shared-folder.errors.xml widgets/misc/e-error.c -> e-util/e-error.c svn path=/trunk/; revision=29420
* replaced shared-folder/ send-options/ groupwise-send-options/Vivek Jain2005-05-231-7/+8
| | | | | | | | | | | 2005-05-23 Vivek Jain <jvivek@novell.com> * POTFILES.in: replaced shared-folder/ send-options/ groupwise-send-options/ groupwise-account-setup/ with groupwise-features/ added plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml svn path=/trunk/; revision=29402
* Added plugins/print-message/org-gnome-print-message.eplug.xmlVivek Jain2005-05-191-0/+1
| | | | | | | | | 2005-05-19 Vivek Jain <jvivek@novell.com> * POTFILES.in: Added plugins/print-message/org-gnome-print-message.eplug.xml svn path=/trunk/; revision=29389
* moved widgets/misc/e-system-errors to e-util/e-system.error. Moved shellNot Zed2005-05-161-6/+6
| | | | | | | | | | 2005-05-16 Not Zed <NotZed@Ximian.com> * POTFILES.in: moved widgets/misc/e-system-errors to e-util/e-system.error. Moved shell error file. Moved calendar error file. filter error file. svn path=/trunk/; revision=29368
* handle renamed error files.Not Zed2005-05-061-4/+4
| | | | | | | | 2005-05-06 Not Zed <NotZed@Ximian.com> * POTFILES.in: handle renamed error files. svn path=/trunk/; revision=29308
* updates for plugins.Not Zed2005-05-061-1/+24
| | | | | | | | 2005-05-06 Not Zed <NotZed@Ximian.com> * POTFILES.in: updates for plugins. svn path=/trunk/; revision=29305
* remove dead filesJP Rosevear2005-04-291-2/+0
| | | | | | | | 2005-04-29 JP Rosevear <jpr@novell.com> * POTFILES.in: remove dead files svn path=/trunk/; revision=29246
* Added missing file entry. Updated Swedish translation.Christian Rose2005-03-221-0/+1
| | | | | | | | | 2005-03-22 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing file entry. * sv.po: Updated Swedish translation. svn path=/trunk/; revision=29087
* e-passwords moved to e-d-sJP Rosevear2005-02-241-1/+0
| | | | | | | | 2005-02-23 JP Rosevear <jpr@novell.com> * POTFILES.in: e-passwords moved to e-d-s svn path=/trunk/; revision=28873
* Sorted and added missing file entry.Christian Rose2005-02-111-47/+48
| | | | | | | | 2005-02-10 Christian Rose <menthos@menthos.com> * POTFILES.in: Sorted and added missing file entry. svn path=/trunk/; revision=28771
* Removed file which does not exist from POTFILES.inFunda Wang2005-01-291-1/+0
| | | | svn path=/trunk/; revision=28611
* Fixes #71930JP Rosevear2005-01-291-0/+2
| | | | | | | | | | 2005-01-28 JP Rosevear <jpr@novell.com> Fixes #71930 * POTFILES.in: add missing e-error files svn path=/trunk/; revision=28608
* Fix filesJP Rosevear2005-01-251-2/+0
| | | | svn path=/trunk/; revision=28544
* make intltool happy. Added missing filesFunda Wang2005-01-221-0/+16
| | | | svn path=/trunk/; revision=28506
* Make intltool happy. Updated zh_CN.poFunda Wang2005-01-111-83/+0
| | | | svn path=/trunk/; revision=28350
* Remove mail-errors.xml (the .h belongs here, not the straight .xmlRodney Dawes2005-01-051-1/+0
| | | | | | | | | 2005-01-05 Rodney Dawes <dobey@novell.com> * POTFILES.in: Remove mail-errors.xml (the .h belongs here, not the straight .xml currently) svn path=/trunk/; revision=28246
* -uu-:---F1 POTFILES.in (FundamentalJP Rosevear2005-01-051-5/+0
| | | | | | | | <jpr@novell.com> * POTFILES.in: remove dead files svn path=/trunk/; revision=28240
* Make intltool happy. Removed serveral non-exists file references.Funda Wang2004-12-241-57/+87
| | | | svn path=/trunk/; revision=28199
* Remove mail-account-gui.cRodney Dawes2004-12-161-1/+0
| | | | | | | | 2004-12-15 Rodney Dawes <dobey@novellcom> * POTFILES.in: Remove mail-account-gui.c svn path=/trunk/; revision=28130
* Back out additional change to use shell-errors.xml.inRodney Dawes2004-12-111-1/+1
| | | | | | | | 2004-12-10 Rodney Dawes <dobey@novell.com> * POTFILES.in: Back out additional change to use shell-errors.xml.in svn path=/trunk/; revision=28108
* Remove e-destination.cRodney Dawes2004-12-111-2/+1
| | | | | | | | 2004-12-10 Rodney Dawes <dobey@novell.com> * POTFILES.in: Remove e-destination.c svn path=/trunk/; revision=28107
* Removed mail/mail-account-editor.c Removed mail/mail-config-druid.c TheyMartin Willemoes Hansen2004-12-041-2/+0
| | | | | | | | | * POTFILES.in: Removed mail/mail-account-editor.c Removed mail/mail-config-druid.c They are no longer available. svn path=/trunk/; revision=28061
* bump version, requirementsJP Rosevear2004-08-031-0/+1
| | | | | | | | 2004-08-02 JP Rosevear <jpr@novell.com> * configure.in: bump version, requirements svn path=/trunk/; revision=26803
* Removed e-utils/e-pilot-settings.cAdam Weinberger2004-08-031-1/+0
| | | | | | * POTFILES.in: Removed e-utils/e-pilot-settings.c svn path=/trunk/; revision=26801
* bump version, requirementsJP Rosevear2004-07-051-2/+1
| | | | | | | | | | | | 2004-07-02 JP Rosevear <jpr@novell.com> * configure.in: bump version, requirements 2004-07-02 JP Rosevaer <jpr@novell.com> * Makefile.am (SUBDIRS): Revert previous error change svn path=/trunk/; revision=26583
* Removed non-existing .h files, added missing files, sorted the wholeChristian Rose2004-06-291-55/+63
| | | | | | | | | 2004-06-29 Christian Rose <menthos@menthos.com> * POTFILES.in: Removed non-existing .h files, added missing files, sorted the whole thing. svn path=/trunk/; revision=26548
* Update this. Update this too.Kjartan Maraas2004-06-281-0/+2
| | | | | | | | | 2004-06-28 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Update this. * no.po: Update this too. svn path=/trunk/; revision=26543
* Update for removed filesRodney Dawes2004-06-261-2/+0
| | | | | | | | 2004-06-25 Rodney Dawes <dobey@novell.com> * POTFILES.in: Update for removed files svn path=/trunk/; revision=26522
* Update for removed filesRodney Dawes2004-06-241-2/+0
| | | | | | | | 2004-06-23 Rodney Dawes <dobey@novell.com> * POTFILES.in: Update for removed files svn path=/trunk/; revision=26484
* Added error.xml.h filesJeffrey Stedfast2004-06-191-2/+3
| | | | | | | | 2004-06-18 Jeffrey Stedfast <fejj@novell.com> * POTFILES.in: Added error.xml.h files svn path=/trunk/; revision=26427
* Added filter-errors.xml.hJeffrey Stedfast2004-06-181-0/+1
| | | | | | | | 2004-06-18 Jeffrey Stedfast <fejj@ximian.com> * POTFILES.in: Added filter-errors.xml.h svn path=/trunk/; revision=26418
* fix up for mail glade ifle changes.Not Zed2004-06-181-4/+1
| | | | | | | | 2004-06-18 Not Zed <NotZed@Ximian.com> * POTFILES.in: fix up for mail glade ifle changes. svn path=/trunk/; revision=26410
* moved the filter files around.Not Zed2004-06-171-8/+6
| | | | | | | | 2004-06-17 Not Zed <NotZed@Ximian.com> * POTFILES.in: moved the filter files around. svn path=/trunk/; revision=26381
* Updated Canadian English translation. Correct path error.Adam Weinberger2004-06-111-1/+1
| | | | | | | * en_CA.po: Updated Canadian English translation. * POTFILES.in: Correct path error. svn path=/trunk/; revision=26298
* Update for removed filesRodney Dawes2004-06-111-7/+0
| | | | | | * POTFILES.in: Update for removed files svn path=/trunk/; revision=26293
* remove about boxJP Rosevear2004-05-291-1/+0
| | | | | | | | 2004-05-28 JP Rosevear <jpr@novell.com> * POTFILES.in: remove about box svn path=/trunk/; revision=26121
* Updated French translation.Christophe Merlet2004-05-271-1/+0
| | | | svn path=/trunk/; revision=26106
* fix for xml error files, get i18n strings from generated .h files.Not Zed2004-05-121-4/+5
| | | | | | | | | 2004-05-12 Not Zed <NotZed@Ximian.com> * POTFILES.in: fix for xml error files, get i18n strings from generated .h files. svn path=/trunk/; revision=25872
* Add some missing files. Update Norwegian translation.Kjartan Maraas2004-05-031-49/+64
| | | | | | | | | 2004-05-02 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add some missing files. * no.po: Update Norwegian translation. svn path=/trunk/; revision=25738
* Added mailer error files.Not Zed2004-04-281-0/+3
| | | | | | | | 2004-04-28 Not Zed <NotZed@Ximian.com> * POTFILES.in: Added mailer error files. svn path=/trunk/; revision=25655
* s/eab-destination/e-destination/Rodney Dawes2004-04-101-10/+1
| | | | | | | | 2004-04-09 Rodney Dawes <dobey@ximian.com> * POTFILES.in: s/eab-destination/e-destination/ svn path=/trunk/; revision=25396
* Removed the imap4 filesRodney Dawes2004-04-011-3/+0
| | | | | | | | 2004-03-31 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Removed the imap4 files svn path=/trunk/; revision=25265
* Removed missing camel-imap-command.c for imap4Rodney Dawes2004-03-311-1/+0
| | | | | | | | 2004-03-30 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Removed missing camel-imap-command.c for imap4 svn path=/trunk/; revision=25245
* Updated Serbian translation.Danilo Šegan2004-03-271-2/+10
| | | | svn path=/trunk/; revision=25196
* Remove mail/local-config.gladeRodney Dawes2004-03-261-1/+0
| | | | | | | | 2004-03-25 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Remove mail/local-config.glade svn path=/trunk/; revision=25187
* add addressbook/gui/contact-editor/eab-editor.c.Chris Toshok2004-03-251-0/+1
| | | | | | | | 2004-03-24 Chris Toshok <toshok@ximian.com> * POTFILES.in: add addressbook/gui/contact-editor/eab-editor.c. svn path=/trunk/; revision=25175
* change file nameJP Rosevear2004-03-161-1/+1
| | | | | | | | 2004-03-15 JP Rosevear <jpr@ximian.com> * POTFILES.in: change file name svn path=/trunk/; revision=25076
* Add mail/em-format-quote.cRodney Dawes2004-02-251-0/+1
| | | | | | | | 2004-02-24 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Add mail/em-format-quote.c svn path=/trunk/; revision=24850
* remove dead fileJP Rosevear2004-02-241-1/+0
| | | | | | | | 2004-02-24 JP Rosevear <jpr@ximian.com> * POTFILES.in: remove dead file svn path=/trunk/; revision=24844
* Added missing files to POTFILES.in.Danilo Šegan2004-02-201-0/+2
| | | | svn path=/trunk/; revision=24814
* Remove dead files and add new onesRodney Dawes2004-02-131-5/+4
| | | | | | | | 2004-02-12 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Remove dead files and add new ones svn path=/trunk/; revision=24723
* remove files that were killedJP Rosevear2004-02-111-4/+0
| | | | | | | | 2004-02-10 JP Rosevear <jpr@ximian.com> * POTFILES.in: remove files that were killed svn path=/trunk/; revision=24691
* Remove e-shell-view-menu.cRodney Dawes2004-02-051-1/+0
| | | | | | | | 2004-02-05 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Remove e-shell-view-menu.c svn path=/trunk/; revision=24632
* Updated with recent additions/movesRodney Dawes2004-02-041-1/+3
| | | | | | | | 2004-02-03 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Updated with recent additions/moves svn path=/trunk/; revision=24593
* Removed e-meeting-model.cRodney Dawes2004-01-311-1/+0
| | | | | | | | 2004-01-30 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Removed e-meeting-model.c svn path=/trunk/; revision=24546
* Updated for changes to the keys file in data/Rodney Dawes2004-01-231-1/+1
| | | | | | | | 2004-01-21 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Updated for changes to the keys file in data/ svn path=/trunk/; revision=24375
* Updated Serbian translation.Danilo Å egan2004-01-171-0/+1
| | | | | | | | | | 2004-01-17 Danilo Å egan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation. * POTFILES.in: Added camel/providers/groupwise/camel-gw-listener.c. svn path=/trunk/; revision=24288
* Updated Serbian translation.Danilo Å egan2004-01-141-2/+6
| | | | | | | | | | 2004-01-14 Danilo Å egan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation. * POTFILES.in: Added missing files. svn path=/trunk/; revision=24215
* Added missing files. Updated slightly.Kjartan Maraas2004-01-111-0/+2
| | | | | | | | | 2004-01-11 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Added missing files. * no.po: Updated slightly. svn path=/trunk/; revision=24156
* Updated Serbian translation.Danilo Å egan2004-01-101-3/+2
| | | | | | | | | | 2004-01-10 Danilo Å egan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation. * POTFILES.in: Updated. svn path=/trunk/; revision=24143
* Update the list of translatable filesRodney Dawes2004-01-101-1/+4
| | | | | | | | 2004-01-09 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Update the list of translatable files svn path=/trunk/; revision=24142
* Updated Serbian translation, added missing files to POTFILES.in.Danilo Šegan2004-01-061-1/+6
| | | | svn path=/trunk/; revision=24057
* remove dead fileJP Rosevear2003-12-301-1/+0
| | | | | | | | 2003-12-30 JP Rosevear <jpr@ximian.com> * POTFILES.in: remove dead file svn path=/trunk/; revision=24025
* remove dead filesJP Rosevear2003-12-301-2/+0
| | | | | | | | 2003-12-29 JP Rosevear <jpr@ximian.com> * POTFILES.in: remove dead files svn path=/trunk/; revision=24021
* Remove missing files, Add files with strings Remove missing filesRodney Dawes2003-12-041-2/+17
| | | | | | | | | 2003-12-02 Rodney Dawes <dobey@ixmian.com> * POTFILES.in: Remove missing files, Add files with strings * POTFILES.skip: Remove missing files svn path=/trunk/; revision=23608
* Remove missing filesRodney Dawes2003-12-021-2/+0
| | | | | | | | 2003-12-01 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Remove missing files svn path=/trunk/; revision=23533
* add smime/gui/certificate-viewer.c and smime/lib/e-pkcs12.cChris Toshok2003-11-261-0/+2
| | | | | | | | | 2003-11-26 Chris Toshok <toshok@ximian.com> * POTFILES.in: add smime/gui/certificate-viewer.c and smime/lib/e-pkcs12.c svn path=/trunk/; revision=23487
* Update.Ettore Perazzoli2003-11-181-22/+14
| | | | svn path=/trunk/; revision=23408
* remove dead fileJP Rosevear2003-11-131-1/+0
| | | | | | | | 2003-11-13 JP Rosevear <jpr@ximian.com> * POTFILES.in: remove dead file svn path=/trunk/; revision=23328
* add smime/lib/e-cert-db.cChris Toshok2003-11-121-0/+1
| | | | | | | | 2003-11-11 Chris Toshok <toshok@ximian.com> * POTFILES.in: add smime/lib/e-cert-db.c svn path=/trunk/; revision=23294
* updateJP Rosevear2003-11-071-21/+0
| | | | | | | | 2003-11-07 JP Rosevear <jpr@ximian.com> * POTFILES.in: update svn path=/trunk/; revision=23209
* remove dead fileJP Rosevear2003-10-311-1/+0
| | | | | | | | 2003-10-30 JP Rosevear <jpr@ximian.com> * POTFILES.in: remove dead file svn path=/trunk/; revision=23141
* removed mail-summary.cJeffrey Stedfast2003-10-251-1/+0
| | | | svn path=/trunk/; revision=23073
* removed more cruftJeffrey Stedfast2003-10-251-3/+0
| | | | svn path=/trunk/; revision=23069
* fixed POTFILES.inJeffrey Stedfast2003-10-251-3/+3
| | | | svn path=/trunk/; revision=23067
* s/smime-gui.glade/smime-ui.glade/Rodney Dawes2003-10-241-1/+1
| | | | | | | | 2003-10-23 Rodney Dawes <dobey@ximian.com> * POTFILES.in: s/smime-gui.glade/smime-ui.glade/ svn path=/trunk/; revision=23050
* Add some missing files, and remove files that have been removed from CVSRodney Dawes2003-10-241-2/+6
| | | | | | | | | | 2003-10-23 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Add some missing files, and remove files that have been removed from CVS * POTFILES.skip: Add data/evolution.desktop.in svn path=/trunk/; revision=23049
* add smime files.Chris Toshok2003-10-241-0/+3
| | | | | | | | 2003-10-23 Chris Toshok <toshok@ximian.com> * POTFILES.in: add smime files. svn path=/trunk/; revision=23043
* more files removedJeffrey Stedfast2003-10-231-2/+0
| | | | svn path=/trunk/; revision=23021
* removed stale etspec filesJeffrey Stedfast2003-10-231-2/+0
| | | | svn path=/trunk/; revision=23012
* removed more filesJeffrey Stedfast2003-10-231-1/+0
| | | | svn path=/trunk/; revision=23010
* Removed some unused mail source filesJeffrey Stedfast2003-10-231-4/+0
| | | | | | | | 2003-10-22 Jeffrey Stedfast <fejj@ximian.com> * POTFILES.in: Removed some unused mail source files svn path=/trunk/; revision=23008
* update to match the tree.Dan Winship2003-10-221-65/+63
| | | | | | * POTFILES.in, POTFILES.skip: update to match the tree. svn path=/trunk/; revision=22985
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-0/+13
| | | | svn path=/trunk/; revision=22964
* Pass make distRodrigo Moya2003-10-161-13/+0
| | | | svn path=/trunk/; revision=22904
* removed calendar-model.c.Rodrigo Moya2003-10-161-1/+0
| | | | | | | | 2003-10-15 Rodrigo Moya <rodrigo@ximian.com> * POTFILES.in: removed calendar-model.c. svn path=/trunk/; revision=22901
* Add some files that were missing, remove some test programs that don'tHans Petter Jansson2003-09-121-43/+59
| | | | | | | | | 2003-09-11 Hans Petter Jansson <hpj@ximian.com> * POTFILES.in: Add some files that were missing, remove some test programs that don't need i18n, sort. svn path=/trunk/; revision=22527
* Updated Serbian translation by Serbian team (Prevod.org).Danilo Å egan2003-07-261-1/+0
| | | | | | | | | | | | 2003-07-26 Danilo Å egan <dsegan@gmx.net> * sr.po,sr@Latn.po: Updated Serbian translation by Serbian team (Prevod.org). * POTFILES.in: Removed "widgets/misc/e-messagebox.c" because it was removed from repository on July 23, by danw. svn path=/trunk/; revision=21980
* Added initial Malay Translation by MIMOS Open Source Development GroupHasbullah Bin Pit2003-07-211-1/+0
| | | | | | | | | 2003-07-21 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Added initial Malay Translation by MIMOS Open Source Development Group <syed@mimos.my> svn path=/trunk/; revision=21877
* Updated Norwegian translation. Added calendar/gui/dialogs/delete-error.cKjartan Maraas2003-04-261-0/+1
| | | | | | | | | 2003-04-26 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. * POTFILES.in: Added calendar/gui/dialogs/delete-error.c svn path=/trunk/; revision=20972
* Removed erroneous line. Thanks to Christian Rose who reported that issue.Christian Neumair2003-04-171-1/+0
| | | | | | | | * POTFILES.in: Removed erroneous line. Thanks to Christian Rose who reported that issue. * POTFILES.skip: Removed obsolete line. svn path=/trunk/; revision=20873
* Updated German translation, added missing files to POTFILES.*.Christian Neumair2003-04-121-0/+3
| | | | svn path=/trunk/; revision=20834
* Remove tools/evolution-addressbook-export.c, whichEttore Perazzoli2003-04-081-1/+0
| | | | | | is gone now. svn path=/trunk/; revision=20752
* add tools/killev.cDan Winship2003-04-081-0/+1
| | | | | | * POTFILES.in: add tools/killev.c svn path=/trunk/; revision=20701
* Remove vanished files. Updated traditional Chinese translation fromAbel Cheung2003-03-231-1/+0
| | | | | | | | | | 2003-03-23 Abel Cheung <maddog@linux.org.hk> * POTFILES.in, POTFILES.skip: Remove vanished files. * zh_TW.po: Updated traditional Chinese translation from Chao-Hsiung Liao <pesder.liao@msa.hinet.net> svn path=/trunk/; revision=20466
* Added missing files. Updated German translation.Christian Neumair2003-03-211-0/+7
| | | | | | | * POTFILES.in, POTFILES.skip: Added missing files. * de.po: Updated German translation. svn path=/trunk/; revision=20452
* Remove mail-search-dialogue.cRodney Dawes2003-03-201-1/+0
| | | | | | | | 2003-03-20 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Remove mail-search-dialogue.c svn path=/trunk/; revision=20428
* Updated Norwegian translation.Kjartan Maraas2003-03-171-1/+0
| | | | | | | | 2003-03-17 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. svn path=/trunk/; revision=20307
* s/server.in$/server.in.in/Rodney Dawes2003-03-031-1/+1
| | | | | | | | 2003-03-02 Rodney Dawes <dobey@ximian.com> * POTFILES.in: s/server.in$/server.in.in/ svn path=/trunk/; revision=20117
* Add missing file(s) and remove non-existant one(s).Abel Cheung2003-02-131-2/+3
| | | | | | | | 2003-02-11 Abel Cheung <maddog@linux.org.hk> * POTFILES.in: Add missing file(s) and remove non-existant one(s). svn path=/trunk/; revision=19895
* Add missing files and remove non-existant one. Mark incorrectly translatedAbel Cheung2003-02-091-1/+5
| | | | | | | | | | 2003-02-08 Abel Cheung <maddog@linux.org.hk> * POTFILES.in: Add missing files and remove non-existant one. * el.po, en_AU.po, et.po, nn.po, sk.po: Mark incorrectly translated entries as fuzzy. svn path=/trunk/; revision=19855
* add cal-recur.cDan Winship2003-02-061-0/+1
| | | | | | * POTFILES.in: add cal-recur.c svn path=/trunk/; revision=19767
* Fixes file lists. Removed. This file has been present for 2.5 years.Abel Cheung2003-01-281-51/+49
| | | | | | | | | | 2003-01-28 Abel Cheung <maddog@linux.org.hk> * POTFILES.in, POTFILES.skip: Fixes file lists. * flu-danish: Removed. This file has been present for 2.5 years. * zh_TW.po: Converted to UTF-8. svn path=/trunk/; revision=19663
* Update for renamed and removed files.Ettore Perazzoli2003-01-151-2/+1
| | | | svn path=/trunk/; revision=19447
* Removed non-existing file. Updated Swedish translation.Christian Rose2003-01-101-1/+0
| | | | | | | | | 2003-01-10 Christian Rose <menthos@menthos.com> * POTFILES.in: Removed non-existing file. * sv.po: Updated Swedish translation. svn path=/trunk/; revision=19399
* Updated German translation and POTFILES.in.Christian Neumair2002-12-161-38/+64
| | | | svn path=/trunk/; revision=19120
* Joaquim Fellmann <joaquim@altern.org>jfell2002-11-281-12/+0
| | | | | | | *fr.po: Updated French translation *POTFILES.in: Removed files that doesn't exist anymore svn path=/trunk/; revision=18952
* Updated Norwegian translation. Added new etspec files.Kjartan Maraas2002-10-101-0/+4
| | | | | | | | | 2002-10-10 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. * POTFILES.in: Added new etspec files. svn path=/trunk/; revision=18362
* Added a couple of missing .glade files. Updated Norwegian translation.Kjartan Maraas2002-09-211-0/+2
| | | | | | | | | 2002-09-21 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Added a couple of missing .glade files. * no.po: Updated Norwegian translation. svn path=/trunk/; revision=18148
* added missing glade files from shell/gladeRadek Doulik2002-07-121-0/+3
| | | | svn path=/trunk/; revision=17432
* Removed mail/mail-account-news-editor.cJeffrey Stedfast2002-07-051-1/+0
| | | | | | | | 2002-07-04 Jeffrey Stedfast <fejj@ximian.com> * POTFILES.in: Removed mail/mail-account-news-editor.c svn path=/trunk/; revision=17372
* Removed camel/camel-pgp-context.c and added camel-gpg-context.c andJeffrey Stedfast2002-06-281-1/+0
| | | | | | | | | | 2002-06-27 Jeffrey Stedfast <fejj@ximian.com> * POTFILES.in: Removed camel/camel-pgp-context.c and added camel-gpg-context.c and camel-multipart-encrypted.c. Also removed camel/camel-spoold-store.c svn path=/trunk/; revision=17314
* Removed camel/camel-pgp-context.c and added camel-gpg-context.c andJeffrey Stedfast2002-06-281-1/+2
| | | | | | | | | 2002-06-27 Jeffrey Stedfast <fejj@ximian.com> * POTFILES.in: Removed camel/camel-pgp-context.c and added camel-gpg-context.c and camel-multipart-encrypted.c. svn path=/trunk/; revision=17310
* Ignore more files. Removed obsolete files. Add missing files, removeAbel Cheung2002-06-211-3/+3
| | | | | | | | | | | | 2002-06-21 Abel Cheung <maddog@linux.org.hk> * .cvsignore: Ignore more files. * Makefile.i18npatch, update.sh: Removed obsolete files. * POTFILES.in: Add missing files, remove entries already present in POTFILES.skip. * POTFILES.skip: Remove non-existant entries. svn path=/trunk/; revision=17248
* added shell/e-shell-config-autocompletion.c andChris Toshok2002-05-241-0/+2
| | | | | | | | | 2002-05-24 Chris Toshok <toshok@ximian.com> * POTFILES.in: added shell/e-shell-config-autocompletion.c and shell/e-shell-config-folder-settings.c. svn path=/trunk/; revision=17002
* Removed references to camel-remote-store.cJeffrey Stedfast2002-05-231-1/+0
| | | | | | | | 2002-05-22 Jeffrey Stedfast <fejj@ximian.com> * POTFILES.in: Removed references to camel-remote-store.c svn path=/trunk/; revision=16982
* Updated this. Updated Norwegian (bokmål) translation.Kjartan Maraas2002-05-211-0/+10
| | | | | | | | | 2002-05-21 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Updated this. * no.po: Updated Norwegian (bokmål) translation. svn path=/trunk/; revision=16951
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-05-211-14/+0
| | | | | | | | 2002-05-21 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation. svn path=/trunk/; revision=16949
* Replaced ldap-config.c with addressbook-config.c.Christopher James Lahey2002-05-071-1/+1
| | | | | | | | 2002-05-06 Christopher James Lahey <clahey@ximian.com> * POTFILES.in: Replaced ldap-config.c with addressbook-config.c. svn path=/trunk/; revision=16686
* Removed addressbook/gui/component/addressbook-config.[c,glade] and addedJeffrey Stedfast2002-04-201-2/+2
| | | | | | | | | | 2002-04-19 Jeffrey Stedfast <fejj@ximian.com> * POTFILES.in: Removed addressbook/gui/component/addressbook-config.[c,glade] and added in it's place ldap-config.[c,glade]. svn path=/trunk/; revision=16552
* Remove notes files.JP Rosevear2002-04-071-1/+1
| | | | | | | | 2002-04-06 JP Rosevear <jpr@ximian.com> * POTFILES.in: Remove notes files. svn path=/trunk/; revision=16385
* Oops.JP Rosevear2002-04-071-1/+1
| | | | svn path=/trunk/; revision=16373
* Remove executive summary files.JP Rosevear2002-04-071-9/+9
| | | | | | | | 2002-04-06 JP Rosevear <jpr@ximian.com> * POTFILES.in: Remove executive summary files. svn path=/trunk/; revision=16371
* comment out more unused camel filesJP Rosevear2002-04-061-3/+3
| | | | | | | | 2002-04-05 JP Rosevear <jpr@ximian.com> * POTFILES.in: comment out more unused camel files svn path=/trunk/; revision=16365
* remove file that is not compiled (and hence not disted)JP Rosevear2002-04-061-1/+0
| | | | | | | | | 2002-04-05 JP Rosevear <jpr@ximian.com> * POTFILES.in: remove file that is not compiled (and hence not disted) svn path=/trunk/; revision=16364
* add evolution-folder-selector-button.cDan Winship2002-04-051-0/+1
| | | | svn path=/trunk/; revision=16357
* Added missing file. Updated Swedish translation some.Christian Rose2002-04-011-1/+2
| | | | | | | | | 2002-04-01 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing file. * sv.po: Updated Swedish translation some. svn path=/trunk/; revision=16301
* Updated Norwegian (bokmål) translation. Bring back up to speed.Kjartan Maraas2002-03-271-0/+9
| | | | | | | | | 2002-03-27 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation. * POTFILES.in: Bring back up to speed. svn path=/trunk/; revision=16258
* removed missing fileRadek Doulik2002-03-071-1/+0
| | | | svn path=/trunk/; revision=15962
* Added missing file. Updated and converted to UTF-8.Christian Rose2002-01-281-0/+1
| | | | | | | | | 2002-01-28 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing file. * sv.po: Updated and converted to UTF-8. svn path=/trunk/; revision=15490
* Updated Norwegian (bokmål) translation. Updated.Kjartan Maraas2002-01-261-0/+2
| | | | | | | | | 2002-01-26 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation. * POTFILES.in: Updated. svn path=/trunk/; revision=15479
* Sorted and added LOTS of missing files. Updated Swedish translation.Christian Rose2002-01-091-11/+31
| | | | | | | | | 2002-01-09 Christian Rose <menthos@menthos.com> * POTFILES.in: Sorted and added LOTS of missing files. * sv.po: Updated Swedish translation. svn path=/trunk/; revision=15269
* Merging patches from 1-0-branchIain Holmes2001-12-171-1/+1
| | | | svn path=/trunk/; revision=15109
* added calendar/zones.hDamon Chaplin2001-12-141-0/+1
| | | | | | | | 2001-12-13 Damon Chaplin <damon@ximian.com> * POTFILES.in: added calendar/zones.h svn path=/trunk/; revision=15027
* Add `calendar/cal-util/cal-component.c' and `shell/e-shell-utils.c'.Ettore Perazzoli2001-10-311-0/+2
| | | | | | | * POTFILES.in: Add `calendar/cal-util/cal-component.c' and `shell/e-shell-utils.c'. svn path=/trunk/; revision=14539
* Removed the reference to the non-existantChristian Rose2001-10-261-1/+0
| | | | | | | | | 2001-10-26 Christian Rose <menthos@menthos.com> * POTFILES.in: Removed the reference to the non-existant "wombat/GNOME_Evolution_Wombat.oaf.in". svn path=/trunk/; revision=14141
* Updated Norwegian (bokmål) translation. Updated with some missing files.Kjartan Maraas2001-10-261-0/+8
| | | | | | | | | 2001-10-26 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation. * POTFILES.in: Updated with some missing files. svn path=/trunk/; revision=14105
* added calendar/gui/e-cell-date-edit-text.c andDamon Chaplin2001-10-231-0/+2
| | | | | | | | | 2001-10-22 Damon Chaplin <damon@ximian.com> * POTFILES.in: added calendar/gui/e-cell-date-edit-text.c and widgets/misc/e-cell-percent.c. svn path=/trunk/; revision=13922
* Fixed.Carlos Perelló Marín2001-10-191-1/+0
| | | | | | | | 2001-10-18 Carlos Perelló Marín <carlos@gnome-db.org> * POTFILES.in: Fixed. svn path=/trunk/; revision=13771
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-10-191-0/+2
| | | | | | | | 2001-10-18 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation. svn path=/trunk/; revision=13754
* Add shell/evolution-shell-component-utils.cDan Winship2001-10-141-0/+1
| | | | | | * POTFILES.in: Add shell/evolution-shell-component-utils.c svn path=/trunk/; revision=13658
* Reverted a change from Ismael and /s/fichero/archivo/ Fixed.Carlos Perelló Marín2001-10-031-1/+2
| | | | | | | | | 2001-10-03 Carlos Perelló Marín <carlos@gnome-db.org> * es.po: Reverted a change from Ismael and /s/fichero/archivo/ * POTFILES.in: Fixed. svn path=/trunk/; revision=13369
* added calendar/cal-util/cal-util.cDamon Chaplin2001-09-271-0/+1
| | | | | | | | 2001-09-24 Damon Chaplin <damon@ximian.com> * POTFILES.in: added calendar/cal-util/cal-util.c svn path=/trunk/; revision=13184
* Updated Norwegian (bokmål) translation. Added camel/camel-vee-store.c andKjartan Maraas2001-09-221-0/+2
| | | | | | | | | 2001-09-22 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation. * POTFILES.in: Added camel/camel-vee-store.c and camel/camel-folder.c svn path=/trunk/; revision=13078
* reflect file additions/removalsJP Rosevear2001-09-191-2/+6
| | | | | | | | 2001-09-19 JP Rosevear <jpr@ximian.com> * POTFILES.in: reflect file additions/removals svn path=/trunk/; revision=12969
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-09-131-0/+2
| | | | | | | | 2001-09-12 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation. svn path=/trunk/; revision=12778
* Removed addressbook/gui/widgets/alphabet.glade.Federico Mena Quintero2001-09-041-1/+0
| | | | | | | | 2001-09-03 Federico Mena Quintero <federico@ximian.com> * POTFILES.in: Removed addressbook/gui/widgets/alphabet.glade. svn path=/trunk/; revision=12573
* Added shell/glade/evolution-startup-wizard.gladeChyla Zbigniew2001-08-271-0/+1
| | | | | | * POTFILES.in: Added shell/glade/evolution-startup-wizard.glade svn path=/trunk/; revision=12477
* Added addressbook/gui/widgets/e-addressbook-model.cChyla Zbigniew2001-08-261-0/+1
| | | | | | | | * POTFILES.in: Added addressbook/gui/widgets/e-addressbook-model.c * pl.po: Updated Polish translation. svn path=/trunk/; revision=12473
* Updated Norwegian translation. Updated with missing files.Kjartan Maraas2001-08-171-2/+5
| | | | | | | | | 2001-08-17 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. * POTFILES.in: Updated with missing files. svn path=/trunk/; revision=12148
* Added more missing files. Updated accordingly.Kjartan Maraas2001-08-121-0/+1
| | | | | | | | | 2001-08-11 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Added more missing files. * no.po: Updated accordingly. svn path=/trunk/; revision=11921
* Added more missing files. Updated accordingly.Kjartan Maraas2001-08-121-0/+3
| | | | | | | | | 2001-08-11 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Added more missing files. * no.po: Updated accordingly. svn path=/trunk/; revision=11915
* Updated Norwegian (bokmål) translation. Updated.Kjartan Maraas2001-08-111-0/+4
| | | | | | | | | 2001-08-10 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation. * POTFILES.in: Updated. svn path=/trunk/; revision=11883
* Added: addressbook/gui/contact-editor/e-contact-save-as.cChyla Zbigniew2001-08-021-0/+4
| | | | | | | | | | * POTFILES.in: Added: addressbook/gui/contact-editor/e-contact-save-as.c calendar/gui/cal-search-bar.c calendar/pcs/query.c e-util/e-categories-config.c. svn path=/trunk/; revision=11572
* Add shell/e-local-storage.c so "Local Folders" can get translated. FixesJason Leach2001-07-251-0/+1
| | | | | | | | | 2001-07-24 Jason Leach <jleach@ximian.com> * POTFILES.in: Add shell/e-local-storage.c so "Local Folders" can get translated. Fixes #5385. svn path=/trunk/; revision=11367
* Updated Norwegian translation.Kjartan Maraas2001-07-121-0/+2
| | | | | | | | 2001-07-11 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. svn path=/trunk/; revision=11006
* Added files: calendar/gui/dialogs/meeting-page.gladeChyla Zbigniew2001-07-091-35/+37
| | | | | | | | | | | * POTFILES.in: Added files: calendar/gui/dialogs/meeting-page.glade shell/glade/e-active-connection-dialog.glade Sorted everything. * pl.po: Updated Polish translation. svn path=/trunk/; revision=10905
* Updated Norwegian translation. Huge update.Kjartan Maraas2001-07-091-21/+42
| | | | | | | | | 2001-07-09 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. * POTFILES.in: Huge update. svn path=/trunk/; revision=10904
* Added my-evolution/my-evolution.gladeChyla Zbigniew2001-07-081-0/+1
| | | | svn path=/trunk/; revision=10892
* Added: addressbook/gui/contact-list-editor/contact-list-editor.gladeChyla Zbigniew2001-07-081-0/+6
| | | | | | | | | | | | * POTFILES.in: Added: addressbook/gui/contact-list-editor/contact-list-editor.glade addressbook/gui/contact-list-editor/e-contact-list-editor.c calendar/gui/dialogs/alarm-options.c calendar/gui/dialogs/alarm-options.glade calendar/gui/dialogs/e-timezone-dialog.glade mail/mail-folder-cache.c svn path=/trunk/; revision=10890
* Added widgets/misc/e-charset-picker.cJeffrey Stedfast2001-07-031-0/+1
| | | | | | | | 2001-07-02 Jeffrey Stedfast <fejj@ximian.com> * POTFILES.in: Added widgets/misc/e-charset-picker.c svn path=/trunk/; revision=10688
* Added addressbook/gui/component/e-address-popup.c,Chyla Zbigniew2001-06-301-0/+4
| | | | | | | | | * POTFILES.in: Added addressbook/gui/component/e-address-popup.c, my-evolution/e-summary-mail.c, my-evolution/e-summary-rdf.c, my-evolution/e-summary-weather.c. svn path=/trunk/; revision=10629
* Updated to reflect reality. Updated Norwegian translation.Kjartan Maraas2001-06-291-0/+12
| | | | | | | | | 2001-06-28 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Updated to reflect reality. * no.po: Updated Norwegian translation. svn path=/trunk/; revision=10582
* Removed ui/evolution-mail.xml and replaced it with the 4 newJeffrey Stedfast2001-06-271-1/+4
| | | | | | | | | 2001-06-26 Jeffrey Stedfast <fejj@ximian.com> * POTFILES.in: Removed ui/evolution-mail.xml and replaced it with the 4 new evolution-mail*.xml files. svn path=/trunk/; revision=10516
* add ui/evolution-contact-list-editor.xml, and correct path to theChris Toshok2001-06-251-6/+7
| | | | | | | | | | 2001-06-24 Chris Toshok <toshok@ximian.com> * POTFILES.in: add ui/evolution-contact-list-editor.xml, and correct path to the contact-editor files (to addressbook/gui/contact-editor) svn path=/trunk/; revision=10460
* Shuffled the alarm-notify files a bit.Federico Mena Quintero2001-06-251-3/+2
| | | | | | | | 2001-06-24 Federico Mena Quintero <federico@ximian.com> * POTFILES.in: Shuffled the alarm-notify files a bit. svn path=/trunk/; revision=10454
* Added mail/message-list.etspec.Chyla Zbigniew2001-06-221-0/+1
| | | | | | * POTFILES.in: Added mail/message-list.etspec. svn path=/trunk/; revision=10390
* remove dead fileJP Rosevear2001-06-201-1/+1
| | | | | | | | 2001-06-19 JP Rosevear <jpr@ximian.com> * POTFILES.in: remove dead file svn path=/trunk/; revision=10319
* remove dead fileJP Rosevear2001-06-201-1/+0
| | | | | | | | 2001-06-19 JP Rosevear <jpr@ximian.com> * POTFILES.in: remove dead file svn path=/trunk/; revision=10316
* Remove more dead filesJP Rosevear2001-06-181-11/+0
| | | | | | | | 2001-06-18 JP Rosevear <jpr@ximian.com> * POTFILES.in: Remove more dead files svn path=/trunk/; revision=10260
* Remove `calendar/gui/calendar-summary.c' from the `POTFILES.in'.Ettore Perazzoli2001-06-181-1/+0
| | | | svn path=/trunk/; revision=10259
* Added addressbook/gui/merging/e-card-duplicate-detected.glade andChristopher James Lahey2001-06-111-0/+2
| | | | | | | | | | | 2001-06-11 Christopher James Lahey <clahey@ximian.com> * POTFILES.in: Added addressbook/gui/merging/e-card-duplicate-detected.glade and addressbook/gui/merging/e-card-merging-book-commit-duplicate-detected.glade here. svn path=/trunk/; revision=10185
* Update list of filesJP Rosevear2001-06-021-3/+8
| | | | | | | | 2001-06-01 JP Rosevear <jpr@ximian.com> * POTFILES.in: Update list of files svn path=/trunk/; revision=10089