summaryrefslogtreecommitdiff
path: root/plugins/markasjunk
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/markasjunk
parent565c472918e7f9707cd8d7909ad5dbcc5a921fdf (diff)
Updated translations from launchpad
Diffstat (limited to 'plugins/markasjunk')
-rw-r--r--plugins/markasjunk/localization/cs_CZ.inc4
-rw-r--r--plugins/markasjunk/localization/da_DK.inc2
-rw-r--r--plugins/markasjunk/localization/de_CH.inc4
-rw-r--r--plugins/markasjunk/localization/de_DE.inc4
-rw-r--r--plugins/markasjunk/localization/es_ES.inc4
-rw-r--r--plugins/markasjunk/localization/hy_AM.inc20
-rw-r--r--plugins/markasjunk/localization/ja_JP.inc4
-rw-r--r--plugins/markasjunk/localization/ko_KR.inc20
-rw-r--r--plugins/markasjunk/localization/pl_PL.inc4
-rw-r--r--plugins/markasjunk/localization/ru_RU.inc4
-rw-r--r--plugins/markasjunk/localization/sk_SK.inc4
-rw-r--r--plugins/markasjunk/localization/sr_CS.inc20
-rw-r--r--plugins/markasjunk/localization/sv_SE.inc4
-rw-r--r--plugins/markasjunk/localization/zh_TW.inc4
14 files changed, 81 insertions, 21 deletions
diff --git a/plugins/markasjunk/localization/cs_CZ.inc b/plugins/markasjunk/localization/cs_CZ.inc
index 6fd1c3f3f..c353b2e1c 100644
--- a/plugins/markasjunk/localization/cs_CZ.inc
+++ b/plugins/markasjunk/localization/cs_CZ.inc
@@ -9,12 +9,12 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Thomas <Unknown> |
+ | Author: Tomáš Kyzlink |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
+$labels['buttontext'] = 'Spam';
$labels['buttontitle'] = 'Označit jako Spam';
$labels['reportedasjunk'] = 'Úspěšně nahlášeno jako Spam';
diff --git a/plugins/markasjunk/localization/da_DK.inc b/plugins/markasjunk/localization/da_DK.inc
index db1baf220..e50016e5f 100644
--- a/plugins/markasjunk/localization/da_DK.inc
+++ b/plugins/markasjunk/localization/da_DK.inc
@@ -11,10 +11,10 @@
+-----------------------------------------------------------------------+
| Author: Johannes Hessellund <osos@openeyes.dk> |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
+$labels['buttontext'] = 'Spam';
$labels['buttontitle'] = 'Marker som spam mail';
$labels['reportedasjunk'] = 'Successfuldt rapporteret som spam mail';
diff --git a/plugins/markasjunk/localization/de_CH.inc b/plugins/markasjunk/localization/de_CH.inc
index 0268b5454..89285709e 100644
--- a/plugins/markasjunk/localization/de_CH.inc
+++ b/plugins/markasjunk/localization/de_CH.inc
@@ -9,12 +9,12 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Thomas <Unknown> |
+ | Author: Thomas |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
+$labels['buttontext'] = 'Spam';
$labels['buttontitle'] = 'Als SPAM markieren';
$labels['reportedasjunk'] = 'Erfolgreich als SPAM gemeldet';
diff --git a/plugins/markasjunk/localization/de_DE.inc b/plugins/markasjunk/localization/de_DE.inc
index 311b317f6..2455911fa 100644
--- a/plugins/markasjunk/localization/de_DE.inc
+++ b/plugins/markasjunk/localization/de_DE.inc
@@ -9,12 +9,12 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Thomas <Unknown> |
+ | Author: Thomas |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
+$labels['buttontext'] = 'Spam';
$labels['buttontitle'] = 'als SPAM markieren';
$labels['reportedasjunk'] = 'Erfolgreich als SPAM gemeldet';
diff --git a/plugins/markasjunk/localization/es_ES.inc b/plugins/markasjunk/localization/es_ES.inc
index 91557a19d..d018513ce 100644
--- a/plugins/markasjunk/localization/es_ES.inc
+++ b/plugins/markasjunk/localization/es_ES.inc
@@ -9,12 +9,12 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Thomas <Unknown> |
+ | Author: pompilos <ciordia@gmail.com> |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
+$labels['buttontext'] = 'SPAM';
$labels['buttontitle'] = 'Marcar como SPAM';
$labels['reportedasjunk'] = 'Mensaje informado como SPAM';
diff --git a/plugins/markasjunk/localization/hy_AM.inc b/plugins/markasjunk/localization/hy_AM.inc
new file mode 100644
index 000000000..b30707ef0
--- /dev/null
+++ b/plugins/markasjunk/localization/hy_AM.inc
@@ -0,0 +1,20 @@
+<?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['buttontitle'] = 'Նշել որպես Թափոն';
+$labels['reportedasjunk'] = 'Բարեհաջող հաղորդվեց որպես Թափոն';
+
diff --git a/plugins/markasjunk/localization/ja_JP.inc b/plugins/markasjunk/localization/ja_JP.inc
index d4fbaea41..fa17bd095 100644
--- a/plugins/markasjunk/localization/ja_JP.inc
+++ b/plugins/markasjunk/localization/ja_JP.inc
@@ -9,12 +9,12 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Takahiro Kambe <Unknown> |
+ | Author: Takahiro Kambe |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
+$labels['buttontext'] = '迷惑メール';
$labels['buttontitle'] = '迷惑メールとして設定';
$labels['reportedasjunk'] = '迷惑メールとして報告しました。';
diff --git a/plugins/markasjunk/localization/ko_KR.inc b/plugins/markasjunk/localization/ko_KR.inc
new file mode 100644
index 000000000..bfc38d1d5
--- /dev/null
+++ b/plugins/markasjunk/localization/ko_KR.inc
@@ -0,0 +1,20 @@
+<?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['buttontitle'] = '정크메일로 표시';
+$labels['reportedasjunk'] = '성공적으로, 정크메일이라 보고 됨';
+
diff --git a/plugins/markasjunk/localization/pl_PL.inc b/plugins/markasjunk/localization/pl_PL.inc
index cb6453458..cd3520ec7 100644
--- a/plugins/markasjunk/localization/pl_PL.inc
+++ b/plugins/markasjunk/localization/pl_PL.inc
@@ -9,12 +9,12 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Thomas <Unknown> |
+ | Author: Aleksander Machniak <alec@alec.pl> |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
+$labels['buttontext'] = 'Spam';
$labels['buttontitle'] = 'Oznacz jako SPAM';
$labels['reportedasjunk'] = 'Pomyślnie oznaczono jako SPAM';
diff --git a/plugins/markasjunk/localization/ru_RU.inc b/plugins/markasjunk/localization/ru_RU.inc
index d3547632a..acac7e180 100644
--- a/plugins/markasjunk/localization/ru_RU.inc
+++ b/plugins/markasjunk/localization/ru_RU.inc
@@ -9,12 +9,12 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Thomas <Unknown> |
+ | Author: Thomas |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
+$labels['buttontext'] = 'СПАМ';
$labels['buttontitle'] = 'Переместить в "СПАМ';
$labels['reportedasjunk'] = 'Перемещено в "СПАМ';
diff --git a/plugins/markasjunk/localization/sk_SK.inc b/plugins/markasjunk/localization/sk_SK.inc
index e0827cdfd..ee208347d 100644
--- a/plugins/markasjunk/localization/sk_SK.inc
+++ b/plugins/markasjunk/localization/sk_SK.inc
@@ -9,12 +9,12 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Thomas <Unknown> |
+ | Author: panda |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
+$labels['buttontext'] = 'Spam';
$labels['buttontitle'] = 'Označiť ako Spam';
$labels['reportedasjunk'] = 'Úspešne nahlásené ako Spam';
diff --git a/plugins/markasjunk/localization/sr_CS.inc b/plugins/markasjunk/localization/sr_CS.inc
new file mode 100644
index 000000000..aa26dddc7
--- /dev/null
+++ b/plugins/markasjunk/localization/sr_CS.inc
@@ -0,0 +1,20 @@
+<?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'] = 'Смеће';
+$labels['buttontitle'] = 'Означи као cмеће';
+$labels['reportedasjunk'] = 'Успешно пријављени као cмеће';
+
diff --git a/plugins/markasjunk/localization/sv_SE.inc b/plugins/markasjunk/localization/sv_SE.inc
index e9343169e..4ff14bec9 100644
--- a/plugins/markasjunk/localization/sv_SE.inc
+++ b/plugins/markasjunk/localization/sv_SE.inc
@@ -9,12 +9,12 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Thomas <Unknown> |
+ | Author: Jonas Nasholm |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
+$labels['buttontext'] = 'Skräp';
$labels['buttontitle'] = 'Märk som skräp';
$labels['reportedasjunk'] = 'Framgångsrikt rapporterat som skräp';
diff --git a/plugins/markasjunk/localization/zh_TW.inc b/plugins/markasjunk/localization/zh_TW.inc
index aa00559b1..372d8d6c5 100644
--- a/plugins/markasjunk/localization/zh_TW.inc
+++ b/plugins/markasjunk/localization/zh_TW.inc
@@ -9,12 +9,12 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Thomas <Unknown> |
+ | Author: Nansen |
+-----------------------------------------------------------------------+
- @version $Id$
*/
$labels = array();
+$labels['buttontext'] = '垃圾郵件';
$labels['buttontitle'] = '標示為垃圾信';
$labels['reportedasjunk'] = '成功回報垃圾信';