From edb66114767ef20892c8acaad1d67cdc9f72b95d Mon Sep 17 00:00:00 2001 From: Uma <uma.s@vtiger.com> Date: Mon, 4 May 2020 15:00:32 +0530 Subject: [PATCH] Fixes #1275 workflow list-view should pick translations --- languages/en_us/Settings/Workflows.php | 6 ------ .../modules/Settings/Workflows.php | 5 ----- 2 files changed, 11 deletions(-) diff --git a/languages/en_us/Settings/Workflows.php b/languages/en_us/Settings/Workflows.php index 36483f6ac..953e5a35a 100644 --- a/languages/en_us/Settings/Workflows.php +++ b/languages/en_us/Settings/Workflows.php @@ -177,10 +177,6 @@ $languageStrings = array( 'previous month' => 'previous month', 'current month' => 'current month', 'next month' => 'next month', - 'less than hours before' => 'less than %s hours before', - 'less than hours later' => 'less than %s hours later', - 'more than hours before' => 'more than %s hours before', - 'more than hours later' => 'more than %s hours later', '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', @@ -191,8 +187,6 @@ $languageStrings = array( 'in less than' => 'in less than %s', 'in more than' => 'in more than %s', 'is added' => 'is added', - 'hours since %s' => 'hours since %s', - 'LBL_EXCEEDED_ALLOWED_LIMIT_TEXT' => 'We found that you have more than %s workflows in active state, exceeding the limits of this edition. Please delete or disable some of the workflows and try again<br><br>', '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', diff --git a/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/Workflows.php b/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/Workflows.php index 23a671e61..c0ef06857 100644 --- a/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/Workflows.php +++ b/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/Workflows.php @@ -171,10 +171,6 @@ $languageStrings = array( 'previous month' => 'mes anterior', 'current month' => 'mes actual', 'next month' => 'próximo mes', - 'less than hours before' => 'menos de horas %s antes', - 'less than hours later' => 'menos de horas %s tarde', - 'more than hours before' => 'más de horas %s antes', - 'more than hours later' => 'más de horas %s tarde', 'less than days ago' => 'Hace menos de %s dÃas', 'less than days later' => 'menos de %s dÃas más tarde', 'more than days ago' => 'Hace más de %s dÃas', @@ -185,7 +181,6 @@ $languageStrings = array( 'in less than' => 'en menos de %s', 'in more than' => 'en más de %s', 'is added' => 'está agregado', - 'hours since %s' => 'horas desde %s', 'week days later' => '%s dÃas de la semana más tarde', 'more than week days later' => 'más de %s dÃas de la semana más tarde', 'less than week days later' => 'menos de %s dÃas de la semana más tarde', -- GitLab