Skip to content
Snippets Groups Projects
Commit edb66114 authored by Uma's avatar Uma
Browse files

Fixes #1275 workflow list-view should pick translations

parent b852d4c7
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment