i18n the controls for the JsonTable form plugin. Fixes bug #12116
This commit is contained in:
parent
d4672a92f1
commit
ef08d0d481
4 changed files with 49 additions and 6 deletions
|
|
@ -4725,6 +4725,24 @@ Users may override this setting in their profile.
|
|||
context => 'Description for pick style template page',
|
||||
},
|
||||
|
||||
'Up' => {
|
||||
message => 'Up',
|
||||
lastUpdate => 0,
|
||||
context => 'Up, as in move up.',
|
||||
},
|
||||
|
||||
'Down' => {
|
||||
message => 'Down',
|
||||
lastUpdate => 0,
|
||||
context => 'Down, as in move down.',
|
||||
},
|
||||
|
||||
'Add' => {
|
||||
message => 'Add',
|
||||
lastUpdate => 0,
|
||||
context => 'Add, as in to append or add more',
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue