mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix some English typos
This commit is contained in:
parent
3db9de26e9
commit
1a3533e4a2
@ -485,7 +485,7 @@ doc() ->
|
|||||||
desc =>
|
desc =>
|
||||||
?T("A list of Erlang nodes to connect on ejabberd startup. "
|
?T("A list of Erlang nodes to connect on ejabberd startup. "
|
||||||
"This option is mostly intended for ejabberd customization "
|
"This option is mostly intended for ejabberd customization "
|
||||||
"and sofisticated setups. The default value is an empty list.")}},
|
"and sophisticated setups. The default value is an empty list.")}},
|
||||||
{define_macro,
|
{define_macro,
|
||||||
#{value => "{MacroName: MacroValue}",
|
#{value => "{MacroName: MacroValue}",
|
||||||
desc =>
|
desc =>
|
||||||
@ -827,7 +827,7 @@ doc() ->
|
|||||||
desc =>
|
desc =>
|
||||||
{?T("Whether to use 'new' SQL schema. All schemas are located "
|
{?T("Whether to use 'new' SQL schema. All schemas are located "
|
||||||
"at <https://github.com/processone/ejabberd/tree/~s/sql>. "
|
"at <https://github.com/processone/ejabberd/tree/~s/sql>. "
|
||||||
"There are two schemas available. The default lecacy schema "
|
"There are two schemas available. The default legacy schema "
|
||||||
"allows to store one XMPP domain into one ejabberd database. "
|
"allows to store one XMPP domain into one ejabberd database. "
|
||||||
"The 'new' schema allows to handle several XMPP domains in a "
|
"The 'new' schema allows to handle several XMPP domains in a "
|
||||||
"single ejabberd database. Using this 'new' schema is best when "
|
"single ejabberd database. Using this 'new' schema is best when "
|
||||||
|
@ -288,5 +288,5 @@ mod_doc() ->
|
|||||||
[{report_commands_node,
|
[{report_commands_node,
|
||||||
#{value => "true | false",
|
#{value => "true | false",
|
||||||
desc =>
|
desc =>
|
||||||
?T("Provide the Commands item in the Service Disvocery. "
|
?T("Provide the Commands item in the Service Discovery. "
|
||||||
"Default value: 'false'.")}}]}.
|
"Default value: 'false'.")}}]}.
|
||||||
|
@ -1249,7 +1249,7 @@ mod_doc() ->
|
|||||||
"is considered offline if no session presence priority > 0 "
|
"is considered offline if no session presence priority > 0 "
|
||||||
"are currently open."), "",
|
"are currently open."), "",
|
||||||
?T("NOTE: 'ejabberdctl' has a command to "
|
?T("NOTE: 'ejabberdctl' has a command to "
|
||||||
"delete expired messages (see chapter"
|
"delete expired messages (see chapter "
|
||||||
"https://docs.ejabberd.im/admin/guide/managing"
|
"https://docs.ejabberd.im/admin/guide/managing"
|
||||||
"[Managing an ejabberd server] in online documentation.")],
|
"[Managing an ejabberd server] in online documentation.")],
|
||||||
opts =>
|
opts =>
|
||||||
@ -1281,7 +1281,7 @@ mod_doc() ->
|
|||||||
{use_mam_for_storage,
|
{use_mam_for_storage,
|
||||||
#{value => "true | false",
|
#{value => "true | false",
|
||||||
desc =>
|
desc =>
|
||||||
?T("This is an experimetal option. Enabling this option "
|
?T("This is an experimental option. Enabling this option "
|
||||||
"will make 'mod_offline' not use the former spool "
|
"will make 'mod_offline' not use the former spool "
|
||||||
"table for storing MucSub offline messages, but will "
|
"table for storing MucSub offline messages, but will "
|
||||||
"use the archive table instead. This use of the archive "
|
"use the archive table instead. This use of the archive "
|
||||||
|
Loading…
Reference in New Issue
Block a user