#780 Auto refresh for the shortcuts

SVN:trunk[2926]
This commit is contained in:
Romain Quetiez
2013-10-17 14:47:05 +00:00
parent afa3c40c3e
commit bbb31e2b7f
4 changed files with 61 additions and 4 deletions

View File

@@ -1175,6 +1175,12 @@ When associated with a trigger, each action is given an "order" number, specifyi
'Class:ShortcutOQL+' => '',
'Class:ShortcutOQL/Attribute:oql' => 'Query',
'Class:ShortcutOQL/Attribute:oql+' => 'OQL defining the list of objects to search for',
'Class:ShortcutOQL/Attribute:auto_reload' => 'Automatic refresh',
'Class:ShortcutOQL/Attribute:auto_reload/Value:none' => 'Disabled',
'Class:ShortcutOQL/Attribute:auto_reload/Value:custom' => 'Custom rate',
'Class:ShortcutOQL/Attribute:auto_reload_sec' => 'Automatic refresh interval (seconds)',
'Class:ShortcutOQL/Attribute:auto_reload_sec+' => 'The minimum allowed is 5 seconds',
'UI:FillAllMandatoryFields' => 'Please fill all mandatory fields.',
'UI:CSVImportConfirmTitle' => 'Please confirm the operation',