summaryrefslogtreecommitdiff
path: root/plugins/archive
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-08-06 18:00:38 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-08-06 18:00:38 +0200
commitc41a86e5cc26dc8ae37ed4b3fddcaa195b1616a4 (patch)
tree142bec92a18e0452af2967f40741407664c03a67 /plugins/archive
parent565c472918e7f9707cd8d7909ad5dbcc5a921fdf (diff)
Updated translations from launchpad
Diffstat (limited to 'plugins/archive')
-rw-r--r--plugins/archive/localization/cs_CZ.inc28
-rw-r--r--plugins/archive/localization/de_CH.inc17
-rw-r--r--plugins/archive/localization/de_DE.inc17
-rw-r--r--plugins/archive/localization/es_AR.inc17
-rw-r--r--plugins/archive/localization/es_ES.inc17
-rw-r--r--plugins/archive/localization/et_EE.inc17
-rw-r--r--plugins/archive/localization/fr_FR.inc17
-rw-r--r--plugins/archive/localization/gl_ES.inc8
-rw-r--r--plugins/archive/localization/hy_AM.inc21
-rw-r--r--plugins/archive/localization/ja_JP.inc6
-rw-r--r--plugins/archive/localization/ko_KR.inc21
-rw-r--r--plugins/archive/localization/nl_NL.inc17
-rw-r--r--plugins/archive/localization/pl_PL.inc6
-rw-r--r--plugins/archive/localization/pt_BR.inc17
-rw-r--r--plugins/archive/localization/ru_RU.inc17
-rw-r--r--plugins/archive/localization/sr_CS.inc21
-rw-r--r--plugins/archive/localization/sv_SE.inc17
-rw-r--r--plugins/archive/localization/zh_TW.inc17
18 files changed, 248 insertions, 50 deletions
diff --git a/plugins/archive/localization/cs_CZ.inc b/plugins/archive/localization/cs_CZ.inc
index bb257bca0..28a41913b 100644
--- a/plugins/archive/localization/cs_CZ.inc
+++ b/plugins/archive/localization/cs_CZ.inc
@@ -1,25 +1,21 @@
<?php
/*
-
-+-----------------------------------------------------------------------+
-| language/cs_CZ/labels.inc |
-| |
-| Language file of the Roundcube archive plugin |
-| Copyright (C) 2005-2009, The Roundcube Dev Team |
-| Licensed under the GNU GPL |
-| |
-+-----------------------------------------------------------------------+
-| Author: Milan Kozak <hodza@hodza.net> |
-+-----------------------------------------------------------------------+
-
-@version $Id: labels.inc 2993 2009-09-26 18:32:07Z alec $
-
+ +-----------------------------------------------------------------------+
+ | localization/cs_CZ/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Thomas |
+ +-----------------------------------------------------------------------+
*/
$labels = array();
+$labels['buttontext'] = 'Archiv';
+$labels['archivefolder'] = 'Archiv';
$labels['buttontitle'] = 'Archivovat zprávu';
$labels['archived'] = 'Úspěšně vloženo do archivu';
-$labels['archivefolder'] = 'Archiv';
-?>
diff --git a/plugins/archive/localization/de_CH.inc b/plugins/archive/localization/de_CH.inc
index 2ed0f5ac8..bae441305 100644
--- a/plugins/archive/localization/de_CH.inc
+++ b/plugins/archive/localization/de_CH.inc
@@ -1,8 +1,21 @@
<?php
+/*
+ +-----------------------------------------------------------------------+
+ | localization/de_CH/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Thomas |
+ +-----------------------------------------------------------------------+
+*/
+
$labels = array();
+$labels['buttontext'] = 'Archiv';
+$labels['archivefolder'] = 'Archiv';
$labels['buttontitle'] = 'Nachricht archivieren';
$labels['archived'] = 'Nachricht erfolgreich archiviert';
-$labels['archivefolder'] = 'Archiv';
-?>
diff --git a/plugins/archive/localization/de_DE.inc b/plugins/archive/localization/de_DE.inc
index 2ed0f5ac8..c525837fd 100644
--- a/plugins/archive/localization/de_DE.inc
+++ b/plugins/archive/localization/de_DE.inc
@@ -1,8 +1,21 @@
<?php
+/*
+ +-----------------------------------------------------------------------+
+ | localization/de_DE/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Thomas |
+ +-----------------------------------------------------------------------+
+*/
+
$labels = array();
+$labels['buttontext'] = 'Archiv';
+$labels['archivefolder'] = 'Archiv';
$labels['buttontitle'] = 'Nachricht archivieren';
$labels['archived'] = 'Nachricht erfolgreich archiviert';
-$labels['archivefolder'] = 'Archiv';
-?>
diff --git a/plugins/archive/localization/es_AR.inc b/plugins/archive/localization/es_AR.inc
index 7d021f561..39466a980 100644
--- a/plugins/archive/localization/es_AR.inc
+++ b/plugins/archive/localization/es_AR.inc
@@ -1,10 +1,21 @@
<?php
-// MPBAUPGRADE
+/*
+ +-----------------------------------------------------------------------+
+ | localization/es_AR/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Thomas |
+ +-----------------------------------------------------------------------+
+*/
$labels = array();
+$labels['buttontext'] = 'Archivo';
+$labels['archivefolder'] = 'Archivo';
$labels['buttontitle'] = 'Archivar este mensaje';
$labels['archived'] = 'Mensaje Archivado';
-$labels['archivefolder'] = 'Archivo';
-?>
diff --git a/plugins/archive/localization/es_ES.inc b/plugins/archive/localization/es_ES.inc
index 7d021f561..7cd5917c6 100644
--- a/plugins/archive/localization/es_ES.inc
+++ b/plugins/archive/localization/es_ES.inc
@@ -1,10 +1,21 @@
<?php
-// MPBAUPGRADE
+/*
+ +-----------------------------------------------------------------------+
+ | localization/es_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: Thomas |
+ +-----------------------------------------------------------------------+
+*/
$labels = array();
+$labels['buttontext'] = 'Archivo';
+$labels['archivefolder'] = 'Archivo';
$labels['buttontitle'] = 'Archivar este mensaje';
$labels['archived'] = 'Mensaje Archivado';
-$labels['archivefolder'] = 'Archivo';
-?>
diff --git a/plugins/archive/localization/et_EE.inc b/plugins/archive/localization/et_EE.inc
index e3968d755..53e9b2504 100644
--- a/plugins/archive/localization/et_EE.inc
+++ b/plugins/archive/localization/et_EE.inc
@@ -1,8 +1,21 @@
<?php
+/*
+ +-----------------------------------------------------------------------+
+ | localization/et_EE/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Thomas |
+ +-----------------------------------------------------------------------+
+*/
+
$labels = array();
+$labels['buttontext'] = 'Arhiveeri';
+$labels['archivefolder'] = 'Arhiveeri';
$labels['buttontitle'] = 'Arhiveeri see kiri';
$labels['archived'] = 'Edukalt arhiveeritud';
-$labels['archivefolder'] = 'Arhiveeri';
-?>
diff --git a/plugins/archive/localization/fr_FR.inc b/plugins/archive/localization/fr_FR.inc
index 498a091fe..35434dac1 100644
--- a/plugins/archive/localization/fr_FR.inc
+++ b/plugins/archive/localization/fr_FR.inc
@@ -1,8 +1,21 @@
<?php
+/*
+ +-----------------------------------------------------------------------+
+ | localization/fr_FR/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Thomas |
+ +-----------------------------------------------------------------------+
+*/
+
$labels = array();
+$labels['buttontext'] = 'Archive';
+$labels['archivefolder'] = 'Archive';
$labels['buttontitle'] = 'Archiver ce message';
$labels['archived'] = 'Message archivé avec success';
-$labels['archivefolder'] = 'Archive';
-?>
diff --git a/plugins/archive/localization/gl_ES.inc b/plugins/archive/localization/gl_ES.inc
index 6f580f844..1e6c620f9 100644
--- a/plugins/archive/localization/gl_ES.inc
+++ b/plugins/archive/localization/gl_ES.inc
@@ -9,13 +9,13 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: ghas <Unknown> |
+ | Author: Thomas |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
-$labels['buttontitle'] = 'Arquivar esta mensaxe';
-$labels['archived'] = 'Arquivado correctamente';
+$labels['buttontext'] = 'Arquivo';
$labels['archivefolder'] = 'Arquivo';
+$labels['buttontitle'] = 'Arquivar esta mensaxe';
+$labels['archived'] = 'Aquivouse a mensaxe';
diff --git a/plugins/archive/localization/hy_AM.inc b/plugins/archive/localization/hy_AM.inc
new file mode 100644
index 000000000..ff29d198c
--- /dev/null
+++ b/plugins/archive/localization/hy_AM.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/hy_AM/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Vahan Yerkanian <vahan@yerkanian.com> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['buttontext'] = 'Արխիվ';
+$labels['archivefolder'] = 'Արխիվ';
+$labels['buttontitle'] = 'Արխիվացնել այս հաղորդագրությունը';
+$labels['archived'] = 'Բարեհաջող արխիվացվեց';
+
diff --git a/plugins/archive/localization/ja_JP.inc b/plugins/archive/localization/ja_JP.inc
index 647f70f9f..1de4de0d1 100644
--- a/plugins/archive/localization/ja_JP.inc
+++ b/plugins/archive/localization/ja_JP.inc
@@ -9,13 +9,13 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Takahiro Kambe <Unknown> |
+ | Author: Takahiro Kambe |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
+$labels['buttontext'] = 'アーカイブ';
+$labels['archivefolder'] = 'アーカイブ';
$labels['buttontitle'] = 'このメッセージをアーカイブ';
$labels['archived'] = 'アーカイブしました。';
-$labels['archivefolder'] = 'アーカイブ';
diff --git a/plugins/archive/localization/ko_KR.inc b/plugins/archive/localization/ko_KR.inc
new file mode 100644
index 000000000..b067356a6
--- /dev/null
+++ b/plugins/archive/localization/ko_KR.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/ko_KR/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Kim, Woohyun <woohyun.kim@gmail.com> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['buttontext'] = '보관';
+$labels['archivefolder'] = '보관';
+$labels['buttontitle'] = '이 메시지를 보관';
+$labels['archived'] = '성공적으로 보관 됨';
+
diff --git a/plugins/archive/localization/nl_NL.inc b/plugins/archive/localization/nl_NL.inc
index 0d47f7b9c..44f671239 100644
--- a/plugins/archive/localization/nl_NL.inc
+++ b/plugins/archive/localization/nl_NL.inc
@@ -1,8 +1,21 @@
<?php
+/*
+ +-----------------------------------------------------------------------+
+ | localization/nl_NL/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Thomas |
+ +-----------------------------------------------------------------------+
+*/
+
$labels = array();
+$labels['buttontext'] = 'Archief';
+$labels['archivefolder'] = 'Archief';
$labels['buttontitle'] = 'Archiveer dit bericht';
$labels['archived'] = 'Succesvol gearchiveerd';
-$labels['archivefolder'] = 'Archief';
-?>
diff --git a/plugins/archive/localization/pl_PL.inc b/plugins/archive/localization/pl_PL.inc
index c0d58d311..1e6ff0b44 100644
--- a/plugins/archive/localization/pl_PL.inc
+++ b/plugins/archive/localization/pl_PL.inc
@@ -9,13 +9,13 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Thomas <Unknown> |
+ | Author: Thomas |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
+$labels['buttontext'] = 'Archiwum';
+$labels['archivefolder'] = 'Archiwum';
$labels['buttontitle'] = 'Przenieś do archiwum';
$labels['archived'] = 'Pomyślnie zarchiwizowano';
-$labels['archivefolder'] = 'Archiwum';
diff --git a/plugins/archive/localization/pt_BR.inc b/plugins/archive/localization/pt_BR.inc
index 224f53caa..1991290eb 100644
--- a/plugins/archive/localization/pt_BR.inc
+++ b/plugins/archive/localization/pt_BR.inc
@@ -1,8 +1,21 @@
<?php
+/*
+ +-----------------------------------------------------------------------+
+ | localization/pt_BR/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Thomas |
+ +-----------------------------------------------------------------------+
+*/
+
$labels = array();
+$labels['buttontext'] = 'Arquivo';
+$labels['archivefolder'] = 'Arquivo';
$labels['buttontitle'] = 'Arquivar esta mensagem';
$labels['archived'] = 'Arquivada com sucesso';
-$labels['archivefolder'] = 'Arquivo';
-?>
diff --git a/plugins/archive/localization/ru_RU.inc b/plugins/archive/localization/ru_RU.inc
index e377ad017..6fd1dab28 100644
--- a/plugins/archive/localization/ru_RU.inc
+++ b/plugins/archive/localization/ru_RU.inc
@@ -1,8 +1,21 @@
<?php
+/*
+ +-----------------------------------------------------------------------+
+ | localization/ru_RU/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Thomas |
+ +-----------------------------------------------------------------------+
+*/
+
$labels = array();
+$labels['buttontext'] = 'Архив';
+$labels['archivefolder'] = 'Архив';
$labels['buttontitle'] = 'Переместить выбранное в архив';
$labels['archived'] = 'Перенесено в Архив';
-$labels['archivefolder'] = 'Архив';
-?>
diff --git a/plugins/archive/localization/sr_CS.inc b/plugins/archive/localization/sr_CS.inc
new file mode 100644
index 000000000..81128c4ca
--- /dev/null
+++ b/plugins/archive/localization/sr_CS.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/sr_CS/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Saša Zejnilović <zejnils@gmail.com> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['buttontext'] = 'Arhiva';
+$labels['archivefolder'] = 'Arhiva';
+$labels['buttontitle'] = 'Arhivirati ovu poruku';
+$labels['archived'] = 'Uspěšno arhivirano';
+
diff --git a/plugins/archive/localization/sv_SE.inc b/plugins/archive/localization/sv_SE.inc
index c55da7aaf..13d0cf007 100644
--- a/plugins/archive/localization/sv_SE.inc
+++ b/plugins/archive/localization/sv_SE.inc
@@ -1,8 +1,21 @@
<?php
+/*
+ +-----------------------------------------------------------------------+
+ | localization/sv_SE/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Jonas Nasholm |
+ +-----------------------------------------------------------------------+
+*/
+
$labels = array();
+$labels['buttontext'] = 'Arkiv';
+$labels['archivefolder'] = 'Arkiv';
$labels['buttontitle'] = 'Arkivera meddelande';
$labels['archived'] = 'Meddelandet är arkiverat';
-$labels['archivefolder'] = 'Arkiv';
-?>
diff --git a/plugins/archive/localization/zh_TW.inc b/plugins/archive/localization/zh_TW.inc
index 5cccebbdc..0f6e9b943 100644
--- a/plugins/archive/localization/zh_TW.inc
+++ b/plugins/archive/localization/zh_TW.inc
@@ -1,8 +1,21 @@
<?php
+/*
+ +-----------------------------------------------------------------------+
+ | localization/zh_TW/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Thomas |
+ +-----------------------------------------------------------------------+
+*/
+
$labels = array();
+$labels['buttontext'] = '封存';
+$labels['archivefolder'] = '封存';
$labels['buttontitle'] = '封存此信件';
$labels['archived'] = '已成功封存';
-$labels['archivefolder'] = '封存';
-?>