nextcloud/apps/files_external/l10n/bg_BG.php
2014-04-30 01:57:53 -04:00

23 行
957 B
PHP
原始文件 Blame 歷史記錄

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(
"Location" => "Място",
"URL" => "Уеб адрес",
"Username" => "Потребител",
"Password" => "Парола",
"Share" => "Споделяне",
"Access granted" => "Достъпът е даден",
"Grant access" => "Даване на достъп",
"External Storage" => "Външно хранилище",
"Folder name" => "Име на папката",
"Configuration" => "Конфигурация",
"Options" => "Опции",
"All Users" => "Всички потребители",
"Groups" => "Групи",
"Users" => "Потребители",
"Delete" => "Изтриване",
"Enable User External Storage" => "Вкл. на поддръжка за външно потр. хранилище",
"SSL root certificates" => "SSL основни сертификати",
"Import Root Certificate" => "Импортиране на основен сертификат"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";