summaryrefslogtreecommitdiff
path: root/plugins/help/localization
diff options
context:
space:
mode:
authortill <till@php.net>2010-03-20 14:20:01 +0000
committertill <till@php.net>2010-03-20 14:20:01 +0000
commit63a3dc5fde5a3ceed4f03c19c5015aab19050bee (patch)
tree50aafccdad5fe36c59f10d194298c35f046afd2f /plugins/help/localization
parent0f8ff20ae2e8c949d58b9ca02bda95e388f7d142 (diff)
moved plugins
Diffstat (limited to 'plugins/help/localization')
-rw-r--r--plugins/help/localization/cs_CZ.inc25
-rw-r--r--plugins/help/localization/en_GB.inc8
-rw-r--r--plugins/help/localization/en_US.inc8
-rw-r--r--plugins/help/localization/et_EE.inc8
-rw-r--r--plugins/help/localization/hu_HU.inc8
-rw-r--r--plugins/help/localization/pl_PL.inc8
-rw-r--r--plugins/help/localization/sv_SE.inc8
7 files changed, 0 insertions, 73 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';
-
-?>
diff --git a/plugins/help/localization/en_GB.inc b/plugins/help/localization/en_GB.inc
deleted file mode 100644
index 8c2d1517c..000000000
--- a/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/plugins/help/localization/en_US.inc b/plugins/help/localization/en_US.inc
deleted file mode 100644
index 8c2d1517c..000000000
--- a/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/plugins/help/localization/et_EE.inc b/plugins/help/localization/et_EE.inc
deleted file mode 100644
index f95f09824..000000000
--- a/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/plugins/help/localization/hu_HU.inc b/plugins/help/localization/hu_HU.inc
deleted file mode 100644
index 6ff4f248e..000000000
--- a/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/plugins/help/localization/pl_PL.inc b/plugins/help/localization/pl_PL.inc
deleted file mode 100644
index 087bc0726..000000000
--- a/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/plugins/help/localization/sv_SE.inc b/plugins/help/localization/sv_SE.inc
deleted file mode 100644
index 8b0d48741..000000000
--- a/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';
-
-?>