Mercurial > hg > rc1
comparison plugins/thunderbird_labels/localization/sk_SK.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'] = 'Žiadny štítok'; | |
6 $labels['label1'] = 'Uôležité'; | |
7 $labels['label2'] = 'Pracovné'; | |
8 $labels['label3'] = 'Osobné'; | |
9 $labels['label4'] = 'Urobiť'; | |
10 $labels['label5'] = 'Neskôr'; | |
11 | |
12 $labels['tb_label_options'] = 'Štítky'; | |
13 $labels['tb_label_enable_option'] = 'Povoliť štítky'; | |
14 $labels['tb_label_enable_shortcuts_option'] = 'Povoliť klávesové skratky'; | |
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'] = "Štýl štítkov"; | |
19 $labels['tb_label_label'] = "Štítek"; | |
20 $labels['thunderbird'] = "Thunderbird"; | |
21 $labels['bullets'] = "Bodky"; | |
22 | |
23 $messages = array(); |