diff options
author | Christian Rose <menthos@menthos.com> | 2002-12-31 18:08:21 +0800 |
---|---|---|
committer | Christian Rose <menthos@src.gnome.org> | 2002-12-31 18:08:21 +0800 |
commit | 1e3579d624fa8b4c212017cbb6a8dd977dd7741d (patch) | |
tree | c65eb5724b57320d3850c47603f2f822b0dfd7dd /po/POTFILES.in | |
parent | 32e8849ee8a8c54e66234630978f19cad1b47009 (diff) | |
download | gsoc2013-epiphany-1e3579d624fa8b4c212017cbb6a8dd977dd7741d.tar gsoc2013-epiphany-1e3579d624fa8b4c212017cbb6a8dd977dd7741d.tar.gz gsoc2013-epiphany-1e3579d624fa8b4c212017cbb6a8dd977dd7741d.tar.bz2 gsoc2013-epiphany-1e3579d624fa8b4c212017cbb6a8dd977dd7741d.tar.lz gsoc2013-epiphany-1e3579d624fa8b4c212017cbb6a8dd977dd7741d.tar.xz gsoc2013-epiphany-1e3579d624fa8b4c212017cbb6a8dd977dd7741d.tar.zst gsoc2013-epiphany-1e3579d624fa8b4c212017cbb6a8dd977dd7741d.zip |
Added "sv" to ALL_LINGUAS. Added more entries. Removed non-existing
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.
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 769ba1a42..ff6db6691 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,3 +1,5 @@ +# List of source files containing translatable strings. +# Please keep this file sorted alphabetically. data/GNOME_Epiphany_Automation.server.in data/GNOME_Epiphany_NautilusView.server.in data/epiphany.schemas.in @@ -6,9 +8,7 @@ data/glade/prefs-dialog.glade data/glade/print.glade data/glade/prompts.glade data/glade/toolbar-editor.glade -data/ui/epiphany-ui.xml data/ui/epiphany-ui.xml.in -data/ui/nautilus-epiphany-view.xml data/ui/nautilus-epiphany-view.xml.in embed/downloader-view.c embed/ephy-embed-utils.c @@ -23,6 +23,7 @@ embed/mozilla/mozilla-notifiers.cpp lib/eel-gconf-extensions.c lib/ephy-file-helpers.c lib/ephy-gui.c +lib/ephy-node.c lib/ephy-string.c lib/toolbar/ephy-tbi-favicon.c lib/toolbar/ephy-tbi-location.c @@ -33,6 +34,8 @@ lib/toolbar/ephy-tbi-std-toolitem.c lib/toolbar/ephy-tbi-zoom.c lib/widgets/ephy-notebook.c src/bookmarks/ephy-bookmarks-editor.c +src/bookmarks/ephy-bookmarks.c +src/bookmarks/ephy-new-bookmark.c src/ephy-main.c src/ephy-nautilus-view.c src/ephy-tab.c @@ -41,5 +44,6 @@ src/general-prefs.c src/history-dialog.c src/pdm-dialog.c src/prefs-dialog.c +src/session.c src/toolbar.c src/window-commands.c |