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

18 lines
700 B
PHP
Raw Normal View History

<?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',
);