1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-08-09 02:10:33 +02:00
nextcloud/apps/files_external/l10n/bg_BG.php
2014-04-30 01:57:53 -04:00

23 lignes
957 B
PHP
Brut Annotations Historique

Ce fichier contient des caractères Unicode ambigus.

Ce fichier contient des caractères Unicode qui peuvent être confondus avec d'autres caractères. Si vous pensez que c'est intentionnel, vous pouvez ignorer cet avertissement. Utilisez le bouton Échappe pour les dévoiler.

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