1571: use translated strings

svn: r18881
This commit is contained in:
Jérôme Rapinat 2012-02-14 12:22:11 +00:00
parent e8567ae608
commit 2f8ffdb8b2
3 changed files with 763 additions and 627 deletions

849
po/fr.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6159,7 +6159,7 @@ class GedcomParser(UpdateCallback):
repo.set_name(_("Business that produced the product: %s") %
line.data)
rtype = gen.lib.RepositoryType()
rtype.set((gen.lib.RepositoryType.CUSTOM, 'GEDCOM data'))
rtype.set((gen.lib.RepositoryType.CUSTOM, _('GEDCOM data')))
repo.set_type(rtype)
self.dbase.add_repository(repo, self.trans)
repo_ref = gen.lib.RepoRef()