summaryrefslogtreecommitdiff
path: root/myrc_branch/localization
diff options
context:
space:
mode:
Diffstat (limited to 'myrc_branch/localization')
-rw-r--r--myrc_branch/localization/cs_CZ.inc18
-rw-r--r--myrc_branch/localization/en_US.inc18
-rw-r--r--myrc_branch/localization/es_ES.inc18
-rw-r--r--myrc_branch/localization/revision.inc.php11
4 files changed, 65 insertions, 0 deletions
diff --git a/myrc_branch/localization/cs_CZ.inc b/myrc_branch/localization/cs_CZ.inc
new file mode 100644
index 0000000..be53fda
--- /dev/null
+++ b/myrc_branch/localization/cs_CZ.inc
@@ -0,0 +1,18 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/myrc_branch/localization/cs_CZ.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: tachec - 01/22/2015 08:03:27
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'Větev MyRoundcube';
+$labels['plugindescription'] = 'Pomocný doplněk pro informaci ostatním doplňkům o větvi MyRoundcube.';
+
+?> \ No newline at end of file
diff --git a/myrc_branch/localization/en_US.inc b/myrc_branch/localization/en_US.inc
new file mode 100644
index 0000000..c86b116
--- /dev/null
+++ b/myrc_branch/localization/en_US.inc
@@ -0,0 +1,18 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/myrc_branch/localization/en_US.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2013, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: Yoni - 05/08/2013 03:47:20
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'MyRoundcube branch';
+$labels['plugindescription'] = 'A helper plugin to indicate other plugins the MyRoundcube branch.';
+
+?> \ No newline at end of file
diff --git a/myrc_branch/localization/es_ES.inc b/myrc_branch/localization/es_ES.inc
new file mode 100644
index 0000000..d2db0c7
--- /dev/null
+++ b/myrc_branch/localization/es_ES.inc
@@ -0,0 +1,18 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/myrc_branch/localization/es_ES.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: Yoni - 01/11/2015 17:51:55
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'Rama de MyRoundcube';
+$labels['plugindescription'] = 'Un complemento auxiliar para indicar otros complementos la rama de MyRoundcube que se usa.';
+
+?> \ No newline at end of file
diff --git a/myrc_branch/localization/revision.inc.php b/myrc_branch/localization/revision.inc.php
new file mode 100644
index 0000000..ca0a7ba
--- /dev/null
+++ b/myrc_branch/localization/revision.inc.php
@@ -0,0 +1,11 @@
+<?php
+
+$ps_localization_update = serialize(
+ array(
+ 'translator' => 'tachec',
+ 'language ' => 'cs_CZ',
+ 'date' => '01/22/2015 08:03:27'
+ )
+);
+
+?> \ No newline at end of file