two new filter rules were missing on template, 'intltool-update -m'

This commit is contained in:
Jérôme Rapinat 2015-02-21 15:31:27 +01:00
parent 21d850783c
commit 39450c0590
2 changed files with 72 additions and 54 deletions

View File

@ -228,6 +228,7 @@ gramps/gen/filters/rules/person/_searchname.py
gramps/gen/filters/rules/place/_allplaces.py gramps/gen/filters/rules/place/_allplaces.py
gramps/gen/filters/rules/place/_changedsince.py gramps/gen/filters/rules/place/_changedsince.py
gramps/gen/filters/rules/place/_hascitation.py gramps/gen/filters/rules/place/_hascitation.py
gramps/gen/filters/rules/place/_hasdata.py
gramps/gen/filters/rules/place/_hasgallery.py gramps/gen/filters/rules/place/_hasgallery.py
gramps/gen/filters/rules/place/_hasidof.py gramps/gen/filters/rules/place/_hasidof.py
gramps/gen/filters/rules/place/_hasnolatorlon.py gramps/gen/filters/rules/place/_hasnolatorlon.py
@ -239,6 +240,7 @@ gramps/gen/filters/rules/place/_hasreferencecountof.py
gramps/gen/filters/rules/place/_hassourcecount.py gramps/gen/filters/rules/place/_hassourcecount.py
gramps/gen/filters/rules/place/_hassourceof.py gramps/gen/filters/rules/place/_hassourceof.py
gramps/gen/filters/rules/place/_hastag.py gramps/gen/filters/rules/place/_hastag.py
gramps/gen/filters/rules/place/_hastitle.py
gramps/gen/filters/rules/place/_inlatlonneighborhood.py gramps/gen/filters/rules/place/_inlatlonneighborhood.py
gramps/gen/filters/rules/place/_matcheseventfilter.py gramps/gen/filters/rules/place/_matcheseventfilter.py
gramps/gen/filters/rules/place/_matchesfilter.py gramps/gen/filters/rules/place/_matchesfilter.py

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-18 10:48+0100\n" "POT-Creation-Date: 2015-02-21 15:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -2497,7 +2497,9 @@ msgstr ""
#: ../gramps/gen/filters/rules/person/_probablyalive.py:48 #: ../gramps/gen/filters/rules/person/_probablyalive.py:48
#: ../gramps/gen/filters/rules/person/_regexpname.py:49 #: ../gramps/gen/filters/rules/person/_regexpname.py:49
#: ../gramps/gen/filters/rules/person/_searchname.py:48 #: ../gramps/gen/filters/rules/person/_searchname.py:48
#: ../gramps/gen/filters/rules/place/_hasdata.py:54
#: ../gramps/gen/filters/rules/place/_hasplace.py:60 #: ../gramps/gen/filters/rules/place/_hasplace.py:60
#: ../gramps/gen/filters/rules/place/_hastitle.py:51
#: ../gramps/gen/filters/rules/place/_matcheseventfilter.py:53 #: ../gramps/gen/filters/rules/place/_matcheseventfilter.py:53
#: ../gramps/gen/filters/rules/repository/_hasrepo.py:53 #: ../gramps/gen/filters/rules/repository/_hasrepo.py:53
#: ../gramps/gen/filters/rules/repository/_matchesnamesubstringof.py:45 #: ../gramps/gen/filters/rules/repository/_matchesnamesubstringof.py:45
@ -2839,6 +2841,7 @@ msgstr ""
#: ../gramps/gen/filters/rules/citation/_hassource.py:48 #: ../gramps/gen/filters/rules/citation/_hassource.py:48
#: ../gramps/gen/filters/rules/media/_hasmedia.py:46 #: ../gramps/gen/filters/rules/media/_hasmedia.py:46
#: ../gramps/gen/filters/rules/place/_hasplace.py:48 #: ../gramps/gen/filters/rules/place/_hasplace.py:48
#: ../gramps/gen/filters/rules/place/_hastitle.py:48
#: ../gramps/gui/glade/editplaceref.glade:197 #: ../gramps/gui/glade/editplaceref.glade:197
#: ../gramps/gui/glade/mergedata.glade:759 #: ../gramps/gui/glade/mergedata.glade:759
#: ../gramps/gui/glade/mergedata.glade:775 #: ../gramps/gui/glade/mergedata.glade:775
@ -4683,6 +4686,40 @@ msgstr ""
msgid "Matches places with a citation of a particular value" msgid "Matches places with a citation of a particular value"
msgstr "" msgstr ""
#: ../gramps/gen/filters/rules/place/_hasdata.py:48
#: ../gramps/gui/glade/editfamily.glade:118
#: ../gramps/gui/glade/editfamily.glade:372
#: ../gramps/gui/glade/editplaceref.glade:211
#: ../gramps/gui/glade/mergeperson.glade:224
#: ../gramps/gui/glade/mergeperson.glade:240
#: ../gramps/plugins/gramplet/soundgen.py:66
msgid "Name:"
msgstr ""
#: ../gramps/gen/filters/rules/place/_hasdata.py:49
#: ../gramps/gui/editors/filtereditor.py:110
#: ../gramps/gui/editors/filtereditor.py:560
msgid "Place type:"
msgstr ""
#: ../gramps/gen/filters/rules/place/_hasdata.py:50
#: ../gramps/gui/glade/editplace.glade:213
#: ../gramps/gui/glade/editplaceref.glade:449
#: ../gramps/gui/glade/mergeplace.glade:548
#: ../gramps/gui/glade/mergeplace.glade:565
msgid "Code:"
msgstr ""
#: ../gramps/gen/filters/rules/place/_hasdata.py:52
#: ../gramps/gen/filters/rules/place/_hasplace.py:58
msgid "Places matching parameters"
msgstr ""
#: ../gramps/gen/filters/rules/place/_hasdata.py:53
#: ../gramps/gen/filters/rules/place/_hasplace.py:59
msgid "Matches places with particular parameters"
msgstr ""
#: ../gramps/gen/filters/rules/place/_hasgallery.py:45 #: ../gramps/gen/filters/rules/place/_hasgallery.py:45
msgid "Places with <count> media" msgid "Places with <count> media"
msgstr "" msgstr ""
@ -4768,14 +4805,6 @@ msgstr ""
msgid "Church Parish:" msgid "Church Parish:"
msgstr "" msgstr ""
#: ../gramps/gen/filters/rules/place/_hasplace.py:58
msgid "Places matching parameters"
msgstr ""
#: ../gramps/gen/filters/rules/place/_hasplace.py:59
msgid "Matches places with particular parameters"
msgstr ""
#: ../gramps/gen/filters/rules/place/_hasreferencecountof.py:42 #: ../gramps/gen/filters/rules/place/_hasreferencecountof.py:42
msgid "Places with a reference count of <count>" msgid "Places with a reference count of <count>"
msgstr "" msgstr ""
@ -4808,6 +4837,14 @@ msgstr ""
msgid "Matches places with the particular tag" msgid "Matches places with the particular tag"
msgstr "" msgstr ""
#: ../gramps/gen/filters/rules/place/_hastitle.py:49
msgid "Places matching a title"
msgstr ""
#: ../gramps/gen/filters/rules/place/_hastitle.py:50
msgid "Matches places with a particular title"
msgstr ""
#: ../gramps/gen/filters/rules/place/_inlatlonneighborhood.py:49 #: ../gramps/gen/filters/rules/place/_inlatlonneighborhood.py:49
#: ../gramps/gui/glade/editplaceref.glade:240 #: ../gramps/gui/glade/editplaceref.glade:240
#: ../gramps/gui/glade/mergeplace.glade:239 #: ../gramps/gui/glade/mergeplace.glade:239
@ -5474,8 +5511,8 @@ msgstr ""
#: ../gramps/plugins/quickview/filterbyname.py:215 #: ../gramps/plugins/quickview/filterbyname.py:215
#: ../gramps/plugins/quickview/quickview.gpr.py:200 #: ../gramps/plugins/quickview/quickview.gpr.py:200
#: ../gramps/plugins/quickview/references.py:86 #: ../gramps/plugins/quickview/references.py:86
#: ../gramps/plugins/view/relview.py:1375 #: ../gramps/plugins/view/relview.py:1371
#: ../gramps/plugins/view/relview.py:1399 #: ../gramps/plugins/view/relview.py:1395
#: ../gramps/plugins/webreport/narrativeweb.py:3113 #: ../gramps/plugins/webreport/narrativeweb.py:3113
msgid "Family" msgid "Family"
msgstr "" msgstr ""
@ -10585,7 +10622,7 @@ msgstr ""
#: ../gramps/gui/editors/editfamily.py:220 #: ../gramps/gui/editors/editfamily.py:220
#: ../gramps/gui/editors/editfamily.py:235 #: ../gramps/gui/editors/editfamily.py:235
#: ../gramps/plugins/view/relview.py:1576 #: ../gramps/plugins/view/relview.py:1572
msgid "Select Child" msgid "Select Child"
msgstr "" msgstr ""
@ -11358,11 +11395,6 @@ msgstr ""
msgid "Citation Filters" msgid "Citation Filters"
msgstr "" msgstr ""
#: ../gramps/gui/editors/filtereditor.py:110
#: ../gramps/gui/editors/filtereditor.py:560
msgid "Place type:"
msgstr ""
#: ../gramps/gui/editors/filtereditor.py:248 #: ../gramps/gui/editors/filtereditor.py:248
msgid "equal to" msgid "equal to"
msgstr "" msgstr ""
@ -12308,15 +12340,6 @@ msgstr ""
msgid "Abandon changes and close window" msgid "Abandon changes and close window"
msgstr "" msgstr ""
#: ../gramps/gui/glade/editfamily.glade:118
#: ../gramps/gui/glade/editfamily.glade:372
#: ../gramps/gui/glade/editplaceref.glade:211
#: ../gramps/gui/glade/mergeperson.glade:224
#: ../gramps/gui/glade/mergeperson.glade:240
#: ../gramps/plugins/gramplet/soundgen.py:66
msgid "Name:"
msgstr ""
#: ../gramps/gui/glade/editfamily.glade:131 #: ../gramps/gui/glade/editfamily.glade:131
#: ../gramps/gui/glade/editfamily.glade:385 #: ../gramps/gui/glade/editfamily.glade:385
msgid "Birth:" msgid "Birth:"
@ -12866,13 +12889,6 @@ msgstr ""
msgid "A unique ID to identify the place" msgid "A unique ID to identify the place"
msgstr "" msgstr ""
#: ../gramps/gui/glade/editplace.glade:213
#: ../gramps/gui/glade/editplaceref.glade:449
#: ../gramps/gui/glade/mergeplace.glade:548
#: ../gramps/gui/glade/mergeplace.glade:565
msgid "Code:"
msgstr ""
#: ../gramps/gui/glade/editplace.glade:226 #: ../gramps/gui/glade/editplace.glade:226
#: ../gramps/gui/glade/editplaceref.glade:462 #: ../gramps/gui/glade/editplaceref.glade:462
msgid "Code associated with this place. Eg Country Code or Postal Code." msgid "Code associated with this place. Eg Country Code or Postal Code."
@ -14320,7 +14336,7 @@ msgstr ""
#: ../gramps/plugins/gramplet/children.py:86 #: ../gramps/plugins/gramplet/children.py:86
#: ../gramps/plugins/lib/libpersonview.py:104 #: ../gramps/plugins/lib/libpersonview.py:104
#: ../gramps/plugins/textreport/familygroup.py:527 #: ../gramps/plugins/textreport/familygroup.py:527
#: ../gramps/plugins/view/relview.py:1402 #: ../gramps/plugins/view/relview.py:1398
msgid "Spouse" msgid "Spouse"
msgstr "" msgstr ""
@ -16111,7 +16127,7 @@ msgstr ""
#: ../gramps/plugins/textreport/familygroup.py:592 #: ../gramps/plugins/textreport/familygroup.py:592
#: ../gramps/plugins/textreport/indivcomplete.py:521 #: ../gramps/plugins/textreport/indivcomplete.py:521
#: ../gramps/plugins/view/pedigreeview.py:1740 #: ../gramps/plugins/view/pedigreeview.py:1740
#: ../gramps/plugins/view/relview.py:1417 #: ../gramps/plugins/view/relview.py:1413
#: ../gramps/plugins/webreport/narrativeweb.py:746 #: ../gramps/plugins/webreport/narrativeweb.py:746
msgid "Children" msgid "Children"
msgstr "" msgstr ""
@ -16131,7 +16147,7 @@ msgid "Add a person"
msgstr "" msgstr ""
#: ../gramps/gui/widgets/fanchart.py:1943 #: ../gramps/gui/widgets/fanchart.py:1943
#: ../gramps/plugins/view/relview.py:1558 #: ../gramps/plugins/view/relview.py:1554
msgid "Add Child to Family" msgid "Add Child to Family"
msgstr "" msgstr ""
@ -26384,7 +26400,7 @@ msgstr ""
#. Content #. Content
#: ../gramps/plugins/textreport/detancestralreport.py:780 #: ../gramps/plugins/textreport/detancestralreport.py:780
#: ../gramps/plugins/textreport/detdescendantreport.py:943 #: ../gramps/plugins/textreport/detdescendantreport.py:943
#: ../gramps/plugins/view/relview.py:1723 #: ../gramps/plugins/view/relview.py:1719
msgid "Content" msgid "Content"
msgstr "" msgstr ""
@ -29519,7 +29535,7 @@ msgstr ""
#: ../gramps/plugins/view/fanchartdescview.py:329 #: ../gramps/plugins/view/fanchartdescview.py:329
#: ../gramps/plugins/view/fanchartview.py:323 #: ../gramps/plugins/view/fanchartview.py:323
#: ../gramps/plugins/view/pedigreeview.py:2030 #: ../gramps/plugins/view/pedigreeview.py:2030
#: ../gramps/plugins/view/relview.py:1706 #: ../gramps/plugins/view/relview.py:1702
msgid "Layout" msgid "Layout"
msgstr "" msgstr ""
@ -30219,12 +30235,12 @@ msgid " (only child)"
msgstr "" msgstr ""
#: ../gramps/plugins/view/relview.py:948 #: ../gramps/plugins/view/relview.py:948
#: ../gramps/plugins/view/relview.py:1449 #: ../gramps/plugins/view/relview.py:1445
msgid "Add new child to family" msgid "Add new child to family"
msgstr "" msgstr ""
#: ../gramps/plugins/view/relview.py:952 #: ../gramps/plugins/view/relview.py:952
#: ../gramps/plugins/view/relview.py:1453 #: ../gramps/plugins/view/relview.py:1449
msgid "Add existing child to family" msgid "Add existing child to family"
msgstr "" msgstr ""
@ -30244,59 +30260,59 @@ msgstr ""
msgid "Relationship type: %s" msgid "Relationship type: %s"
msgstr "" msgstr ""
#: ../gramps/plugins/view/relview.py:1342 #: ../gramps/plugins/view/relview.py:1338
#, python-format #, python-format
msgid "%(event_type)s: %(date)s in %(place)s" msgid "%(event_type)s: %(date)s in %(place)s"
msgstr "" msgstr ""
#: ../gramps/plugins/view/relview.py:1346 #: ../gramps/plugins/view/relview.py:1342
#, python-format #, python-format
msgid "%(event_type)s: %(date)s" msgid "%(event_type)s: %(date)s"
msgstr "" msgstr ""
#: ../gramps/plugins/view/relview.py:1350 #: ../gramps/plugins/view/relview.py:1346
#, python-format #, python-format
msgid "%(event_type)s: %(place)s" msgid "%(event_type)s: %(place)s"
msgstr "" msgstr ""
#: ../gramps/plugins/view/relview.py:1361 #: ../gramps/plugins/view/relview.py:1357
msgid "Broken family detected" msgid "Broken family detected"
msgstr "" msgstr ""
#: ../gramps/plugins/view/relview.py:1362 #: ../gramps/plugins/view/relview.py:1358
msgid "Please run the Check and Repair Database tool" msgid "Please run the Check and Repair Database tool"
msgstr "" msgstr ""
#. translators: leave all/any {...} untranslated #. translators: leave all/any {...} untranslated
#: ../gramps/plugins/view/relview.py:1384 #: ../gramps/plugins/view/relview.py:1380
#: ../gramps/plugins/view/relview.py:1431 #: ../gramps/plugins/view/relview.py:1427
msgid " ({number_of} child)" msgid " ({number_of} child)"
msgid_plural " ({number_of} children)" msgid_plural " ({number_of} children)"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: ../gramps/plugins/view/relview.py:1388 #: ../gramps/plugins/view/relview.py:1384
#: ../gramps/plugins/view/relview.py:1435 #: ../gramps/plugins/view/relview.py:1431
msgid " (no children)" msgid " (no children)"
msgstr "" msgstr ""
#: ../gramps/plugins/view/relview.py:1695 #: ../gramps/plugins/view/relview.py:1691
msgid "Use shading" msgid "Use shading"
msgstr "" msgstr ""
#: ../gramps/plugins/view/relview.py:1698 #: ../gramps/plugins/view/relview.py:1694
msgid "Display edit buttons" msgid "Display edit buttons"
msgstr "" msgstr ""
#: ../gramps/plugins/view/relview.py:1700 #: ../gramps/plugins/view/relview.py:1696
msgid "View links as website links" msgid "View links as website links"
msgstr "" msgstr ""
#: ../gramps/plugins/view/relview.py:1717 #: ../gramps/plugins/view/relview.py:1713
msgid "Show Details" msgid "Show Details"
msgstr "" msgstr ""
#: ../gramps/plugins/view/relview.py:1720 #: ../gramps/plugins/view/relview.py:1716
msgid "Show Siblings" msgid "Show Siblings"
msgstr "" msgstr ""