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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/bbcode_bar/language/hu_HU/plugin.lang.php

    r6352 r9682  
    11<?php
    2         global $lang;
    3        
    4                 $lang['admin_liste']            = "BB kód lista :";     
    52       
    63        $lang['p_help']                 = "Új bekezdés : [p]bekezdés[/p]";     
     
    2118       
    2219        $lang['size_help']              = "Betűméret : [size=X]betű mérete[/size]";
    23         $lang['tiny']           = "Apró";
    24         $lang['small']          = "Kicsi";
    25         $lang['normal']         = "Normál";
    26         $lang['large']          = "Közepes";
    27         $lang['huge']           = "Nagy";       
     20        $lang['tiny']                   = "Apró";
     21        $lang['small']                  = "Kicsi";
     22        $lang['normal']                 = "Normál";
     23        $lang['large']                  = "Közepes";
     24        $lang['huge']                   = "Nagy";       
    2825       
    29         $lang['fc_help']        = "Betűszín : [color=szín]betű színe[/color]";
     26        $lang['fc_help']                = "Betűszín : [color=szín]betű színe[/color]";
    3027        $lang['default_help']   = "Alapértelmezett";
    3128        $lang['maroon_help']    = "Gesztenyebarna";             
     
    4340        $lang['white_help']     = "Fehér";
    4441        $lang['black_help']     = "Fekete";
    45        
    46         $lang['preview']                = "Megtekint";
    47        
     42               
    4843        $lang['help']                   = "Automatikus használat: A kód a kijelölt szövegre alkalmazható.";
    4944       
    5045        $lang['repicon']                = "Ikon könyvtár.";
    5146 
    52   $lang['bbcb_config_saved'] = "Beállítások mentése sikeres";
    5347?>
Note: See TracChangeset for help on using the changeset viewer.