- rfe: Event hover detail exclusions (#8761)
- rfe: Database Link test (#513)
This commit is contained in:
parent
e6c80922fb
commit
55da5c6889
6 changed files with 58 additions and 13 deletions
|
|
@ -2,6 +2,12 @@ package WebGUI::i18n::English::WebGUI;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'ok' => {
|
||||
message => q|OK|,
|
||||
context => q|used by database link and other things to give a message to the user that a test passed|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'is editable' => {
|
||||
message => q|Is Editable?|,
|
||||
context => q|group property|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue