source: extensions/CommentEditor/trunk/language/es_ES/plugin.lang.php @ 3976

Last change on this file since 3976 was 3976, checked in by ddtddt, 15 years ago

[extensions]- CommentEditor - Add ES language

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1<?php
2/* $Id: plugin.lang.php 3976 2009-10-04 14:48:00Z ddtddt $ */
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4global $lang;
5
6// ==================================================================
7// Edit block
8$lang['ce_edit'] = 'Edición de comentario';
9$lang['ce_author'] = 'Autor';
10$lang['ce_author_free'] = 'Elección libre del autor';
11$lang['ce_content'] = 'Comentario';
12$lang['ce_edit_tool'] = 'Editar';
13$lang['ce_close_editor_title'] = 'Cerrar el bloque de edición';
14$lang['ce_close_editor_alt'] = 'Cerrarse';
15
16// ==================================================================
17// Message block
18$lang['ce_'.CE_TYPE_INFO] = 'Información';
19$lang['ce_'.CE_TYPE_ERROR] = 'Error';
20$lang['ce_edit_forbidden'] = 'No eres autorizado a editar este comentario';
21$lang['ce_access_invalid'] = 'Acceso inválido';
22$lang['ce_close_message_title'] = 'Cerrar el bloque de mensaje';
23$lang['ce_close_message_alt'] = 'Cerrarse';
24
25// ==================================================================
26// Config
27$lang['ce_inconsistent_version'] = '%s : números de versión incoherentes';
28$lang['ce_no_unlink'] = 'La función \'unlink\' No está disponible';
29$lang['ce_unlink_errors'] = 'Errores se efectuaron en el momento de la supresión de ficheros';
30$lang['ce_config_saved'] = 'Configuración salvada con éxito';
31$lang['ce_config_saved_with_errors'] = 'Configuración salvada pero con errores';
32$lang['ce_button_submit'] = 'Validar';
33
34// ==================================================================
35// Config tab
36$lang['ce_tab_config'] = 'Configuración';
37$lang['ce_config_desc'] = 'Configuración principal del plugin';
38$lang['ce_label_config'] = 'Configuración general';
39$lang['ce_label_display_info'] = 'Fijar los mensajes informativos';
40$lang['ce_label_display_error'] = 'Fijar los mensajes de errores';
41?>
Note: See TracBrowser for help on using the repository browser.