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

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

[extentions] BBcode Bar

  • compatibility with Piwigo 2.2.0
  • many corrections
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 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
14        $lang['quote_help']   = "Citada : [quote]Citación[/quote]";
15        $lang['img_help']     = "Imagen : [img]Imagen[/img]";
16        $lang['url_help']     = "URL : [url=Page URL]Nombre de la página[/url]";
17        $lang['mail_help']    = "Email : [email]Email[/email]";
18
19        $lang['size_help']    = "Tamaño carácteres : [size=X]texto[/size]";
20        $lang['tiny']         = "Todo pequeño";
21        $lang['small']        = "Pequeño";
22        $lang['normal']       = "Normal";
23        $lang['large']        = "Grande";
24        $lang['huge']         = "Muy grande";
25
26        $lang['fc_help']      = "Color de los carácteres  : [color=color]texto[/color]";
27        $lang['default_help'] = "Defecto";
28        $lang['maroon_help']  = "Rojo oscuro";
29        $lang['red_help']     = "Rojo";
30        $lang['orange_help']  = "Naranja";
31        $lang['brown_help']   = "Castaño";
32        $lang['yellow_help']  = "amarillo";
33        $lang['green_help']   = "Verde";
34        $lang['olive_help']   = "Aceituna";
35        $lang['cyan_help']    = "Cian";
36        $lang['blue_help']    = "Azul";
37        $lang['darkblue_help']= "Azul oscuro";
38        $lang['indigo_help']  = "Índigo";
39        $lang['violet_help']  = "Morado";
40        $lang['white_help']   = "Blanco";
41        $lang['black_help']   = "Negro";
42
43        $lang['help']         = "Astucia: un formato puede ser aplicado sobre el texto seleccionado.";
44
45        $lang['repicon']      = "Repertorio de los iconos.";
46
47?>
Note: See TracBrowser for help on using the repository browser.