diff options
author | till <till@php.net> | 2010-03-20 14:20:01 +0000 |
---|---|---|
committer | till <till@php.net> | 2010-03-20 14:20:01 +0000 |
commit | 63a3dc5fde5a3ceed4f03c19c5015aab19050bee (patch) | |
tree | 50aafccdad5fe36c59f10d194298c35f046afd2f /plugins/help/localization/cs_CZ.inc | |
parent | 0f8ff20ae2e8c949d58b9ca02bda95e388f7d142 (diff) |
moved plugins
Diffstat (limited to 'plugins/help/localization/cs_CZ.inc')
-rw-r--r-- | plugins/help/localization/cs_CZ.inc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/help/localization/cs_CZ.inc b/plugins/help/localization/cs_CZ.inc deleted file mode 100644 index 638b3556f..000000000 --- a/plugins/help/localization/cs_CZ.inc +++ /dev/null @@ -1,25 +0,0 @@ -<?php - -/* - -+-----------------------------------------------------------------------+ -| language/cs_CZ/labels.inc | -| | -| Language file of the RoundCube help 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['help'] = 'Nápověda'; -$labels['about'] = 'O aplikaci'; -$labels['license'] = 'Licence'; - -?> |