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

    r7156 r9682  
    11<?php
    2         global $lang;
    3        
    4         $lang['admin_liste']            = "Liste :";   
    52       
    63        $lang['p_help']                 = "Paragraph : [p]Paragraph[/p]";       
     
    107        $lang['s_help']                 = "Durchgestrichen  : [s]durchgestrichen [/s]";
    118       
    12         $lang['center_help']            = "Mittig : [center]mittig[/center]";
    13         $lang['right_help']             = "Rechts : [right]rechts[/right]";
     9        $lang['center_help']    = "Mittig : [center]mittig[/center]";
     10        $lang['right_help']     = "Rechts : [right]rechts[/right]";
    1411        $lang['ul_help']                = "Un-nummerierte Liste : [ul][li]Element[/li][/ul]";
    1512        $lang['ol_help']                = "Nummerierte Liste : [ol][li]Element[/li][/ol]";
    1613       
    17         $lang['quote_help']             = "Zitat : [quote]Zitat[/quote]";
     14        $lang['quote_help']     = "Zitat : [quote]Zitat[/quote]";
    1815        $lang['img_help']               = "Bild : [img]Bild[/img]";
    1916        $lang['url_help']               = "URL : [url=URL]Titel[/url]";
     
    2825       
    2926        $lang['fc_help']                = "Textfarbe : [color=farbe]Text[/color]";
    30         $lang['default_help']           = "Standard";
    31         $lang['maroon_help']            = "Dunkelrot";         
     27        $lang['default_help']   = "Standard";
     28        $lang['maroon_help']    = "Dunkelrot";         
    3229        $lang['red_help']               = "Rot";                       
    33         $lang['orange_help']            = "Orange";             
    34         $lang['brown_help']             = "Braun";
    35         $lang['yellow_help']            = "Gelb";               
    36         $lang['green_help']             = "Grün";       
    37         $lang['olive_help']             = "Olive";             
     30        $lang['orange_help']    = "Orange";             
     31        $lang['brown_help']     = "Braun";
     32        $lang['yellow_help']    = "Gelb";               
     33        $lang['green_help']     = "Grün";       
     34        $lang['olive_help']     = "Olive";             
    3835        $lang['cyan_help']              = "Cyan";
    3936        $lang['blue_help']              = "Blau";       
    40         $lang['darkblue_help']          = "Dunkelblau";
    41         $lang['indigo_help']            = "Indigo";
    42         $lang['violet_help']            = "Violett";
    43         $lang['white_help']             = "Weiß";
    44         $lang['black_help']             = "Schwarz";
    45        
    46         $lang['preview']                = "Vorschau";
    47        
     37        $lang['darkblue_help']  = "Dunkelblau";
     38        $lang['indigo_help']    = "Indigo";
     39        $lang['violet_help']    = "Violett";
     40        $lang['white_help']     = "Weiß";
     41        $lang['black_help']     = "Schwarz";
     42               
    4843        $lang['help']                   = "Ein Kniff: Das Format kann dem ausgewählten Text zugewiesen werden.";
    4944       
    5045        $lang['repicon']                = "Iconverzeichnis.";
    51  
    52   $lang['bbcb_config_saved'] = "Konfiguration gespeichert";
     46
    5347?>
Note: See TracChangeset for help on using the changeset viewer.