blob: 5d7c9c4c237e86f30a8978bb160c014e04fbd9e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?php
/*
+-----------------------------------------------------------------------+
| language/cs_CZ/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2008-2010, RoundQube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
| Author: Ales Pospichal <ales@pospichalales.info> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['addvcardmsg'] = 'Přidat vCard do adresáře';
$labels['vcardsavefailed'] = 'Nelze uložit vCard';
?>
|