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/cs_CZ
Files:
2 edited

Legend:

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

    r7787 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/cs_CZ/plugin.lang.php

    r7787 r9682  
    11<?php
    2         global $lang;
    3        
    4                 $lang['admin_liste']            = "Seznam :";   
    52       
    63        $lang['p_help']                 = "Odstavec : [p]odstavec[/p]";
     
    2118       
    2219        $lang['size_help']              = "Velikost fontu : [size=X]text[/size]";
    23         $lang['tiny']           = "Drobná";
    24         $lang['small']          = "Malá";
    25         $lang['normal']         = "Normální";
    26         $lang['large']          = "Veliký";
    27         $lang['huge']           = "Obří";       
     20        $lang['tiny']                   = "Drobná";
     21        $lang['small']                  = "Malá";
     22        $lang['normal']                 = "Normální";
     23        $lang['large']                  = "Veliký";
     24        $lang['huge']                   = "Obří";       
    2825       
    29         $lang['fc_help']        = "Barva písma : [color=color]text[/color]";
     26        $lang['fc_help']                = "Barva písma : [color=color]text[/color]";
    3027        $lang['default_help']   = "Defaultní";
    3128        $lang['maroon_help']    = "Tmavě červená";             
     
    4441        $lang['black_help']     = "Černá";
    4542       
    46         $lang['preview']                = "Náhled";
    47        
    4843        $lang['help']                   = "Nejjednodušeji: formátování může být aplikováno jen na označený text.";
    4944       
    5045        $lang['repicon']                = "Složka ikon.";
    51  
    52   $lang['bbcb_config_saved'] = "Konfigurace uložena";
     46
    5347?>
Note: See TracChangeset for help on using the changeset viewer.