* src/po/fr.po: fix named parameter
svn: r5143
This commit is contained in:
parent
61f74adc33
commit
2feb950950
@ -1,4 +1,5 @@
|
|||||||
2005-08-29 Don Allingham <don@gramps-project.org>
|
2005-08-29 Don Allingham <don@gramps-project.org>
|
||||||
|
* src/po/fr.po: fix named parameter
|
||||||
* src/ImageSelect.py: fix note media object added from a gallery
|
* src/ImageSelect.py: fix note media object added from a gallery
|
||||||
* src/po/template.po: updated translation template
|
* src/po/template.po: updated translation template
|
||||||
* src/Utils.py: fix probably_alive to handle year offset properly
|
* src/Utils.py: fix probably_alive to handle year offset properly
|
||||||
|
@ -3299,7 +3299,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ReportUtils.py:1382
|
#: ReportUtils.py:1382
|
||||||
msgid "%(female_name)s died on %(death_date)s."
|
msgid "%(female_name)s died on %(death_date)s."
|
||||||
msgstr "%(female_name)s est décédée le %(deathdate)s."
|
msgstr "%(female_name)s est décédée le %(death_date)s."
|
||||||
|
|
||||||
#: ReportUtils.py:1385
|
#: ReportUtils.py:1385
|
||||||
msgid "%(female_name)s died on %(death_date)s at the age of %(age)d years."
|
msgid "%(female_name)s died on %(death_date)s at the age of %(age)d years."
|
||||||
@ -3311,7 +3311,7 @@ msgstr "%(female_name)s d
|
|||||||
|
|
||||||
#: ReportUtils.py:1395
|
#: ReportUtils.py:1395
|
||||||
msgid "%(female_name)s died on %(death_date)s at the age of %(age)d days."
|
msgid "%(female_name)s died on %(death_date)s at the age of %(age)d days."
|
||||||
msgstr "%(female_name)s est décédée le %(deathdate)s à l'âge de %(age)d jours."
|
msgstr "%(female_name)s est décédée le %(death_date)s à l'âge de %(age)d jours."
|
||||||
|
|
||||||
#: ReportUtils.py:1402
|
#: ReportUtils.py:1402
|
||||||
msgid "%(female_name)s died in %(month_year)s in %(death_place)s."
|
msgid "%(female_name)s died in %(month_year)s in %(death_place)s."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user