diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-03 15:08:49 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-03 15:08:58 +0200 |
commit | 1bf215cd085394695e97a1388077a7c35ef3d53b (patch) | |
tree | 6699b5633cbd10881966f09f6da22761a670d9a1 /core/l10n/bg_BG.php | |
parent | afb07d3e3953c5812de4f165c38b1cb96826da48 (diff) | |
download | nextcloud-server-1bf215cd085394695e97a1388077a7c35ef3d53b.tar.gz nextcloud-server-1bf215cd085394695e97a1388077a7c35ef3d53b.zip |
updated translations
Diffstat (limited to 'core/l10n/bg_BG.php')
-rw-r--r-- | core/l10n/bg_BG.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/core/l10n/bg_BG.php b/core/l10n/bg_BG.php index da8f1265498..1067415e1dc 100644 --- a/core/l10n/bg_BG.php +++ b/core/l10n/bg_BG.php @@ -1,13 +1,12 @@ <?php $TRANSLATIONS = array( -"Login failed!" => "Входа пропадна!", +"Cloud not found" => "обклакът не намерен", "Database name" => "Име на базата", "Advanced" => "Разширено", -"Host" => "хост", "Table prefix" => "Префикс за таблиците", "Data folder" => "Директория за данни", "Finish setup" => "Завършване на настройките", -"Cloud not found" => "обклакът не намерен", +"You are logged out." => "Вие излязохте.", +"Login failed!" => "Входа пропадна!", "prev" => "пред.", -"next" => "следващо", -"You are logged out." => "Вие излязохте." +"next" => "следващо" ); |