summaryrefslogtreecommitdiff
path: root/plugins/thunderbird_labels/localization/bg_BG.inc
blob: d4f9e45ad2eebf85c6e1f54957e6d56d4e783571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
* Author:
* Deyan Stoykov
* http://code.google.com/p/rcmail-thunderbird-labels/
*/

$labels = array();
$labels['label'] = 'Thunderbird етикети';
$labels['label0'] = 'Без етикет';
$labels['label1'] = 'Важно';
$labels['label2'] = 'Работно';
$labels['label3'] = 'Лично';
$labels['label4'] = 'За изпълнение';
$labels['label5'] = 'Отложено';

$messages = array();