Update translation files for previous commit

svn: r16161
This commit is contained in:
Nick Hall 2010-11-08 15:56:36 +00:00
parent 56e7869137
commit d624e113fa
3 changed files with 12 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# List of source files which contain translatable strings. # List of source files which contain translatable strings.
[encoding: UTF-8] [encoding: UTF-8]
# #
# Python files # Python files
# #
src/Assistant.py src/Assistant.py
src/Bookmarks.py src/Bookmarks.py
@ -89,6 +89,7 @@ src/gui/grampsgui.py
src/gui/makefilter.py src/gui/makefilter.py
src/gui/utils.py src/gui/utils.py
src/gui/viewmanager.py src/gui/viewmanager.py
src/gui/workspace.py
# gui/editors - the GUI editors package # gui/editors - the GUI editors package
src/gui/editors/addmedia.py src/gui/editors/addmedia.py
@ -617,7 +618,7 @@ src/Filters/SideBar/_RepoSidebarFilter.py
src/Filters/SideBar/_NoteSidebarFilter.py src/Filters/SideBar/_NoteSidebarFilter.py
# #
# Glade files # Glade files
# #
src/plugins/docgen/gtkprint.glade src/plugins/docgen/gtkprint.glade
src/glade/editperson.glade src/glade/editperson.glade
@ -690,7 +691,7 @@ src/plugins/export/exportvcard.glade
src/plugins/tool/verify.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.desktop.in
data/gramps.keys.in data/gramps.keys.in

View File

@ -1,7 +1,7 @@
# List of source files which do not need to translate. # List of source files which do not need to translate.
[encoding: UTF-8] [encoding: UTF-8]
# #
# Python files # Python files
# #
#src #src
@ -210,7 +210,9 @@ src/GrampsLogger/_RotateHandler.py
# gui - GUI code # gui - GUI code
src/gui/__init__.py src/gui/__init__.py
src/gui/dbguielement.py src/gui/dbguielement.py
src/gui/navigator.py
src/gui/pluginmanager.py src/gui/pluginmanager.py
src/gui/sidebar.py
# gui/editors - the GUI editors package # gui/editors - the GUI editors package
src/gui/editors/__init__.py src/gui/editors/__init__.py
@ -322,13 +324,13 @@ src/plugins/rel/rel_sv.py
src/Simple/_SimpleDoc.py src/Simple/_SimpleDoc.py
# #
# web # web
# #
src/web/grampsdb/views.py src/web/grampsdb/views.py
src/web/utils.py src/web/utils.py
# #
# Glade files # Glade files
# #
src/glade/gramps.glade src/glade/gramps.glade
src/plugins/tool/check.glade src/plugins/tool/check.glade

View File

@ -22,11 +22,13 @@ pkgdata_PYTHON = \
dbman.py \ dbman.py \
filtereditor.py \ filtereditor.py \
grampsgui.py \ grampsgui.py \
navigator.py \
makefilter.py \ makefilter.py \
pluginmanager.py \ pluginmanager.py \
sidebar.py \ sidebar.py \
utils.py \ utils.py \
viewmanager.py viewmanager.py \
workspace.py
pkgpyexecdir = @pkgpyexecdir@/gui pkgpyexecdir = @pkgpyexecdir@/gui
pkgpythondir = @pkgpythondir@/gui pkgpythondir = @pkgpythondir@/gui