summaryrefslogtreecommitdiff
path: root/settings/localization
diff options
context:
space:
mode:
Diffstat (limited to 'settings/localization')
-rw-r--r--settings/localization/bg_BG.inc26
-rw-r--r--settings/localization/ca_ES.inc12
-rw-r--r--settings/localization/cs_CZ.inc27
-rw-r--r--settings/localization/da_DK.inc15
-rw-r--r--settings/localization/de_CH.inc24
-rw-r--r--settings/localization/de_DE.inc27
-rw-r--r--settings/localization/en_GB.inc26
-rw-r--r--settings/localization/en_US.inc16
-rw-r--r--settings/localization/es_ES.inc27
-rw-r--r--settings/localization/fi_FI.inc27
-rw-r--r--settings/localization/fr_FR.inc27
-rw-r--r--settings/localization/gl_ES.inc12
-rw-r--r--settings/localization/hu_HU.inc26
-rw-r--r--settings/localization/it_IT.inc26
-rw-r--r--settings/localization/nl_NL.inc27
-rw-r--r--settings/localization/pl_PL.inc29
-rw-r--r--settings/localization/pt_BR.inc25
-rw-r--r--settings/localization/pt_PT.inc26
-rw-r--r--settings/localization/revision.inc.php11
-rw-r--r--settings/localization/ru_RU.inc26
-rw-r--r--settings/localization/sk_SK.inc28
-rw-r--r--settings/localization/sv_SE.inc11
-rw-r--r--settings/localization/zh_CN.inc10
-rw-r--r--settings/localization/zh_TW.inc11
24 files changed, 522 insertions, 0 deletions
diff --git a/settings/localization/bg_BG.inc b/settings/localization/bg_BG.inc
new file mode 100644
index 0000000..17b1232
--- /dev/null
+++ b/settings/localization/bg_BG.inc
@@ -0,0 +1,26 @@
+<?php
+
+/*
++-----------------------------------------------------------------------+
+| language/_NEW_/labels.inc |
+| |
+| Language file of the RoundCube Webmail client |
+| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland |
+| Licensed under the GNU GPL |
+| |
++-----------------------------------------------------------------------+
+| Author: |
++-----------------------------------------------------------------------+
+
+*/
+
+$labels = array();
+$labels['menu'] = 'Меню';
+$labels['managefolders'] = 'Управление на папки';
+$labels['account'] = 'Администриране на профила';
+$labels['classic'] = 'По подразбиране';
+$labels['remotefolders'] = 'Специални папки';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['skin_preview'] = 'Преглед на изгледа';
+
+?> \ No newline at end of file
diff --git a/settings/localization/ca_ES.inc b/settings/localization/ca_ES.inc
new file mode 100644
index 0000000..89f7956
--- /dev/null
+++ b/settings/localization/ca_ES.inc
@@ -0,0 +1,12 @@
+<?php
+
+$labels = array();
+$labels['menu'] = 'Menú';
+$labels['managefolders'] = 'Administrar carpetes';
+$labels['account'] = 'Administrar adreces';
+$labels['classic'] = 'Per defecte';
+$labels['remotefolders'] = 'Carpetes especials';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['skin_preview'] = 'Previsualitzar tema';
+
+?> \ No newline at end of file
diff --git a/settings/localization/cs_CZ.inc b/settings/localization/cs_CZ.inc
new file mode 100644
index 0000000..c066801
--- /dev/null
+++ b/settings/localization/cs_CZ.inc
@@ -0,0 +1,27 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/settings/localization/cs_CZ.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: tachec - 01/20/2015 12:34:00
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'Nastavení';
+$labels['plugindescription'] = 'Toto je pomocný doplněk. Je využíván několika dalšími doplňky (např. všemi hmail_* doplňky).';
+$labels['menu'] = 'Menu';
+$labels['managefolders'] = 'Správa složek';
+$labels['account'] = 'Administrace účtu';
+$labels['classic'] = 'Výchozí';
+$labels['larry'] = 'Larry';
+$labels['remotefolders'] = 'Speciální složky';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['serversettings.serversettings'] = 'Další nastavení účtu';
+$labels['serversettings.description'] = 'Další nastavení účtu';
+
+?> \ No newline at end of file
diff --git a/settings/localization/da_DK.inc b/settings/localization/da_DK.inc
new file mode 100644
index 0000000..c7a8b3e
--- /dev/null
+++ b/settings/localization/da_DK.inc
@@ -0,0 +1,15 @@
+<?php
+
+$labels=array();
+$labels['pluginname'] = 'Indstillinger';
+$labels['plugindescription'] = 'Dette er et hjælper modul. Det er krævet af flere andre moduler.';
+$labels['menu'] = 'Menu';
+$labels['managefolders'] = 'Håndter mapper';
+$labels['account'] = 'Administration af konto';
+$labels['classic'] = 'Standard';
+$labels['larry'] = 'Larry';
+$labels['remotefolders'] = 'Specielle mapper';
+$labels['myroundcube'] = 'Min RoundCube Webmail';
+$labels['skin_preview'] = 'Forhåndsvisning af brugerflade';
+
+?> \ No newline at end of file
diff --git a/settings/localization/de_CH.inc b/settings/localization/de_CH.inc
new file mode 100644
index 0000000..a480711
--- /dev/null
+++ b/settings/localization/de_CH.inc
@@ -0,0 +1,24 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/settings/localization/de_CH.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2012, Roland 'rosali' Liebl
+ | Licensed under the GNU GPL
+ |
+ +-----------------------------------------------------------------------+
+ | Author: myroundcube@mail4us.net - 03/21/2012 18:06:21
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['menu'] = 'Menue';
+$labels['managefolders'] = 'Ordner verwalten';
+$labels['account'] = 'Konto-Einstellungen';
+$labels['classic'] = 'Standard';
+$labels['remotefolders'] = 'Spezialordner';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['skin_preview'] = 'Vorschau Benutzerobfläche';
+
+?> \ No newline at end of file
diff --git a/settings/localization/de_DE.inc b/settings/localization/de_DE.inc
new file mode 100644
index 0000000..c1da395
--- /dev/null
+++ b/settings/localization/de_DE.inc
@@ -0,0 +1,27 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/settings/localization/de_DE.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: myroundcube@mail4us.net - 01/12/2015 09:37:42
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'Einstellungen';
+$labels['plugindescription'] = 'Diese Hilfserweiterung wird von einigen anderen Erweiterungen benötigt (z.B. alle hmail_* Erweiterungen).';
+$labels['menu'] = 'Menü';
+$labels['managefolders'] = 'Ordner verwalten';
+$labels['account'] = 'Konto-Einstellungen';
+$labels['classic'] = 'Standard';
+$labels['larry'] = 'Larry';
+$labels['remotefolders'] = 'Spezialordner';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['serversettings.serversettings'] = 'Weitere Kontoeinstellungen';
+$labels['serversettings.description'] = 'Weitere Kontoeinstellungen';
+
+?> \ No newline at end of file
diff --git a/settings/localization/en_GB.inc b/settings/localization/en_GB.inc
new file mode 100644
index 0000000..66be15a
--- /dev/null
+++ b/settings/localization/en_GB.inc
@@ -0,0 +1,26 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/settings/localization/en_GB.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2012, Roland 'rosali' Liebl
+ | Licensed under the GNU GPL
+ |
+ +-----------------------------------------------------------------------+
+ | Author: myroundcube@mail4us.net - 03/20/2012 09:35:29
+ +-----------------------------------------------------------------------+
+
+*/
+
+$labels = array();
+$labels['menu'] = 'Menu';
+$labels['managefolders'] = 'Manage Folders';
+$labels['account'] = 'Account Administration';
+$labels['classic'] = 'Default';
+$labels['remotefolders'] = 'Special Folders';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['skin_preview'] = 'Skin Preview';
+
+?> \ No newline at end of file
diff --git a/settings/localization/en_US.inc b/settings/localization/en_US.inc
new file mode 100644
index 0000000..3c6fd6d
--- /dev/null
+++ b/settings/localization/en_US.inc
@@ -0,0 +1,16 @@
+<?php
+
+$labels = array();
+$labels['pluginname'] = 'Settings';
+$labels['plugindescription'] = 'This is a helper plugin. It is required of several other plugins (f.e. all hmail_* plugins).';
+$labels['menu'] = 'Menu';
+$labels['managefolders'] = 'Manage Folders';
+$labels['account'] = 'Account Administration';
+$labels['classic'] = 'Default';
+$labels['larry'] = 'Larry';
+$labels['remotefolders'] = 'Special Folders';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['serversettings.serversettings'] = 'Other account\'s settings';
+$labels['serversettings.description'] = 'Other account\'s settings';
+
+?> \ No newline at end of file
diff --git a/settings/localization/es_ES.inc b/settings/localization/es_ES.inc
new file mode 100644
index 0000000..a57313d
--- /dev/null
+++ b/settings/localization/es_ES.inc
@@ -0,0 +1,27 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/settings/localization/es_ES.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: Yoni - 01/12/2015 10:28:29
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'Configuración';
+$labels['plugindescription'] = 'Este es un complemento de ayuda. Es requerido por otros complemento (p.e. todos los complementos hmail_* ).';
+$labels['menu'] = 'Menú';
+$labels['managefolders'] = 'Administrar carpetas';
+$labels['account'] = 'Administrar cuentas';
+$labels['classic'] = 'Por defecto';
+$labels['larry'] = 'Larry';
+$labels['remotefolders'] = 'Carpetas especiales';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['serversettings.serversettings'] = 'Otras configuraciones de cuenta';
+$labels['serversettings.description'] = 'Otras configuraciones de cuenta';
+
+?> \ No newline at end of file
diff --git a/settings/localization/fi_FI.inc b/settings/localization/fi_FI.inc
new file mode 100644
index 0000000..b272f03
--- /dev/null
+++ b/settings/localization/fi_FI.inc
@@ -0,0 +1,27 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/settings/localization/fi_FI.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: Markku Virtanen - 01/15/2015 09:52:40
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'Asetukset';
+$labels['plugindescription'] = 'Tämä on helper lisäosa. Muut lisäosat käyttävät tätä lisäosaa (esim. kaikki hmail_* lisäosat).';
+$labels['menu'] = 'Valikko';
+$labels['managefolders'] = 'Hallinnoi kansioita';
+$labels['account'] = 'Tilin hallinta';
+$labels['classic'] = 'Oletus';
+$labels['larry'] = 'Larry';
+$labels['remotefolders'] = 'Erikoiskansiot';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['serversettings.serversettings'] = 'Muut tilin asetukset';
+$labels['serversettings.description'] = 'Muut tilin asetukset';
+
+?> \ No newline at end of file
diff --git a/settings/localization/fr_FR.inc b/settings/localization/fr_FR.inc
new file mode 100644
index 0000000..ec96973
--- /dev/null
+++ b/settings/localization/fr_FR.inc
@@ -0,0 +1,27 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/settings/localization/fr_FR.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: Olivier Zolli - 01/20/2015 17:59:37
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'Paramètres';
+$labels['plugindescription'] = 'Ce plugin est nécessaire pour le bon fonctionnement d\'autres plugins (par exemple tous les hmail* plugins)';
+$labels['menu'] = 'Menu';
+$labels['managefolders'] = 'Gestion des dossiers';
+$labels['account'] = 'Administration du compte';
+$labels['classic'] = 'Classic';
+$labels['larry'] = 'Larry';
+$labels['remotefolders'] = 'Dossiers spéciaux';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['serversettings.serversettings'] = 'Autres paramètres de compte';
+$labels['serversettings.description'] = 'Autres paramètres de compte';
+
+?> \ No newline at end of file
diff --git a/settings/localization/gl_ES.inc b/settings/localization/gl_ES.inc
new file mode 100644
index 0000000..a91c576
--- /dev/null
+++ b/settings/localization/gl_ES.inc
@@ -0,0 +1,12 @@
+<?php
+
+$labels = array();
+$labels['menu'] = 'Menú';
+$labels['managefolders'] = 'Xestionar os cartafoles';
+$labels['account'] = 'Xestionar as contas';
+$labels['classic'] = 'Por omisión';
+$labels['remotefolders'] = 'Cartafoles especiais';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['skin_preview'] = 'Previsualizar tema';
+
+?> \ No newline at end of file
diff --git a/settings/localization/hu_HU.inc b/settings/localization/hu_HU.inc
new file mode 100644
index 0000000..06113ab
--- /dev/null
+++ b/settings/localization/hu_HU.inc
@@ -0,0 +1,26 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/settings/localization/hu_HU.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2013, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: Mihaly Vukovics - 09/18/2013 13:29:57
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'Beállítás';
+$labels['plugindescription'] = 'Ez egy segés beépűlő, Több egyéb beépülőmodul igényelheti';
+$labels['menu'] = 'Menü';
+$labels['managefolders'] = 'Mappák kezelése';
+$labels['account'] = 'Fiók kezelése';
+$labels['classic'] = 'Alapértelmezett';
+$labels['larry'] = 'Larry';
+$labels['remotefolders'] = 'Speciális mappák';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['skin_preview'] = 'Téma előnézet';
+
+?> \ No newline at end of file
diff --git a/settings/localization/it_IT.inc b/settings/localization/it_IT.inc
new file mode 100644
index 0000000..7201935
--- /dev/null
+++ b/settings/localization/it_IT.inc
@@ -0,0 +1,26 @@
+<?php
+
+/*
++-----------------------------------------------------------------------+
+| language/it_IT/labels.inc |
+| |
+| Language file of the RoundCube Webmail client |
+| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland |
+| Licensed under the GNU GPL |
+| |
++-----------------------------------------------------------------------+
+| Author: Matteo Bonora <develop@matteobonora.it> |
++-----------------------------------------------------------------------+
+
+*/
+
+$labels = array();
+$labels['menu'] = 'Menù';
+$labels['managefolders'] = 'Gestisci Cartelle';
+$labels['account'] = 'Amministrazione Account';
+$labels['classic'] = 'Predefinito';
+$labels['remotefolders'] = 'Cartelle Speciali';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['skin_preview'] = 'Anteprima Skin';
+
+?> \ No newline at end of file
diff --git a/settings/localization/nl_NL.inc b/settings/localization/nl_NL.inc
new file mode 100644
index 0000000..793a4dc
--- /dev/null
+++ b/settings/localization/nl_NL.inc
@@ -0,0 +1,27 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/settings/localization/nl_NL.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2012, Roland 'rosali' Liebl
+ | Licensed under the GNU GPL
+ |
+ +-----------------------------------------------------------------------+
+ | Author: HiJack! - 10/22/2012 20:03:26
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['menu'] = 'Menu';
+$labels['managefolders'] = 'Mappen beheren';
+$labels['account'] = 'Accountbeheer';
+$labels['classic'] = 'Standaard';
+$labels['remotefolders'] = 'Speciale mappen';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['skin_preview'] = 'Themavoorbeeld';
+$labels['larry'] = 'Larry';
+$labels['pluginname'] = 'Instellingen';
+$labels['plugindescription'] = 'Dit is een ondersteunende plugin die vereist wordt door diverse andere plugins (o.a. alle hmail_* plugins).';
+
+?> \ No newline at end of file
diff --git a/settings/localization/pl_PL.inc b/settings/localization/pl_PL.inc
new file mode 100644
index 0000000..6dcc058
--- /dev/null
+++ b/settings/localization/pl_PL.inc
@@ -0,0 +1,29 @@
+<?php
+
+/*
++-----------------------------------------------------------------------+
+| language/pl_PL/labels.inc |
+| |
+| Language file of the RoundCube Webmail client |
+| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland |
+| Licensed under the GNU GPL |
+| |
++-----------------------------------------------------------------------+
+| Author: |
++-----------------------------------------------------------------------+
+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'Ustawienia';
+$labels['plugindescription'] = 'To jest wtyczka pomocnicza. Jest wymagana przez inne wtyczki (np : hmail_xxx)';
+$labels['menu'] = 'Menu';
+$labels['managefolders'] = 'Zarządzanie folderami';
+$labels['account'] = 'Administracja kontem';
+$labels['classic'] = 'Domyślnie';
+$labels['remotefolders'] = 'Foldery specjalne';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['skin_preview'] = 'Podgląd Skórki';
+$labels['larry'] = 'Larry';
+
+?> \ No newline at end of file
diff --git a/settings/localization/pt_BR.inc b/settings/localization/pt_BR.inc
new file mode 100644
index 0000000..fba065c
--- /dev/null
+++ b/settings/localization/pt_BR.inc
@@ -0,0 +1,25 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/settings/localization/pt_BR.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2012, Roland 'rosali' Liebl
+ | Licensed under the GNU GPL
+ |
+ +-----------------------------------------------------------------------+
+ | Author: filhocf - 08/24/2012 16:38:59
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['menu'] = 'Menu';
+$labels['managefolders'] = 'Gerenciar pastas';
+$labels['account'] = 'Administração da Conta';
+$labels['classic'] = 'Padrão';
+$labels['remotefolders'] = 'Pastas Especiais';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['skin_preview'] = 'Visualizar Tema';
+$labels['larry'] = 'Larry';
+
+?> \ No newline at end of file
diff --git a/settings/localization/pt_PT.inc b/settings/localization/pt_PT.inc
new file mode 100644
index 0000000..8534bee
--- /dev/null
+++ b/settings/localization/pt_PT.inc
@@ -0,0 +1,26 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/settings/localization/pt_PT.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2012, Roland 'rosali' Liebl
+ | Licensed under the GNU GPL
+ |
+ +-----------------------------------------------------------------------+
+ | Author: Ling Fude - 03/19/2012 15:19:25
+ +-----------------------------------------------------------------------+
+
+*/
+
+$labels = array();
+$labels['menu'] = 'Menu';
+$labels['managefolders'] = 'Gerir pastas';
+$labels['account'] = 'Administração da conta';
+$labels['classic'] = 'Predefinido';
+$labels['remotefolders'] = 'Pastas especiais';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['skin_preview'] = 'Pré-visualização da Skin';
+
+?> \ No newline at end of file
diff --git a/settings/localization/revision.inc.php b/settings/localization/revision.inc.php
new file mode 100644
index 0000000..76a34d7
--- /dev/null
+++ b/settings/localization/revision.inc.php
@@ -0,0 +1,11 @@
+<?php
+
+$ps_localization_update = serialize(
+ array(
+ 'translator' => 'Olivier Zolli',
+ 'language ' => 'fr_FR',
+ 'date' => '01/20/2015 17:59:37'
+ )
+);
+
+?> \ No newline at end of file
diff --git a/settings/localization/ru_RU.inc b/settings/localization/ru_RU.inc
new file mode 100644
index 0000000..fecaf85
--- /dev/null
+++ b/settings/localization/ru_RU.inc
@@ -0,0 +1,26 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/settings/localization/ru_RU.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2013, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: Pavel - 01/26/2013 15:03:49
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'Настройки';
+$labels['plugindescription'] = 'Это плагин подсказки. Он требует наличия некоторых других плагинов';
+$labels['menu'] = 'Меню';
+$labels['managefolders'] = 'Управление папками';
+$labels['account'] = 'Управление аккаунтом';
+$labels['classic'] = 'Настройки по умолчанию';
+$labels['remotefolders'] = 'Особые папки';
+$labels['myroundcube'] = 'Мой Roundcube';
+$labels['skin_preview'] = 'Предпросмотр Скина';
+$labels['larry'] = 'Ларри';
+
+?> \ No newline at end of file
diff --git a/settings/localization/sk_SK.inc b/settings/localization/sk_SK.inc
new file mode 100644
index 0000000..fbe6bc2
--- /dev/null
+++ b/settings/localization/sk_SK.inc
@@ -0,0 +1,28 @@
+<?php
+
+/*
++-----------------------------------------------------------------------+
+| language/sk_SK/labels.inc |
+| |
+| Language file of the RoundCube Webmail client |
+| Copyright (C) 2008-2012, RoundQube Dev. - Switzerland |
+| |
++-----------------------------------------------------------------------+
+| Author: |
++-----------------------------------------------------------------------+
+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'Nastavenia';
+$labels['plugindescription'] = 'Toto je pomocný plugin. Je požadovaný viacerými inými pluginmi (napr. všetky hmail_* pluginy).)';
+$labels['menu'] = 'Ponuka';
+$labels['managefolders'] = 'Spravuj priecinky';
+$labels['account'] = 'Administrácia úctu';
+$labels['classic'] = 'Predvolené';
+$labels['remotefolders'] = 'Špeciálne adresáre';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['skin_preview'] = 'Náhlad vzhladu';
+$labels['larry'] = 'Larry';
+
+?> \ No newline at end of file
diff --git a/settings/localization/sv_SE.inc b/settings/localization/sv_SE.inc
new file mode 100644
index 0000000..3e7fcda
--- /dev/null
+++ b/settings/localization/sv_SE.inc
@@ -0,0 +1,11 @@
+<?php
+
+$labels = array();
+$labels['menu'] = 'Meny';
+$labels['managefolders'] = 'Hantera mappar';
+$labels['account'] = 'Konto administration';
+$labels['classic'] = 'Standard';
+$labels['remotefolders'] = 'Speciella mappar';
+$labels['myroundcube'] = 'MinRoundCube';
+
+?> \ No newline at end of file
diff --git a/settings/localization/zh_CN.inc b/settings/localization/zh_CN.inc
new file mode 100644
index 0000000..aed911a
--- /dev/null
+++ b/settings/localization/zh_CN.inc
@@ -0,0 +1,10 @@
+<?php
+
+$labels = array();
+$labels['menu'] = '菜单';
+$labels['managefolders'] = '管理文件夹';
+$labels['account'] = '用户管理';
+$labels['classic'] = '默认';
+$labels['remotefolders'] = '特定文件夹';
+
+?> \ No newline at end of file
diff --git a/settings/localization/zh_TW.inc b/settings/localization/zh_TW.inc
new file mode 100644
index 0000000..7e6f345
--- /dev/null
+++ b/settings/localization/zh_TW.inc
@@ -0,0 +1,11 @@
+<?php
+
+$labels = array();
+$labels['menu'] = '菜單';
+$labels['managefolders'] = '管理文件夾';
+$labels['account'] = '用戶管理';
+$labels['classic'] = '默認';
+$labels['remotefolders'] = '特定文件夾';
+$labels['myroundcube'] = '我的RoundCube';
+
+?> \ No newline at end of file