svn: r12772
This commit is contained in:
Jérôme Rapinat
2009-07-07 09:43:26 +00:00
parent 9d055bb444
commit 59c14c507c
2 changed files with 7 additions and 7 deletions

View File

@ -85,7 +85,7 @@ msgstr "Pays :"
#: ../src/Assistant.py:342 #: ../src/Assistant.py:342
msgid "ZIP/Postal code:" msgid "ZIP/Postal code:"
msgstr "Code postal / INSEE :" msgstr "Code lieu INSEE/postal :"
#: ../src/Assistant.py:343 #: ../src/Assistant.py:343
#: ../src/plugins/tool/ownereditor.glade.h:8 #: ../src/plugins/tool/ownereditor.glade.h:8
@ -1077,7 +1077,7 @@ msgstr "Pays"
#: ../src/plugins/tool/ExtractCity.py:388 #: ../src/plugins/tool/ExtractCity.py:388
#: ../src/plugins/webreport/NarrativeWeb.py:1170 #: ../src/plugins/webreport/NarrativeWeb.py:1170
msgid "ZIP/Postal Code" msgid "ZIP/Postal Code"
msgstr "Code postal / INSEE" msgstr "Code lieu INSEE/postal"
#: ../src/GrampsCfg.py:211 #: ../src/GrampsCfg.py:211
msgid "Phone" msgid "Phone"
@ -21064,7 +21064,7 @@ msgstr "Paroisse"
#: ../src/Filters/SideBar/_PlaceSidebarFilter.py:87 #: ../src/Filters/SideBar/_PlaceSidebarFilter.py:87
msgid "Zip/Postal code" msgid "Zip/Postal code"
msgstr "Code postal / INSEE" msgstr "Code lieu (INSEE/postal)"
#: ../src/FilterEditor/_FilterEditor.py:65 #: ../src/FilterEditor/_FilterEditor.py:65
msgid "Person Filters" msgid "Person Filters"
@ -22119,11 +22119,11 @@ msgstr "_Année"
#: ../src/glade/gramps.glade.h:193 #: ../src/glade/gramps.glade.h:193
msgid "_ZIP/Postal code:" msgid "_ZIP/Postal code:"
msgstr "_Code postal / INSEE :" msgstr "_Code lieu INSEE/postal :"
#: ../src/glade/gramps.glade.h:194 #: ../src/glade/gramps.glade.h:194
msgid "_Zip/Postal code:" msgid "_Zip/Postal code:"
msgstr "_Code postal / INSEE :" msgstr "_Code lieu INSEE/postal :"
#: ../src/glade/mergedata.glade.h:1 #: ../src/glade/mergedata.glade.h:1
msgid "<b>Source 1</b>" msgid "<b>Source 1</b>"
@ -23876,7 +23876,7 @@ msgid "state"
msgstr "région" msgstr "région"
msgid "zip" msgid "zip"
msgstr "Code postal / INSEE" msgstr "Code lieu"
msgid "latitude" msgid "latitude"
msgstr "latitude" msgstr "latitude"

View File

@ -20,7 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
class ChangedSince(ChangedSinceBase): class ChangedSince(ChangedSinceBase):
"""Rules that checks for places changed since a specific time.""" """Rules that checks for places changed since a specific time."""
name = ('Places changed after <date time>') name = _('Places changed after <date time>')
description = _("Matches place records changed after a specified " description = _("Matches place records changed after a specified "
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second " "date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
"date-time is given") "date-time is given")