updated internationalization system again

This commit is contained in:
JT Smith 2004-07-04 20:29:01 +00:00
parent a1a950a09f
commit 1b21302eb3
43 changed files with 6716 additions and 2283 deletions

View file

@ -11,16 +11,6 @@ our $HELP = {
}
]
},
'ldap authentication anonymous registration template' => {
title => 'create-1',
body => 'create-2',
related => [
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
'ldap authentication login template' => {
title => 'login-1',
body => 'login-2',
@ -31,6 +21,16 @@ our $HELP = {
}
]
},
'ldap authentication anonymous registration template' => {
title => 'create-1',
body => 'create-2',
related => [
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
};
1;