Added POD to 4 macros.
Internationalized Error messages for Include and LastModified
This commit is contained in:
parent
01816cd806
commit
d085152304
6 changed files with 111 additions and 3 deletions
|
|
@ -7,6 +7,21 @@ our $I18N = {
|
|||
lastUpdated => 1128838682,
|
||||
},
|
||||
|
||||
'security' => {
|
||||
message => q|SECURITY VIOLATION|,
|
||||
lastUpdated => 1134968524,
|
||||
},
|
||||
|
||||
'not found' => {
|
||||
message => q|INCLUDED FILE DOES NOT EXIST|,
|
||||
lastUpdated => 1134968522,
|
||||
},
|
||||
|
||||
'include title' => {
|
||||
message => q|Include Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'include title' => {
|
||||
message => q|Include Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_LastModified;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'never' => {
|
||||
message => q|Never|,
|
||||
lastUpdated => 1134969093
|
||||
},
|
||||
|
||||
'macroName' => {
|
||||
message => q|LastModified|,
|
||||
lastUpdated => 1128839043,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue