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

bg_BG.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63272235fe0a9b4e8f992d952b8a0e8e651d513f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
$TRANSLATIONS = array(
"Location" => "Място",
"Username" => "Потребител",
"Password" => "Парола",
"Share" => "Споделяне",
"URL" => "Уеб адрес",
"Access granted" => "Достъпът е даден",
"Grant access" => "Даване на достъп",
"Personal" => "Лични",
"Name" => "Име",
"External Storage" => "Външно хранилище",
"Folder name" => "Име на папката",
"Configuration" => "Конфигурация",
"All Users" => "Всички потребители",
"Groups" => "Групи",
"Users" => "Потребители",
"Delete" => "Изтриване",
"Enable User External Storage" => "Вкл. на поддръжка за външно потр. хранилище",
"SSL root certificates" => "SSL основни сертификати",
"Import Root Certificate" => "Импортиране на основен сертификат"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";