nextcloud/settings/l10n/bg_BG.php

20 lines
1.1 KiB
PHP
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 $TRANSLATIONS = array(
"Account information" => "Информация за профила",
"You're currently using" => "Вие ползвате",
"of your" => "на Вашето",
"space" => "място",
"Change Password" => "Промяна на парола",
"Your password got changed" => "Вашата парола е сменена",
"Old password:" => "Стара парола",
"New password" => "Нова парола",
"Show new password" => "Покажи новата парола",
"Language" => "Език",
"Authentication error" => "Проблем с индентификацията",
"You have to enter the old and the new password!" => "Трябва да въведете новата и старата парола!",
"Your old password is wrong!" => "Вашата стара парола е грешна!",
"Password changed" => "Паролата е сменена",
"Unable to change password" => "Невъзможна смяна на паролата",
"Language changed" => "Езика е сменен",
"Invalid request" => "Невалидна заявка"
);