update references, new gramps.pot

svn: r17177
This commit is contained in:
Jérôme Rapinat 2011-04-21 07:58:30 +00:00
parent 23f588fe8e
commit 92676ea15d
4 changed files with 2307 additions and 1970 deletions

View File

@ -265,6 +265,7 @@ src/plugins/gramplet/bottombar.gpr.py
src/plugins/gramplet/CalendarGramplet.py
src/plugins/gramplet/Children.py
src/plugins/gramplet/DescendGramplet.py
src/plugins/gramplet/Events.py
src/plugins/gramplet/Exif.py
src/plugins/gramplet/FanChartGramplet.py
src/plugins/gramplet/FaqGramplet.py

View File

@ -262,8 +262,15 @@ src/gui/widgets/menutoolbuttonaction.py
src/gui/widgets/styledtextbuffer.py
src/gui/widgets/undoablestyledbuffer.py
# gui qt
src/guiQML/viewmanager.py
src/guiQML/views/centralview.py
src/guiQML/views/personview.py
src/guiQML/views/dbman.py
# Merge package
src/Merge/__init__.py
src/Merge/test/merge_ref_test.py
# plugins gpr directory
src/plugins/sidebar/sidebar.gpr.py

File diff suppressed because it is too large Load Diff

View File

@ -15,10 +15,11 @@ pkgdata_PYTHON = \
CalendarGramplet.py \
Children.py \
DescendGramplet.py \
Exif.py \
Events.py \
Exif.py \
FanChartGramplet.py \
FaqGramplet.py \
Filter.py \
Filter.py \
Gallery.py \
GivenNameGramplet.py \
gramplet.gpr.py \