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

18 lines
431 B
PHP
Executable File

<?php
return array(
'id' => 'ID',
'city' => 'Město',
'state' => 'Stát',
'country' => 'Země',
'create' => 'Vytvořit umístění',
'update' => 'Upravit umístění',
'name' => 'Název umístění',
'address' => 'Adresa',
'zip' => 'PSČ',
'locations' => 'Umístění',
'parent' => 'Parent',
'currency' => 'Location Currency', // this is deprecated
);