diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 10:20:05 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 10:21:55 +0200 |
commit | bb5e6c9823a6c89f9eecd82c45d48f664063cace (patch) | |
tree | d5427a0306c1effc6555674ddbcab333864cf939 /core/l10n/bg_BG.php | |
parent | 924cd17f2ed18dcc860a5e15543c3fc835203c4c (diff) | |
download | nextcloud-server-bb5e6c9823a6c89f9eecd82c45d48f664063cace.tar.gz nextcloud-server-bb5e6c9823a6c89f9eecd82c45d48f664063cace.zip |
Transifex connection, added French and part of Bulgarian
Diffstat (limited to 'core/l10n/bg_BG.php')
-rw-r--r-- | core/l10n/bg_BG.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/core/l10n/bg_BG.php b/core/l10n/bg_BG.php new file mode 100644 index 00000000000..bd9886fcd90 --- /dev/null +++ b/core/l10n/bg_BG.php @@ -0,0 +1,17 @@ +<?php $TRANSLATIONS = array( +"Error 404, Cloud not found" => "Грешка 404, обклакът не намерен", +"Advanced" => "Разширено", +"Set where to store the data." => "Изберете къде да записва данните", +"Data directory:" => "Директория за данни:", +"SQLite" => "SQLite", +"Database name:" => "Име на базата:", +"Host:" => "хост:", +"Table prefix:" => "Префикс за таблиците:", +"Finish setup" => "Завършване на настройките", +"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> е персонален облак който работи от Ваш собствен сървър.</p>", +"Login failed!" => "Входа пропадна!", +"You are logged out." => "Вие излязохте.", +"prev" => "пред.", +"next" => "следващо", +"Search" => "Търсене" +); |