Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
516
Issue boards
Milestones
Wiki
Code
Merge requests
80
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Show more breadcrumbs
vtiger
vtigercrm
Merge requests
!595
Fixes
#1275
workflow list-view should pick translations
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixes
#1275
workflow list-view should pick translations
uma.s/vtigercrm:Workflows_ListView_Untranslatable_Strings
into
master
Overview
0
Commits
6
Changes
4
Merged
Uma
requested to merge
uma.s/vtigercrm:Workflows_ListView_Untranslatable_Strings
into
master
4 years ago
Overview
0
Commits
6
Changes
-
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
987a8ae5
6 commits,
4 years ago
+
85
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
languages/en_us/Settings/Workflows.php
+
42
−
0
Options
@@ -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