help for translators, avoid long strings here

svn: r16879
This commit is contained in:
Jérôme Rapinat 2011-03-22 12:37:07 +00:00
parent 528e1dbaf5
commit 31c7750b62
2 changed files with 2 additions and 0 deletions

View File

@ -288,6 +288,7 @@ class NameDisplay(object):
(Name.FN, _("Given"), '%f', _ACT),
(Name.FNLN, _("Given Surname Suffix"), '%f %l %s', _ACT),
# primary name primconnector other, given pa/matronynic suffix, primprefix
# translators, long string, have a look at Preferences dialog
(Name.LNFNP, _("Main Surnames, Given Patronymic Suffix Prefix"),
'%1m %2m %o, %f %1y %s %0m', _ACT),
# DEPRECATED FORMATS

View File

@ -106,6 +106,7 @@ _COPY_OPTIONS = [
_('Standard copyright'),
# This must match _CC
# translators, long strings, have a look at Web report dialogs
_('Creative Commons - By attribution'),
_('Creative Commons - By attribution, No derivations'),
_('Creative Commons - By attribution, Share-alike'),