eliminated more definitions
This commit is contained in:
parent
fca4cfbbaf
commit
57b67ab4da
5 changed files with 108 additions and 96 deletions
|
|
@ -2,6 +2,12 @@ package WebGUI::i18n::English::WebGUI;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'JSON Blob' => {
|
||||
message => q|JSON Blob|,
|
||||
context => q|The name of hte JSON Blob form control.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'ok' => {
|
||||
message => q|OK|,
|
||||
context => q|used by database link and other things to give a message to the user that a test passed|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue