update 07/13/2018

Add new files.
This commit is contained in:
arv187
2018-07-13 17:30:54 +02:00
parent 3f3f0dd81d
commit 5b233da11b
17 changed files with 355 additions and 106 deletions

View File

@@ -0,0 +1,14 @@
<?php
/**
*
*/
return [
'status' => [
'active' => 'Activo',
'stored' => 'Guardado',
'retired' => 'Retirado',
'scrapped' => 'Desguazado',
'written' => 'Dado de baja',
],
];