Skip to content
Snippets Groups Projects

Fixes #1275 workflow list-view should pick translations

Merged Uma requested to merge uma.s/vtigercrm:Workflows_ListView_Untranslatable_Strings into master
+ 85
1
Compare changes
  • Side-by-side
  • Inline
Files
@@ -151,6 +151,48 @@ $languageStrings = array(
'LBL_VTPushNotificationTask' => 'Mobile Notification',
'LBL_VTCreateEntityTask' => 'Create Record',
'LBL_MAX_SCHEDULED_WORKFLOWS_EXCEEDED' => 'Maximum number(%s) of scheduled workflows has been exceeded',
'is' => 'is %s',
'contains' => 'contains %s',
'does not contain' => 'does not contain %s',
'starts with' => 'starts with %s',
'ends with' => 'ends with %s',
'has changed' => 'has changed',
'is empty' => 'is empty',
'is not empty' => 'is not empty',
'equal to' => 'equal to %s',
'less than' => 'less than %s',
'greater than' => 'greater than %s',
'does not equal' => 'does not equal %s',
'less than or equal to' => 'less than or equal to %s',
'greater than or equal to' => 'greater than or equal to %s',
'is not' => 'is not %s',
'has changed to' => 'has changed to %s',
'has changed from' => 'has changed from %s',
'before' => 'before %s',
'after' => 'after %s',
'is today' => 'is today',
'is tomorrow' => 'is tomorrow',
'is yesterday' => 'is yesterday',
'previous month' => 'previous month',
'current month' => 'current month',
'next month' => 'next month',
'less than days ago' => 'less than %s days ago',
'less than days later' => 'less than %s days later',
'more than days ago' => 'more than %s days ago',
'more than days later' => 'more than %s days later',
'days ago' => '%s days ago',
'days later' => '%s days later',
'between' => 'between %s',
'in less than' => 'in less than %s',
'in more than' => 'in more than %s',
'is added' => 'is added',
'week days later' => '%s week days later',
'more than week days later' => 'more than %s week days later',
'less than week days later' => 'less than %s week days later',
'week days ago' => '%s week days ago',
'more than week days ago' => 'more than %s week days ago',
'less than week days ago' => 'less than %s week days ago',
);
$jsLanguageStrings = array(
Loading