Files
snipe-it/app/lang/it/admin/locations/table.php
T
2015-07-27 10:24:21 -07:00

18 lines
430 B
PHP
Executable File

<?php
return array(
'id' => 'ID',
'city' => 'Città',
'state' => 'Stato',
'country' => 'Paese',
'create' => 'Crea Posizione',
'update' => 'Aggiorna Posizione',
'name' => 'Nome Posizione',
'address' => 'Indirizzo',
'zip' => 'Codice Postale',
'locations' => 'Posizioni',
'parent' => 'Parent',
'currency' => 'Location Currency', // this is deprecated
);