5555: Some translation strings should be the same as keys in english (GrampsType classes), detailed reports
svn: r18843
This commit is contained in:
parent
cb521d98c0
commit
e74bdd2290
13
po/fr.po
13
po/fr.po
@ -28302,3 +28302,16 @@ msgstr "<b>Qui est né quand</b><br/>La comparaison des événements individuels
|
||||
msgid "<b>Working with Dates</b><br/>A range of dates can be given by using the format "between January 4, 2000 and March 20, 2003". You can also indicate the level of confidence in a date and even choose between seven different calendars. Try the button next to the date field in the Events Editor."
|
||||
msgstr "<b>Travail sur les dates</b><br/>Une période peut être définie en utilisant le format "entre 4/01/2000 et 20/03/2003". Vous pouvez également indiquer le niveau de confiance dans la date et toujours choisir entre 7 calendriers différents. Essayez le bouton à côté du champ date dans l'éditeur d'événements."
|
||||
|
||||
#. List of translated strings used here
|
||||
#. Dead code for l10n; added on translation template
|
||||
#. Translation string should be same as key name
|
||||
#. ex: AttributeType
|
||||
#. (FATHER_AGE , _("Father's Age"), "Father Age"),
|
||||
#. (MOTHER_AGE , _("Mother's Age"), "Mother Age"),
|
||||
#: ../src/plugins/lib/libtranslate.py:246
|
||||
msgid "Father Age"
|
||||
msgstr "Âge du mari / compagnon"
|
||||
|
||||
#: ../src/plugins/lib/libtranslate.py:246
|
||||
msgid "Mother Age"
|
||||
msgstr "Âge de la femme / compagne"
|
||||
|
@ -27664,3 +27664,17 @@ msgid ""
|
||||
"different calendars. Try the button next to the date field in the Events "
|
||||
"Editor."
|
||||
msgstr ""
|
||||
|
||||
#. List of translated strings used here
|
||||
#. Dead code for l10n; added on translation template
|
||||
#. Translation string should be same as key name
|
||||
#. ex: AttributeType
|
||||
#. (FATHER_AGE , _("Father's Age"), "Father Age"),
|
||||
#. (MOTHER_AGE , _("Mother's Age"), "Mother Age"),
|
||||
#: ../src/plugins/lib/libtranslate.py:246
|
||||
msgid "Father Age"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/plugins/lib/libtranslate.py:246
|
||||
msgid "Mother Age"
|
||||
msgstr ""
|
||||
|
@ -236,3 +236,11 @@ class Translator:
|
||||
:rtype: unicode
|
||||
"""
|
||||
return GrampsType.xml_str(name)
|
||||
|
||||
# List of translated strings used here
|
||||
# Dead code for l10n; added on translation template
|
||||
# Translation string should be same as key name
|
||||
# ex: AttributeType
|
||||
#(FATHER_AGE , _("Father's Age"), "Father Age"),
|
||||
#(MOTHER_AGE , _("Mother's Age"), "Mother Age"),
|
||||
_("Father Age"), _("Mother Age")
|
||||
|
Loading…
Reference in New Issue
Block a user