snipe-it/resources/lang/cs/admin/locations/table.php
2016-03-28 21:50:00 -07:00

19 lines
570 B
PHP
Executable file

<?php
return array(
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Assets Assigned',
'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',
);