Files
snipe-it/app/lang/bg/button.php
T
2015-09-09 13:56:10 -07:00

16 lines
375 B
PHP
Executable File

<?php
return array(
'actions' => 'Действия',
'add' => 'Добави нов',
'cancel' => 'Отказ',
'delete' => 'Изтриване',
'edit' => 'Редакция',
'restore' => 'Възстановяване',
'request' => 'Заявка',
'submit' => 'Потвърди',
'upload' => 'Качване',
);