summaryrefslogtreecommitdiff
path: root/plugins/help
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-03 12:04:53 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-03 12:04:53 +0000
commit8ea0ed5bdd523d28667eece30a82f3f43ae34e6e (patch)
tree767831425de360392222d7141fd80f76df0ce6ec /plugins/help
parentb107389ead163ea1d08de751ea0d651f617ae646 (diff)
- es_ES update (#1486887)
git-svn-id: https://svn.roundcube.net/trunk@3861 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/help')
-rw-r--r--plugins/help/localization/es_ES.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/help/localization/es_ES.inc b/plugins/help/localization/es_ES.inc
new file mode 100644
index 000000000..1d921859a
--- /dev/null
+++ b/plugins/help/localization/es_ES.inc
@@ -0,0 +1,8 @@
+<?php
+
+$labels = array();
+$labels['help'] = 'Ayuda';
+$labels['about'] = 'Acerca de';
+$labels['license'] = 'Licencia';
+
+?>