i18n the controls for the JsonTable form plugin. Fixes bug #12116

This commit is contained in:
Colin Kuskie 2011-04-21 19:54:18 -07:00
parent d4672a92f1
commit ef08d0d481
4 changed files with 49 additions and 6 deletions

View file

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