summaryrefslogtreecommitdiff
path: root/plugins/keyboard_shortcuts/localization/cs_CZ.inc
blob: edaa05d966318b507ec0add9f1f02c312dab7e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php

/*
+-----------------------------------------------------------------------+
| language/cs_CZ/labels.inc                                             |
|                                                                       |
| Language file of the RoundCube Webmail client                         |
| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland                 |
| Licensed under the GNU GPL                                            |
|                                                                       |
+-----------------------------------------------------------------------+
| Author: Ales Pospichal <ales@pospichalales.info>                      |
+-----------------------------------------------------------------------+

*/

$labels = array();
$labels['keyboard_shortcuts'] = 'Klávesnicové zkratky';
$labels['show_keyboard_shortcuts'] = 'Zobrazit klávesnicové zkratky';
$labels['help'] = 'Nápověda';
$labels['selectallvisiblemessages'] = 'Vybrat všechny viditelné zprávy';
$labels['markallvisiblemessagesasread'] = 'Označit všechny viditelné zprávy jako přečtené';

?>