mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-25 23:56:30 -06:00
Typos in freeIPA messages
This patch fixes several reported typos in IPA messages and in comments. Contributors file has been updated + the original author of the patch reporting the typos was added. https://fedorahosted.org/freeipa/ticket/848
This commit is contained in:
parent
bb56285f6b
commit
0353a2be67
4
API.txt
4
API.txt
@ -204,7 +204,7 @@ command: automountlocation_import
|
||||
args: 2,1,1
|
||||
arg: Str('cn', attribute=True, cli_name='location', label=Gettext('Location', domain='ipa', localedir=None), multivalue=False, primary_key=True, query=True, required=True)
|
||||
arg: Str('masterfile', label=Gettext('Master file', domain='ipa', localedir=None))
|
||||
option: Flag('continue?', autofill=True, cli_name='continue', default=False,lag('continue?', autofill=True, cli_name='continue', default=False, doc=Gettext('Continous operation mode. Errors are reported but the process continues', domain='ipa', localedir=None))
|
||||
option: Flag('continue?', autofill=True, cli_name='continue', default=False,lag('continue?', autofill=True, cli_name='continue', default=False, doc=Gettext('Continuous operation mode. Errors are reported but the process continues', domain='ipa', localedir=None))
|
||||
output: Output('result', None, None)
|
||||
command: automountlocation_show
|
||||
args: 1,4,3
|
||||
@ -1467,7 +1467,7 @@ option: Str('groupcontainer?', autofill=True, cli_name='group_container', defaul
|
||||
option: List('userobjectclass?', autofill=True, cli_name='user_objectclass', default=(u'person',), label=Gettext('User object class', domain='ipa', localedir=None), multivalue=True)
|
||||
option: List('groupobjectclass?', autofill=True, cli_name='group_objectclass', default=(u'groupOfUniqueNames', u'groupOfNames'), label=Gettext('Group object class', domain='ipa', localedir=None), multivalue=True)
|
||||
option: StrEnum('schema?', autofill=True, cli_name='schema', default=u'RFC2307bis', label=Gettext('LDAP schema', domain='ipa', localedir=None), values=(u'RFC2307bis', u'RFC2307'))
|
||||
option: Flag('continue?', autofill=True, default=False,lag('continue?', autofill=True, default=False, doc=Gettext('Continous operation mode. Errors are reported but the process continues', domain='ipa', localedir=None))
|
||||
option: Flag('continue?', autofill=True, default=False,lag('continue?', autofill=True, default=False, doc=Gettext('Continuous operation mode. Errors are reported but the process continues', domain='ipa', localedir=None))
|
||||
option: List('exclude_groups?', autofill=True, cli_name='exclude_groups', default=(), multivalue=True)
|
||||
option: List('exclude_users?', autofill=True, cli_name='exclude_users', default=(), multivalue=True)
|
||||
output: Output('result', <type 'dict'>, Gettext('Lists of objects migrated; categorized by type.', domain='ipa', localedir=None))
|
||||
|
@ -4,18 +4,22 @@ The following people have contributed to the FreeIPA project.
|
||||
(Listed in alphabetical order within category)
|
||||
|
||||
Developers:
|
||||
Jr Aquino
|
||||
Rob Crittenden
|
||||
Nalin Dahyabhai
|
||||
John Dennis
|
||||
Jason DeRose
|
||||
Endi Dewata
|
||||
Jakub Hrozek
|
||||
Martin Kosek
|
||||
Nathan Kinder
|
||||
Rich Megginson
|
||||
Martin Nagy
|
||||
Simo Sorce
|
||||
Andrew Wnuk
|
||||
Adam Young
|
||||
Jan Zeleny
|
||||
Pavel Zůna
|
||||
Jr Aquino
|
||||
|
||||
Documentation:
|
||||
David O'Brien
|
||||
@ -54,16 +58,16 @@ Managment:
|
||||
Karl Wirth
|
||||
|
||||
Past and Occasional Contributors:
|
||||
Yuri Chornoivan
|
||||
Frank Cusack
|
||||
Don Davis
|
||||
Gunther Deschner
|
||||
Stephen Gallagher
|
||||
Jakub Hrozek
|
||||
Ian Kumlien
|
||||
Karl MacMillan
|
||||
Jon McCann
|
||||
Kevin McCarthy
|
||||
Jim Meyering
|
||||
Pete Rowley
|
||||
Andreas Schneider
|
||||
Ian Kumlien
|
||||
|
||||
|
@ -366,7 +366,7 @@ class exuser_find(Method):
|
||||
# standard_list_of_entries is an output pattern that
|
||||
# define a dict with a list of entries, their count
|
||||
# and a truncated flag. The truncated flag is used to mark
|
||||
# truncated (uncomplete) search results - for example due to
|
||||
# truncated (incomplete) search results - for example due to
|
||||
# timeouts.
|
||||
has_output = output.standard_list_of_entries
|
||||
|
||||
|
@ -67,7 +67,7 @@ Locations:
|
||||
ipa automountlocation-import baltimore /etc/auto.master
|
||||
|
||||
The import will fail if any duplicate entries are found. For
|
||||
continous operation where errors are ignored use the --continue
|
||||
continuous operation where errors are ignored use the --continue
|
||||
option.
|
||||
|
||||
Maps:
|
||||
@ -318,7 +318,7 @@ class automountlocation_import(LDAPQuery):
|
||||
takes_options = (
|
||||
Flag('continue?',
|
||||
cli_name='continue',
|
||||
doc=_('Continous operation mode. Errors are reported but the process continues'),
|
||||
doc=_('Continuous operation mode. Errors are reported but the process continues'),
|
||||
),
|
||||
)
|
||||
|
||||
|
@ -309,7 +309,7 @@ class migrate_ds(Command):
|
||||
autofill=True,
|
||||
),
|
||||
Flag('continue?',
|
||||
doc=_('Continous operation mode. Errors are reported but the process continues'),
|
||||
doc=_('Continuous operation mode. Errors are reported but the process continues'),
|
||||
default=False,
|
||||
),
|
||||
)
|
||||
@ -334,7 +334,7 @@ class migrate_ds(Command):
|
||||
truncated_err_msg = _('''\
|
||||
search results for objects to be migrated
|
||||
have been truncated by the server;
|
||||
migration process might be uncomplete\n''')
|
||||
migration process might be incomplete\n''')
|
||||
|
||||
migration_disabled_msg = _('''\
|
||||
Migration mode is disabled. Use \'ipa config-mod\' to enable it.''')
|
||||
|
Loading…
Reference in New Issue
Block a user