24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

Merge some old English fixes from trunk SVN.

SVN Revision: 2505
This commit is contained in:
Badlop 2009-08-19 17:59:49 +00:00
parent 007cafa7cd
commit 05755b9b09
2 changed files with 5 additions and 5 deletions

View File

@ -1584,7 +1584,7 @@ add_new_user(From, Nick, Packet, StateData) ->
NewState#state{robots = Robots}
end;
nopass ->
ErrText = "The password is required to enter this room",
ErrText = "A password is required to enter this room",
Err = exmpp_stanza:reply_with_error(
Packet, ?ERR(Packet, 'not-authorized', Lang, ErrText)),
ejabberd_router:route( % TODO: s/Nick/""/

View File

@ -1964,8 +1964,8 @@ get_node(global, Node, ["db"], Query, Lang) ->
[?XE('tr',
[?XCT('td', "Name"),
?XCT('td', "Storage Type"),
?XCT('td', "Size"),
?XCT('td', "Memory")
?XCT('td', "Elements"), %% Elements/items/records inserted in the table
?XCT('td', "Memory") %% Words or Bytes allocated to the table on this node
])]),
?XE('tbody',
Rows ++
@ -2043,7 +2043,7 @@ get_node(global, Node, ["backup"], Query, Lang) ->
]),
?XE("tr",
[?XE("td", [?CT("Export data of users in a host to PIEFXIS files (XEP-0277):"),
?CT(" "),
?C(" "),
?INPUT("text", "export_piefxis_host_dirhost", ?MYNAME)]),
?XE("td", [?INPUT("text", "export_piefxis_host_dirpath", HomeDir)]),
?XE("td", [?INPUTT("submit", "export_piefxis_host_dir",
@ -2383,7 +2383,7 @@ node_ports_to_xhtml(Ports, Lang) ->
[?XE('tr',
[?XCT('td', "Port"),
?XCT('td', "IP"),
?XCT('td', "Prot"),
?XCT('td', "Protocol"),
?XCT('td', "Module"),
?XCT('td', "Options")
])]),