eliminated more definitions

This commit is contained in:
JT Smith 2009-10-22 14:26:09 -05:00
parent fca4cfbbaf
commit 57b67ab4da
5 changed files with 108 additions and 96 deletions

View file

@ -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|,