snipe-it/resources/lang/es-VE/admin/groups/table.php

10 lines
132 B
PHP
Raw Normal View History

2018-02-20 14:37:12 -08:00
<?php
return array(
2018-03-22 20:01:45 -07:00
'id' => 'Identificación',
2018-02-20 14:37:12 -08:00
'name' => 'Nombre',
'users' => '# de Usuarios',
);