mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
12 lines
358 B
PHP
12 lines
358 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'Identificación',
|
|
'name' => 'Nombre de Departamento',
|
|
'manager' => 'Gerente',
|
|
'location' => 'Ubicación',
|
|
'create' => 'Crear departamento',
|
|
'update' => 'Actualizar Departamento',
|
|
);
|