1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-06 03:50:15 +02:00

* doc/guide.tex: Fix some English strings: JID -> Jabber ID;

jabberd 1.4 -> jabberd14; commited -> committed
* src/*/*.erl: Likewise
* src/msgs/*.msg: Likewise
* src/msgs/*.po: Likewise

SVN Revision: 1810
This commit is contained in:
Badlop 2009-01-12 18:41:46 +00:00
parent 562e6c8d39
commit b3328c08a6
56 changed files with 483 additions and 475 deletions

View file

@ -544,7 +544,7 @@ get_local_items({global, _Host}, ["running nodes", ENode], Server, Lang) ->
[?NODE("Database", "running nodes/" ++ ENode ++ "/DB"),
?NODE("Modules", "running nodes/" ++ ENode ++ "/modules"),
?NODE("Backup Management", "running nodes/" ++ ENode ++ "/backup"),
?NODE("Import Users From jabberd 1.4 Spool Files",
?NODE("Import Users From jabberd14 Spool Files",
"running nodes/" ++ ENode ++ "/import"),
?NODE("Restart Service", "running nodes/" ++ ENode ++ "/restart"),
?NODE("Shut Down Service", "running nodes/" ++ ENode ++ "/shutdown")
@ -994,7 +994,7 @@ get_form(_Host, ["running nodes", ENode, "import", "file"], Lang) ->
{xmlelement, "instructions", [],
[{xmlcdata,
?T(
Lang, "Enter path to jabberd1.4 spool file")}]},
Lang, "Enter path to jabberd14 spool file")}]},
?XFIELD("text-single", "Path to File", "path", "")
]}]};
@ -1008,7 +1008,7 @@ get_form(_Host, ["running nodes", ENode, "import", "dir"], Lang) ->
{xmlelement, "instructions", [],
[{xmlcdata,
?T(
Lang, "Enter path to jabberd1.4 spool dir")}]},
Lang, "Enter path to jabberd14 spool dir")}]},
?XFIELD("text-single", "Path to Dir", "path", "")
]}]};