diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2015-02-07 18:32:19 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2015-02-07 18:32:19 +0100 |
commit | 36147bd6df93cfc379072b76a6c1c0e6e383cbbc (patch) | |
tree | 311ea497152d7bf46cbd965cdf7bb0d189c2ff6e /plugins/markasjunk/localization | |
parent | 56040b941c20d1d2ed2abf3f1993ea550bc13086 (diff) |
Update localizations from Transifex
Diffstat (limited to 'plugins/markasjunk/localization')
-rw-r--r-- | plugins/markasjunk/localization/es_ES.inc | 2 | ||||
-rw-r--r-- | plugins/markasjunk/localization/fy_NL.inc | 19 | ||||
-rw-r--r-- | plugins/markasjunk/localization/ia.inc | 21 | ||||
-rw-r--r-- | plugins/markasjunk/localization/tr_TR.inc | 2 |
4 files changed, 42 insertions, 2 deletions
diff --git a/plugins/markasjunk/localization/es_ES.inc b/plugins/markasjunk/localization/es_ES.inc index e1f7f1750..eb7b2740e 100644 --- a/plugins/markasjunk/localization/es_ES.inc +++ b/plugins/markasjunk/localization/es_ES.inc @@ -17,5 +17,5 @@ */ $labels['buttontext'] = 'SPAM'; $labels['buttontitle'] = 'Marcar como SPAM'; -$labels['reportedasjunk'] = 'Mensaje informado como SPAM'; +$labels['reportedasjunk'] = 'Reportado como SPAM, correctamente'; ?>
\ No newline at end of file diff --git a/plugins/markasjunk/localization/fy_NL.inc b/plugins/markasjunk/localization/fy_NL.inc new file mode 100644 index 000000000..3291a962c --- /dev/null +++ b/plugins/markasjunk/localization/fy_NL.inc @@ -0,0 +1,19 @@ +<?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'] = 'Spam'; +?>
\ No newline at end of file diff --git a/plugins/markasjunk/localization/ia.inc b/plugins/markasjunk/localization/ia.inc new file mode 100644 index 000000000..d6f1c021d --- /dev/null +++ b/plugins/markasjunk/localization/ia.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'] = 'Messages indesirate'; +$labels['buttontitle'] = 'Marcar como indesirate'; +$labels['reportedasjunk'] = 'Reportate como indesirate con successo'; +?>
\ No newline at end of file diff --git a/plugins/markasjunk/localization/tr_TR.inc b/plugins/markasjunk/localization/tr_TR.inc index c4230799f..4d46c0b37 100644 --- a/plugins/markasjunk/localization/tr_TR.inc +++ b/plugins/markasjunk/localization/tr_TR.inc @@ -16,6 +16,6 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ $labels['buttontext'] = 'İstenmeyen'; -$labels['buttontitle'] = 'Çöp olarak işaretle'; +$labels['buttontitle'] = 'İstenmeyen olarak işaretle'; $labels['reportedasjunk'] = 'Spam olarak rapor edildi'; ?>
\ No newline at end of file |