summaryrefslogtreecommitdiff
path: root/webmail/plugins/new_user_dialog/localization
diff options
context:
space:
mode:
Diffstat (limited to 'webmail/plugins/new_user_dialog/localization')
-rw-r--r--webmail/plugins/new_user_dialog/localization/az_AZ.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/be_BE.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/bg_BG.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/bs_BA.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/ca_ES.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/cs_CZ.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/cy_GB.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/da_DK.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/de_CH.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/de_DE.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/el_GR.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/en_GB.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/en_US.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/eo.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/es_ES.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/et_EE.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/fa_IR.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/fi_FI.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/fr_FR.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/gl_ES.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/he_IL.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/hr_HR.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/hu_HU.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/hy_AM.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/id_ID.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/it_IT.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/ja_JP.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/km_KH.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/ko_KR.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/ku.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/lt_LT.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/lv_LV.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/ml_IN.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/ml_ML.inc20
-rw-r--r--webmail/plugins/new_user_dialog/localization/mr_IN.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/nb_NB.inc19
-rw-r--r--webmail/plugins/new_user_dialog/localization/nb_NO.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/nl_NL.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/nn_NO.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/pl_PL.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/pt_BR.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/pt_PT.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/ro_RO.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/ru_RU.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/sk_SK.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/sl_SI.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/sr_CS.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/sv_SE.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/tr_TR.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/uk_UA.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/vi_VN.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/zh_CN.inc23
-rw-r--r--webmail/plugins/new_user_dialog/localization/zh_TW.inc23
53 files changed, 1212 insertions, 0 deletions
diff --git a/webmail/plugins/new_user_dialog/localization/az_AZ.inc b/webmail/plugins/new_user_dialog/localization/az_AZ.inc
new file mode 100644
index 0000000..df576c6
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/az_AZ.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Lütfən, adınızı yazın.';
+$labels['identitydialoghint'] = 'Bu məlumat yalnız ilk girişdə göstərilir.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/be_BE.inc b/webmail/plugins/new_user_dialog/localization/be_BE.inc
new file mode 100644
index 0000000..08881d8
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/be_BE.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Калі ласка, запоўніце асабістыя звесткі';
+$labels['identitydialoghint'] = 'Гэтае вакно з\'яўляецца толькі аднойчы, у час першага ўваходу.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/bg_BG.inc b/webmail/plugins/new_user_dialog/localization/bg_BG.inc
new file mode 100644
index 0000000..3201c61
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/bg_BG.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Моля попълнете Вашите данни.';
+$labels['identitydialoghint'] = 'Това съобщение се появява само при първото влизане.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/bs_BA.inc b/webmail/plugins/new_user_dialog/localization/bs_BA.inc
new file mode 100644
index 0000000..6b07e7c
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/bs_BA.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Molimo vas da kompletirate vaš identitet pošiljaoca';
+$labels['identitydialoghint'] = 'Ovaj okvir se pojavljuje samo jednom prilikom prve prijave.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/ca_ES.inc b/webmail/plugins/new_user_dialog/localization/ca_ES.inc
new file mode 100644
index 0000000..0470422
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/ca_ES.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Si us plau, completeu la identitat del vostre remitent';
+$labels['identitydialoghint'] = 'Aquest quadre només apareix un cop a la primera entrada.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/cs_CZ.inc b/webmail/plugins/new_user_dialog/localization/cs_CZ.inc
new file mode 100644
index 0000000..90f84d0
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/cs_CZ.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Prosím doplňte své jméno a e-mail';
+$labels['identitydialoghint'] = 'Tento dialog se objeví pouze při prvním přihlášení.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/cy_GB.inc b/webmail/plugins/new_user_dialog/localization/cy_GB.inc
new file mode 100644
index 0000000..e9e42d1
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/cy_GB.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Cwblhewch eich enw danfonwr';
+$labels['identitydialoghint'] = 'Mae\'r bocs hwn yn ymddangos unwaith ar eich mewngofnodiad cyntaf.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/da_DK.inc b/webmail/plugins/new_user_dialog/localization/da_DK.inc
new file mode 100644
index 0000000..c08c108
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/da_DK.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Udfyld din afsender identitet';
+$labels['identitydialoghint'] = 'Denne boks vises kun én gang ved første login';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/de_CH.inc b/webmail/plugins/new_user_dialog/localization/de_CH.inc
new file mode 100644
index 0000000..23a897d
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/de_CH.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Bitte vervollständigen Sie Ihre Absender-Informationen';
+$labels['identitydialoghint'] = 'Dieser Dialog erscheint nur einmal beim ersten Login.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/de_DE.inc b/webmail/plugins/new_user_dialog/localization/de_DE.inc
new file mode 100644
index 0000000..23a897d
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/de_DE.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Bitte vervollständigen Sie Ihre Absender-Informationen';
+$labels['identitydialoghint'] = 'Dieser Dialog erscheint nur einmal beim ersten Login.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/el_GR.inc b/webmail/plugins/new_user_dialog/localization/el_GR.inc
new file mode 100644
index 0000000..b03d43c
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/el_GR.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Παρακαλώ συμπληρώστε την ταυτότητα του αποστολέα';
+$labels['identitydialoghint'] = 'Αυτό το πλαίσιο εμφανίζεται μια φορά κατά την πρώτη σύνδεση';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/en_GB.inc b/webmail/plugins/new_user_dialog/localization/en_GB.inc
new file mode 100644
index 0000000..ead515d
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/en_GB.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Please complete your sender identity.';
+$labels['identitydialoghint'] = 'This box only appears once at the first login.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/en_US.inc b/webmail/plugins/new_user_dialog/localization/en_US.inc
new file mode 100644
index 0000000..a9e66bd
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/en_US.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Please complete your sender identity';
+$labels['identitydialoghint'] = 'This box only appears once at the first login.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/eo.inc b/webmail/plugins/new_user_dialog/localization/eo.inc
new file mode 100644
index 0000000..e8fd2e9
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/eo.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Bonvole plenumu vian identon pri sendanto';
+$labels['identitydialoghint'] = 'Ĉi tiu kesto aperas nur unufoje je la unua ensaluto.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/es_ES.inc b/webmail/plugins/new_user_dialog/localization/es_ES.inc
new file mode 100644
index 0000000..c44e3bb
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/es_ES.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Por favor, complete sus datos personales';
+$labels['identitydialoghint'] = 'Este diálogo sólo aparecerá la primera vez que se conecte al correo.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/et_EE.inc b/webmail/plugins/new_user_dialog/localization/et_EE.inc
new file mode 100644
index 0000000..610d496
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/et_EE.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Palun täida oma saatja identiteet';
+$labels['identitydialoghint'] = 'See kast ilmub ainult esimesel sisselogimisel.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/fa_IR.inc b/webmail/plugins/new_user_dialog/localization/fa_IR.inc
new file mode 100644
index 0000000..473ac72
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/fa_IR.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'لطفا شناسنه ارسالی‌تان را کامل کنید';
+$labels['identitydialoghint'] = 'این جعبه فقط یک بار در اولین ورود ظاهر می‌شود.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/fi_FI.inc b/webmail/plugins/new_user_dialog/localization/fi_FI.inc
new file mode 100644
index 0000000..22ca93c
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/fi_FI.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Täydennä lähettäjätietosi';
+$labels['identitydialoghint'] = 'Tämä kohta näkyy vain ensimmäisellä kirjautumiskerralla.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/fr_FR.inc b/webmail/plugins/new_user_dialog/localization/fr_FR.inc
new file mode 100644
index 0000000..58bc5f8
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/fr_FR.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Veuillez saisir votre identité d\'expéditeur';
+$labels['identitydialoghint'] = 'Cette fenêtre de dialogue ne s\'affiche qu\'une seule fois à la première connexion.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/gl_ES.inc b/webmail/plugins/new_user_dialog/localization/gl_ES.inc
new file mode 100644
index 0000000..c612997
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/gl_ES.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Por favor, complete os seus datos persoais';
+$labels['identitydialoghint'] = 'Este diálogo só aparecerá a primera vez que se conecte ao correo.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/he_IL.inc b/webmail/plugins/new_user_dialog/localization/he_IL.inc
new file mode 100644
index 0000000..97991df
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/he_IL.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'נא להשלים את פרטי זהותך';
+$labels['identitydialoghint'] = 'תיבה זו מופיעה פעם אחת בזמן הכניסה הראשונה למערכת';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/hr_HR.inc b/webmail/plugins/new_user_dialog/localization/hr_HR.inc
new file mode 100644
index 0000000..33b11c3
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/hr_HR.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Molim dovršite vaš identitet za slanje poruka';
+$labels['identitydialoghint'] = 'Ova poruka će se pojaviti samo kod prve prijave.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/hu_HU.inc b/webmail/plugins/new_user_dialog/localization/hu_HU.inc
new file mode 100644
index 0000000..7a636d9
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/hu_HU.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Kérem töltse ki a küldő azonosítóját';
+$labels['identitydialoghint'] = 'Ez az ablak csak az első belépéskor jelenik meg.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/hy_AM.inc b/webmail/plugins/new_user_dialog/localization/hy_AM.inc
new file mode 100644
index 0000000..8d96de0
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/hy_AM.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Լրացրեք Ձեր ինքնությունը';
+$labels['identitydialoghint'] = 'Այս նշումը երևում է միայն առաջին մուտքի ժամանակ մեկ անգամ';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/id_ID.inc b/webmail/plugins/new_user_dialog/localization/id_ID.inc
new file mode 100644
index 0000000..b2f7ace
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/id_ID.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Tolong lengkapi identitas pengirim Anda';
+$labels['identitydialoghint'] = 'Kotak ini hanya muncul sekali saat masuk pertama kali.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/it_IT.inc b/webmail/plugins/new_user_dialog/localization/it_IT.inc
new file mode 100644
index 0000000..0d1032d
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/it_IT.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Per favore completa le informazioni riguardo la tua identità';
+$labels['identitydialoghint'] = 'Questa finestra comparirà una volta sola al primo accesso';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/ja_JP.inc b/webmail/plugins/new_user_dialog/localization/ja_JP.inc
new file mode 100644
index 0000000..fbf5b5b
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/ja_JP.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = '送信者情報の入力を完了してください。';
+$labels['identitydialoghint'] = 'このボックスは最初のログイン時に一度だけ表示されます。';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/km_KH.inc b/webmail/plugins/new_user_dialog/localization/km_KH.inc
new file mode 100644
index 0000000..1752a10
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/km_KH.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'សូមបំពេញអ្តសញ្ញាណអ្នកផ្ញើ';
+$labels['identitydialoghint'] = 'ប្រអប់នេះបង្ហាញតែម្តងទេ ពេលចូលលើកទីមួយ';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/ko_KR.inc b/webmail/plugins/new_user_dialog/localization/ko_KR.inc
new file mode 100644
index 0000000..d9b5194
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/ko_KR.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = '수신인의 신원을 완성하시기 바랍니다.';
+$labels['identitydialoghint'] = '이 상자는 최초로 로그인할 때만 나타납니다.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/ku.inc b/webmail/plugins/new_user_dialog/localization/ku.inc
new file mode 100644
index 0000000..fe0f8e5
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/ku.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'tkaya nawnişani nenar ba tawawi bnwsa';
+$labels['identitydialoghint'] = 'am qtwia wadiara yak jar la sarata krawatawa';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/lt_LT.inc b/webmail/plugins/new_user_dialog/localization/lt_LT.inc
new file mode 100644
index 0000000..f134bc4
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/lt_LT.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Prašom užpildyti trūkstamą informaciją apie save';
+$labels['identitydialoghint'] = 'Šis langas rodomas tik prisijungus pirmąjį kartą.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/lv_LV.inc b/webmail/plugins/new_user_dialog/localization/lv_LV.inc
new file mode 100644
index 0000000..2e36423
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/lv_LV.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Lūdzu, aizpildiet nosūtītāja identifikācijas informāciju';
+$labels['identitydialoghint'] = 'Šis logs parādīsies tikai pirmajā pieteikšanās reizē';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/ml_IN.inc b/webmail/plugins/new_user_dialog/localization/ml_IN.inc
new file mode 100644
index 0000000..74ce428
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/ml_IN.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'സ്വീകര്‍ത്താവിന്റെ വ്യക്തിത്വം പൂര്‍ത്തീകരിക്കുക';
+$labels['identitydialoghint'] = 'ആദ്യത്തെ പ്രവേശനത്തില്‍ മാത്രമേ ഈ പെട്ടി വരികയുള്ളു';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/ml_ML.inc b/webmail/plugins/new_user_dialog/localization/ml_ML.inc
new file mode 100644
index 0000000..931ea43
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/ml_ML.inc
@@ -0,0 +1,20 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/ml_ML/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Anish A <aneesh.nl@gmail.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'സ്വീകര്‍ത്താവിന്റെ വ്യക്തിത്വം പൂര്‍ത്തീകരിക്കുക';
+$labels['identitydialoghint'] = 'ആദ്യത്തെ പ്രവേശനത്തില്‍ മാത്രമേ ഈ പെട്ടി വരികയുള്ളു';
+
diff --git a/webmail/plugins/new_user_dialog/localization/mr_IN.inc b/webmail/plugins/new_user_dialog/localization/mr_IN.inc
new file mode 100644
index 0000000..2e684aa
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/mr_IN.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'कृपया पाठवणा-याची ओळख पूर्ण करा';
+$labels['identitydialoghint'] = 'हा चौकोन पहिल्यांदा लॉगिन करताना एकदाच दिसेल.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/nb_NB.inc b/webmail/plugins/new_user_dialog/localization/nb_NB.inc
new file mode 100644
index 0000000..f459437
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/nb_NB.inc
@@ -0,0 +1,19 @@
+<?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: Peter Grindem <peter@grindem.no> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Vennligst fullfør din avvsender identitet.';
+$labels['identitydialoghint'] = 'Denne boksen kommer kun ved første pålogging.';
+
diff --git a/webmail/plugins/new_user_dialog/localization/nb_NO.inc b/webmail/plugins/new_user_dialog/localization/nb_NO.inc
new file mode 100644
index 0000000..18ddd9c
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/nb_NO.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Vennligst fullfør din avvsender identitet.';
+$labels['identitydialoghint'] = 'Denne boksen kommer kun ved første pålogging.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/nl_NL.inc b/webmail/plugins/new_user_dialog/localization/nl_NL.inc
new file mode 100644
index 0000000..c5d392f
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/nl_NL.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Vul alstublieft uw afzendergegevens in.';
+$labels['identitydialoghint'] = 'Dit scherm verschijnt eenmalig bij uw eerste aanmelding.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/nn_NO.inc b/webmail/plugins/new_user_dialog/localization/nn_NO.inc
new file mode 100644
index 0000000..a7fd7d6
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/nn_NO.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Fullfør avsendaridentiteten din.';
+$labels['identitydialoghint'] = 'Denne boksen kjem berre fram ved første pålogging.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/pl_PL.inc b/webmail/plugins/new_user_dialog/localization/pl_PL.inc
new file mode 100644
index 0000000..034893b
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/pl_PL.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Uzupełnij tożsamość nadawcy';
+$labels['identitydialoghint'] = 'To okno pojawia się tylko przy pierwszym logowaniu.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/pt_BR.inc b/webmail/plugins/new_user_dialog/localization/pt_BR.inc
new file mode 100644
index 0000000..7556b4d
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/pt_BR.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Por favor complete a sua identidade';
+$labels['identitydialoghint'] = 'Esta tela aparece somente no primeiro acesso.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/pt_PT.inc b/webmail/plugins/new_user_dialog/localization/pt_PT.inc
new file mode 100644
index 0000000..3e3922f
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/pt_PT.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Por favor, complete a sua identidade';
+$labels['identitydialoghint'] = 'Esta caixa aparece apenas uma vez no primeiro acesso.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/ro_RO.inc b/webmail/plugins/new_user_dialog/localization/ro_RO.inc
new file mode 100644
index 0000000..9d16dae
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/ro_RO.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Te rog completează identitatea expeditorului.';
+$labels['identitydialoghint'] = 'Această căsuţă apare doar la prima autentificare.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/ru_RU.inc b/webmail/plugins/new_user_dialog/localization/ru_RU.inc
new file mode 100644
index 0000000..2c94878
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/ru_RU.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Пожалуйста, укажите Ваше имя.';
+$labels['identitydialoghint'] = 'Данное сообщение отображается только при первом входе.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/sk_SK.inc b/webmail/plugins/new_user_dialog/localization/sk_SK.inc
new file mode 100644
index 0000000..ca57463
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/sk_SK.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Doplňte prosím Vašu identifikáciu odosielateľa';
+$labels['identitydialoghint'] = 'Toto okno sa objaví len pri prvom prihlásení.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/sl_SI.inc b/webmail/plugins/new_user_dialog/localization/sl_SI.inc
new file mode 100644
index 0000000..7d26b44
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/sl_SI.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Izberite identiteto za pošiljanje';
+$labels['identitydialoghint'] = 'To okno se prikaže le ob prvi prijavi v spletno pošto.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/sr_CS.inc b/webmail/plugins/new_user_dialog/localization/sr_CS.inc
new file mode 100644
index 0000000..ee2999b
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/sr_CS.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Молимо вас да попуните свој идентитет пошиљаоца';
+$labels['identitydialoghint'] = 'Ово поље се појављује само једном у првом логовању';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/sv_SE.inc b/webmail/plugins/new_user_dialog/localization/sv_SE.inc
new file mode 100644
index 0000000..71ecfc7
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/sv_SE.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Fyll i namn och avsändaradress under personliga inställningar';
+$labels['identitydialoghint'] = 'Informationen visas endast vid första inloggningen.';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/tr_TR.inc b/webmail/plugins/new_user_dialog/localization/tr_TR.inc
new file mode 100644
index 0000000..4d6c6d1
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/tr_TR.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Lütfen gönderici kimliğinizi tamamlayın';
+$labels['identitydialoghint'] = 'Bu ekran ilk girişte bir kereliğine gözükür';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/uk_UA.inc b/webmail/plugins/new_user_dialog/localization/uk_UA.inc
new file mode 100644
index 0000000..0c4111d
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/uk_UA.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Будь ласка, вкажіть Ваше ім’я';
+$labels['identitydialoghint'] = 'Це повідомлення відображається тільки під час першого заходу';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/vi_VN.inc b/webmail/plugins/new_user_dialog/localization/vi_VN.inc
new file mode 100644
index 0000000..86d1641
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/vi_VN.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = 'Xin điền nhận diện người gửi của bạn';
+$labels['identitydialoghint'] = 'Hộp này chỉ xuất hiện 1 lần khi đăng nhập lần đầu tiên';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/zh_CN.inc b/webmail/plugins/new_user_dialog/localization/zh_CN.inc
new file mode 100644
index 0000000..ca40173
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/zh_CN.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = '请填写发送人身份';
+$labels['identitydialoghint'] = '本提示仅在第一次登录时显示。';
+
+?> \ No newline at end of file
diff --git a/webmail/plugins/new_user_dialog/localization/zh_TW.inc b/webmail/plugins/new_user_dialog/localization/zh_TW.inc
new file mode 100644
index 0000000..d9309fc
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/localization/zh_TW.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/new_user_dialog/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail New User Dialog plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
+*/
+
+$labels = array();
+$labels['identitydialogtitle'] = '請完成您的身份資訊';
+$labels['identitydialoghint'] = '此視窗只會於第一次登入時出現。';
+
+?> \ No newline at end of file