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

Legend:

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

    r6352 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: index.php 3632 2009-07-19 08:45:36Z ddtddt $
    8 // | last update   : $Date: 2009-07-19 10:45:36 +0200 (v, 19 júl 2009) $
    9 // | last modifier : $Author: ddtddt $
    10 // | revision      : $Revision: 3632 $
     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/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.