Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bg_BG.php « l10n « user_webdavauth « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b47194fc28a9c4cca969d80179edd596e67cf25 (plain)
1
2
3
4
5
6
7
8
<?php
$TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV Идентификация",
"Address:" => "Адрес:",
"Save" => "Запиши",
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Потребителското име и парола ще да бъдат изптатени до този адрес. Добавката ще провери отговора и ще интрепретира HTTP кодове 401 и 403 като невалидни, а всички останали като потвърдена идентификация."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";