summaryrefslogtreecommitdiff
path: root/settings/localization/bg_BG.inc
blob: 17b1232ed81f5aaf914fd8ae14d8dc5c975b2239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php

/*
+-----------------------------------------------------------------------+
| language/_NEW_/labels.inc                                             |
|                                                                       |
| Language file of the RoundCube Webmail client                         |
| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland                 |
| Licensed under the GNU GPL                                            |
|                                                                       |
+-----------------------------------------------------------------------+
| Author:                                                               |
+-----------------------------------------------------------------------+

*/

$labels = array();
$labels['menu'] = 'Меню';
$labels['managefolders'] = 'Управление на папки';
$labels['account'] = 'Администриране на профила';
$labels['classic'] = 'По подразбиране';
$labels['remotefolders'] = 'Специални папки';
$labels['myroundcube'] = 'MyRoundCube';
$labels['skin_preview'] = 'Преглед на изгледа';

?>