You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bg_BG.php 957B

12345678910111213141516171819202122
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Location" => "Място",
  4. "URL" => "Уеб адрес",
  5. "Username" => "Потребител",
  6. "Password" => "Парола",
  7. "Share" => "Споделяне",
  8. "Access granted" => "Достъпът е даден",
  9. "Grant access" => "Даване на достъп",
  10. "External Storage" => "Външно хранилище",
  11. "Folder name" => "Име на папката",
  12. "Configuration" => "Конфигурация",
  13. "Options" => "Опции",
  14. "All Users" => "Всички потребители",
  15. "Groups" => "Групи",
  16. "Users" => "Потребители",
  17. "Delete" => "Изтриване",
  18. "Enable User External Storage" => "Вкл. на поддръжка за външно потр. хранилище",
  19. "SSL root certificates" => "SSL основни сертификати",
  20. "Import Root Certificate" => "Импортиране на основен сертификат"
  21. );
  22. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";