snipe-it/resources/lang/cs/button.php

19 lines
737 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-05-16 21:54:13 -07:00
'actions' => 'Akce',
'add' => 'Přidej nový',
'cancel' => 'Zrušit',
2017-07-07 13:14:51 -07:00
'checkin_and_delete' => 'Zkontrolovat a odstranit uživatele',
2016-05-16 21:54:13 -07:00
'delete' => 'Smazat',
'edit' => 'Upravit',
'restore' => 'Obnovit',
'request' => 'Požadavek',
'submit' => 'Odeslat',
'upload' => 'Nahrát',
2017-07-07 13:14:51 -07:00
'select_file' => 'Vybrat soubor...',
2018-09-28 11:54:52 -07:00
'select_files' => 'Vybrat soubory…',
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
'send_password_link' => 'Send Password Reset Link',
2016-03-25 01:18:05 -07:00
);