all internationalized labels for DataForm in DataForm help
This commit is contained in:
parent
0373bf2038
commit
4db1db3faf
2 changed files with 11 additions and 7 deletions
|
|
@ -232,7 +232,7 @@ sub getEditForm {
|
||||||
$self->getTab("properties")->whatNext(
|
$self->getTab("properties")->whatNext(
|
||||||
-options=>{
|
-options=>{
|
||||||
addField=>WebGUI::International::get(76,"DataForm"),
|
addField=>WebGUI::International::get(76,"DataForm"),
|
||||||
backToPage=>WebGUI::International::get(745)
|
backToPage=>WebGUI::International::get(745,"DataForm")
|
||||||
},
|
},
|
||||||
-value=>"editField"
|
-value=>"editField"
|
||||||
);
|
);
|
||||||
|
|
@ -750,7 +750,7 @@ sub www_editField {
|
||||||
$f->whatNext(
|
$f->whatNext(
|
||||||
-options=>{
|
-options=>{
|
||||||
addField=>WebGUI::International::get(76,"DataForm"),
|
addField=>WebGUI::International::get(76,"DataForm"),
|
||||||
backToPage=>WebGUI::International::get(745)
|
backToPage=>WebGUI::International::get(745,"DataForm")
|
||||||
},
|
},
|
||||||
-value=>"addField"
|
-value=>"addField"
|
||||||
);
|
);
|
||||||
|
|
@ -826,7 +826,7 @@ sub www_editTab {
|
||||||
-options=>{
|
-options=>{
|
||||||
addTab=>WebGUI::International::get(103,"DataForm"),
|
addTab=>WebGUI::International::get(103,"DataForm"),
|
||||||
|
|
||||||
backToPage=>WebGUI::International::get(745)
|
backToPage=>WebGUI::International::get(745,"DataForm")
|
||||||
},
|
},
|
||||||
-value=>"addTab"
|
-value=>"addTab"
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -616,21 +616,25 @@ A conditional indicating whether this field exists for the mail subsystem of the
|
||||||
|
|
||||||
'5' => {
|
'5' => {
|
||||||
message => q|Displayed|,
|
message => q|Displayed|,
|
||||||
lastUpdated => 1031514049
|
lastUpdated => 1031514049,
|
||||||
},
|
},
|
||||||
'no tab' =>{
|
'no tab' =>{
|
||||||
message =>q|No Tab|,
|
message =>q|No Tab|,
|
||||||
lastUpdated=>1095701013,
|
lastUpdated=>1095701013,
|
||||||
context=>q|Tells the user that there is no tab to set the field to.|
|
context=>q|Tells the user that there is no tab to set the field to.|,
|
||||||
},
|
},
|
||||||
'Field Position' => {
|
'Field Position' => {
|
||||||
message =>q|Field Position|,
|
message =>q|Field Position|,
|
||||||
lastUpdated=>1095701013
|
lastUpdated=>1095701013,
|
||||||
},
|
},
|
||||||
'Delete entry confirmation' => {
|
'Delete entry confirmation' => {
|
||||||
message => q|Are you certain that you wish to delete this data entry?|,
|
message => q|Are you certain that you wish to delete this data entry?|,
|
||||||
lastUpdated => 1095701013
|
lastUpdated => 1095701013,
|
||||||
},
|
},
|
||||||
|
'745' => {
|
||||||
|
message => q|Go back to the page.|,
|
||||||
|
lastUpdated => 1035872437,
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue