Mercurial > hg > rc1
comparison plugins/thunderbird_labels/localization/cs_CZ.inc @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 <?php | |
2 | |
3 $labels = array(); | |
4 $labels['label'] = 'Štítky'; | |
5 $labels['label0'] = 'Žádný štítek'; | |
6 $labels['label1'] = 'Důležité'; | |
7 $labels['label2'] = 'Pracovní'; | |
8 $labels['label3'] = 'Osobní'; | |
9 $labels['label4'] = 'Udělat'; | |
10 $labels['label5'] = 'Později'; | |
11 | |
12 $labels['tb_label_options'] = 'Štítky'; | |
13 $labels['tb_label_enable_option'] = 'Povolit štítky'; | |
14 $labels['tb_label_enable_shortcuts_option'] = 'Povolit klávesové zkratky'; | |
15 $labels['tb_label_button_label'] = 'Štítky'; | |
16 $labels['tb_label_button_title'] = 'Nastavení štítků zprávy'; | |
17 $labels['tb_label_contextmenu_title'] = 'Štítky'; | |
18 $labels['tb_label_style_option'] = "Styl štítků"; | |
19 $labels['tb_label_label'] = "Štítek"; | |
20 $labels['thunderbird'] = "Thunderbird"; | |
21 $labels['bullets'] = "Tečky"; | |
22 | |
23 $messages = array(); | |
24 |