summaryrefslogtreecommitdiff
path: root/inc/lang/es/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/lang/es/lang.php')
-rw-r--r--inc/lang/es/lang.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/lang/es/lang.php b/inc/lang/es/lang.php
index 61f4ca2bc..e92f201b1 100644
--- a/inc/lang/es/lang.php
+++ b/inc/lang/es/lang.php
@@ -35,6 +35,7 @@
* @author Fernando <fdiezala@gmail.com>
* @author Eloy <ej.perezgomez@gmail.com>
* @author Antonio Castilla <antoniocastilla@trazoide.com>
+ * @author Jonathan Hernández <me@jhalicea.com>
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
@@ -44,13 +45,13 @@ $lang['singlequoteopening'] = '‘';
$lang['singlequoteclosing'] = '’';
$lang['apostrophe'] = '’';
$lang['btn_edit'] = 'Editar esta página';
-$lang['btn_source'] = 'Ver fuente';
+$lang['btn_source'] = 'Ver la fuente de esta página';
$lang['btn_show'] = 'Ver página';
$lang['btn_create'] = 'Crear esta página';
$lang['btn_search'] = 'Buscar';
$lang['btn_save'] = 'Guardar';
$lang['btn_preview'] = 'Previsualización';
-$lang['btn_top'] = 'Ir hasta arriba';
+$lang['btn_top'] = 'Volver arriba';
$lang['btn_newer'] = '<< más reciente';
$lang['btn_older'] = 'menos reciente >>';
$lang['btn_revs'] = 'Revisiones antiguas';