summaryrefslogtreecommitdiff
path: root/plugins/archive
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/archive')
-rw-r--r--plugins/archive/localization/ar_SA.inc21
-rw-r--r--plugins/archive/localization/be_BE.inc21
-rw-r--r--plugins/archive/localization/bs_BA.inc21
-rw-r--r--plugins/archive/localization/ca_ES.inc21
-rw-r--r--plugins/archive/localization/cy_GB.inc21
-rw-r--r--plugins/archive/localization/da_DK.inc21
-rw-r--r--plugins/archive/localization/el_GR.inc21
-rw-r--r--plugins/archive/localization/en_GB.inc21
-rw-r--r--plugins/archive/localization/eo.inc21
-rw-r--r--plugins/archive/localization/fa_IR.inc21
-rw-r--r--plugins/archive/localization/fi_FI.inc21
-rw-r--r--plugins/archive/localization/gl_ES.inc17
-rw-r--r--plugins/archive/localization/he_IL.inc21
-rw-r--r--plugins/archive/localization/hr_HR.inc21
-rw-r--r--plugins/archive/localization/hu_HU.inc21
-rw-r--r--plugins/archive/localization/id_ID.inc21
-rw-r--r--plugins/archive/localization/it_IT.inc21
-rw-r--r--plugins/archive/localization/ku.inc21
-rw-r--r--plugins/archive/localization/lt_LT.inc21
-rw-r--r--plugins/archive/localization/lv_LV.inc21
-rw-r--r--plugins/archive/localization/ml_ML.inc21
-rw-r--r--plugins/archive/localization/mr_IN.inc21
-rw-r--r--plugins/archive/localization/nb_NB.inc20
-rw-r--r--plugins/archive/localization/pt_PT.inc21
-rw-r--r--plugins/archive/localization/ro_RO.inc21
-rw-r--r--plugins/archive/localization/si_LK.inc21
-rw-r--r--plugins/archive/localization/sk_SK.inc21
-rw-r--r--plugins/archive/localization/sl_SI.inc21
-rw-r--r--plugins/archive/localization/tr_TR.inc21
-rw-r--r--plugins/archive/localization/uk_UA.inc21
-rw-r--r--plugins/archive/localization/vi_VN.inc21
-rw-r--r--plugins/archive/localization/zh_CN.inc21
32 files changed, 664 insertions, 3 deletions
diff --git a/plugins/archive/localization/ar_SA.inc b/plugins/archive/localization/ar_SA.inc
new file mode 100644
index 000000000..1d213926b
--- /dev/null
+++ b/plugins/archive/localization/ar_SA.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/ar_SA/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Ossama M. Khayat <okhayat@yahoo.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'أرشف هذه الرسالة';
+$labels['archived'] = 'أُرشفت بنجاح';
+$labels['archivefolder'] = 'الأرشيف';
+
diff --git a/plugins/archive/localization/be_BE.inc b/plugins/archive/localization/be_BE.inc
new file mode 100644
index 000000000..b46d0d6c0
--- /dev/null
+++ b/plugins/archive/localization/be_BE.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/be_BE/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Alex Nehaichik <nab@mail.by> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Перанесці ў Архіў';
+$labels['archived'] = 'Паспяхова перанесены ў Архіў';
+$labels['archivefolder'] = 'Архіў';
+
diff --git a/plugins/archive/localization/bs_BA.inc b/plugins/archive/localization/bs_BA.inc
new file mode 100644
index 000000000..96c29d46b
--- /dev/null
+++ b/plugins/archive/localization/bs_BA.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/bs_BA/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Kenan Dervišević <kenan3008@gmail.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Arhiviraj ovu poruku';
+$labels['archived'] = 'Arhiviranje uspješno';
+$labels['archivefolder'] = 'Arhiva';
+
diff --git a/plugins/archive/localization/ca_ES.inc b/plugins/archive/localization/ca_ES.inc
new file mode 100644
index 000000000..51f6d9598
--- /dev/null
+++ b/plugins/archive/localization/ca_ES.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/ca_ES/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Emi Bcn <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Arxiva aquest missatge';
+$labels['archived'] = 'Arxivat correctament';
+$labels['archivefolder'] = 'Arxiva';
+
diff --git a/plugins/archive/localization/cy_GB.inc b/plugins/archive/localization/cy_GB.inc
new file mode 100644
index 000000000..8a57103a5
--- /dev/null
+++ b/plugins/archive/localization/cy_GB.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/cy_GB/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Dafydd Tomos <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Archifo\'r neges hwn';
+$labels['archived'] = 'Archifwyd yn llwyddiannus';
+$labels['archivefolder'] = 'Archif';
+
diff --git a/plugins/archive/localization/da_DK.inc b/plugins/archive/localization/da_DK.inc
new file mode 100644
index 000000000..15f9e52c6
--- /dev/null
+++ b/plugins/archive/localization/da_DK.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/da_DK/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Johannes Hessellund <osos@openeyes.dk> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Arkivér denne besked';
+$labels['archived'] = 'Succesfuldt arkiveret.';
+$labels['archivefolder'] = 'Arkiv';
+
diff --git a/plugins/archive/localization/el_GR.inc b/plugins/archive/localization/el_GR.inc
new file mode 100644
index 000000000..b3ad1cf71
--- /dev/null
+++ b/plugins/archive/localization/el_GR.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/el_GR/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Nikos Keramidis <info@torus.gr> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Αρχειοθέτηση μηνύματος';
+$labels['archived'] = 'Αρχειοθετήθηκε με επιτυχία';
+$labels['archivefolder'] = 'Αρχειοθέτηση';
+
diff --git a/plugins/archive/localization/en_GB.inc b/plugins/archive/localization/en_GB.inc
new file mode 100644
index 000000000..b60c3d64d
--- /dev/null
+++ b/plugins/archive/localization/en_GB.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/en_GB/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Chris January <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Archive this message';
+$labels['archived'] = 'Successfully archived';
+$labels['archivefolder'] = 'Archive';
+
diff --git a/plugins/archive/localization/eo.inc b/plugins/archive/localization/eo.inc
new file mode 100644
index 000000000..d4a6a0ab5
--- /dev/null
+++ b/plugins/archive/localization/eo.inc
@@ -0,0 +1,21 @@
+<?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> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Arkivigi ĉi tiun mesaĝon';
+$labels['archived'] = 'Sukcese arkivigita';
+$labels['archivefolder'] = 'Arkivo';
+
diff --git a/plugins/archive/localization/fa_IR.inc b/plugins/archive/localization/fa_IR.inc
new file mode 100644
index 000000000..e7c6dd932
--- /dev/null
+++ b/plugins/archive/localization/fa_IR.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/fa_IR/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Hamid <abbaszadeh.h@gmail.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'بایگانی این پیغام';
+$labels['archived'] = 'با موفقیت بایگانی شد';
+$labels['archivefolder'] = 'بایگانی';
+
diff --git a/plugins/archive/localization/fi_FI.inc b/plugins/archive/localization/fi_FI.inc
new file mode 100644
index 000000000..bfb467519
--- /dev/null
+++ b/plugins/archive/localization/fi_FI.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/fi_FI/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Jiri Grönroos <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Arkistoi viesti';
+$labels['archived'] = 'Arkistoitu onnistuneesti';
+$labels['archivefolder'] = 'Arkistoi';
+
diff --git a/plugins/archive/localization/gl_ES.inc b/plugins/archive/localization/gl_ES.inc
index 62a767869..6f580f844 100644
--- a/plugins/archive/localization/gl_ES.inc
+++ b/plugins/archive/localization/gl_ES.inc
@@ -1,10 +1,21 @@
<?php
-// MPBAUPGRADE
+/*
+ +-----------------------------------------------------------------------+
+ | localization/gl_ES/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: ghas <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
$labels = array();
$labels['buttontitle'] = 'Arquivar esta mensaxe';
-$labels['archived'] = 'Aquivouse a mensaxe';
+$labels['archived'] = 'Arquivado correctamente';
$labels['archivefolder'] = 'Arquivo';
-?>
diff --git a/plugins/archive/localization/he_IL.inc b/plugins/archive/localization/he_IL.inc
new file mode 100644
index 000000000..f82f40cdf
--- /dev/null
+++ b/plugins/archive/localization/he_IL.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/he_IL/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Moshe Leibovitch <moish@mln.co.il> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'משלוח ההודעה לארכיב';
+$labels['archived'] = 'עדכון הארכיון הצליח';
+$labels['archivefolder'] = 'ארכיון';
+
diff --git a/plugins/archive/localization/hr_HR.inc b/plugins/archive/localization/hr_HR.inc
new file mode 100644
index 000000000..bca3399da
--- /dev/null
+++ b/plugins/archive/localization/hr_HR.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/hr_HR/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Svebor Prstačić <svebor.prstacic@gmail.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Arhiviraj poruku';
+$labels['archived'] = 'Uspješno arhivirana';
+$labels['archivefolder'] = 'Arhiva';
+
diff --git a/plugins/archive/localization/hu_HU.inc b/plugins/archive/localization/hu_HU.inc
new file mode 100644
index 000000000..42bfad256
--- /dev/null
+++ b/plugins/archive/localization/hu_HU.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/hu_HU/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Droszler Gabor <droszler@datatrans.hu> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Üzenet archiválása';
+$labels['archived'] = 'Sikeres archiválás';
+$labels['archivefolder'] = 'Archiválás';
+
diff --git a/plugins/archive/localization/id_ID.inc b/plugins/archive/localization/id_ID.inc
new file mode 100644
index 000000000..366bfac1c
--- /dev/null
+++ b/plugins/archive/localization/id_ID.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/id_ID/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Putu Arya Sabda Wijaya <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Arsipkan pesan ini';
+$labels['archived'] = 'Berhasil mengarsipkan';
+$labels['archivefolder'] = 'Arsip';
+
diff --git a/plugins/archive/localization/it_IT.inc b/plugins/archive/localization/it_IT.inc
new file mode 100644
index 000000000..ead498c98
--- /dev/null
+++ b/plugins/archive/localization/it_IT.inc
@@ -0,0 +1,21 @@
+<?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: emilio brambilla <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Archivia questo messaggio';
+$labels['archived'] = 'Archiviato correttamente';
+$labels['archivefolder'] = 'Archivio';
+
diff --git a/plugins/archive/localization/ku.inc b/plugins/archive/localization/ku.inc
new file mode 100644
index 000000000..6a2b3fc6e
--- /dev/null
+++ b/plugins/archive/localization/ku.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/ku/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: david absalan <absalan@live.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'am masaja bxa arşiv';
+$labels['archived'] = 'ba gşti Arşiv kra';
+$labels['archivefolder'] = 'Arşîv';
+
diff --git a/plugins/archive/localization/lt_LT.inc b/plugins/archive/localization/lt_LT.inc
new file mode 100644
index 000000000..6f9ed9ada
--- /dev/null
+++ b/plugins/archive/localization/lt_LT.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/lt_LT/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Rimas Kudelis <rq@akl.lt> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Perkelti šį laišką į archyvą';
+$labels['archived'] = 'Laiškas sėkmingai perkeltas į archyvą';
+$labels['archivefolder'] = 'Archyvuoti';
+
diff --git a/plugins/archive/localization/lv_LV.inc b/plugins/archive/localization/lv_LV.inc
new file mode 100644
index 000000000..d8fec4d7b
--- /dev/null
+++ b/plugins/archive/localization/lv_LV.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/lv_LV/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Ivars Strazdiņš <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Arhivēt vēstuli';
+$labels['archived'] = 'Vēstule sekmīgi arhivēta';
+$labels['archivefolder'] = 'Arhīvs';
+
diff --git a/plugins/archive/localization/ml_ML.inc b/plugins/archive/localization/ml_ML.inc
new file mode 100644
index 000000000..5a483669e
--- /dev/null
+++ b/plugins/archive/localization/ml_ML.inc
@@ -0,0 +1,21 @@
+<?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['buttontitle'] = 'ഈ മെസ്സേജ് ശേഖരിക്കുക';
+$labels['archived'] = 'വിജയകരമായി ശേഖരിച്ചു';
+$labels['archivefolder'] = 'ശേഖരം';
+
diff --git a/plugins/archive/localization/mr_IN.inc b/plugins/archive/localization/mr_IN.inc
new file mode 100644
index 000000000..33db12629
--- /dev/null
+++ b/plugins/archive/localization/mr_IN.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/mr_IN/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Devendra Buddhikot <devendradb@rediffmail.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'हा संदेश जतन करा';
+$labels['archived'] = 'यशस्वीरीत्या जतन केला';
+$labels['archivefolder'] = 'जतन केलेला';
+
diff --git a/plugins/archive/localization/nb_NB.inc b/plugins/archive/localization/nb_NB.inc
new file mode 100644
index 000000000..52f9fd95d
--- /dev/null
+++ b/plugins/archive/localization/nb_NB.inc
@@ -0,0 +1,20 @@
+<?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: Martin Bore <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Arkiver meldingen';
+$labels['archivefolder'] = 'Arkiv';
+
diff --git a/plugins/archive/localization/pt_PT.inc b/plugins/archive/localization/pt_PT.inc
new file mode 100644
index 000000000..b653d337b
--- /dev/null
+++ b/plugins/archive/localization/pt_PT.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/pt_PT/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: David <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Arquivar esta mensagem';
+$labels['archived'] = 'Arquivada com sucesso';
+$labels['archivefolder'] = 'Arquivo';
+
diff --git a/plugins/archive/localization/ro_RO.inc b/plugins/archive/localization/ro_RO.inc
new file mode 100644
index 000000000..a863b13fd
--- /dev/null
+++ b/plugins/archive/localization/ro_RO.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/ro_RO/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: tudor <tudor@starnet-alba.ro> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Arhivează acest mesaj.';
+$labels['archived'] = 'Arhivare reuşită.';
+$labels['archivefolder'] = 'Arhivă';
+
diff --git a/plugins/archive/localization/si_LK.inc b/plugins/archive/localization/si_LK.inc
new file mode 100644
index 000000000..b73a7e5ed
--- /dev/null
+++ b/plugins/archive/localization/si_LK.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/si_LK/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Mohamed Rizmi <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'මෙම පණිවිඩය සංරක්‍ෂණය කරන්න';
+$labels['archived'] = 'සංරක්‍ෂණය සාර්ථකයි';
+$labels['archivefolder'] = 'සංරක්‍ෂණය';
+
diff --git a/plugins/archive/localization/sk_SK.inc b/plugins/archive/localization/sk_SK.inc
new file mode 100644
index 000000000..94116b1cb
--- /dev/null
+++ b/plugins/archive/localization/sk_SK.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/sk_SK/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: panda <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Archivovať túto správu';
+$labels['archived'] = 'Úspešne archivované';
+$labels['archivefolder'] = 'Archivovať';
+
diff --git a/plugins/archive/localization/sl_SI.inc b/plugins/archive/localization/sl_SI.inc
new file mode 100644
index 000000000..f11f3eb66
--- /dev/null
+++ b/plugins/archive/localization/sl_SI.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/sl_SI/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Barbara Krasovec <barbarak@arnes.si> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Arhiviraj to sporočilo';
+$labels['archived'] = 'Sporočilo je bilo uspešno arhivirano';
+$labels['archivefolder'] = 'Arhiv';
+
diff --git a/plugins/archive/localization/tr_TR.inc b/plugins/archive/localization/tr_TR.inc
new file mode 100644
index 000000000..55180addf
--- /dev/null
+++ b/plugins/archive/localization/tr_TR.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/tr_TR/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: ismail yenigul <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Bu postayı arşivle';
+$labels['archived'] = 'Başarıyla arşivlendi';
+$labels['archivefolder'] = 'Arşiv';
+
diff --git a/plugins/archive/localization/uk_UA.inc b/plugins/archive/localization/uk_UA.inc
new file mode 100644
index 000000000..a4dc1468f
--- /dev/null
+++ b/plugins/archive/localization/uk_UA.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/uk_UA/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Anton Gladky <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Архівувати це повідомлення';
+$labels['archived'] = 'Перенесено в архів';
+$labels['archivefolder'] = 'Архів';
+
diff --git a/plugins/archive/localization/vi_VN.inc b/plugins/archive/localization/vi_VN.inc
new file mode 100644
index 000000000..f16af6df1
--- /dev/null
+++ b/plugins/archive/localization/vi_VN.inc
@@ -0,0 +1,21 @@
+<?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: Hung Pham <phamhung77@gmail.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = 'Lưu lại bức thư này';
+$labels['archived'] = 'Lưu lại thành công';
+$labels['archivefolder'] = 'Danh sách thư cũ';
+
diff --git a/plugins/archive/localization/zh_CN.inc b/plugins/archive/localization/zh_CN.inc
new file mode 100644
index 000000000..2dc250a6c
--- /dev/null
+++ b/plugins/archive/localization/zh_CN.inc
@@ -0,0 +1,21 @@
+<?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: waring_id <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['buttontitle'] = '将该信息存档';
+$labels['archived'] = '存档成功';
+$labels['archivefolder'] = '存档';
+