snipe-it/resources/lang/bg/admin/settings/message.php
2016-03-25 01:18:05 -07:00

18 lines
812 B
PHP
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'update' => array(
'error' => 'Възникна грешка по време на актуализацията. ',
'success' => 'Настройките са актуализирани успешно.'
),
'backup' => array(
'delete_confirm' => 'Желаете ли изтриването на този архивен файл? Действието е окончателно.',
'file_deleted' => 'Архивният файл беше изтрит успешно.',
'generated' => 'Нов архивен файл беше създаден успешно.',
'file_not_found' => 'Архивният файл не беше открит на сървъра.',
),
);