summaryrefslogtreecommitdiff
path: root/plugins/thunderbird_labels/localization/de_DE.inc
blob: 86473f60afe441b268539de61e0333d8c9be088d (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 Schlagwörter';
$labels['label0'] = 'Alle Entfernen';
$labels['label1'] = 'Wichtig';
$labels['label2'] = 'Dienstlich';
$labels['label3'] = 'Persönlich'; // grün
$labels['label4'] = 'Zu Erledigen'; // blau
$labels['label5'] = 'Später';

$messages = array();