summaryrefslogtreecommitdiff
path: root/plugins/markasjunk
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-20 08:27:17 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-20 08:27:17 +0000
commit6d736ec100c436c090e94529bf1dc94b65d3f497 (patch)
treeda11fb5a53d207984dad433aa334384e1c6f1501 /plugins/markasjunk
parentea12156dfa1917474230daec259ab32957561f0e (diff)
- Added gl_ES and updates es_ES localizations (#1487707)
git-svn-id: https://svn.roundcube.net/trunk@4434 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/markasjunk')
-rw-r--r--plugins/markasjunk/localization/gl_ES.inc7
-rw-r--r--plugins/markasjunk/package.xml1
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/markasjunk/localization/gl_ES.inc b/plugins/markasjunk/localization/gl_ES.inc
new file mode 100644
index 000000000..b1f49a23e
--- /dev/null
+++ b/plugins/markasjunk/localization/gl_ES.inc
@@ -0,0 +1,7 @@
+<?php
+
+$labels = array();
+$labels['buttontitle'] = 'Marcar como correo lixo';
+$labels['reportedasjunk'] = 'Mensaxe marcada como correo lixo';
+
+?>
diff --git a/plugins/markasjunk/package.xml b/plugins/markasjunk/package.xml
index 8ca7b18de..d76bd0c28 100644
--- a/plugins/markasjunk/package.xml
+++ b/plugins/markasjunk/package.xml
@@ -42,6 +42,7 @@
<file name="localization/es_AR.inc" role="data"></file>
<file name="localization/es_ES.inc" role="data"></file>
<file name="localization/et_EE.inc" role="data"></file>
+ <file name="localization/gl_ES.inc" role="data"></file>
<file name="localization/ja_JP.inc" role="data"></file>
<file name="localization/pl_PL.inc" role="data"></file>
<file name="localization/ru_RU.inc" role="data"></file>