Adding missing i18n to PassiveAnalytics
This commit is contained in:
parent
fea5dea0d9
commit
ad88a1da5f
2 changed files with 34 additions and 5 deletions
|
|
@ -177,6 +177,30 @@ home\?func=match, or<br />
|
|||
context => q|Admin console submenu label. Ruleset is a set of rules.|,
|
||||
},
|
||||
|
||||
'already active' => {
|
||||
message => q|Passive Analytics is already active. Please do not try to subvert the UI in the future.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Error message|,
|
||||
},
|
||||
|
||||
'workflow deleted' => {
|
||||
message => q|The Passive Analytics workflow has been deleted. Please contact an Administrator immediately.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Error message|,
|
||||
},
|
||||
|
||||
'currently running' => {
|
||||
message => q|A Passive Analytics analysis is currently running.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Error message|,
|
||||
},
|
||||
|
||||
'error creating workflow' => {
|
||||
message => q|Error creating the workflow instance.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Error message|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue