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

$labels = array();
$labels['label'] = 'Štítky Thunderbirdu';
$labels['label0'] = 'Žádný štítek';
$labels['label1'] = 'Důležité';
$labels['label2'] = 'Pracovní';
$labels['label3'] = 'Osobní';
$labels['label4'] = 'Udělat';
$labels['label5'] = 'Později';

$messages = array();