Files
snipe-it/app/lang/cs/button.php
T
2015-06-09 16:14:37 -07:00

15 lines
261 B
PHP
Executable File

<?php
return array(
'actions' => 'Akce',
'add' => 'Přidej nový',
'cancel' => 'Zrušit',
'delete' => 'Smazat',
'edit' => 'Upravit',
'restore' => 'Obnovit',
'submit' => 'Odeslat',
'upload' => 'Nahrát',
);