aboutsummaryrefslogtreecommitdiffstats
path: root/po/POTFILES.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Bookmarks Editor desktop fileXan Lopez2012-01-271-1/+0
| | | | There's really no much point in shipping it as a separate "application".
* POTFILES.in: remove reference to ephy-stock-icons.cXan Lopez2012-01-271-1/+0
|
* Drop unused gtkbuilder filesPriit Laes2012-01-211-3/+0
| | | | Signed-off-by: Xan Lopez <xan@gnome.org>
* POTFILES.in: add the app menu ui fileXan Lopez2012-01-181-0/+1
| | | | | Not sure if this is enough to make it translatable, but I'm sure Piotr will help me out here.
* POTFILES.in: the toolbar didn't have any translatable strings in the endXan Lopez2012-01-171-1/+0
|
* Stop using GtkUIManager to create the toolbarXan Lopez2012-01-171-0/+1
| | | | Otherwise it's difficult to get the right layout for theming.
* Remove EphyGoAction, it's unusedXan Lopez2012-01-021-1/+0
|
* Updated POTFILES.inPiotr Drąg2011-12-201-0/+1
|
* POTFILES.in: updateXan Lopez2011-12-151-1/+0
|
* Move GtkBuilder files to data/uiXan Lopez2011-12-151-5/+5
| | | | | There's not much point in having two UI files (glade/ and ui/), and besides the files were not actually in glade format anymore.
* ephy-related-action: remove, it's unusedXan Lopez2011-12-151-1/+0
|
* POTFILES.in: updateXan Lopez2011-12-151-2/+0
|
* Remove last traces of the EggToolbar codeXan Lopez2011-12-151-4/+0
|
* Remove custom EphyToolbar in favor of a vanilla GtkToolbarXan Lopez2011-12-141-1/+0
| | | | | | | | | | | | | This allows us to stop using EggEditableToolbar here, we just load a normal toolbar from GtkUIManager in EphyWindow. The special toolbar actions and methods have been moved to EphyWindow too, mostly in a mechanical fashion (probably some simplifications are possible). The code in the bookmarks UI that depended on EphyToolbar has been #if zeroed instead of porting it, since it will go away in the near future too. https://bugzilla.gnome.org/show_bug.cgi?id=664483
* Updated POTFILES.inPiotr Drąg2011-12-051-1/+0
|
* Updated POTFILES.inPiotr Drąg2011-12-041-1/+0
|
* Updated POTFILES.inPiotr Drąg2011-09-061-8/+8
|
* POTFILES.in: add new fileXan Lopez2011-06-141-0/+1
|
* ephy-download-widget: new widgetDiego Escalante Urrelo2011-03-081-0/+1
| | | | | | | | A widget showing the progress of an EphyDownload and offering the default set of actions to take on it: Open, Browse to, Cancel. It keeps a ref to the EphyDownload its showing. Bug #618443
* ephy-download: add the new EphyDownload objectDiego Escalante Urrelo2011-03-081-2/+1
| | | | | | | | | | | | | | | | | EphyDownload is a wrapper object around WebKitDownload that handles common behavior in downloads: auto-destination, default action for the MIME type. It can be used to wrap a WebKitDownload coming from a WebKitView or to download a url: ephy_download_new_for_uri and ephy_download_new_for_download are provided. Its lifetime is not automagic like EphyEmbedPersist, so you have to unref it when you no longer need it. This new object replaces EphyEmbedPersist and enables us to use a single codepath for downloads in all Epiphany. Bug #618443
* po: add ephy-profile-migrator to POTFILESDiego Escalante Urrelo2010-12-111-1/+1
|
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-3/+1
| | | | | | Adds our own schemas, a migration file and removes old gconf API and files. Bug #624485
* Minor fix to Catalan translation and updated POTFILES.inGil Forcada2010-05-231-1/+0
|
* POTFILES.in: add missing fileXan Lopez2010-03-011-0/+1
|
* Implemented print previewJose Millan Soto2010-02-091-1/+0
| | | | | | | | | | | | | | Created function ephy_web_view_show_print_preview, which replaces the old implementation of print preview, which was not working now. Preview is displayed in an external viewer, so print preview mode does no longer exist. All functions of the old implementation of print preview have been removed, PPViewToolbar was removed also. Also, as EphyWebView has no more a print preview mode, all functions which checked if a view was in print preview mode were modified. Bug #609021
* Add missing fileKhaled Hosny2010-02-051-0/+1
|
* Explicitely set type for .ui filesKhaled Hosny2010-02-051-5/+5
| | | | | Otherwise intltool-update will fail to extract any strings from .ui files.
* Fix file placementKjartan Maraas2009-12-161-2/+2
|
* Replace .glade files with .ui filesBenjamin Otte2009-10-021-5/+5
| | | | | | | | | | | | Glade does support editing gtk-builder generated files by now so there is no need to keep the old Glade files around. Also, gtk-builder-convert is supposed to be a one-time conversion tool and not supposed to be run by a build system, see http://mail.gnome.org/archives/desktop-devel-list/2009-July/msg00102.html Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org>
* POTFILES.in: add ephy-nss-glue.cXan Lopez2009-09-111-0/+1
|
* Move default bookmarks to separate rdf file instead of hard-coded valuesVincent Untz2009-07-301-0/+1
| | | | Bug #300190
* POTFILES.in: add ephy-web-view.cXan Lopez2009-06-061-0/+1
|
* POTFILES.in: remove leftovers.Xan Lopez2009-06-061-2/+0
|
* Add profile migration.Xan Lopez2009-03-131-0/+1
| | | | | | | Migrate cookies from Mozilla, both sqlite and txt formats (sqlite has priority in case both exist). svn path=/trunk/; revision=8880
* POTFILES.in: remove deleted files.Xan Lopez2009-03-121-2/+0
| | | | svn path=/trunk/; revision=8872
* Update POTFILES.{skip,in}.Xan Lopez2009-01-221-0/+4
| | | | svn path=/trunk/; revision=8718
* Remove eel-app-launch-context.c from POTFILES.inCosimo Cecchi2008-09-071-1/+0
| | | | svn path=/trunk/; revision=8460
* Move plugins/desktop-file/plugin.cpp to POTFILES.skip to fix distcheck.Wouter Bolsterlee2008-07-221-1/+0
| | | | svn path=/trunk/; revision=8341
* UpdateChristian Persch2008-04-041-17/+0
| | | | svn path=/trunk/; revision=8185
* add missing files updated Norwegian bokmål translation.Kjartan Maraas2008-01-141-0/+2
| | | | | | | | | 2008-01-14 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: add missing files * nb.po: updated Norwegian bokmål translation. svn path=/trunk/; revision=7860
* Updated Galician Translation. Updated.Ignacio Casal Quinteiro2007-12-011-0/+2
| | | | | | | | | | 2007-12-01 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gl.po: Updated Galician Translation. * POTFILES.in: Updated. svn path=/trunk/; revision=7741
* Remove EphyTabChristian Persch2007-11-161-1/+0
| | | | svn path=/trunk/; revision=7690
* These files shouldn't be in POTFILES.in yetChristian Persch2007-10-291-13/+0
| | | | svn path=/trunk/; revision=7613
* Add a whole bunch of new files. Updated Norwegian bokmål translation.Kjartan Maraas2007-10-291-0/+16
| | | | | | | | | 2007-10-29 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add a whole bunch of new files. * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=7612
* UpdateChristian Persch2007-03-121-0/+1
| | | | svn path=/trunk/; revision=6964
* Updated.Christian Persch2006-07-241-0/+2
| | | | | | 2006-07-22 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Updated.
* Updated. Merged from gnome-2-14.Christian Persch2006-07-061-0/+1
| | | | | | | 2006-07-06 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Updated. * lv.po: Merged from gnome-2-14.
* Update for new printing files.Wouter Bolsterlee2006-06-201-6/+7
| | | | | | 2006-06-20 Wouter Bolsterlee <uws+gnome@xs4all.nl> * POTFILES.in: Update for new printing files.
* src/bookmarks/ephy-topics-entry.c po/POTFILES.inPeter Harvey2006-01-291-1/+1
| | | | | | | | | | 2006-01-29 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-topics-entry.c * po/POTFILES.in Make the topic entry more robust, and correct its entry in POTFILES.in.
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-topics-entry.cPeter Harvey2006-01-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 2006-01-29 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmark-properties.c * src/bookmarks/ephy-topics-entry.c * src/bookmarks/ephy-topics-entry.h * src/bookmarks/Makefile.am * po/POTFILES.in Ongoing Saga Of The Bookmark Properties Dialog. Dialog is now much more compact, using a text entry by default and offering the palette when desired. * src/bookmarks/ephy-topics-palette.c Simplified code and made more usable. Removed the header from the last patch as well. * src/bookmarks/ephy-bookmarks-ui.c 'Add bookmark' dialogs were not correctly removed from the hashtable.
* 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.
* Decouple embed single instantiation and initialisation. PreventsChristian Persch2006-01-181-0/+1
| | | | | | | | | | | | | | | | | 2006-01-18 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-shell.c: (impl_get_embed_single): * embed/ephy-embed-single.c: (ephy_embed_single_init): * embed/ephy-embed-single.h: * embed/mozilla/mozilla-embed-single.cpp: Decouple embed single instantiation and initialisation. Prevents double-initialisation on startup. * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyContentPolicy.h: Remove embed single variable, it was unused.
* === Release 1.9.5.1 ===Release1951Christian Persch2006-01-171-2/+1
| | | | | | | | | | | | | | | | | | 2006-01-17 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.5.1 === * NEWS: * configure.ac: * data/Makefile.am: * data/chrome/Makefile.am: * po/POTFILES.in: R src/bookmarks/ephy-new-bookmark.c: R src/bookmarks/ephy-new-bookmark.h: R src/bookmarks/ephy-topics-selector.c: R src/bookmarks/ephy-topics-selector.h: Fix the tarball.
* A embed/mozilla/EphyPromptService.cpp: AChristian Persch2006-01-131-0/+1
| | | | | | | | | | | | 2006-01-13 Christian Persch <chpe@cvs.gnome.org> A embed/mozilla/EphyPromptService.cpp: A embed/mozilla/EphyPromptService.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: * po/POTFILES.in: Implement nsIPromptService ourself.
* Updated French translation.Christophe Merlet2006-01-041-1/+0
|
* Fix desktop files. Updated Norwegian bokmål translation Same.Kjartan Maraas2005-12-031-2/+2
| | | | | | | | 2005-12-03 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Fix desktop files. * nb.po: Updated Norwegian bokmål translation * no.po: Same.
* *** empty log message ***Christian Persch2005-10-181-1/+5
|
* eggstatusicon and eggtray* are in .skip because the only strings are inChristian Persch2005-10-151-3/+0
| | | | | | | | | 2005-10-14 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: * POTFILES.skip: eggstatusicon and eggtray* are in .skip because the only strings are in gobject property descriptions, unused.
* Added missing files, moved some files from .skip to .in. Updated CanadianAdam Weinberger2005-10-151-0/+4
| | | | | | | | 2005-10-14 Adam Weinberger <adamw@gnome.org> * POTFILES.skip, POTFILES.in: Added missing files, moved some files from .skip to .in. * en_CA.po: Updated Canadian English translation.
* A embed/mozilla/EphyAboutModule.cpp: A embed/mozilla/EphyAboutModule.h: RChristian Persch2005-07-181-1/+1
| | | | | | | | | | | | | | | | | | | 2005-07-17 Christian Persch <chpe@cvs.gnome.org> A embed/mozilla/EphyAboutModule.cpp: A embed/mozilla/EphyAboutModule.h: R embed/mozilla/EphyProtocolHandler.cpp: R embed/mozilla/EphyProtocolHandler.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: * po/POTFILES.in: Yet another mozilla API change. * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_get_smart_bookmark_width): Remove stray g_print, and clamp entry width to sane values.
* === Release 1.7.2 ===Release172Christian Persch2005-07-121-0/+1
| | | | | | | | | | | 2005-07-11 Christian Persch <chpe@cvs.gnome.org> === Release 1.7.2 === * doc/reference/tmpl/ephy-embed.sgml: * doc/reference/tmpl/ephy-window.sgml: * doc/reference/tmpl/epiphany-unused.sgml: * po/POTFILES.in:
* Updated Serbian translation.Danilo Šegan2005-07-111-0/+1
|
* Updated.Christian Persch2005-06-011-0/+1
| | | | | | 2005-06-01 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Updated.
* Added missing file entry. Updated Swedish translation.Christian Rose2005-02-111-3/+4
| | | | | | | 2005-02-11 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing file entry. * sv.po: Updated Swedish translation.
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-12 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: Add Toolbar toggle to document context menu in fullscreen mode. * lib/egg/egg-editable-toolbar.c: (set_fixed_style), (update_fixed), (egg_editable_toolbar_set_fixed): * lib/egg/egg-editable-toolbar.h: Changed to allow setting a toolbar as fixed, not just one item. * lib/widgets/ephy-search-entry.h: Add _ prefixed struct declarations. * po/POTFILES.in: Updated. * src/Makefile.am: A src/ephy-fullscreen-popup.c: A src/ephy-fullscreen-popup.h: * src/ephy-history-window.c: * src/ephy-shell.c: (ephy_shell_new_tab): A src/ephy-toolbar.c: A src/ephy-toolbar.h: * src/ephy-window.c: (destroy_fullscreen_popup), (ephy_window_destroy), (exit_fullscreen_clicked_cb), (get_toolbar_visibility), (sync_chromes_visibility), (ephy_window_fullscreen), (ephy_window_unfullscreen), (sync_tab_address), (sync_tab_icon), (sync_tab_navigation), (sync_tab_security), (sync_tab_load_status), (sync_tab_zoom), (show_embed_popup), (modal_alert_cb), (ephy_window_focus_in_event), (ephy_window_focus_out_event), (ephy_window_init), (ephy_window_activate_location): R src/toolbar.c: R src/toolbar.h: * src/window-commands.c: (window_cmd_load_location): Implemented in-toolbar exit button, and integrated status indicator in the exit fullscreen popup. Moved toolbar.[ch] to ephy-toolbar.[ch] for namespace correcness, and much-needed code cleanup.
* UpdateChristian Persch2005-01-111-0/+1
|
* Updated.Christian Persch2005-01-091-0/+1
| | | | | | 2005-01-09 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Updated.
* Added lib/widgets/ephy-location-entry.c.Christian Persch2004-12-161-0/+1
| | | | | | 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added lib/widgets/ephy-location-entry.c.
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-2/+0
| | | | | | | | 2004-09-13 Christian Persch <chpe@cvs.gnome.org> Merging pre-gnome-2-10 branch to HEAD. Splitting ChangeLog.
* Removed reference to ephy-ellipsizing-label.Christian Persch2004-08-091-0/+1
| | | | | | | | | | | | 2004-08-08 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Removed reference to ephy-ellipsizing-label. * po/POTFILES.in: Added lib/widgets/ephy-label.c
* Added src/bookmarks/ephy-topics-selector.c.Christian Persch2004-06-241-0/+1
| | | | | | 2004-06-24 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added src/bookmarks/ephy-topics-selector.c.
* Added src/bookmarks/ephy-bookmarksbar-model.c. Updated Slovak translation.Marcel Telka2004-06-131-0/+1
| | | | | | | 2004-06-13 Marcel Telka <marcel@telka.sk> * POTFILES.in: Added src/bookmarks/ephy-bookmarksbar-model.c. * sk.po: Updated Slovak translation.
* Added ephy-file-chooser.c.Christian Persch2004-05-091-0/+1
| | | | | | 2004-05-08 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added ephy-file-chooser.c.
* Added MozDownload.cpp.Christian Persch2004-04-171-0/+1
| | | | | | | | 2004-04-16 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added MozDownload.cpp. 2004-04-16 Adam Weinberger <adamw@gnome.org>
* Removed the nautilus view.Christian Persch2004-03-301-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: * data/.cvsignore: * data/GNOME_Epiphany_NautilusView.server.in: * data/Makefile.am: * data/ui/.cvsignore: * data/ui/Makefile.am: * data/ui/nautilus-epiphany-view.xml: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/ephy-embed-popup-control.c: * embed/ephy-embed-popup-control.h: * lib/Makefile.am: * lib/ephy-bonobo-extensions.c: * lib/ephy-bonobo-extensions.h: * po/POTFILES.in: * src/Makefile.am: * src/ephy-nautilus-view.c: * src/ephy-nautilus-view.h: * src/ephy-shell.c: (ephy_automation_factory_cb): Removed the nautilus view. 2004-03-29 Christian Persch <chpe@cvs.gnome.org>
* Added ephy-stock-icons.c.Christian Persch2004-03-271-0/+1
| | | | | | 2004-03-27 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added ephy-stock-icons.c.
* Remove removed file ExternalProtocolService.cpp.Christian Persch2004-03-271-1/+0
| | | | | | 2004-03-27 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Remove removed file ExternalProtocolService.cpp.
* Updated Serbian translation.Danilo Šegan2003-12-081-0/+1
| | | | | | | | 2003-12-07 Danilo Šegan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation. * POTFILES.in: Added embed/print-dialog.c.
* Updated Serbian translation.Danilo Šegan2003-12-031-2/+3
| | | | | | | | 2003-12-03 Danilo Šegan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation. * POTFILES.in: Added data/epiphany-lockdown.schemas.in.
* Added embed/mozilla/GtkNSSClientAuthDialogs.cppChristian Persch2003-11-181-0/+1
| | | | | | 2003-11-17 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added embed/mozilla/GtkNSSClientAuthDialogs.cpp
* Added missing files and deleted no longer existing ones.Christian Persch2003-11-151-2/+3
| | | | | | 2003-11-14 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added missing files and deleted no longer existing ones.
* Fixed.Carlos Perelló Marín2003-10-261-1/+0
| | | | | | 2003-10-26 Carlos Perelló Marín <carlos@gnome.org> * POTFILES.in: Fixed.
* Added GTKNSSKeyPairDialogs.cpp.Christian Persch2003-10-261-0/+1
| | | | | | 2003-10-26 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added GTKNSSKeyPairDialogs.cpp.
* Added EphyHeaderSniffer.cpp.Christian Persch2003-10-241-0/+1
| | | | | | 2003-10-24 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added EphyHeaderSniffer.cpp.
* Updated. Removed, it's now empty. Please remember that you should updateCarlos Perelló Marín2003-10-211-1/+0
| | | | | | | | | 2003-10-20 Carlos Perelló Marín <carlos@gnome.org> * POTFILES.in: Updated. * POTFILES.skip: Removed, it's now empty. * Please remember that you should update thos files when adding/removing files.
* Added new files.Christian Persch2003-10-181-0/+4
| | | | | | 2003-10-18 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added new files.
* *** empty log message ***Christian Persch2003-10-141-0/+1
|
* Removed data/ui/epiphany-ui.xml.in, it doesn't exist anymore, and did notChristian Persch2003-09-301-1/+0
| | | | | | | | 2003-09-30 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Removed data/ui/epiphany-ui.xml.in, it doesn't exist anymore, and did not contain translatable strings anyway while it still existed.
* embed/mozilla/MozRegisterComponents.cpp A embed/mozilla/GtkNSSDialogs.cppChristian Persch2003-09-191-0/+1
| | | | | | | | | | | | | 2003-09-19 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozRegisterComponents.cpp A embed/mozilla/GtkNSSDialogs.cpp A embed/mozilla/GtkNSSDialogs.h * embed/mozilla/Makefile.am * configure.in: Implement Gtk versions of the mozilla certificate prompts. Ported from galeon -- many thanks to Crispin for this excellent work!
* add a missing fileMarco Pesenti Gritti2003-09-081-0/+1
| | | | | | | | 2003-09-08 Marco Pesenti Gritti <marco@gnome.org> * po/POTFILES.in: add a missing file
* Add missing file. The string is already translated so it doesn't add newKjartan Maraas2003-08-231-0/+1
| | | | | | | | 2003-08-23 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add missing file. The string is already translated so it doesn't add new ones. * no.po: Update Norwegian translation.
* Added missing files. Updated Swedish translation.Christian Rose2003-07-141-0/+2
| | | | | | | 2003-07-14 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing files. * sv.po: Updated Swedish translation.
* Use functions instead of declaring static vars in .h file, (hopefully)Christian Persch2003-06-121-1/+1
| | | | | | | | | | | 2003-06-12 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-langs.h: * lib/ephy-langs.c: (ephy_langs_get_n_font_languages), (ephy_langs_get_font_languages): Use functions instead of declaring static vars in .h file, (hopefully) fixing # 114906 .
* Updated German translation.Christian Neumair2003-06-101-3/+0
|
* Added missing file. Updated Swedish translation.Christian Rose2003-06-061-0/+1
| | | | | | | 2003-06-06 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing file. * sv.po: Updated Swedish translation.
* Updated traditional Chinese translation.Kwok-Koon Cheung2003-05-311-0/+1
| | | | * zh_TW.po: Updated traditional Chinese translation.
* Remove non-existant file(s). Remove non-existant file(s).Abel Cheung2003-05-271-1/+0
| | | | | | | 2003-05-27 Abel Cheung <maddog@linux.org.hk> * po/POTFILES.in: Remove non-existant file(s). * po/POTFILES.skip: Remove non-existant file(s).
* Added missing files. Updated Swedish translation.Christian Rose2003-05-201-7/+9
| | | | | | | 2003-05-20 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing files. * sv.po: Updated Swedish translation.
* Updated POTFILES.in and de.po.Christian Neumair2003-05-101-1/+2
|
* Updated German translation.Christian Neumair2003-05-061-1/+3
|
* Add lib/egg/egg-toolbar-editor.c.David Bordoley2003-04-291-0/+1
| | | | | | | | 2003-04-28 David Bordoley <marco@it.gnome.org> * po/POTFILES.in: Add lib/egg/egg-toolbar-editor.c.
* Update ephy-notebook.c pathMarco Pesenti Gritti2003-04-291-3/+3
| | | | | | | | 2003-04-28 Marco Pesenti Gritti <marco@it.gnome.org> * po/POTFILES.in: Update ephy-notebook.c path
* Add missing files, remove non-existant ones. Updated traditional ChineseAbel Cheung2003-04-211-6/+6
| | | | | | | | 2003-04-20 Abel Cheung <maddog@linux.org.hk> * POTFILES.in: Add missing files, remove non-existant ones. * zh_TW.po: Updated traditional Chinese translation. * el.po: Fix header for msgfmt check.
* Updated German translation, added missing files to POTFILES.*.Christian Neumair2003-04-121-0/+2
|
* Removed file that doesn't exist. Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2003-04-071-1/+0
| | | | | | | 2003-04-06 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * POTFILES.in: Removed file that doesn't exist. * pt_BR.po: Updated Brazilian Portuguese translation.
* Updated Norwegian translation. Remove files that don't exist.Kjartan Maraas2003-03-171-2/+0
| | | | | | | 2003-03-17 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. * POTFILES.in: Remove files that don't exist.
* New toolbar action so that the "Go" button is always text only. RemovedDavid Bordoley2003-03-071-0/+1
| | | | | | | | | | | | | | 2003-03-07 David Bordoley <bordoley@msu.edu> * src/ephy-go-action.c: (new file) * src/ephy-go-action.h: (new file) * src/Makefile.am: * src/ephy-window.c: * src/toolbar.c: * data/ui/epiphany-toolbar.xml.in: * po/POTFILES.in: New toolbar action so that the "Go" button is always text only. Removed the old toolbar "Go" button.
* Ported translation from newest Galeon.Ole Laursen2003-03-021-1/+0
| | | | | | | | 2003-03-01 Ole Laursen <olau@hardworking.dk> * da.po: Ported translation from newest Galeon. * POTFILES.in: Removed non-existing toolbar-editor.glade.
* Removed non-ui libegg files and added them to ~.skip. Readded, definitlyChristian Neumair2003-02-061-6/+0
| | | | | | | * POTFILES.in: Removed non-ui libegg files and added them to ~.skip. * POTFILES.skip: Readded, definitly needs to be present! * de.po: Updated German translation.
* Removed. No need to present. Sorted, removed non-existant file and add newAbel Cheung2003-02-061-12/+12
| | | | | | | 2003-02-06 Abel Cheung <maddog@linux.org.hk> * POTFILES.skip: Removed. No need to present. * POTFILES.in: Sorted, removed non-existant file and add new one.
* Add icons, fix some minor appeareance stuff, rework ui updating to dealMarco Pesenti Gritti2003-01-311-1/+7
| | | | | | | | 2003-01-31 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-editable-toolbar.c: Add icons, fix some minor appeareance stuff, rework ui updating to deal with editor size.
* Updated German translation and POTFILES.in.Christian Neumair2003-01-231-0/+2
|
* Updated German translation, updated POTFILES.in.Christian Neumair2003-01-211-8/+0
|
* More start here page work, importing bookmarks from mozilla now shouldMarco Pesenti Gritti2003-01-091-0/+3
| | | | | | | | | | | | | | | | | | 2003-01-08 Marco Pesenti Gritti <marco@it.gnome.org> * TODO: * data/starthere/Makefile.am: * data/starthere/index.xml.in: * data/starthere/section.xsl: * data/starthere/smartbookmarks.xml.in: * embed/ephy-embed-shell.c: (ephy_embed_shell_class_init): * embed/ephy-embed-shell.h: * embed/mozilla/StartHereProtocolHandler.cpp: * po/POTFILES.in: * src/ephy-shell.c: (ephy_shell_command_cb), (ephy_shell_init): More start here page work, importing bookmarks from mozilla now should work.
* Architecture for translatable xml/xsl start page.Marco Pesenti Gritti2003-01-071-0/+1
| | | | | | | | | | | | | | | | | | 2003-01-07 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * data/Makefile.am: * data/start_here.html: * data/starthere/Makefile.am: * data/starthere/index.xml.in: * data/starthere/section.xsl: * embed/mozilla/StartHereProtocolHandler.cpp: * lib/Makefile.am: * lib/widgets/ephy-autocompletion-window.c: (hack_tree_view_move_selection): * po/POTFILES.in: Architecture for translatable xml/xsl start page.
* Added missing files. Updated Swedish translation.Christian Rose2003-01-031-0/+2
| | | | | | | 2003-03-02 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing files. * sv.po: Updated Swedish translation.
* Added "sv" to ALL_LINGUAS. Added more entries. Removed non-existingChristian Rose2002-12-311-2/+6
| | | | | | | | | 2002-12-31 Christian Rose <menthos@menthos.com> * configure.in: Added "sv" to ALL_LINGUAS. * po/.cvsignore: Added more entries. * po/POTFILES.in: Removed non-existing entries and added missing. * po/sv.po: Added Swedish translation.
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+45