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

18 lines
427 B
PHP
Executable File

<?php
return array(
'id' => 'ID',
'city' => 'By',
'state' => 'Stat',
'country' => 'Land',
'create' => 'Opprett plassering',
'update' => 'Oppdater plassering',
'name' => 'Plasseringsnavn',
'address' => 'Adresse',
'zip' => 'Postnummer',
'locations' => 'Plasseringer',
'parent' => 'Parent',
'currency' => 'Location Currency', // this is deprecated
);