snipe-it/resources/lang/sk/button.php
snipe 1854d7d668 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2021-12-13 11:28:01 -08:00

19 lines
762 B
PHP

<?php
return array(
'actions' => 'Akcie',
'add' => 'Pridať nové',
'cancel' => 'Zrušiť',
'checkin_and_delete' => 'Odobrať a odstrániť používateľa',
'delete' => 'Odstrániť',
'edit' => 'Upraviť',
'restore' => 'Obnoviť',
'request' => 'Požiadavka',
'submit' => 'Odoslať',
'upload' => 'Odoslať',
'select_file' => 'Vybrať súbor...',
'select_files' => 'Vybrať súbory...',
'generate_labels' => '{1} Generovať štítok|[2,*] Generovať štítky',
'send_password_link' => 'Send Password Reset Link',
);