mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Empezando a trabajar en menus
This commit is contained in:
@ -156,7 +156,7 @@ function getDictionary($word=''){
|
||||
'oauth_store' => lang("App.group_rules_label_oauth_store"),
|
||||
'template_store' => lang("App.group_rules_label_template_store"),
|
||||
'Tarifas' => 'Tarifas',
|
||||
'Cliente' => 'Cliente'
|
||||
'ImpresionCliente' => 'Cliente'
|
||||
];
|
||||
return array_key_exists($word,$dictionary)?$dictionary[$word] : $word;
|
||||
} catch (Exception $e) {
|
||||
|
||||
Reference in New Issue
Block a user