Skip to content

Commit

Permalink
i18n(Workflow) expression ES
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed Aug 31, 2022
1 parent 03ef921 commit a109e3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/com_vtiger_workflow/language/en_us.fndefs.php
Expand Up @@ -2013,7 +2013,7 @@
array(
'name' => 'send2cb',
'type' => 'Boolean',
'optional' => false,
'optional' => true,
'desc' => 'set it to 1 if the information is passed into coreBOS, and 0 for the other cases.',
),
),
Expand Down
8 changes: 4 additions & 4 deletions modules/com_vtiger_workflow/language/es_es.fndefs.php
Expand Up @@ -1980,7 +1980,7 @@
),
),
'applyMaptoInventoryArrayElements' => array(
'name' => 'applyMaptoInventoryArrayElements(array, InventoryDetailsElement, Inventorymapid, InventoryDetailsmapid)',
'name' => 'applyMaptoInventoryArrayElements(array, InventoryDetailsElement, Inventorymapid, InventoryDetailsmapid, send2cb)',
'desc' => 'Aplica el mapa de negocio Inventorymapid a cada elemento del parámetro array, y el mapa InventoryDetailsmapid a cada elemento del sub-array indicado por el parámetro InventoryDetailsElement.',
'params' => array(
array(
Expand Down Expand Up @@ -2009,9 +2009,9 @@
),
array(
'name' => 'send2cb',
'type' => 'Boolean',
'optional' => false,
'desc' => 'set it to 1 if the information is passed into coreBOS, and 0 for the other cases.',
'type' => 'Booleano',
'optional' => true,
'desc' => 'utiliza 1 si la información está destinada a enviar a coreBOS, y 0 para otros casos.',
),
),
'categories' => array('Application'),
Expand Down

0 comments on commit a109e3d

Please sign in to comment.