diff options
| author | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-05 19:10:11 +0000 |
|---|---|---|
| committer | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-05 19:10:11 +0000 |
| commit | 3eb5a4ad3b21b95c276e76217d3d0489aaf12d6c (patch) | |
| tree | b470251aee273bb05e28a58382a97f7cd9fe1b45 /roundcubemail/plugins/subscriptions_option | |
| parent | 46faf91019d06277302d4fb169f285a866f0bc3d (diff) | |
localization update
git-svn-id: https://svn.roundcube.net/trunk@3019 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/subscriptions_option')
| -rw-r--r-- | roundcubemail/plugins/subscriptions_option/localization/cs_CZ.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/roundcubemail/plugins/subscriptions_option/localization/cs_CZ.inc b/roundcubemail/plugins/subscriptions_option/localization/cs_CZ.inc new file mode 100644 index 000000000..ca637fc6c --- /dev/null +++ b/roundcubemail/plugins/subscriptions_option/localization/cs_CZ.inc @@ -0,0 +1,23 @@ +<?php + +/* + ++-----------------------------------------------------------------------+ +| language/cs_CZ/labels.inc | +| | +| Language file of the RoundCube subscriptions option plugin | +| Copyright (C) 2005-2009, RoundCube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: Milan Kozak <hodza@hodza.net> | ++-----------------------------------------------------------------------+ + +@version $Id: labels.inc 2993 2009-09-26 18:32:07Z alec $ + +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Používat odebírání IMAP složek'; + +?> |
