summaryrefslogtreecommitdiff
path: root/roundcubemail/plugins/help/localization
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-20 14:20:01 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-20 14:20:01 +0000
commit8660a74501de5ee206f6c14246f7112e6ea91ad3 (patch)
tree1e67a0bcc9ebe254d6f0c21eb07728216f5b3149 /roundcubemail/plugins/help/localization
parent85de1261ba60e3df477a49a15de8471f79d2946a (diff)
moved plugins
git-svn-id: https://svn.roundcube.net/trunk@3394 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/help/localization')
-rw-r--r--roundcubemail/plugins/help/localization/cs_CZ.inc25
-rw-r--r--roundcubemail/plugins/help/localization/en_GB.inc8
-rw-r--r--roundcubemail/plugins/help/localization/en_US.inc8
-rw-r--r--roundcubemail/plugins/help/localization/et_EE.inc8
-rw-r--r--roundcubemail/plugins/help/localization/hu_HU.inc8
-rw-r--r--roundcubemail/plugins/help/localization/pl_PL.inc8
-rw-r--r--roundcubemail/plugins/help/localization/sv_SE.inc8
7 files changed, 0 insertions, 73 deletions
diff --git a/roundcubemail/plugins/help/localization/cs_CZ.inc b/roundcubemail/plugins/help/localization/cs_CZ.inc
deleted file mode 100644
index 638b3556f..000000000
--- a/roundcubemail/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';
-
-?>
diff --git a/roundcubemail/plugins/help/localization/en_GB.inc b/roundcubemail/plugins/help/localization/en_GB.inc
deleted file mode 100644
index 8c2d1517c..000000000
--- a/roundcubemail/plugins/help/localization/en_GB.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-$labels = array();
-$labels['help'] = 'Help';
-$labels['about'] = 'About';
-$labels['license'] = 'License';
-
-?>
diff --git a/roundcubemail/plugins/help/localization/en_US.inc b/roundcubemail/plugins/help/localization/en_US.inc
deleted file mode 100644
index 8c2d1517c..000000000
--- a/roundcubemail/plugins/help/localization/en_US.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-$labels = array();
-$labels['help'] = 'Help';
-$labels['about'] = 'About';
-$labels['license'] = 'License';
-
-?>
diff --git a/roundcubemail/plugins/help/localization/et_EE.inc b/roundcubemail/plugins/help/localization/et_EE.inc
deleted file mode 100644
index f95f09824..000000000
--- a/roundcubemail/plugins/help/localization/et_EE.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-$labels = array();
-$labels['help'] = 'Abi';
-$labels['about'] = 'Roundcube info';
-$labels['license'] = 'Litsents';
-
-?>
diff --git a/roundcubemail/plugins/help/localization/hu_HU.inc b/roundcubemail/plugins/help/localization/hu_HU.inc
deleted file mode 100644
index 6ff4f248e..000000000
--- a/roundcubemail/plugins/help/localization/hu_HU.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-$labels = array();
-$labels['help'] = 'Segítség';
-$labels['about'] = 'Névjegy';
-$labels['license'] = 'Licenc';
-
-?>
diff --git a/roundcubemail/plugins/help/localization/pl_PL.inc b/roundcubemail/plugins/help/localization/pl_PL.inc
deleted file mode 100644
index 087bc0726..000000000
--- a/roundcubemail/plugins/help/localization/pl_PL.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-$labels = array();
-$labels['help'] = 'Pomoc';
-$labels['about'] = 'O programie';
-$labels['license'] = 'Licencja';
-
-?>
diff --git a/roundcubemail/plugins/help/localization/sv_SE.inc b/roundcubemail/plugins/help/localization/sv_SE.inc
deleted file mode 100644
index 8b0d48741..000000000
--- a/roundcubemail/plugins/help/localization/sv_SE.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-$labels = array();
-$labels['help'] = 'Hjälp';
-$labels['about'] = 'Om';
-$labels['license'] = 'Licens';
-
-?>