diff options
Diffstat (limited to 'plugins/markasjunk2/localization')
21 files changed, 302 insertions, 0 deletions
diff --git a/plugins/markasjunk2/localization/ca_ES.inc b/plugins/markasjunk2/localization/ca_ES.inc new file mode 100644 index 000000000..2268cf76a --- /dev/null +++ b/plugins/markasjunk2/localization/ca_ES.inc @@ -0,0 +1,14 @@ +<?php +/* Author: Daniel López */ + +$labels = array(); +$labels['buttonjunk'] = 'Marca com a Spam'; +$labels['markasjunk'] = 'És Spam'; +$labels['buttonnotjunk'] = 'Aquest missatge no és Spam'; +$labels['markasnotjunk'] = 'No és Spam'; + +$messages = array(); +$messages['reportedasjunk'] = 'Reportat conrrectament com spam.'; +$messages['reportedasnotjunk'] = 'Missatge mogut a la safata d\'Entrada'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/cs_CZ.inc b/plugins/markasjunk2/localization/cs_CZ.inc new file mode 100644 index 000000000..e9564a855 --- /dev/null +++ b/plugins/markasjunk2/localization/cs_CZ.inc @@ -0,0 +1,14 @@ +<?php +/* Author: Martin Frajdl */ + +$labels = array(); +$labels['buttonjunk'] = 'Oznacit jako spam'; +$labels['markasjunk'] = 'Jako spam'; +$labels['buttonnotjunk'] = 'Tato zpráva není spam'; +$labels['markasnotjunk'] = 'Nemí spam'; + +$messages = array(); +$messages['reportedasjunk'] = 'Úspešne hlášeny jako spam'; +$messages['reportedasnotjunk'] = 'Úspešne hlášeny jako spam'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/de_CH.inc b/plugins/markasjunk2/localization/de_CH.inc new file mode 100644 index 000000000..71492b481 --- /dev/null +++ b/plugins/markasjunk2/localization/de_CH.inc @@ -0,0 +1,15 @@ +<?php +/* Author: Rrainer Rhalbmann */ + +$labels = array(); +$labels['buttonjunk'] = 'als Spam markieren'; +$labels['markasjunk'] = 'als Spam'; +$labels['buttonnotjunk'] = 'Diese Nachricht ist kein Spam'; +$labels['markasnotjunk'] = 'kein Spam'; +$labels['notjunk'] = 'kein Spam'; + +$messages = array(); +$messages['reportedasjunk'] = 'Erfolgreich als Spam gekennzeichnet'; +$messages['reportedasnotjunk'] = 'Nachricht in Posteingang verschoben'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/de_DE.inc b/plugins/markasjunk2/localization/de_DE.inc new file mode 100644 index 000000000..71492b481 --- /dev/null +++ b/plugins/markasjunk2/localization/de_DE.inc @@ -0,0 +1,15 @@ +<?php +/* Author: Rrainer Rhalbmann */ + +$labels = array(); +$labels['buttonjunk'] = 'als Spam markieren'; +$labels['markasjunk'] = 'als Spam'; +$labels['buttonnotjunk'] = 'Diese Nachricht ist kein Spam'; +$labels['markasnotjunk'] = 'kein Spam'; +$labels['notjunk'] = 'kein Spam'; + +$messages = array(); +$messages['reportedasjunk'] = 'Erfolgreich als Spam gekennzeichnet'; +$messages['reportedasnotjunk'] = 'Nachricht in Posteingang verschoben'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/en_GB.inc b/plugins/markasjunk2/localization/en_GB.inc new file mode 100644 index 000000000..e63548094 --- /dev/null +++ b/plugins/markasjunk2/localization/en_GB.inc @@ -0,0 +1,15 @@ +<?php +/* Author: Philip Weir */ + +$labels = array(); +$labels['buttonjunk'] = 'Mark as spam'; +$labels['markasjunk'] = 'As spam'; +$labels['buttonnotjunk'] = 'This message is not spam'; +$labels['markasnotjunk'] = 'As not spam'; +$labels['notjunk'] = 'Not spam'; + +$messages = array(); +$messages['reportedasjunk'] = 'Successfully reported as spam'; +$messages['reportedasnotjunk'] = 'Successfully reported as not spam'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/en_US.inc b/plugins/markasjunk2/localization/en_US.inc new file mode 100644 index 000000000..b67fbedfb --- /dev/null +++ b/plugins/markasjunk2/localization/en_US.inc @@ -0,0 +1,15 @@ +<?php +/* Author: Philip Weir */ + +$labels = array(); +$labels['buttonjunk'] = 'Mark as junk'; +$labels['markasjunk'] = 'As junk'; +$labels['buttonnotjunk'] = 'This message is not junk'; +$labels['markasnotjunk'] = 'As not junk'; +$labels['notjunk'] = 'Not junk'; + +$messages = array(); +$messages['reportedasjunk'] = 'Successfully reported as junk'; +$messages['reportedasnotjunk'] = 'Successfully reported as not junk'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/es_AR.inc b/plugins/markasjunk2/localization/es_AR.inc new file mode 100644 index 000000000..2095b0721 --- /dev/null +++ b/plugins/markasjunk2/localization/es_AR.inc @@ -0,0 +1,14 @@ +<?php +/* Author: Guillermo Asernitzky */ + +$labels = array(); +$labels['buttonjunk'] = 'Marcar como Spam'; +$labels['markasjunk'] = 'Como Spam'; +$labels['buttonnotjunk'] = 'Este mensaje no es Spam'; +$labels['markasnotjunk'] = 'No es Spam'; + +$messages = array(); +$messages['reportedasjunk'] = 'Reportado como Spam'; +$messages['reportedasnotjunk'] = 'Mensaje movido a la bandeja de entrada'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/es_ES.inc b/plugins/markasjunk2/localization/es_ES.inc new file mode 100644 index 000000000..58388f227 --- /dev/null +++ b/plugins/markasjunk2/localization/es_ES.inc @@ -0,0 +1,14 @@ +<?php +/* Author: David Garabana Barro */ + +$labels = array(); +$labels['buttonjunk'] = 'Marcar como spam'; +$labels['markasjunk'] = 'Es spam'; +$labels['buttonnotjunk'] = 'Este mensaje no es spam'; +$labels['markasnotjunk'] = 'No es spam'; + +$messages = array(); +$messages['reportedasjunk'] = 'Reportado correctamente como spam.'; +$messages['reportedasnotjunk'] = 'Movido a la bandeja de entrada.'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/fa_IR.inc b/plugins/markasjunk2/localization/fa_IR.inc new file mode 100644 index 000000000..1fd7b82ae --- /dev/null +++ b/plugins/markasjunk2/localization/fa_IR.inc @@ -0,0 +1,14 @@ +<?php +/* Author: KiarasH Mozafari */ + +$labels = array(); +$labels['buttonjunk'] = 'بنجل کن'; +$labels['markasjunk'] = 'بنجل'; +$labels['buttonnotjunk'] = 'این نامه بنجل نیست'; +$labels['markasnotjunk'] = 'بنجل نیست'; + +$messages = array(); +$messages['reportedasjunk'] = 'این نامه با موفقیت به صورت بنجل گزارش داده شد'; +$messages['reportedasnotjunk'] = 'نامه به صندق منتقل شد'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/fr_FR.inc b/plugins/markasjunk2/localization/fr_FR.inc new file mode 100644 index 000000000..843f01242 --- /dev/null +++ b/plugins/markasjunk2/localization/fr_FR.inc @@ -0,0 +1,14 @@ +<?php +/* Author: */ + +$labels = array(); +$labels['buttonjunk'] = 'Marquer comme spam'; +$labels['markasjunk'] = 'Comme spam'; +$labels['buttonnotjunk'] = 'Ceci n\'est pas un spam'; +$labels['markasnotjunk'] = 'Comme acceptable'; + +$messages = array(); +$messages['reportedasjunk'] = 'Message classé en spam'; +$messages['reportedasnotjunk'] = 'Message déplacé dans Inbox'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/gl_ES.inc b/plugins/markasjunk2/localization/gl_ES.inc new file mode 100644 index 000000000..b2b65e5d6 --- /dev/null +++ b/plugins/markasjunk2/localization/gl_ES.inc @@ -0,0 +1,14 @@ +<?php +/* Author: David Garabana Barro */ + +$labels = array(); +$labels['buttonjunk'] = 'Marcar coma correo lixo'; +$labels['markasjunk'] = 'É correo lixo'; +$labels['buttonnotjunk'] = 'Esta mensaxe non é correo lixo'; +$labels['markasnotjunk'] = 'Non é correo lixo'; + +$messages = array(); +$messages['reportedasjunk'] = 'Marcouse correctamente coma correo lixo '; +$messages['reportedasnotjunk'] = 'A mensaxe moveuse a caixa de entrada'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/hu_HU.inc b/plugins/markasjunk2/localization/hu_HU.inc new file mode 100644 index 000000000..9f8ef1bbe --- /dev/null +++ b/plugins/markasjunk2/localization/hu_HU.inc @@ -0,0 +1,14 @@ +<?php +/* Author: Attila Sipos */ + +$labels = array(); +$labels['buttonjunk'] = 'Megkelölés levélszemétként'; +$labels['markasjunk'] = 'Levélszemétként'; +$labels['buttonnotjunk'] = 'Ez az üzenet nem levélszemét'; +$labels['markasnotjunk'] = 'Nem levélszemét'; + +$messages = array(); +$messages['reportedasjunk'] = 'Sikeresen jelentve, mint levélszemét'; +$messages['reportedasnotjunk'] = 'Az üzenet visszakerült a Érkezett levelekbe'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/it_IT.inc b/plugins/markasjunk2/localization/it_IT.inc new file mode 100644 index 000000000..c7760d05e --- /dev/null +++ b/plugins/markasjunk2/localization/it_IT.inc @@ -0,0 +1,15 @@ +<?php +/* Author: Alessio Cecchi */ + +$labels = array(); +$labels['buttonjunk'] = 'Segnala come Spam'; +$labels['markasjunk'] = 'Spam'; +$labels['buttonnotjunk'] = 'Questo messaggiono non è Spam'; +$labels['markasnotjunk'] = 'Non Spam'; +$labels['notjunk'] = 'Non Spam'; + +$messages = array(); +$messages['reportedasjunk'] = 'Segnalato con successo come Spam'; +$messages['reportedasnotjunk'] = 'Messaggio spostato in Posta in arrivo'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/lv_LV.inc b/plugins/markasjunk2/localization/lv_LV.inc new file mode 100644 index 000000000..738de15b1 --- /dev/null +++ b/plugins/markasjunk2/localization/lv_LV.inc @@ -0,0 +1,15 @@ +<?php +/* Author: Mārtiņš Dzērve */ + +$labels = array(); +$labels['buttonjunk'] = 'Atzīmēt mēstules'; +$labels['markasjunk'] = 'Kā mēstuli'; +$labels['buttonnotjunk'] = 'Atzīmēt ne-mēstules'; +$labels['markasnotjunk'] = 'Kā ne-mēstule'; +$labels['notjunk'] = 'Ne-mēstules'; + +$messages = array(); +$messages['reportedasjunk'] = 'Veiksmīgi ziņots par mēstuli'; +$messages['reportedasnotjunk'] = 'Veiksmīgi ziņots par ne-mēstuli'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/nl_NL.inc b/plugins/markasjunk2/localization/nl_NL.inc new file mode 100644 index 000000000..4eb572901 --- /dev/null +++ b/plugins/markasjunk2/localization/nl_NL.inc @@ -0,0 +1,14 @@ +<?php +/* Author: Hans Spaans */ + +$labels = array(); +$labels['buttonjunk'] = 'Markeer als spam'; +$labels['markasjunk'] = 'Is spam'; +$labels['buttonnotjunk'] = 'Dit bericht is geen spam'; +$labels['markasnotjunk'] = 'Geen spam'; + +$messages = array(); +$messages['reportedasjunk'] = 'Bericht gemarkeerd als spam'; +$messages['reportedasnotjunk'] = 'Bericht verplaatst naar Inbox'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/pl_PL.inc b/plugins/markasjunk2/localization/pl_PL.inc new file mode 100644 index 000000000..7cbe359c7 --- /dev/null +++ b/plugins/markasjunk2/localization/pl_PL.inc @@ -0,0 +1,15 @@ +<?php +/* Author: Bartosz Mierzwiak */ + +$labels = array(); +$labels['buttonjunk'] = 'Oznacz jako Spam'; +$labels['markasjunk'] = 'Jako Spam'; +$labels['buttonnotjunk'] = 'Ta wiadomość nie jest Spamem'; +$labels['markasnotjunk'] = 'Jako nie Spam'; +$labels['notjunk'] = 'Nie Spam'; + +$messages = array(); +$messages['reportedasjunk'] = 'Pomyślnie oznaczono jako Spam'; +$messages['reportedasnotjunk'] = 'Wiadomość przeniesiona do Odebranych'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/pt_BR.inc b/plugins/markasjunk2/localization/pt_BR.inc new file mode 100644 index 000000000..cf62fc6c9 --- /dev/null +++ b/plugins/markasjunk2/localization/pt_BR.inc @@ -0,0 +1,14 @@ +<?php +/* Author: Arthur Furlan */ + +$labels = array(); +$labels['buttonjunk'] = 'Marcar como Spam'; +$labels['markasjunk'] = 'Spam'; +$labels['buttonnotjunk'] = 'Esta mensagem não é Spam'; +$labels['markasnotjunk'] = 'Não Spam'; + +$messages = array(); +$messages['reportedasjunk'] = 'Mensagem marcada como Spam com sucesso'; +$messages['reportedasnotjunk'] = 'Mensagem movida para a Caixa da Entrada'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/ro_RO.inc b/plugins/markasjunk2/localization/ro_RO.inc new file mode 100644 index 000000000..13567a8b2 --- /dev/null +++ b/plugins/markasjunk2/localization/ro_RO.inc @@ -0,0 +1,14 @@ +<?php +/* Author: Ovidiu Bica */ + +$labels = array(); +$labels['buttonjunk'] = 'Marcheaza ca spam'; +$labels['markasjunk'] = 'Este Spam'; +$labels['buttonnotjunk'] = 'Acest mesaj nu este spam'; +$labels['markasnotjunk'] = 'Nu este spam'; + +$messages = array(); +$messages['reportedasjunk'] = 'Raportat cu succes ca Spam'; +$messages['reportedasnotjunk'] = 'Mesajul a fost mutat in Inbox'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/ru_RU.inc b/plugins/markasjunk2/localization/ru_RU.inc new file mode 100644 index 000000000..e91f6a454 --- /dev/null +++ b/plugins/markasjunk2/localization/ru_RU.inc @@ -0,0 +1,15 @@ +<?php +/* Author: Peter Zotov */ + +$labels = array(); +$labels['buttonjunk'] = 'Пометить как спам'; +$labels['markasjunk'] = 'Как спам'; +$labels['buttonnotjunk'] = 'Это сообщение не спам'; +$labels['markasnotjunk'] = 'Не спам'; +$labels['notjunk'] = 'Не спам'; + +$messages = array(); +$messages['reportedasjunk'] = 'Помечено как спам'; +$messages['reportedasnotjunk'] = 'Сообщение перемещено во Входящие'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/tr_TR.inc b/plugins/markasjunk2/localization/tr_TR.inc new file mode 100644 index 000000000..7da3f0a40 --- /dev/null +++ b/plugins/markasjunk2/localization/tr_TR.inc @@ -0,0 +1,14 @@ +<?php +/* Author: Mustafa Icer */ + +$labels = array(); +$labels['buttonjunk'] = 'Spam olarak işaretle'; +$labels['markasjunk'] = 'Spam olarak'; +$labels['buttonnotjunk'] = 'Bu mesaj Spam değildir'; +$labels['markasnotjunk'] = 'Spam değildir'; + +$messages = array(); +$messages['reportedasjunk'] = 'Başarıyla spam olarak bildirildi'; +$messages['reportedasnotjunk'] = 'Mesaj, gelen klasörüne taşındı'; + +?>
\ No newline at end of file diff --git a/plugins/markasjunk2/localization/zh_TW.inc b/plugins/markasjunk2/localization/zh_TW.inc new file mode 100644 index 000000000..9d9d4a541 --- /dev/null +++ b/plugins/markasjunk2/localization/zh_TW.inc @@ -0,0 +1,14 @@ +<?php +/* Author: Denny Lin */ + +$labels = array(); +$labels['buttonjunk'] = '標為垃圾郵件'; +$labels['markasjunk'] = '標為垃圾郵件'; +$labels['buttonnotjunk'] = '非垃圾郵件'; +$labels['markasnotjunk'] = '非垃圾郵件'; + +$messages = array(); +$messages['reportedasjunk'] = '已標為垃圾郵件'; +$messages['reportedasnotjunk'] = '已移至收件匣'; + +?>
\ No newline at end of file |