diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-20 08:27:17 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-20 08:27:17 +0000 |
| commit | 6d736ec100c436c090e94529bf1dc94b65d3f497 (patch) | |
| tree | da11fb5a53d207984dad433aa334384e1c6f1501 /plugins/help/localization | |
| parent | ea12156dfa1917474230daec259ab32957561f0e (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/help/localization')
| -rw-r--r-- | plugins/help/localization/gl_ES.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/help/localization/gl_ES.inc b/plugins/help/localization/gl_ES.inc new file mode 100644 index 000000000..2895dad30 --- /dev/null +++ b/plugins/help/localization/gl_ES.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['help'] = 'Axuda'; +$labels['about'] = 'Acerca de'; +$labels['license'] = 'Licencia'; + +?> |
