source: extensions/bbcode_bar/language/es_ES/plugin.lang.php @ 9965

Last change on this file since 9965 was 9965, checked in by mistic100, 13 years ago

[extentions] BBCode Bar

  • uses markItUp!
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1<?php
2
3        $lang['p_help']       = "Párrafo : [p]párrafo[/p]";
4        $lang['b_help']       = "Gordo : [b]gordo[/b]";
5        $lang['i_help']       = "Itálico : [i]itálico[/i]";
6        $lang['u_help']       = "Subrayado : [u]subrayado[/u]";
7        $lang['s_help']       = "Tachado : [s]tachado[/s]";
8
9        $lang['center_help']  = "Centrado : [center]centrado[/center]";
10        $lang['right_help']   = "Derecha : [right]derecha[/right]";
11        $lang['ul_help']      = "Lista : [ul][li]elemento[/li][/ul]";
12        $lang['ol_help']      = "Lista Numerada : [ol][li]elemento[/li][/ol]";
13        $lang['li_help']          = "List element : [li]element[/li]";
14
15        $lang['quote_help']   = "Citada : [quote]Citación[/quote]";
16        $lang['img_help']     = "Imagen : [img]Imagen[/img]";
17        $lang['url_help']     = "URL : [url=Page URL]Nombre de la página[/url]";
18        $lang['mail_help']    = "Email : [email]Email[/email]";
19
20        $lang['size_help']    = "Tamaño carácteres : [size=X]texto[/size]";
21        $lang['tiny']         = "Todo pequeño";
22        $lang['small']        = "Pequeño";
23        $lang['normal']       = "Normal";
24        $lang['large']        = "Grande";
25        $lang['huge']         = "Muy grande";
26
27        $lang['color_help']      = "Color de los carácteres  : [color=color]texto[/color]";
28        $lang['red_help']     = "Rojo";
29        $lang['orange_help']  = "Naranja";
30        $lang['yellow_help']  = "amarillo";
31        $lang['green_help']   = "Verde";
32        $lang['blue_help']    = "Azul";
33        $lang['purple_help']  = "Morado";
34        $lang['white_help']   = "Blanco";
35        $lang['grey_help']        = "Grey";
36        $lang['black_help']   = "Negro";
37
38?>
Note: See TracBrowser for help on using the repository browser.