help for translators, avoid long strings here
svn: r16879
This commit is contained in:
parent
528e1dbaf5
commit
31c7750b62
@ -288,6 +288,7 @@ class NameDisplay(object):
|
|||||||
(Name.FN, _("Given"), '%f', _ACT),
|
(Name.FN, _("Given"), '%f', _ACT),
|
||||||
(Name.FNLN, _("Given Surname Suffix"), '%f %l %s', _ACT),
|
(Name.FNLN, _("Given Surname Suffix"), '%f %l %s', _ACT),
|
||||||
# primary name primconnector other, given pa/matronynic suffix, primprefix
|
# 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"),
|
(Name.LNFNP, _("Main Surnames, Given Patronymic Suffix Prefix"),
|
||||||
'%1m %2m %o, %f %1y %s %0m', _ACT),
|
'%1m %2m %o, %f %1y %s %0m', _ACT),
|
||||||
# DEPRECATED FORMATS
|
# DEPRECATED FORMATS
|
||||||
|
@ -106,6 +106,7 @@ _COPY_OPTIONS = [
|
|||||||
_('Standard copyright'),
|
_('Standard copyright'),
|
||||||
|
|
||||||
# This must match _CC
|
# This must match _CC
|
||||||
|
# translators, long strings, have a look at Web report dialogs
|
||||||
_('Creative Commons - By attribution'),
|
_('Creative Commons - By attribution'),
|
||||||
_('Creative Commons - By attribution, No derivations'),
|
_('Creative Commons - By attribution, No derivations'),
|
||||||
_('Creative Commons - By attribution, Share-alike'),
|
_('Creative Commons - By attribution, Share-alike'),
|
||||||
|
Loading…
Reference in New Issue
Block a user