From d624e113fa18d43bdb4789bc3dc848dc2bcefa4f Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Mon, 8 Nov 2010 15:56:36 +0000 Subject: [PATCH] Update translation files for previous commit svn: r16161 --- po/POTFILES.in | 7 ++++--- po/POTFILES.skip | 8 +++++--- src/gui/Makefile.am | 4 +++- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index d69471fc7..3e73452e1 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,7 +1,7 @@ # List of source files which contain translatable strings. [encoding: UTF-8] # -# Python files +# Python files # src/Assistant.py src/Bookmarks.py @@ -89,6 +89,7 @@ src/gui/grampsgui.py src/gui/makefilter.py src/gui/utils.py src/gui/viewmanager.py +src/gui/workspace.py # gui/editors - the GUI editors package src/gui/editors/addmedia.py @@ -617,7 +618,7 @@ src/Filters/SideBar/_RepoSidebarFilter.py src/Filters/SideBar/_NoteSidebarFilter.py # -# Glade files +# Glade files # src/plugins/docgen/gtkprint.glade src/glade/editperson.glade @@ -690,7 +691,7 @@ src/plugins/export/exportvcard.glade src/plugins/tool/verify.glade # -# Files to extract from and then merge into +# Files to extract from and then merge into # data/gramps.desktop.in data/gramps.keys.in diff --git a/po/POTFILES.skip b/po/POTFILES.skip index d8649c54b..54d6ca486 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,7 +1,7 @@ # List of source files which do not need to translate. [encoding: UTF-8] # -# Python files +# Python files # #src @@ -210,7 +210,9 @@ src/GrampsLogger/_RotateHandler.py # gui - GUI code src/gui/__init__.py src/gui/dbguielement.py +src/gui/navigator.py src/gui/pluginmanager.py +src/gui/sidebar.py # gui/editors - the GUI editors package src/gui/editors/__init__.py @@ -322,13 +324,13 @@ src/plugins/rel/rel_sv.py src/Simple/_SimpleDoc.py # -# web +# web # src/web/grampsdb/views.py src/web/utils.py # -# Glade files +# Glade files # src/glade/gramps.glade src/plugins/tool/check.glade diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am index c08522a5b..fd91c2104 100644 --- a/src/gui/Makefile.am +++ b/src/gui/Makefile.am @@ -22,11 +22,13 @@ pkgdata_PYTHON = \ dbman.py \ filtereditor.py \ grampsgui.py \ + navigator.py \ makefilter.py \ pluginmanager.py \ sidebar.py \ utils.py \ - viewmanager.py + viewmanager.py \ + workspace.py pkgpyexecdir = @pkgpyexecdir@/gui pkgpythondir = @pkgpythondir@/gui