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

23 líneas
957 B
PHP
Original Blame Histórico

Este archivo contiene caracteres Unicode ambiguos

Este archivo contiene caracteres Unicode que pueden confundirse con otros caracteres. Si crees que esto es intencional, puedes ignorar esta advertencia. Usa el botón de Escape para revelarlos.

<?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);";