summaryrefslogtreecommitdiff
path: root/roundcubemail/plugins
diff options
context:
space:
mode:
authoryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-05 19:10:11 +0000
committeryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-05 19:10:11 +0000
commit3eb5a4ad3b21b95c276e76217d3d0489aaf12d6c (patch)
treeb470251aee273bb05e28a58382a97f7cd9fe1b45 /roundcubemail/plugins
parent46faf91019d06277302d4fb169f285a866f0bc3d (diff)
localization update
git-svn-id: https://svn.roundcube.net/trunk@3019 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins')
-rw-r--r--roundcubemail/plugins/archive/localization/cs_CZ.inc25
-rw-r--r--roundcubemail/plugins/help/localization/cs_CZ.inc25
-rw-r--r--roundcubemail/plugins/markasjunk/localization/cs_CZ.inc24
-rw-r--r--roundcubemail/plugins/subscriptions_option/localization/cs_CZ.inc23
-rw-r--r--roundcubemail/plugins/userinfo/localization/cs_CZ.inc27
5 files changed, 124 insertions, 0 deletions
diff --git a/roundcubemail/plugins/archive/localization/cs_CZ.inc b/roundcubemail/plugins/archive/localization/cs_CZ.inc
new file mode 100644
index 000000000..04c8fcfa8
--- /dev/null
+++ b/roundcubemail/plugins/archive/localization/cs_CZ.inc
@@ -0,0 +1,25 @@
+<?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';
+
+?>
diff --git a/roundcubemail/plugins/help/localization/cs_CZ.inc b/roundcubemail/plugins/help/localization/cs_CZ.inc
new file mode 100644
index 000000000..638b3556f
--- /dev/null
+++ b/roundcubemail/plugins/help/localization/cs_CZ.inc
@@ -0,0 +1,25 @@
+<?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';
+
+?>
diff --git a/roundcubemail/plugins/markasjunk/localization/cs_CZ.inc b/roundcubemail/plugins/markasjunk/localization/cs_CZ.inc
new file mode 100644
index 000000000..06ab2e93f
--- /dev/null
+++ b/roundcubemail/plugins/markasjunk/localization/cs_CZ.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+
++-----------------------------------------------------------------------+
+| language/cs_CZ/labels.inc |
+| |
+| Language file of the RoundCube markasjunk 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'] = 'Označit jako Spam';
+$labels['reportedasjunk'] = 'Úspěšně nahlášeno jako Spam';
+
+?> \ No newline at end of file
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';
+
+?>
diff --git a/roundcubemail/plugins/userinfo/localization/cs_CZ.inc b/roundcubemail/plugins/userinfo/localization/cs_CZ.inc
new file mode 100644
index 000000000..812ca7b2a
--- /dev/null
+++ b/roundcubemail/plugins/userinfo/localization/cs_CZ.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+
++-----------------------------------------------------------------------+
+| language/cs_CZ/labels.inc |
+| |
+| Language file of the RoundCube userinfo 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['infosfor'] = 'Informace pro';
+$labels['userinfo'] = 'Uživatel';
+$labels['created'] = 'Vytvořen';
+$labels['lastlogin'] = 'Naspoledy přihlášen';
+$labels['defaultidentity'] = 'Výchozí identita';
+
+?> \ No newline at end of file