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/archive/localization/cs_CZ.inc | |
parent | 0f8ff20ae2e8c949d58b9ca02bda95e388f7d142 (diff) |
moved plugins
Diffstat (limited to 'plugins/archive/localization/cs_CZ.inc')
-rw-r--r-- | plugins/archive/localization/cs_CZ.inc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/archive/localization/cs_CZ.inc b/plugins/archive/localization/cs_CZ.inc deleted file mode 100644 index 04c8fcfa8..000000000 --- a/plugins/archive/localization/cs_CZ.inc +++ /dev/null @@ -1,25 +0,0 @@ -<?php - -/* - -+-----------------------------------------------------------------------+ -| language/cs_CZ/labels.inc | -| | -| Language file of the RoundCube archive 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['buttontitle'] = 'Archivovat zprávu'; -$labels['archived'] = 'Úspěšně vloženo do archivu'; -$labels['archivefolder'] = 'Archiv'; - -?> |