diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-11-28 20:06:55 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-11-28 20:06:55 +0100 |
commit | 3b95e24fbb12f71cd411db397ce2b0aee0dfc54f (patch) | |
tree | 57cf51416ec1c887e15f0181f5d4dd45de0b0084 /plugins/markasjunk/localization | |
parent | 5f31429de5732617ad18fd2b67d6e2424a7185a7 (diff) |
Updated localizations from Transifex
Diffstat (limited to 'plugins/markasjunk/localization')
-rw-r--r-- | plugins/markasjunk/localization/ber.inc | 16 | ||||
-rw-r--r-- | plugins/markasjunk/localization/ca_ES.inc | 4 | ||||
-rw-r--r-- | plugins/markasjunk/localization/en_CA.inc | 21 | ||||
-rw-r--r-- | plugins/markasjunk/localization/es_419.inc | 21 | ||||
-rw-r--r-- | plugins/markasjunk/localization/sk_SK.inc | 6 |
5 files changed, 47 insertions, 21 deletions
diff --git a/plugins/markasjunk/localization/ber.inc b/plugins/markasjunk/localization/ber.inc deleted file mode 100644 index 046e45733..000000000 --- a/plugins/markasjunk/localization/ber.inc +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -/* - +-----------------------------------------------------------------------+ - | localization//labels.inc | - | | - | Language file of the Roundcube Webmail client | - | Copyright (C) 2012, The Roundcube Dev Team | - | Licensed under the GNU General Public License | - | | - +-----------------------------------------------------------------------+ - | Author: FULL NAME <EMAIL@ADDRESS> | - +-----------------------------------------------------------------------+ -*/ - - diff --git a/plugins/markasjunk/localization/ca_ES.inc b/plugins/markasjunk/localization/ca_ES.inc index 18fef58a8..1a77aaff2 100644 --- a/plugins/markasjunk/localization/ca_ES.inc +++ b/plugins/markasjunk/localization/ca_ES.inc @@ -16,6 +16,6 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ $labels['buttontext'] = 'Correu brossa'; -$labels['buttontitle'] = 'Marca com a Spam'; -$labels['reportedasjunk'] = 'S\'ha reportat correctament com a Spam'; +$labels['buttontitle'] = 'Marca com a correu brossa'; +$labels['reportedasjunk'] = 'S\'ha reportat correctament com a correu brossa'; ?>
\ No newline at end of file diff --git a/plugins/markasjunk/localization/en_CA.inc b/plugins/markasjunk/localization/en_CA.inc new file mode 100644 index 000000000..92c041948 --- /dev/null +++ b/plugins/markasjunk/localization/en_CA.inc @@ -0,0 +1,21 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/markasjunk/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk 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-markasjunk/ +*/ +$labels['buttontext'] = 'Junk'; +$labels['buttontitle'] = 'Mark as Junk'; +$labels['reportedasjunk'] = 'Successfully reported as Junk'; +?>
\ No newline at end of file diff --git a/plugins/markasjunk/localization/es_419.inc b/plugins/markasjunk/localization/es_419.inc new file mode 100644 index 000000000..e9bc14bc4 --- /dev/null +++ b/plugins/markasjunk/localization/es_419.inc @@ -0,0 +1,21 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/markasjunk/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk 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-markasjunk/ +*/ +$labels['buttontext'] = 'Basura'; +$labels['buttontitle'] = 'Marcar como basura'; +$labels['reportedasjunk'] = 'Reportado como basura exitosamente'; +?>
\ No newline at end of file diff --git a/plugins/markasjunk/localization/sk_SK.inc b/plugins/markasjunk/localization/sk_SK.inc index 101b57ab7..25afe6cf2 100644 --- a/plugins/markasjunk/localization/sk_SK.inc +++ b/plugins/markasjunk/localization/sk_SK.inc @@ -15,7 +15,7 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'Označiť ako Spam'; -$labels['reportedasjunk'] = 'Úspešne nahlásené ako Spam'; +$labels['buttontext'] = 'Nevyžiadaná pošta'; +$labels['buttontitle'] = 'Označiť ako nevyžiadané'; +$labels['reportedasjunk'] = 'Úspešne nahlásené ako nevyžiadaná pošta'; ?>
\ No newline at end of file |