summaryrefslogtreecommitdiff
path: root/plugins/subscriptions_option/localization
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-10-04 10:01:32 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-10-04 10:01:32 +0200
commitfa3a6193155d4f1cc9f0714fe49685679f681c64 (patch)
treebfec58576e9c1c67c699844fee2db033916fc9c8 /plugins/subscriptions_option/localization
parent05c4edf34bcff89fcae80389e890fa07271f5275 (diff)
Imported recent launchpad translations
Diffstat (limited to 'plugins/subscriptions_option/localization')
-rw-r--r--plugins/subscriptions_option/localization/eo.inc18
-rw-r--r--plugins/subscriptions_option/localization/it_IT.inc18
-rw-r--r--plugins/subscriptions_option/localization/nb_NB.inc18
-rw-r--r--plugins/subscriptions_option/localization/vi_VN.inc18
-rw-r--r--plugins/subscriptions_option/localization/zh_CN.inc18
5 files changed, 90 insertions, 0 deletions
diff --git a/plugins/subscriptions_option/localization/eo.inc b/plugins/subscriptions_option/localization/eo.inc
new file mode 100644
index 000000000..4e0a88136
--- /dev/null
+++ b/plugins/subscriptions_option/localization/eo.inc
@@ -0,0 +1,18 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/eo/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Michael Moroni <michael.moroni@mailoo.org> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['useimapsubscriptions'] = 'Uzi IMAP-abonojn';
+
diff --git a/plugins/subscriptions_option/localization/it_IT.inc b/plugins/subscriptions_option/localization/it_IT.inc
new file mode 100644
index 000000000..f4e73c8d5
--- /dev/null
+++ b/plugins/subscriptions_option/localization/it_IT.inc
@@ -0,0 +1,18 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/it_IT/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Andrea Bernini <andrea.bernini@gmail.com> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['useimapsubscriptions'] = 'Usa sottoscrizioni IMAP';
+
diff --git a/plugins/subscriptions_option/localization/nb_NB.inc b/plugins/subscriptions_option/localization/nb_NB.inc
new file mode 100644
index 000000000..1024b1a8f
--- /dev/null
+++ b/plugins/subscriptions_option/localization/nb_NB.inc
@@ -0,0 +1,18 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/nb_NB/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Tobias V. Langhoff <spug@thespug.net> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['useimapsubscriptions'] = 'Bruk IMAP-abonnementer';
+
diff --git a/plugins/subscriptions_option/localization/vi_VN.inc b/plugins/subscriptions_option/localization/vi_VN.inc
new file mode 100644
index 000000000..31b8531ed
--- /dev/null
+++ b/plugins/subscriptions_option/localization/vi_VN.inc
@@ -0,0 +1,18 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/vi_VN/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Kenny Tran <kennethanh@gmail.com> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['useimapsubscriptions'] = 'Đăng ký dùng cách thức IMAP';
+
diff --git a/plugins/subscriptions_option/localization/zh_CN.inc b/plugins/subscriptions_option/localization/zh_CN.inc
new file mode 100644
index 000000000..817985704
--- /dev/null
+++ b/plugins/subscriptions_option/localization/zh_CN.inc
@@ -0,0 +1,18 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/zh_CN/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Christopher Meng <cickumqt@gmail.com> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['useimapsubscriptions'] = '使用 IMAP 订阅';
+