snipe-it/resources/lang/cs/button.php
2018-05-02 14:32:50 -07:00

17 lines
594 B
PHP

<?php
return array(
'actions' => 'Akce',
'add' => 'Přidej nový',
'cancel' => 'Zrušit',
'checkin_and_delete' => 'Zkontrolovat a odstranit uživatele',
'delete' => 'Smazat',
'edit' => 'Upravit',
'restore' => 'Obnovit',
'request' => 'Požadavek',
'submit' => 'Odeslat',
'upload' => 'Nahrát',
'select_file' => 'Vybrat soubor...',
'select_files' => 'Select Files...',
);