You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
337 B
13 lines
337 B
<?php |
|
|
|
return [ |
|
|
|
'PREDETERMINADA' => 'API de Declaraciones Juradas de FCyT UADER', |
|
|
|
'TOKEN_INVALIDO' => 'Token inválido', |
|
'SIN_TOKEN' => 'Token no proporcionado', |
|
'TOKEN_EXPIRADO' => 'Token expirado', |
|
|
|
'CLAVE_INCORRECTA' => 'Clave de acceso incorrecta', |
|
'SIN_CLAVE' => 'Clave de acceso no proporcionada', |
|
];
|
|
|