source: extensions/bbcode_bar/language/it_IT/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
File size: 1.7 KB
Line 
1<?php
2
3        $lang['p_help']                 = "Paragrafo : [p]paragrafo[/p]";       
4        $lang['b_help']                 = "Grassetto : [b]grassetto[/b]";
5        $lang['i_help']                 = "Corsivo : [i]Corsivo[/i]";
6        $lang['u_help']                 = "Sottolineato : [u]sottolineato[/u]"; 
7        $lang['s_help']                 = "Barrato : [s]Barrato[/s]";
8       
9        $lang['center_help']    = "Centrato : [center]centrato[/center]";
10        $lang['right_help']     = "Destra : [right]destra[/right]";
11        $lang['ul_help']                = "Elenco : [ul][li]elemento[/li][/ul]";
12        $lang['ol_help']                = "Elenco Numerica : [ol][li]elemento[/li][/ol]";
13       
14        $lang['quote_help']     = "Citazione : [quote]citazione[/quote]";
15        $lang['img_help']               = "Immagine : [img]immagine[/img]";
16        $lang['url_help']               = "URL : [url=Page URL]Nome della pagina[/url]";
17        $lang['mail_help']              = "E-mail : [email]Email[/email]";     
18       
19        $lang['size_help']              = "Dimensione testo : [size=X]testo[/size]";
20        $lang['tiny']                   = "Piccolissimo";
21        $lang['small']                  = "Piccolo";
22        $lang['normal']                 = "Normale";
23        $lang['large']                  = "Grande";
24        $lang['huge']                   = "Grandissimo";       
25       
26        $lang['fc_help']                = "Colore del testo  : [color=couleur]testo[/color]";
27        $lang['default_help']   = "Default";
28        $lang['maroon_help']    = "Rosso scuro";               
29        $lang['red_help']               = "Rosso";                     
30        $lang['orange_help']    = "Arancione";         
31        $lang['brown_help']     = "Marrone";
32        $lang['yellow_help']    = "Giallo";             
33        $lang['green_help']     = "Verde";     
34        $lang['olive_help']     = "Oliva";             
35        $lang['cyan_help']              = "Ciano";
36        $lang['blue_help']              = "Blu";       
37        $lang['darkblue_help']  = "Blu Scuro";
38        $lang['indigo_help']    = "Indaco";
39        $lang['violet_help']    = "Viola";
40        $lang['white_help']     = "Bianco";
41        $lang['black_help']     = "Nero";
42       
43        $lang['help']                   = "Trucco : Un formattaggio può essere applicato ad un testo selezionato.";
44       
45        $lang['repicon']                = "Directory delle icone";
46
47?>
Note: See TracBrowser for help on using the repository browser.