diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-04 08:09:38 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-04 08:09:38 +0000 |
| commit | 205ef9ba0fa704d5a3023a3b113d85d6424764ea (patch) | |
| tree | 8ffc864ddf3ff2775c23f9c6282c7c37c424b55f /plugins/vcard_attachments/localization/cs_CZ.inc | |
| parent | ddc9f7374a2d5cf1e669f8b254c0815a2b9ea8dd (diff) | |
- Fixed typo in label name
- Added cs_CZ localization
git-svn-id: https://svn.roundcube.net/trunk@3803 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/vcard_attachments/localization/cs_CZ.inc')
| -rw-r--r-- | plugins/vcard_attachments/localization/cs_CZ.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/vcard_attachments/localization/cs_CZ.inc b/plugins/vcard_attachments/localization/cs_CZ.inc new file mode 100644 index 000000000..0ef43a53e --- /dev/null +++ b/plugins/vcard_attachments/localization/cs_CZ.inc @@ -0,0 +1,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'; + +?> |
