Ignore:
Timestamp:
Mar 14, 2011, 9:35:14 PM (13 years ago)
Author:
mistic100
Message:

[extentions] BBcode Bar

  • compatibility with Piwigo 2.2.0
  • many corrections
Location:
extensions/bbcode_bar/language/it_IT
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/bbcode_bar/language/it_IT/index.php

    r3632 r9682  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | PhpWebGallery - a PHP based picture gallery                           |
    4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     3// | Piwigo - a PHP based photo gallery                                    |
    64// +-----------------------------------------------------------------------+
    7 // | file          : $Id$
    8 // | last update   : $Date$
    9 // | last modifier : $Author$
    10 // | revision      : $Revision$
     5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
     6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    118// +-----------------------------------------------------------------------+
    129// | This program is free software; you can redistribute it and/or modify  |
  • extensions/bbcode_bar/language/it_IT/plugin.lang.php

    r5694 r9682  
    11<?php
    2         global $lang;
    3        
    4         $lang['admin_liste']            = "Elenco :";   
    5        
     2
    63        $lang['p_help']                 = "Paragrafo : [p]paragrafo[/p]";       
    74        $lang['b_help']                 = "Grassetto : [b]grassetto[/b]";
     
    2118       
    2219        $lang['size_help']              = "Dimensione testo : [size=X]testo[/size]";
    23         $lang['tiny']           = "Piccolissimo";
    24         $lang['small']          = "Piccolo";
    25         $lang['normal']         = "Normale";
    26         $lang['large']          = "Grande";
    27         $lang['huge']           = "Grandissimo";       
     20        $lang['tiny']                   = "Piccolissimo";
     21        $lang['small']                  = "Piccolo";
     22        $lang['normal']                 = "Normale";
     23        $lang['large']                  = "Grande";
     24        $lang['huge']                   = "Grandissimo";       
    2825       
    29         $lang['fc_help']        = "Colore del testo  : [color=couleur]testo[/color]";
     26        $lang['fc_help']                = "Colore del testo  : [color=couleur]testo[/color]";
    3027        $lang['default_help']   = "Default";
    3128        $lang['maroon_help']    = "Rosso scuro";               
     
    4441        $lang['black_help']     = "Nero";
    4542       
    46         $lang['preview']                = "Previsualisare";
    47        
    4843        $lang['help']                   = "Trucco : Un formattaggio può essere applicato ad un testo selezionato.";
    4944       
    5045        $lang['repicon']                = "Directory delle icone";
    51  
    52   $lang['bbcb_config_saved'] = "Configurazione registrata";
     46
    5347?>
Note: See TracChangeset for help on using the changeset viewer.