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

$labels = array();
$labels['label'] = 'Thunderbird Labels';
$labels['label0'] = 'No Label';
$labels['label1'] = 'Important';
$labels['label2'] = 'Work';
$labels['label3'] = 'Personal';
$labels['label4'] = 'To Do';
$labels['label5'] = 'Later';

$messages = array();