summaryrefslogtreecommitdiff
path: root/myrc_sprites/localization
diff options
context:
space:
mode:
Diffstat (limited to 'myrc_sprites/localization')
-rw-r--r--myrc_sprites/localization/cs_CZ.inc18
-rw-r--r--myrc_sprites/localization/en_US.inc18
-rw-r--r--myrc_sprites/localization/es_ES.inc18
-rw-r--r--myrc_sprites/localization/fi_FI.inc18
-rw-r--r--myrc_sprites/localization/revision.inc.php11
5 files changed, 83 insertions, 0 deletions
diff --git a/myrc_sprites/localization/cs_CZ.inc b/myrc_sprites/localization/cs_CZ.inc
new file mode 100644
index 0000000..e45b9b9
--- /dev/null
+++ b/myrc_sprites/localization/cs_CZ.inc
@@ -0,0 +1,18 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/myrc_sprites/localization/cs_CZ.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: tachec - 01/22/2015 08:06:54
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'MyRoundcube sprity';
+$labels['plugindescription'] = 'Pomocný doplněk, který obsahuje sprity a sdílené obrázky, které využívají ostatní doplňky.';
+
+?> \ No newline at end of file
diff --git a/myrc_sprites/localization/en_US.inc b/myrc_sprites/localization/en_US.inc
new file mode 100644
index 0000000..8913db6
--- /dev/null
+++ b/myrc_sprites/localization/en_US.inc
@@ -0,0 +1,18 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/myrc_sprites/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 sprites';
+$labels['plugindescription'] = 'A helper plugin which holds sprites and shared images for other plugins.';
+
+?> \ No newline at end of file
diff --git a/myrc_sprites/localization/es_ES.inc b/myrc_sprites/localization/es_ES.inc
new file mode 100644
index 0000000..0c18658
--- /dev/null
+++ b/myrc_sprites/localization/es_ES.inc
@@ -0,0 +1,18 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/myrc_sprites/localization/es_ES.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: Yoni - 01/11/2015 17:54:50
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'Imágenes MyRoundcube';
+$labels['plugindescription'] = 'Un complemento auxiliar que contiene imágenes compartidas para distintos complementos.';
+
+?> \ No newline at end of file
diff --git a/myrc_sprites/localization/fi_FI.inc b/myrc_sprites/localization/fi_FI.inc
new file mode 100644
index 0000000..b0299ff
--- /dev/null
+++ b/myrc_sprites/localization/fi_FI.inc
@@ -0,0 +1,18 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/myrc_sprites/localization/fi_FI.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: Markku Virtanen - 01/15/2015 09:31:58
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'MyRoundcube sprites';
+$labels['plugindescription'] = 'Helper lisosa joka sisältää spritet ja jaetut kuvat muille lisäosille.';
+
+?> \ No newline at end of file
diff --git a/myrc_sprites/localization/revision.inc.php b/myrc_sprites/localization/revision.inc.php
new file mode 100644
index 0000000..08e57f0
--- /dev/null
+++ b/myrc_sprites/localization/revision.inc.php
@@ -0,0 +1,11 @@
+<?php
+
+$ps_localization_update = serialize(
+ array(
+ 'translator' => 'tachec',
+ 'language ' => 'cs_CZ',
+ 'date' => '01/22/2015 08:06:54'
+ )
+);
+
+?> \ No newline at end of file