updated internationalization system again
This commit is contained in:
parent
a1a950a09f
commit
1b21302eb3
43 changed files with 6716 additions and 2283 deletions
|
|
@ -11,26 +11,6 @@ our $HELP = {
|
|||
}
|
||||
]
|
||||
},
|
||||
'webgui authentication anonymous registration template' => {
|
||||
title => 'create-1',
|
||||
body => 'create-2',
|
||||
related => [
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
'webgui authentication password expiration template' => {
|
||||
title => 'expired-1',
|
||||
body => 'expired-2',
|
||||
related => [
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
'webgui authentication login template' => {
|
||||
title => 'login-1',
|
||||
body => 'login-2',
|
||||
|
|
@ -41,6 +21,16 @@ our $HELP = {
|
|||
}
|
||||
]
|
||||
},
|
||||
'webgui authentication anonymous registration template' => {
|
||||
title => 'create-1',
|
||||
body => 'create-2',
|
||||
related => [
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
'webgui authentication password recovery template' => {
|
||||
title => 'recovery-1',
|
||||
body => 'recovery-2',
|
||||
|
|
@ -51,6 +41,16 @@ our $HELP = {
|
|||
}
|
||||
]
|
||||
},
|
||||
'webgui authentication password expiration template' => {
|
||||
title => 'expired-1',
|
||||
body => 'expired-2',
|
||||
related => [
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue