Changeset 28990 for extensions/LLGBO2


Ignore:
Timestamp:
Jul 7, 2014, 9:26:18 PM (10 years ago)
Author:
gbo
Message:

Release 27..A new admin part

Location:
extensions/LLGBO2
Files:
10 deleted
33 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/css/look_like_gbo2_admin.css

    r6259 r28990  
    1 #picker, #framepicker{
    2         float:right;    margin-left:0;  margin-top:0;}
     1#picker{
     2        float:right;
     3        padding-top:1em}
    34       
    45#framepicker{
    5         float:right;    margin-left:0;
    6         margin-top:12%;
    7         margin-right:4%;
    8         }
    9        
    10  
     6        float:right;
     7        padding:10em 0 0 0;
     8                }
    119.colorwell-selected {
    1210     border: 2px solid red;
     
    1412         padding:.2em;
    1513         -moz-border-radius:6px;
    16    }
    17 .llgbolabel{
    18         text-align:left;
    19         padding:0;
    20         margin :0;
     14   }           
     15#configcontent {
     16        width:700px;
     17        margin:0 auto;}
     18       
     19#configcontent label:not(.no-bold) {
     20  font-weight: bold;
    2121}
    22 .llgboinput{
     22       
     23#leftpart {
     24        float:left;
     25        min-width:670px;
     26                }
     27#leftpart input {
     28        margin-left:0.3em;
     29        }
     30form ul li span {
     31                margin:0 .5em 0 .5em}
     32               
     33 #toolTip ul li ,  .llgboFR  ul li{
     34        margin-right:200px;
    2335        text-align:right;
    24         margin :0;
    25         width:100px;
    26 
    27 }
    28 .llgbofield , .colorwell ,.colorwellf{
    29         width:60px;text-align:left;
    30 }
    31 .llgbofieldf {
    32         width:20px;text-align:left;
    33 }
    34 #llgbotable{
    35         margin:1em;
    36         width:600px;
    37 margin:auto}
    38 #llgboHeadertable{
    39         margin:1em;
    40         width:500px;
    41         margin:auto
    42 }
    43 #llgboframetable{
    44         margin-right:200px;  /* chrome */
    45         width:60%; 
    46         text-align:left;
    47 }
    48 #gboh2{text-align:center; position: relative;top:1.5em;left:40%}
    49 
    50 #tooltip{
    51     margin-right:200px;  /* chrome */
    52     width:67%;
    53         -moz-border-radius:10px;
    54         overflow:hidden;
    55 }
    56 #llgbotitle {padding:15px 0 5px 0;color:#c92;text-align:center;font-weight:700}
    57 textarea {overflow:hidden;}
    58 
    59 .submit{margin:10px;}
    60 
    61 TABLE.doubleSelect SELECT.HeaderList {
    62         width: 100%; max-width: 90%; max-height: 20em;overflow-x: auto;
    6336}
    6437
     38 
     39#gboh4{text-align:center; margin:1.8em}
     40#gboh2{text-align:center; position: relative; top: 1.5em;left:30%}
     41#llgbotitle {margin:1em 0 1em 2em;color:#c92;font-weight:700,text-align:center;}
     42.submit, .clearmargin {clear:both}
    6543
     44
     45.graphicalCheckbox {
     46          font-size:16px;
     47          line-height:16px;
     48          color:#FF3363;
     49          font-weight: bold;
     50}
     51.icon-check {
     52                color:green;
     53                }
     54               
     55.graphicalCheckbox + input {
     56  display:none;
     57}
  • extensions/LLGBO2/defaultvalues.php

    r15076 r28990  
    11<?php
    2 
    3 // valeurs par défaut
    4 $plugvalues = "false,true,true,true,true,true,false,theAboutPage;theTagsPage;theCommentsPage;theIdentificationPage;theAdminPage,true,false,false";
    5 $ttvalues = "150,2,#fff,#000,#c92,#dadada";
    6 $frvalues = "#16195f,#ffffff,3,#040404,1,#ffffff,7,#ffffff,1,#fdfdfd,1,#fcfcfc,1,#fafafa,1,#eaeaea,1,#d3d3d3,1,#bababa,1,#9f9f9f,1,#858585,1,#777777,1,#646464,1,#575757,1,#474747,1";
    7 $headvalues = "true,false,false,false,false,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true";
    8 
     2// ---------------------------------------------
     3// -------- LLGBO valeurs par défaut        ----
     4// ---------------------------------------------
     5$default_Main = array(
     6        'version' => 1,
     7    'frame' => False,
     8        'tooltipdisp' => true,
     9    'alwaysdisplayexif' => False,
     10        'exifunderbt' => true,
     11        'titleframe' => true,
     12        'manageheader'=>  False,
     13    );
     14       
     15$default_tooltip = array(
     16        'TT-width' => 150,
     17        'TT-size' => 2,
     18    'TT-bordercolor' => '#fff',
     19        'TT-bgcolor' => '#000',
     20        'TT-titlecolor' => '#c92',
     21        'TT-textcolor' => '#dadada'
     22    );
     23       
     24$default_frame = array(
     25        'FR-titlecolor' =>  '#16195f',
     26    'FR-sizes'     => array(3,1,7,1,1,1,1,1,1,1,1,1,1,1,1,1),
     27        'FR-colors'   => array('#ffffff','#040404','#ffffff','#ffffff','#fdfdfd','#fcfcfc','#fafafa','#eaeaea','#d3d3d3','#bababa','#9f9f9f','#858585','#777777','#646464','#575757','#474747'),
     28        );
     29       
     30$default_header = array(
     31        'HD-dispheader' => array('home' => true,'category' => False,'category_filter_recent'  => False,'categories/flat'  => False,'category_posted_monthly'  => False,
     32                'picture'  => False,'additional_page' => true,'most_visited' => true,'best_rated' => true,'list'=> true,'recent_pics' => true,'created-monthly-calendar' => true,
     33                'tags' => true,'search' => true,'comments' => true,'about' => true,'notification' => true,'register' => true,'identification' => true,'favorites'=> true,
     34                                        'recent_cats' => true,'thePiwiShackControllerPage' => true),
     35                );
     36// ---------------------------------------
     37// -----       S A M P L E S           ---
     38// ---------------------------------------     
     39$samples  = array(
     40        'GOLD' => array(
     41                'FR-titlecolor' =>  '#16195f',
     42                'FR-sizes'     => array(2,1,5,1,1,1,1,1,1,1,3,1,2,1,1,1),
     43                'FR-colors'   => array('#d0a641','#b08827','#f3ead8','#9c740e','#553b00','#5e4400','#684d07','#977424','#95772b','#896611','#674e13','#8e784b','#e0c992','#e8cb8b','#af9045','#8a6612'),
     44                ),
     45        'WHITE' => array(
     46                'FR-titlecolor' =>  '#16195f',
     47                'FR-sizes'     => array(3,1,7,1,1,1,1,1,1,1,1,1,1,1,1,1),
     48                'FR-colors'   => array('#ffffff','#040404','#ffffff','#ffffff','#fdfdfd','#fcfcfc','#fafafa','#eaeaea','#d3d3d3','#bababa','#9f9f9f','#858585','#777777','#646464','#575757','#474747'),
     49                ),
     50        'BLACK' => array(
     51        'FR-titlecolor' =>  '#9f7a09',
     52        'FR-sizes'     => array(3,1,4,4,1,1,1,1,1,1,1,1,1,1,1,1),
     53        'FR-colors'   => array('#090909','#fafafa','#0b0b0b','#0c0c0c','#1f1f20','#29292b','#343435','#3f3f41','#4a4a4b','#555557','#616163','#6d6d6e','#79797a','#848485','#919192','#9d9d9e'),
     54        ),
     55        'METAL' => array(
     56        'FR-titlecolor' =>  '#111111',
     57        'FR-sizes'     => array(2,1,3,2,2,1,1,2,1,1,1,1,1,1,1,1),
     58        'FR-colors'   => array('#e8e8e8','#babdbf','#4a4c4d','#a3a7aa','#a8acaf','#adb2b4','#b3b8ba','#c0c4c6','#c6c9cc','#c8cbcd','#c5c9cb','#c9cdcf','#cdd1c2','#cdd1c2','#b1b3da','#666e83'),
     59        ),
     60        'IVORY' => array(
     61        'FR-titlecolor' =>  '#16195f',
     62        'FR-sizes'     => array(4,1,5,1,1,1,1,1,1,1,1,1,1,1,1,1),
     63        'FR-colors'   => array('#f4f4f4','#685008','#e0e0df','#d6d6d4','#cbcbca','#c0c0be','#b5b5b4','#aaaaa8','#9e9e9c','#929291','#868685','#7b7b7a','#6e6e6d','#626261','#555555','#4a4a4a'),
     64        ),
     65                'BLUE' => array(
     66        'FR-titlecolor' =>  '#000000',
     67        'FR-sizes'     => array(2,1,9,1,1,1,1,1,1,1,2,1,1,1,1,1),
     68        'FR-colors'   => array('#e8e8e8','#b6d0d5','#fafefe','#a3a7aa','#a8acaf','#404b54','#32403d','#b1b7c3','#4c5970','#303d4e','#566662','#96abb1','#737479','#d2d2d7','#6e716b','#5a5b5c'),
     69        ),
     70        'B_W' => array(
     71        'FR-titlecolor' =>  '#e8cb8b',
     72        'FR-sizes'     => array(11,9,1,1,3,3,0,0,0,0,0,0,0,0,0,0),
     73        'FR-colors'   => array('#fcf6e9','#171112','#352c2d','#fcf6e9','#000000','#171112','#000000','#000000','#000000','#000000','#000000','#000000','#000000','#000000','#000000','#000000'),
     74        ),
     75);
    976?>
  • extensions/LLGBO2/include/manage_header.php

    r15076 r28990  
    11<?php
     2//----------------------------------------------------   
     3/*      LLGBO Manage header                                        */
     4//----------------------------------------------------
    25if (!isset($page_name)) {$page_name ='index';}
    3 if ($conf['LLGBO_SETTINGS'] [6] = 'true' )
    4 {$no_header = false;
    5 
    6 $input= $_SERVER['PHP_SELF'];
    7 if ($conf['question_mark_in_urls'] == true)
    8  {      foreach($_GET as $cle  =>$valeur)
    9                 {$input= $input.$cle ;}
    10 }
    11 // print_r($input.'----'.$page_name );
    12 if  ( strpos( $input,'index') == true )
    13 {               
    14                 if ((strpos( $input,'index.php/') == false )  and ($conf['LLGBO_HEADER'][0] == 'false')) {$no_header = true;}// home
    15                 if ((strpos( $input,'categories') == true ) and ($conf['LLGBO_HEADER'][0] == 'false')) {$no_header = true;}// categories
    16                 if ((strpos( $input,'category') == true ) and ($conf['LLGBO_HEADER'][1] == 'false')) {$no_header = true; }
    17                 if ((strpos( $input,'filter=') == true ) and ($conf['LLGBO_HEADER'][2] == 'false')) {$no_header = true; }
    18                 if ((strpos( $input,'categories/flat') == true ) and ($conf['LLGBO_HEADER'][3] == 'false')) {$no_header = true ;}
    19                 if ((strpos( $input,'categories/posted-monthly-list') == true ) and ($conf['LLGBO_HEADER'][4] == 'false')) {$no_header = true ;}
    20                 if ((strpos( $input,'additional_page') == true ) and ($conf['LLGBO_HEADER'][6] == 'false')) {$no_header = true; }
    21                 if ((strpos( $input,'most_visited') == true ) and ($conf['LLGBO_HEADER'][7] == 'false')) {$no_header = true ;}
    22                 if ((strpos( $input,'best_rated') == true ) and ($conf['LLGBO_HEADER'][8] == 'false')) {$no_header = true; }
    23                 if ((strpos( $input,'list') == true ) and ($conf['LLGBO_HEADER'][9] == 'false')) {$no_header = true; }
    24                 if ((strpos( $input,'recent_pics') == true ) and ($conf['LLGBO_HEADER'][10] == 'false')) {$no_header = true ;}
    25                 if ((strpos( $input,'tags') == true ) and ($conf['LLGBO_HEADER'][11] == 'false')) {$no_header = true; }
    26                 if ((strpos( $input,'created-monthly-list') == true ) and ($conf['LLGBO_HEADER'][12] == 'false')) {$no_header = true;}
    27                 if ((strpos( $input,'favorites') == true ) and ($conf['LLGBO_HEADER'][19] == 'false')) {$no_header = true;}
    28                 if ((strpos( $input,'recent_cats') == true ) and ($conf['LLGBO_HEADER'][20] == 'false')) {$no_header = true;;}
    29                 if ((strpos( $input,'thePiwiShackControllerPage') == true ) and ($conf['LLGBO_HEADER'][21] == 'false')) {$no_header = true;;}
     6if ($CF_LLGBO['manageheader'])
     7        {$no_header = false;
     8        $input= $_SERVER['PHP_SELF'];
     9        if ($conf['question_mark_in_urls'] == true)
     10                {       foreach($_GET as $cle  =>$valeur)
     11                        {$input= $input.$cle ;}
     12        }
    3013         
    31         }
    32         //print_r($_GET.'----'.$page_name );
    33 if  ( strpos( $input,'index') == false )
    34          {if ( $page_name == 'index'   and ($conf['LLGBO_HEADER'][0] == 'false')) {$no_header = true;}// home
    35          if ( $page_name == 'picture' and  $conf['LLGBO_HEADER'][5] == 'false')  {$no_header = true;}//picture page
    36          if ( $page_name == 'tags' and  $conf['LLGBO_HEADER'][11] == 'false')  {$no_header = true;}//tags
    37          if ( $page_name == 'search' and  $conf['LLGBO_HEADER'][13] == 'false')  {$no_header = true;}//search   
    38          if ( $page_name == 'comments' and  $conf['LLGBO_HEADER'][14] == 'false')  {$no_header = true;}//comments
    39          if ( $page_name == 'about' and  $conf['LLGBO_HEADER'][15] == 'false')  {$no_header = true;}//about     
    40          if ( $page_name == 'notification' and  $conf['LLGBO_HEADER'][16] == 'false')  {$no_header = true;}//notification       
    41          if ( $page_name == 'register' and  $conf['LLGBO_HEADER'][17] == 'false')  {$no_header = true;} //notification   
    42          if ( $page_name == 'identification' and  $conf['LLGBO_HEADER'][18] == 'false')  {$no_header = true;}//about   
    43          }
    44  if ($no_header == true)
    45 {$template->append('head_elements','<!-- llgbo -->'."\n".'<STYLE type="text/css">'."\n".'#theHeader{display: none}'."\n".'header_msgs {position:static}'."\n".'</STYLE>');}
     14        if  ( strpos( $input,'index') == true )
     15        {       foreach($CF_LLGBO['HD-dispheader'] as $cle  => $valeur)
     16                        { if ($valeur  == false) {
     17                                        if($cle == 'home' ) {$cle = 'index.php';}
     18                                        if (strpos( $input, $cle) == true )
     19                                                {$no_header = true;}
     20                                        }
     21                        }
     22        }
     23         else
     24        {       
     25                 if (isset($CF_LLGBO['HD-dispheader'][$page_name]) and ($CF_LLGBO['HD-dispheader'][$page_name] == false) ) {$no_header = true;}
     26       
     27        if ($no_header == true)
     28        {$template->append('head_elements','<!-- llgbo -->'."\n".'<STYLE type="text/css">'."\n".'#theHeader{display: none}'."\n".'header_msgs {position:static}'."\n".'</STYLE>');}
    4629}       
    4730?>
  • extensions/LLGBO2/include/manage_picture_content.php

    r16791 r28990  
    11<?php
    2 $prev = $template->get_template_vars('previous');
    3 $next  = $template->get_template_vars('next');
    4 $current = $template->get_template_vars('current');
    5 $themeconf = $template->get_template_vars('themeconf');
     2function llgbo_RenderContent($content,$element_info)
     3/******************************************************************/
     4{
     5//----------------------------------------------------   
     6/*      LLGBO Manage Picture_content                       */
     7//----------------------------------------------------
     8        global $template,$conf,$CF_LLGBO;       
     9         
     10        $template->assign('LLGBO_PATH',LLGBO_PATH);
     11        include_once(LLGBO_PATH.'/css/sweettitles.css.php');   
     12        $CF_LLGBO['rendercontent']  = false;
     13        //-----------------------------------------------------------------
     14        // -----------  add CSS tooltip in footer --------------------
     15        //-----------------------------------------------------------------
     16         If (($CF_LLGBO['tooltipdisp']  )  or  ($CF_LLGBO['exifunderbt']))   
     17                {       $template->append('footer_elements',$sweetcss);
     18                        $template->append('llgbo', array( 'TOOLTIP' => 'ok' ), true);}
     19        //-----------------------------------------------------------------
     20        // Frame is only available on picture extension
     21        //-----------------------------------------------------------------
     22         $ext = get_extension($element_info['path']);
     23         if (!in_array($ext, $conf['picture_ext']))
     24                                {return $content;}
     25                $CF_LLGBO['rendercontent'] = true;      // $content ok for update
     26               
     27        //-----------------------------------------------------------------
     28        // AN OTHER PLUGIN IS WORKING -> GO BACK
     29        //-----------------------------------------------------------------
     30        if ( !empty($content) )
     31                {        // 2.6 paticular case automatic size management
     32                 $autosize_in_place = $template->get_template_vars('is_automatic_size');
     33                 $autosize_selected = $template->get_template_vars('automatic_size');
     34                 unset ($CF_LLGBO['PictSizeWH'] );
     35                        if ((isset($autosize_in_place))  and  (isset($autosize_selected)) )
     36                                {$CF_LLGBO['PictSizeWH'] =  $element_info['derivatives'][$autosize_selected]->get_size();
     37                                          }
     38                else
     39                {return $content;}
     40                }
    641
    7 //print_r($next);
    8 $swtimg =   '||<img src=';     
    942//----------------------------------------------------   
    1043//-------      Tooltip                   -------------   
    11 //----------------------------------------------------   
    12 If ($conf['LLGBO_SETTINGS'][1]  == 'true' )//   tooltip 
    13 {  if (isset($prev)){$template->append('previous',  array('TITLE' =>  $prev['TITLE'].$swtimg.$prev['THUMB_SRC'].'>'),TRUE);}
    14    if (isset($next)){$template->append('next',  array('TITLE' =>  $next['TITLE'].$swtimg.$next['THUMB_SRC'].'>'),TRUE);}
    15         $template->append('llgbo', array('tooltipCSS'  => $sweetcss), true);
     44//----------------------------------------------------
     45         
     46        If ($CF_LLGBO['tooltipdisp'] )//   tooltip 
     47        {       $prev = $template->get_template_vars('previous');
     48                $next  = $template->get_template_vars('next');
     49                $swtimg =   '||<img src=';     
     50                if (isset($prev)){$template->append('previous',  array('TITLE_ESC' =>  $prev['TITLE_ESC'].$swtimg.$prev['THUMB_SRC'].'>'),TRUE);}
     51                if (isset($next)){$template->append('next',  array('TITLE_ESC' =>  $next['TITLE_ESC'].$swtimg.$next['THUMB_SRC'].'>'),TRUE);}
     52                $template->append('llgbo', array('tooltipCSS'  => $sweetcss), true);
    1653        }       
    17 If (($conf['LLGBO_SETTINGS'] [0] == 'true')   ) //Frame
    18         {       
    19         $template->set_prefilter('default_content', 'LLGBO_prefilter_Content_Frame');
     54       
     55        If (($CF_LLGBO['frame'])   ) //Frame
     56        {       $template->set_prefilter('default_content', 'LLGBO_prefilter_Content_Frame');
     57        //----------------------------------------------------   
     58        /*       HTML End  frame   on Picture_content       */
     59        //----------------------------------------------------         
     60                $csstheme = 'default';
     61                $themeconf = $template->get_template_vars('themeconf');
     62                //  dedicated Css by parent theme       
     63                        if (isset ($themeconf['parent']))
     64                        { $themestyle = $themeconf['parent'];}
     65                        If (file_exists(LLGBO_PATH."css/llgbo_content_".$themeconf['id'].".css")) // no css file dedicated for this theme
     66                           { $themestyle = $themeconf['id'];}
     67                           else
     68                           {$themestyle = 'default';}
     69                           $frame_end = '';
     70                         foreach ($CF_LLGBO['FR-sizes'] as  $value)
     71                                {if ( $value > 0)       // boder value > 0     
     72                                        {       $frame_end = $frame_end.'</div>';}
     73                                 }
     74                           
     75                         $template->append('llgbo', array(
     76                                'FRAME_END' => $frame_end,
     77                                'GBOCSS' => LLGBO_PATH."css/llgbo_content_".$themestyle.".css" ), true);
    2078
    21 //----------------------------------------------------   
    22 /*       HTML End  frame   on Picture_content       */
    23 //----------------------------------------------------         
    24                 $frame_end='';
    25                 for ($x = 1   ;$x < 32  ; $x =$x +2)
    26                 {       if ((isset($conf['LLGBO_FRAME'][$x+1])) and  ($conf['LLGBO_FRAME'][$x+1] > 0))  // boder value > 0     
    27                           {     $frame_end = $frame_end .'</div>';      }
    28                 }
    29         $csstheme = 'default';
    30         $themeconf = $template->get_template_vars('themeconf');
    31         //  dedicated Css by parent theme       
    32                 $themestyle = 'default';
    33                 if (isset ($themeconf['parent']))
    34                 { $themestyle = $themeconf['parent'];}
    35                 If ($themestyle == 'default')
    36                    { $themestyle = $themeconf['id'];}
    37                  $template->append('llgbo', array(
    38                           'FRAME_END' => $frame_end,
    39                           'GBOCSS' => LLGBO_PATH."css/llgbo_content_".$themestyle.".css" ), true);
    40 
    41 } // end frame
     79        } // end frame
     80         // 2.6 paticular case automatic size management
     81        if ((isset($autosize_in_place))  and  (isset ($autosize_selected)) )
     82                                                {       return $template->parse( 'default_content', true);}
     83                                               
     84} //end --> llgbo_RenderContent
    4285
    4386?>
  • extensions/LLGBO2/js/jquery_llgboframeresize.js

    r17242 r28990  
    55});
    66var LlgboFr_Resize = function () {
    7         var elGbo = document.getElementById("llgbo0");
    8          if  (elGbo) {
    9             var MainImg = document.getElementById("theMainImage");
    10                 var nFrH = parseInt(MainImg.height);
    11                 var nFrW = parseInt(MainImg.width);
    12                 var ReadImgSize = document.getElementById("LLGBO_READIMGREELSIZE");
    13                  if (ReadImgSize) {
    14                  // Must read via URL the physical size of the img
    15                          var x = document.createElement('img');
    16                          x.id = 'NewImgx';
    17                          document.getElementsByTagName('body')[0].appendChild(x);
    18                          x.style.top = '0';
    19                          x.style.visibility = 'hidden';
    20                          x.src =  MainImg.src;
    21                          nFrH = parseInt(x.height);
    22                          nFrW = parseInt(x.width);
    23                         document.getElementsByTagName('body')[0].removeChild(x);
    24                 }
    25        
    26                 var FrLstBdr = 0, i = 0;
    27                         for ( i=1; i<32; i=i+2 )
    28                                 {var Fr = document.getElementById("llgboframe"+(i));
    29                                  var frbdr = 0;
    30                                  if (Fr) {
    31                                         frbdr = parseInt(Fr.style.borderWidth);}
    32                                         FrLstBdr = (frbdr * 2)+FrLstBdr; 
    33                                 }
    34                                 elGbo.style.width = (nFrW + FrLstBdr) + "px";
    35                                 elGbo.style.height =(nFrH + FrLstBdr) + "px";
    36                 }               
     7        var Elmgbo = jQuery("#llgbo0");
     8       if (Elmgbo.size() > 0)
     9         {      var MainImg = jQuery("#theMainImage");
     10               if (jQuery("#theMainImage").size() > 0)
     11                   {    var nImgH = parseInt(MainImg.height() );
     12                                var nImgW = parseInt(MainImg.width() );
     13                                var FrLstBdr = 0; var frbdr=0;
     14                                jQuery(".llgboFR").each(function(){
     15                                         frbdr = parseInt(jQuery(this).css('border-top-width'));
     16                                                FrLstBdr = (frbdr * 2)+FrLstBdr;
     17                                        });                     
     18                                Elmgbo.width (nImgW + FrLstBdr) ;
     19                                Elmgbo.height (nImgH + FrLstBdr) ;
     20                        }
     21        }               
    3722}
  • extensions/LLGBO2/js/jquery_llgbotip.js

    r16145 r28990  
    7575                {xCord = wT *-1;}
    7676                else {
    77          xCord =( maxLeft < (e.pageX + wT )) ?  xCord = wT * -1 : xCord = xGap;}       
     77         xCord =( maxLeft < (e.pageX + wT + xGap)) ?    xCord = wT * -1 : xCord = xGap;}       
    7878         xLeft = (e.pageX + xCord < 3 ) ? xLeft = e.pageX + xGap : xLeft = e.pageX + xCord;
    7979         yCord =( maxTop < (e.pageY + hT )) ?   yCord = hT * -1 : yCord = yGap;
  • extensions/LLGBO2/language/ar_SA/plugin.lang.php

    r15076 r28990  
    77$lang['submit'] = 'ارسل';
    88$lang['Title'] = 'يبدو كأنه GBO';
    9 $lang['Howto'] = 'هذه الاداة تنظم لوحة الخلفية للصورة';
    10 $lang['Step1_Title'] = 'اعدادات الاداة';
    11 $lang['Step2_Title'] = 'خيارات المساعدة للاداة';
    12 $lang['Step3_Title'] = 'خيارات الاطار';
    13 $lang['Step4_Title'] = 'عرض او اخفاء راس الصفحة';
     9$lang['llgbo_admin_plugin_title'] = 'هذه الاداة تنظم لوحة الخلفية للصورة';
     10$lang['llgbo_adim_settings_title'] = 'اعدادات الاداة';
     11$lang['llgbo_admin_tooltip_title'] = 'خيارات المساعدة للاداة';
     12$lang['llgbo_admin_frame_title'] = 'خيارات الاطار';
     13$lang['llgbo_admin_header_title'] = 'عرض او اخفاء راس الصفحة';
    1414$lang['llgbo_tooltip']='ادوات مساعدة خاصة(بتحريك الفأرة على الصورة) للثيمات المصغرة';
    1515$lang['llgbo_exifunderbt']='ادوات مساعدة خاصة للثيم الصورة وال EXIF عند تريك الفارة عليها';
     
    2020$lang['llgbo_usemap_thumb']='عرض صور مصغرة عندما يكون شريط التحريك مفعلا :';
    2121$lang['llgbo_info']='     (^_^) الاعدادات تم تحديثها';
    22 $lang['llgbo_title_frame'] = 'عرض اسم الصورة على الاطار';
     22$lang['llgbo_titleframe'] = 'عرض اسم الصورة على الاطار';
    2323$lang['llgbo_default_navthumb'] = 'اخفاء عرض الثيمات المصغرة العادية ل التالي_السابق:';
    2424$lang['save'] = 'حفظ';
     
    2727$lang['llgo_tooltip_size']= 'عرض الحدود للاداة المساعدة';
    2828$lang['llgbo_tooltip_bordercolor']= 'لون حدود الاداة المساعده';
    29 $lang['llgbo_tooltip_backgroundcolor']= 'لون خلفية الاداة المساعده';
     29$lang['llgbo_tooltip_bgcolor']= 'لون خلفية الاداة المساعده';
    3030$lang['llgbo_tooltip_titlecolor']= 'لون عنوان الاداة المساعده';
    31 $lang['llgbo_tooltip_color']= 'لون الخط للاداة المساعده';
     31$lang['llgbo_tooltip_textcolor']= 'لون الخط للاداة المساعده';
    3232$lang['llgo_global_setting']= 'Piwigo الاعدادت العالمية لصفحة الصور في';
    3333$lang['llgo_tooltip_setting']= 'عنوان الاداة المساعده';
    3434$lang['llgo_frame_setting']= 'اعدادات الاطار' ;
    35 $lang['llgbo_title_frame_color']= 'لون العنوان المعروض في الاطار';
     35$lang['llgbo_frame_titlecolor']= 'لون العنوان المعروض في الاطار';
    3636$lang['llgbo_frame_bdcolor0']= 'لون السطر الاول:';
    3737$lang['llgbo_frame_bdcolor1']= 'لون السطر الثاني : ';
     
    6161$lang['llgbo_header_category'] = 'عرض {اس في صفحة التصنيفات';
    6262$lang['llgbo_header_category_filter_recent']= 'عرض الرأس في صفحة التصنيفات(حسب الاحدث)';
    63 $lang['llgbo_header_category_flat']= 'عرض الرأس في صفحة التصنيفات (خيار الفلات)' ;
     63$lang['llgbo_header_categories/flat']= 'عرض الرأس في صفحة التصنيفات (خيار الفلات)' ;
    6464$lang['llgbo_header_category_posted_monthly']= 'عرض الرأس في صفحة التصنيفات خيار التقويم' ;
    6565$lang['llgbo_header_picture']= 'عرض الرأس في صفحة الصور' ;
     
    6969$lang['llgbo_header_list']= 'عرض الرأس في صفحات صور عشوائية';
    7070$lang['llgbo_header_recent_pics']= 'عرض الرأس في صفحة الزيارات الحديثة';
    71 $lang['llgbo_header_created_monthly_calendar'] = 'عرض الرأس في صفحة التقويم';
     71$lang['llgbo_header_created-monthly-calendar'] = 'عرض الرأس في صفحة التقويم';
    7272$lang['llgbo_header_tags']= 'عرض الرأس في صفحة الكلمات الدلالية';
    7373$lang['llgbo_header_search']= 'عرض الرأس في صفحة البحث';
     
    8181$lang['llgbo_frame_sample']= 'قائمة العينات ';
    8282$lang['previewsamples']= 'عرض هذه العينة';
    83 $lang['llgbo_always_displayexif'] = 'دائما اعرض المعلومات الاساسية' ;
     83$lang['llgbo_alwaysdisplayexif'] = 'دائما اعرض المعلومات الاساسية' ;
    8484$lang['Reset_To_Default'] = 'ارجاع للاعدادت الافتراضية';
    8585$lang['llgo_warning_setting'] = 'للاستخدام مع Gally themes, الاداة cl_conflit يجب ان تثبت';
  • extensions/LLGBO2/language/ca_ES/plugin.lang.php

    r15372 r28990  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
    23 $lang['Howto'] = 'Aquest complement gestiona la disposició de la imatge a la pàgina';
    24 $lang['Step1_Title'] = 'Gestionar complement';
    25 $lang['Step2_Title'] = 'Ajustar la descripció emergent';
    26 $lang['Step3_Title'] = 'Ajustar marc';
    27 $lang['Step4_Title'] = 'Visualitzar/Ocultar la capçalera de cada pàgina';
     23$lang['llgbo_admin_plugin_title'] = 'Aquest complement gestiona la disposició de la imatge a la pàgina';
     24$lang['llgbo_adim_settings_title'] = 'Gestionar complement';
     25$lang['llgbo_admin_tooltip_title'] = 'Ajustar la descripció emergent';
     26$lang['llgbo_admin_frame_title'] = 'Ajustar marc';
     27$lang['llgbo_admin_header_title'] = 'Visualitzar/Ocultar la capçalera de cada pàgina';
    2828$lang['Title'] = 'Assemblar-se a GBo';
    2929$lang['submit'] = 'Enviar';
     
    3232$lang['llgbo_M_manage'] = 'Ajustos generals';
    3333$lang['llgbo_M_tooltip'] = 'Gestionar descripcions emergents';
    34 $lang['llgbo_always_displayexif'] = 'Mostrar sempre metadades:';
     34$lang['llgbo_alwaysdisplayexif'] = 'Mostrar sempre metadades:';
    3535$lang['llgbo_frame_bdcolor0'] = 'Color línia 1:';
    3636$lang['llgbo_frame_bdcolor10'] = 'Color línia 11:';
     
    6464$lang['llgbo_frame'] = 'Gestionar marcs al voltant de la imatge:';
    6565$lang['llgbo_header_category_filter_recent'] = 'Visualitzar capçalera a la secció Àlbums (filtrat per recents)';
    66 $lang['llgbo_header_category_flat'] = 'Visualitzar capçalera a la pàgina d\'àlbums (opció plana)';
     66$lang['llgbo_header_categories/flat'] = 'Visualitzar capçalera a la pàgina d\'àlbums (opció plana)';
    6767$lang['llgbo_header_category'] = 'Visualitzar capçalera a la secció Àlbums';
    6868$lang['llgbo_header_home'] = 'Mostrar capçalera a la pàgina d\'Inici';
    6969$lang['llgbo_header'] = 'Gestionar la visualització de la capçalera';
    7070$lang['llgbo_maintain_header'] = 'Mantenir la capçalera de les pàgines següents:';
    71 $lang['llgbo_title_frame_color'] = 'Color per al títol mostrat al marc';
    72 $lang['llgbo_title_frame'] = 'Mostra títol de la imatge en un marc';
    73 $lang['llgbo_tooltip_backgroundcolor'] = 'Color de fons de la descripció emergent';
     71$lang['llgbo_frame_titlecolor'] = 'Color per al títol mostrat al marc';
     72$lang['llgbo_titleframe'] = 'Mostra títol de la imatge en un marc';
     73$lang['llgbo_tooltip_bgcolor'] = 'Color de fons de la descripció emergent';
    7474$lang['llgbo_tooltip_bordercolor'] = 'Color de la vora de la descripció emergent';
    75 $lang['llgbo_tooltip_color'] = 'Color del text de la descripció emergent';
     75$lang['llgbo_tooltip_textcolor'] = 'Color del text de la descripció emergent';
    7676$lang['llgbo_tooltip_titlecolor'] = 'Color del títol de la descripció emergent';
    7777$lang['llgbo_usemap_thumb'] = 'Visualitzar miniatures quan la navegació estigui activa a la imatge:';
     
    8787$lang['llgbo_header_category_posted_monthly'] = 'Visualitzar capçalera a la pàgina d\'àlbums (opció calendari)';
    8888$lang['llgbo_header_comments'] = 'Visualitzar capçalera a la secció Comentaris';
    89 $lang['llgbo_header_created_monthly_calendar'] = 'Visualitzar capçalera a la secció Calendari';
     89$lang['llgbo_header_created-monthly-calendar'] = 'Visualitzar capçalera a la secció Calendari';
    9090$lang['llgbo_header_favorites'] = 'Visualitzar capçalera a la secció Preferides';
    9191$lang['llgbo_header_identification'] = 'Visualitzar capçalera a la secció Identificació';
  • extensions/LLGBO2/language/cs_CZ/plugin.lang.php

    r15076 r28990  
    77$lang['submit'] = 'Poslat';
    88$lang['Title'] = 'Vypadá jako GBo';
    9 $lang['Howto'] = 'Tento doplněk ovládá uspořádání stránky fotografií.';
    10 $lang['Step1_Title'] = 'Nastavení doplňku';
    11 $lang['Step2_Title'] = 'Nastavení nástrojů';
    12 $lang['Step3_Title'] = 'Nastavení uspořádání';
    13 $lang['Step4_Title'] = 'Zobrazit/schovat záhlaví na každé stránce';
     9$lang['llgbo_admin_plugin_title'] = 'Tento doplněk ovládá uspořádání stránky fotografií.';
     10$lang['llgbo_adim_settings_title'] = 'Nastavení doplňku';
     11$lang['llgbo_admin_tooltip_title'] = 'Nastavení nástrojů';
     12$lang['llgbo_admin_frame_title'] = 'Nastavení uspořádání';
     13$lang['llgbo_admin_header_title'] = 'Zobrazit/schovat záhlaví na každé stránce';
    1414$lang['llgbo_tooltip']='Speciální nástroje (náhledy fotografií) při najetí kurzorem myši:';
    1515$lang['llgbo_exifunderbt']='Speciální nástroj pro EXIF při najetí kurzorem myši:';
     
    2020$lang['llgbo_usemap_thumb']='Zobrazení náhledů, když je navigace aktivní na fotografii:';
    2121$lang['llgbo_info']='     (^_^) Nastavení aktualizováno';
    22 $lang['llgbo_title_frame'] = 'Zobrazení názvu fotografie na rámu';
     22$lang['llgbo_titleframe'] = 'Zobrazení názvu fotografie na rámu';
    2323$lang['llgbo_default_navthumb'] = 'Skrývat Předchozí_Následující při standardním zobrazení náhledů:';
    2424$lang['save'] = 'Uložit';
     
    2727$lang['llgo_tooltip_size']= 'Šířka rámu nástroje';
    2828$lang['llgbo_tooltip_bordercolor']= 'Barva rámu nástroje';
    29 $lang['llgbo_tooltip_backgroundcolor']= 'Barva pozadí nástroje';
     29$lang['llgbo_tooltip_bgcolor']= 'Barva pozadí nástroje';
    3030$lang['llgbo_tooltip_titlecolor']= 'Barva názvu nástroje';
    31 $lang['llgbo_tooltip_color']= 'Barva textu nástroje';
     31$lang['llgbo_tooltip_textcolor']= 'Barva textu nástroje';
    3232$lang['llgo_global_setting']= 'Celkové Nastavení Piwigo fotografické stránky';
    3333$lang['llgo_tooltip_setting']= 'Název nástroje';
    3434$lang['llgo_frame_setting']= 'Nastavení rámu:' ;
    35 $lang['llgbo_title_frame_color']= 'Barva názvu zobrazeného na rámu';
     35$lang['llgbo_frame_titlecolor']= 'Barva názvu zobrazeného na rámu';
    3636$lang['llgbo_frame_bdcolor0']= 'Barva 1: ';
    3737$lang['llgbo_frame_bdcolor1']= 'Barva 2: ';
     
    6161$lang['llgbo_header_category'] = 'Zobrazit záhlaví na stránce kategorií';
    6262$lang['llgbo_header_category_filter_recent']= 'Zobrazit záhlaví na stránce kategorií (filtr nových)';
    63 $lang['llgbo_header_category_flat']= 'Zobrazit záhlaví na stránce kategorií (volba přímá)' ;
     63$lang['llgbo_header_categories/flat']= 'Zobrazit záhlaví na stránce kategorií (volba přímá)' ;
    6464$lang['llgbo_header_category_posted_monthly']= 'Zobrazit záhlaví na stránce kategorií volba kalendář' ;
    6565$lang['llgbo_header_picture']= 'Zobrazit záhlaví na stránce fotografií' ;
     
    6969$lang['llgbo_header_list']= 'Zobrazit záhlaví na stránce Náhodný výběr';
    7070$lang['llgbo_header_recent_pics']= 'Zobrazit záhlaví na stránce Nové fotografie';
    71 $lang['llgbo_header_created_monthly_calendar'] = 'Zobrazit záhlaví na stránce Kalendář';
     71$lang['llgbo_header_created-monthly-calendar'] = 'Zobrazit záhlaví na stránce Kalendář';
    7272$lang['llgbo_header_tags']= 'Zobrazit záhlaví na stránce Klíčová slova';
    7373$lang['llgbo_header_search']= 'Zobrazit záhlaví na stránce Vyhledávaní';
     
    8181$lang['llgbo_frame_sample']= 'Seznam příkladů ';
    8282$lang['previewsamples']= 'Zobrazit tento příklad';
    83 $lang['llgbo_always_displayexif'] = 'Vždy Zobrazit METADATA:' ;
     83$lang['llgbo_alwaysdisplayexif'] = 'Vždy Zobrazit METADATA:' ;
    8484$lang['Reset_To_Default'] = 'Obnovit původní nastavení';
    8585$lang['llgbo_hdShadowbox'] ='Povolení HD shadowboxu a navigace na fotografii. <br> HD shadowbox musí být aktivovaný!';
  • extensions/LLGBO2/language/da_DK/plugin.lang.php

    r18213 r28990  
    2424$lang['llgbo_header_best_rated'] = 'Vis header på Bedst bedømt-side';
    2525$lang['llgbo_samples'] = 'Eksempler:';
    26 $lang['llgbo_title_frame'] = 'Vis billedtitel på rammen';
    27 $lang['llgbo_title_frame_color'] = 'Farven på titlen der vises i rammen';
     26$lang['llgbo_titleframe'] = 'Vis billedtitel på rammen';
     27$lang['llgbo_frame_titlecolor'] = 'Farven på titlen der vises i rammen';
    2828$lang['llgbo_tooltip'] = 'Særligt tooltip (miniaturebilleder) ved mouseover:';
    29 $lang['llgbo_tooltip_backgroundcolor'] = 'Tooltips baggrundsfarve';
     29$lang['llgbo_tooltip_bgcolor'] = 'Tooltips baggrundsfarve';
    3030$lang['llgbo_tooltip_bordercolor'] = 'Tooltips kantfarve';
    31 $lang['llgbo_tooltip_color'] = 'Tooltips tekstfarve';
     31$lang['llgbo_tooltip_textcolor'] = 'Tooltips tekstfarve';
    3232$lang['llgbo_tooltip_titlecolor'] = 'Tooltips titelfarve';
    3333$lang['llgbo_usemap'] = 'Tilføj navigeringsbjælke på billede:';
     
    4444$lang['submit'] = 'Indsend';
    4545$lang['llgbo_header_category_filter_recent'] = 'Vis header på Kategori-side (filtrer efter nylige)';
    46 $lang['llgbo_header_category_flat'] = 'Vis header på Kategori-side (valgmuligheden flad)';
     46$lang['llgbo_header_categories/flat'] = 'Vis header på Kategori-side (valgmuligheden flad)';
    4747$lang['llgbo_header_category_posted_monthly'] = 'Vis header på Kategori-side (valgmuligheden kalender)';
    4848$lang['llgbo_header_comments'] = 'Vis header på Kommentar-side';
    49 $lang['llgbo_header_created_monthly_calendar'] = 'Vis header på Kalender-side';
     49$lang['llgbo_header_created-monthly-calendar'] = 'Vis header på Kalender-side';
    5050$lang['llgbo_header_favorites'] = 'Vis header på Mine favoritter-side';
    5151$lang['llgbo_header_home'] = 'Vis header på Forside';
     
    8282$lang['llgbo_header_additional_page'] = 'Vis header på Ekstra-sider';
    8383$lang['llgbo_header_category'] = 'Vis header på Kategori-side';
    84 $lang['Howto'] = 'Denne plugin håndterer billedsidens layout.';
     84$lang['llgbo_admin_plugin_title'] = 'Denne plugin håndterer billedsidens layout.';
    8585$lang['Reset_To_Default'] = 'Nulstil til standardværdier';
    86 $lang['Step1_Title'] = 'Plugin-indstillinger';
    87 $lang['Step2_Title'] = 'Tooltip-indstillinger';
    88 $lang['Step3_Title'] = 'Ramme-indstillinger';
    89 $lang['Step4_Title'] = 'Vis/skjul headeren på hver side';
     86$lang['llgbo_adim_settings_title'] = 'Plugin-indstillinger';
     87$lang['llgbo_admin_tooltip_title'] = 'Tooltip-indstillinger';
     88$lang['llgbo_admin_frame_title'] = 'Ramme-indstillinger';
     89$lang['llgbo_admin_header_title'] = 'Vis/skjul headeren på hver side';
    9090$lang['Title'] = 'Ser ud som GBo';
    9191$lang['llgbo_M_frame'] = 'Håndtering af ramme';
     
    9393$lang['llgbo_M_manage'] = 'Globale indstillinger';
    9494$lang['llgbo_M_tooltip'] = 'Håndtering af tooltip';
    95 $lang['llgbo_always_displayexif'] = 'Vis altid METADATA:';
     95$lang['llgbo_alwaysdisplayexif'] = 'Vis altid METADATA:';
    9696$lang['llgbo_default_navthumb'] = 'Undertryk standardvisning af Prev_Next-miniaturebilleder';
    9797$lang['llgbo_dispinshadowbox'] = 'Vis i skyggeboks -->';
  • extensions/LLGBO2/language/de_DE/plugin.lang.php

    r15076 r28990  
    77$lang['submit'] = 'Speichern';
    88$lang['Title'] = 'Looks like GBo';
    9 $lang['Howto'] = 'Dieser Plugin verwaltet das Layout der Bildansicht.';
    10 $lang['Step1_Title'] = 'Globale Optionen des Plugins';
    11 $lang['Step2_Title'] = 'Tooltipoptionen';
    12 $lang['Step3_Title'] = 'Rahmenoptionen';
    13 $lang['Step4_Title'] = 'Banneroptionen';
     9$lang['llgbo_admin_plugin_title'] = 'Dieser Plugin verwaltet das Layout der Bildansicht.';
     10$lang['llgbo_adim_settings_title'] = 'Globale Optionen des Plugins';
     11$lang['llgbo_admin_tooltip_title'] = 'Tooltipoptionen';
     12$lang['llgbo_admin_frame_title'] = 'Rahmenoptionen';
     13$lang['llgbo_admin_header_title'] = 'Banneroptionen';
    1414$lang['llgbo_tooltip']='Erweiterte Tooltips mit Vorschaubildern:';
    1515$lang['llgbo_exifunderbt']='Erweiterte Tooltips mit Exif-informationen:';
     
    2020$lang['llgbo_usemap_thumb']='Zeige ein Vorschaubild bei aktivierter Navigation über einem Bild:';
    2121$lang['llgbo_info']='     (^_^) Einstellungen gespeichert';
    22 $lang['llgbo_title_frame'] = 'Zeige Bildtitel im Rahmen';
     22$lang['llgbo_titleframe'] = 'Zeige Bildtitel im Rahmen';
    2323$lang['llgbo_default_navthumb'] = 'Unterdrücke die Standardanzeige des Prev_Next Vorschaubilds:';
    2424$lang['save'] = 'Speichern';
     
    2727$lang['llgo_tooltip_size']= 'Breite des Tooltiprands'; 
    2828$lang['llgbo_tooltip_bordercolor']= 'Farbe des Tooltiprands';
    29 $lang['llgbo_tooltip_backgroundcolor']= 'Hintergrundfarbe des Tooltips';
     29$lang['llgbo_tooltip_bgcolor']= 'Hintergrundfarbe des Tooltips';
    3030$lang['llgbo_tooltip_titlecolor']= 'Titelfarbe des Tooltips';
    31 $lang['llgbo_tooltip_color']= 'Textfarbe des Tooltips';
     31$lang['llgbo_tooltip_textcolor']= 'Textfarbe des Tooltips';
    3232$lang['llgo_global_setting']= 'Globale Einstellungen der Piwigo Bildansicht';
    3333$lang['llgo_tooltip_setting']= 'Titel des Tooltips';
    3434$lang['llgo_frame_setting']= 'Rahmeneinstellungen:' ;
    35 $lang['llgbo_title_frame_color']= 'Farbe des im Rahmen angezeigten Titels';
     35$lang['llgbo_frame_titlecolor']= 'Farbe des im Rahmen angezeigten Titels';
    3636$lang['llgbo_frame_bdcolor0']= 'Farbe Linie 1: ';
    3737$lang['llgbo_frame_bdcolor1']= 'Farbe Linie 2: ';
     
    6161$lang['llgbo_header_category'] = 'Zeige den Seitenbanner auf der Albenseite';
    6262$lang['llgbo_header_category_filter_recent']= 'Zeige den Seitenbanner auf der Albenseite "Die neuesten Bilder"';
    63 $lang['llgbo_header_category_flat']= 'Zeige den Seitenbanner auf der Albenseite "option flat"' ;
     63$lang['llgbo_header_categories/flat']= 'Zeige den Seitenbanner auf der Albenseite "option flat"' ;
    6464$lang['llgbo_header_category_posted_monthly']= 'Zeige den Seitenbanner auf der Albenseite "Kalender"' ;
    6565$lang['llgbo_header_picture']= 'Zeige den Seitenbanner auf der Bildansicht' ;
     
    6969$lang['llgbo_header_list']= 'Zeige den Seitenbanner auf der Seite "Zufallsbilder"';
    7070$lang['llgbo_header_recent_pics']= 'Zeige den Seitenbanner auf der Seite "Die neuesten Bilder"';
    71 $lang['llgbo_header_created_monthly_calendar'] = 'Zeige den Seitenbanner auf der Kalenderseite';
     71$lang['llgbo_header_created-monthly-calendar'] = 'Zeige den Seitenbanner auf der Kalenderseite';
    7272$lang['llgbo_header_tags']= 'Zeige den Seitenbanner auf der Seite Tags';
    7373$lang['llgbo_header_search']= 'Zeige den Seitenbanner auf der Suchseite';
     
    8181$lang['llgbo_frame_sample']= 'Beispielliste ';
    8282$lang['previewsamples']= 'Zeige dieses Beispiel';
    83 $lang['llgbo_always_displayexif'] = 'Zeige die Metadaten immer an:' ;
     83$lang['llgbo_alwaysdisplayexif'] = 'Zeige die Metadaten immer an:' ;
    8484$lang['Reset_To_Default'] = 'Auf Standardeinstellungen zurücksetzen';
    8585$lang['llgo_warning_setting'] = 'für die Benutzung mit Gally Themen wird die Erweiterung cl_conflit benötigt.';
  • extensions/LLGBO2/language/el_GR/plugin.lang.php

    r15153 r28990  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
    23 $lang['Howto'] = 'Αυτό το πρόσθετο διαχειρίζεται τη διάταξη της σελίδας εικόνων.';
    24 $lang['Step1_Title'] = 'Ρυθμίσεις πρόσθετου';
    25 $lang['Step2_Title'] = 'Ρυθμίσεις Αναδυόμενης Συμβουλής';
    26 $lang['Step3_Title'] = 'Ρυθμίσεις Πλαισίου';
    27 $lang['Step4_Title'] = 'Εμφάνιση / απόκρυψη της επικεφαλίδας της κάθε σελίδας';
     23$lang['llgbo_admin_plugin_title'] = 'Αυτό το πρόσθετο διαχειρίζεται τη διάταξη της σελίδας εικόνων.';
     24$lang['llgbo_adim_settings_title'] = 'Ρυθμίσεις πρόσθετου';
     25$lang['llgbo_admin_tooltip_title'] = 'Ρυθμίσεις Αναδυόμενης Συμβουλής';
     26$lang['llgbo_admin_frame_title'] = 'Ρυθμίσεις Πλαισίου';
     27$lang['llgbo_admin_header_title'] = 'Εμφάνιση / απόκρυψη της επικεφαλίδας της κάθε σελίδας';
    2828$lang['Title'] = 'Looks like GBo';
    2929$lang['llgbo_default_navthumb'] = 'Κατάργηση μικρογραφιών Prev_Next στην πρότυπη απεικόνιση:';
     
    3333$lang['llgbo_info'] = ' (^_^) Ενημέρωση Ρυθμίσεων';
    3434$lang['llgbo_maintain_header'] = 'Διατηρήστε την επικεφαλίδα στις παρακάτω σελίδες:';
    35 $lang['llgbo_title_frame'] = 'Εμφάνιση τίτλου εικόνας πάνω στο πλαίσιο';
    36 $lang['llgbo_tooltip_backgroundcolor'] = 'Χρώμα του φόντου Αναδυόμενης Συμβουλής';
     35$lang['llgbo_titleframe'] = 'Εμφάνιση τίτλου εικόνας πάνω στο πλαίσιο';
     36$lang['llgbo_tooltip_bgcolor'] = 'Χρώμα του φόντου Αναδυόμενης Συμβουλής';
    3737$lang['llgbo_tooltip_bordercolor'] = 'Χρώμα μπορντούρας Αναδυόμενης Συμβουλής';
    38 $lang['llgbo_tooltip_color'] = 'Χρώμα του κειμένου Αναδυόμενης Συμβουλής';
     38$lang['llgbo_tooltip_textcolor'] = 'Χρώμα του κειμένου Αναδυόμενης Συμβουλής';
    3939$lang['llgbo_tooltip_titlecolor'] = 'Χρώμα τίτλου Αναδυόμενης Συμβουλής';
    4040$lang['llgbo_tooltip'] = 'Ειδικές αναδυόμενες συμβουλές (μικρογραφίες φωτογραφιών) σχετικά με mouseover:';
     
    5353$lang['llgbo_M_manage'] = 'Γενικές ρυθμίσεις';
    5454$lang['llgbo_M_tooltip'] = 'Διαχείριση Αναδυόμενης Συμβουλής';
    55 $lang['llgbo_always_displayexif'] = 'Εμφάνιση Πάντα μεταδεδομένων:';
     55$lang['llgbo_alwaysdisplayexif'] = 'Εμφάνιση Πάντα μεταδεδομένων:';
    5656$lang['llgbo_dispinshadowbox'] = 'Εμφάνιση σε shadowbox ->';
    5757$lang['llgbo_frame_bdcolor0'] = 'Χρώμα Γραμμής 1:';
     
    7878$lang['llgbo_header_best_rated'] = 'Εμφάνιση header στη σελίδα Καλύτερη Αξιολόγηση';
    7979$lang['llgbo_header_category_filter_recent'] = 'Εμφάνιση header στη σελίδα Κατηγορία (φίλτρο με τις πρόσφατες)';
    80 $lang['llgbo_header_category_flat'] = 'Εμφάνιση header στη σελίδα Κατηγορία (κατ \'επιλογή)';
     80$lang['llgbo_header_categories/flat'] = 'Εμφάνιση header στη σελίδα Κατηγορία (κατ \'επιλογή)';
    8181$lang['llgbo_header_category_posted_monthly'] = 'Εμφάνιση header στη σελίδα Κατηγορία επιλογή ημερολόγιο ';
    8282$lang['llgbo_header_category'] = 'Εμφάνιση header στη σελίδα Κατηγορία';
    8383$lang['llgbo_header_comments'] = 'Εμφάνιση header στη σελίδα Σχόλια';
    84 $lang['llgbo_header_created_monthly_calendar'] = 'Εμφάνιση header στη σελίδα Ημερολόγιο';
     84$lang['llgbo_header_created-monthly-calendar'] = 'Εμφάνιση header στη σελίδα Ημερολόγιο';
    8585$lang['llgbo_header_favorites'] = 'Εμφάνιση header στη σελίδα Τα αγαπημένα μου';
    8686$lang['llgbo_header_home'] = 'Εμφάνιση επικεφαλίδας στην Αρχική σελίδα';
     
    9797$lang['llgbo_header_thePiwiShackControllerPage'] = 'Εμφάνιση header στη σελίδα Ελεγκτής Πρόσθετου PiwiShack';
    9898$lang['llgbo_samples'] = 'Δείγματα:';
    99 $lang['llgbo_title_frame_color'] = 'Χρώμα για τον τίτλο που εμφανίζεται στο πλαίσιο';
     99$lang['llgbo_frame_titlecolor'] = 'Χρώμα για τον τίτλο που εμφανίζεται στο πλαίσιο';
    100100$lang['llgo_frame_setting'] = 'Ρυθμίσεις Πλαίσιου:';
    101101$lang['llgo_warning_setting'] = 'για χρήση με θέματα Gally, το πρόσθετο cl_conflit πρέπει να εγκατασταθεί';
  • extensions/LLGBO2/language/en_UK/plugin.lang.php

    r15076 r28990  
    77$lang['submit'] = 'Submit';
    88$lang['Title'] = 'Looks like GBo';
    9 $lang['Howto'] = 'This plugin manages the picture page layout.';
    10 $lang['Step1_Title'] = 'Plugin settings';
    11 $lang['Step2_Title'] = 'Tooltip settings';
    12 $lang['Step3_Title'] = 'Frame settings';
    13 $lang['Step4_Title'] = 'Display/hide the header of each page';
    14 $lang['llgbo_tooltip']='Special tooltips (photos thumbnails) on mouseover :';
    15 $lang['llgbo_exifunderbt']='Special tooltip for EXIF on mouseover:';
    16 $lang['llgbo_frame']='Manage a frame around the picture:';
     9$lang['llgbo_admin_plugin_title'] = 'This plugin manages the picture page layout.';
     10$lang['llgbo_adim_settings_title'] = 'Plugin settings';
     11$lang['llgbo_admin_tooltip_title'] = 'Tooltip settings';
     12$lang['llgbo_admin_frame_title'] = 'Frame settings';
     13$lang['llgbo_admin_header_title'] = 'Display/hide the header of each page';
     14$lang['llgbo_tooltip']='Special tooltips (photos thumbnails) on mouseover ';
     15$lang['llgbo_exifunderbt']='Special tooltip for EXIF on mouseover';
     16$lang['llgbo_frame']='Manage a frame around the picture';
    1717$lang['llgbo_header']='Manage display header ';
    18 $lang['llgbo_maintain_header']='Maintain header on following pages:';
    19 $lang['llgbo_usemap']='Add navigation bar on picture:';
    20 $lang['llgbo_usemap_thumb']='Display thumbnails when navigation is active on picture :';
     18$lang['llgbo_maintain_header']='Maintain header on following pages';
     19$lang['llgbo_usemap']='Add navigation bar on picture';
     20$lang['llgbo_usemap_thumb']='Display thumbnails when navigation is active on picture ';
    2121$lang['llgbo_info']='     (^_^) Settings updated';
    22 $lang['llgbo_title_frame'] = 'Display picture title on the frame';
    23 $lang['llgbo_default_navthumb'] = 'Suppress Prev_Next thumbnails standard display:';
     22$lang['llgbo_titleframe'] = 'Display picture title on the frame';
     23$lang['llgbo_default_navthumb'] = 'Suppress Prev_Next thumbnails standard display';
    2424$lang['save'] = 'Save';
    2525$lang['preview'] = 'Preview';
     
    2727$lang['llgo_tooltip_size']= 'Tooltip border width'; 
    2828$lang['llgbo_tooltip_bordercolor']= 'Tooltip border color';
    29 $lang['llgbo_tooltip_backgroundcolor']= 'Tooltip background color';
     29$lang['llgbo_tooltip_bgcolor']= 'Tooltip background color';
    3030$lang['llgbo_tooltip_titlecolor']= 'Tooltip title color';
    31 $lang['llgbo_tooltip_color']= 'Tooltip text color';
     31$lang['llgbo_tooltip_textcolor']= 'Tooltip text color';
    3232$lang['llgo_global_setting']= 'Piwigo picture page global settings';
    3333$lang['llgo_tooltip_setting']= 'Tooltip title';
    3434$lang['llgo_frame_setting']= 'Frame settings:' ;
    35 $lang['llgbo_title_frame_color']= 'Color for the title displayed on frame';
    36 $lang['llgbo_frame_bdcolor0']= 'Line 1 color: ';
    37 $lang['llgbo_frame_bdcolor1']= 'Line 2 color: ';
    38 $lang['llgbo_frame_bdcolor2']= 'Line 3 color: ';
    39 $lang['llgbo_frame_bdcolor3']= 'Line 4 color: ';
    40 $lang['llgbo_frame_bdcolor4']= 'Line 5 color: ';
    41 $lang['llgbo_frame_bdcolor5']= 'Line 6 color: ';
    42 $lang['llgbo_frame_bdcolor6']= 'Line 7 color: ';
    43 $lang['llgbo_frame_bdcolor7']= 'Line 8 color: ';
    44 $lang['llgbo_frame_bdcolor8']= 'Line 9 color: ';
    45 $lang['llgbo_frame_bdcolor9']= 'Line 10 color:';
    46 $lang['llgbo_frame_bdcolor10']= 'Line 11 color: ';
    47 $lang['llgbo_frame_bdcolor11']= 'Line 12 color: ';
    48 $lang['llgbo_frame_bdcolor12']= 'Line 13 color: ';
    49 $lang['llgbo_frame_bdcolor13']= 'Line 14 color: ';
    50 $lang['llgbo_frame_bdcolor14']= 'Line 15 color: ';
    51 $lang['llgbo_frame_bdcolor15']= 'Line 16 color: ';
    52 $lang['llgbo_frame_bdsize']= 'width:';
     35$lang['llgbo_frame_titlecolor']= 'Color for the title displayed on frame';
     36$lang['llgbo_frame_bdcolor0']= 'Line 1 color ';
     37$lang['llgbo_frame_bdcolor1']= 'Line 2 color ';
     38$lang['llgbo_frame_bdcolor2']= 'Line 3 color ';
     39$lang['llgbo_frame_bdcolor3']= 'Line 4 color ';
     40$lang['llgbo_frame_bdcolor4']= 'Line 5 color ';
     41$lang['llgbo_frame_bdcolor5']= 'Line 6 color ';
     42$lang['llgbo_frame_bdcolor6']= 'Line 7 color ';
     43$lang['llgbo_frame_bdcolor7']= 'Line 8 color ';
     44$lang['llgbo_frame_bdcolor8']= 'Line 9 color ';
     45$lang['llgbo_frame_bdcolor9']= 'Line 10 color';
     46$lang['llgbo_frame_bdcolor10']= 'Line 11 color ';
     47$lang['llgbo_frame_bdcolor11']= 'Line 12 color ';
     48$lang['llgbo_frame_bdcolor12']= 'Line 13 color ';
     49$lang['llgbo_frame_bdcolor13']= 'Line 14 color ';
     50$lang['llgbo_frame_bdcolor14']= 'Line 15 color ';
     51$lang['llgbo_frame_bdcolor15']= 'Line 16 color ';
     52$lang['llgbo_frame_bdsize']= 'width';
    5353$lang['llgbo_M_frame'] = 'Frame management';
    5454$lang['llgbo_M_tooltip'] = 'Tooltip management';
    5555$lang['llgbo_M_manage'] = 'Global settings';
    56 $lang['llgbo_samples'] = 'Samples: ';
    57 $lang['llgbo_frame']='Manage frame around the picture :';
     56$lang['llgbo_samples'] = 'Samples ';
     57$lang['llgbo_frame']='Manage frame around the picture ';
    5858$lang['llgbo_header']='Manage header display';
    5959$lang['llgbo_M_header'] = 'Header display management';
     
    6161$lang['llgbo_header_category'] = 'Display header on Category page';
    6262$lang['llgbo_header_category_filter_recent']= 'Display header on Category page (filter by recent)';
    63 $lang['llgbo_header_category_flat']= 'Display header on Category page (option flat)' ;
     63$lang['llgbo_header_categories/flat']= 'Display header on Category page (option flat)' ;
    6464$lang['llgbo_header_category_posted_monthly']= 'Display header on Category page option calendar' ;
    6565$lang['llgbo_header_picture']= 'Display header on Picture page' ;
     
    6969$lang['llgbo_header_list']= 'Display header on Random pictures page';
    7070$lang['llgbo_header_recent_pics']= 'Display header on Recents pictures page';
    71 $lang['llgbo_header_created_monthly_calendar'] = 'Display header on Calendar page';
     71$lang['llgbo_header_created-monthly-calendar'] = 'Display header on Calendar page';
    7272$lang['llgbo_header_tags']= 'Display header on Tags page';
    7373$lang['llgbo_header_search']= 'Display header on Search page';
     
    8181$lang['llgbo_frame_sample']= 'Samples list ';
    8282$lang['previewsamples']= 'Display this sample';
    83 $lang['llgbo_always_displayexif'] = 'Always display METADATA:' ;
     83$lang['llgbo_alwaysdisplayexif'] = 'Always display METADATA:' ;
    8484$lang['Reset_To_Default'] = 'Reset to default values';
    8585$lang['llgo_warning_setting'] = 'to use with Gally themes, the plugin cl_conflit must be installed';
  • extensions/LLGBO2/language/es_ES/plugin.lang.php

    r17269 r28990  
    77$lang['submit'] = 'Validar';
    88$lang['Title'] = 'Parecerse a GBo';
    9 $lang['Howto'] = 'Este plugin permite modificar la presentación de la página "Imágen".';
    10 $lang['Step1_Title'] = 'Configuración del Plugin ';
    11 $lang['Step2_Title'] = 'Configuración del globo informante';
    12 $lang['Step3_Title'] = 'Configuración del marco';
    13 $lang['Step4_Title'] = 'Visualiza/Esconde el encabezamiento de cada pagina';
     9$lang['llgbo_admin_plugin_title'] = 'Este plugin permite modificar la presentación de la página "Imágen".';
     10$lang['llgbo_adim_settings_title'] = 'Configuración del Plugin ';
     11$lang['llgbo_admin_tooltip_title'] = 'Configuración del globo informante';
     12$lang['llgbo_admin_frame_title'] = 'Configuración del marco';
     13$lang['llgbo_admin_header_title'] = 'Visualiza/Esconde el encabezamiento de cada pagina';
    1414$lang['llgbo_tooltip'] = 'Infobulles específico (miniaturas de las fotos) al sobrevuelo de los botones:';
    1515$lang['llgbo_exifunderbt'] = 'Globos informantes para datos Exif al sobrevuelo del botón :';
     
    2020$lang['llgbo_usemap_thumb'] = 'Visualiza las miniaturas en el momento de la navegación sobre la imagen :';
    2121$lang['llgbo_info'] = '     (^_^) Sus parámetros estan registrados !';
    22 $lang['llgbo_title_frame'] = 'Visualizar el título de la imagen sobre el marco';
     22$lang['llgbo_titleframe'] = 'Visualizar el título de la imagen sobre el marco';
    2323$lang['llgbo_default_navthumb'] = 'Elimina la visualizacion estándar de las miniaturas de navegación :';
    2424$lang['save'] = 'Guardar';
     
    2727$lang['llgo_tooltip_size'] = 'Anchura del borde del globo informante';
    2828$lang['llgbo_tooltip_bordercolor'] = 'Anchura del borde del globo informante';
    29 $lang['llgbo_tooltip_backgroundcolor'] = 'Color del fondo del globo informante';
     29$lang['llgbo_tooltip_bgcolor'] = 'Color del fondo del globo informante';
    3030$lang['llgbo_tooltip_titlecolor'] = 'Color del título del globo informante';
    31 $lang['llgbo_tooltip_color'] = 'Color del texto del globo informante';
     31$lang['llgbo_tooltip_textcolor'] = 'Color del texto del globo informante';
    3232$lang['llgo_global_setting'] = 'Parmètros generales de la página picture de Piwigo';
    3333$lang['llgo_tooltip_setting'] = 'Título del globo informante';
     
    6060$lang['llgbo_header_category'] = 'Visualización sobre la página "categoría"';
    6161$lang['llgbo_header_category_filter_recent'] = 'Visualización sobre la página categoría (filtrada por reciente)';
    62 $lang['llgbo_header_category_flat'] = 'Visualización sobre la página categoría (llano)';
     62$lang['llgbo_header_categories/flat'] = 'Visualización sobre la página categoría (llano)';
    6363$lang['llgbo_header_most_visited'] = 'Visualización sobre la página Imágenes más vistas ';
    6464$lang['llgbo_header_best_rated'] = 'Visualización sobre la página Mejor valoradas ';
    6565$lang['llgbo_header_list'] = 'Visualización sobre la página Imágenes al azar ';
    6666$lang['llgbo_header_recent_pics'] = 'Visualización sobre la página Últimas imágenes añadidas ';
    67 $lang['llgbo_header_created_monthly_calendar'] = 'Visualización sobre la página Calendario';
     67$lang['llgbo_header_created-monthly-calendar'] = 'Visualización sobre la página Calendario';
    6868$lang['llgbo_header_tags'] = 'Visualización sobre la página Tags ';
    6969$lang['llgbo_header_search'] = 'Visualización sobre la página Búsqueda avanzada';
     
    7777$lang['llgbo_frame_sample'] = 'Lista de los ejemplos';
    7878$lang['previewsamples'] = 'Visualizar este ejemplo';
    79 $lang['llgbo_always_displayexif'] = 'Visualizar siempre los METADATOS:';
     79$lang['llgbo_alwaysdisplayexif'] = 'Visualizar siempre los METADATOS:';
    8080/* TODO */$lang['Reset_To_Default'] = 'Restaurar los valores por defecto';
    8181$lang['llgo_warning_setting'] = 'Para utilisar los temas "Gally", debe instalar el plugin "cl_conflit';
     
    8686$lang['llgbo_header_picture'] = 'Visualización sobre la página Imagen';
    8787$lang['llgbo_header_additional_page'] = 'Visualización sobre las paginas adicionales ';
    88 $lang['llgbo_title_frame_color'] = 'Color del titulo del cuadro ';
     88$lang['llgbo_frame_titlecolor'] = 'Color del titulo del cuadro ';
    8989?>
  • extensions/LLGBO2/language/fa_IR/plugin.lang.php

    r26414 r28990  
    3636$lang['llgbo_frame_bdsize'] = 'عرض:';
    3737$lang['llgbo_frame_sample'] = 'لیست مثال ها';
    38 $lang['llgbo_always_displayexif'] = 'همیشه متادیتا را نمایش بده:';
     38$lang['llgbo_alwaysdisplayexif'] = 'همیشه متادیتا را نمایش بده:';
    3939$lang['llgbo_frame_bdcolor12'] = 'رنگ خط 13:';
    4040$lang['llgbo_frame_bdcolor13'] = 'رنگ خط 41:';
     
    4444$lang['llgbo_frame_bdcolor3'] = 'رنگ خط 4:';
    4545$lang['llgbo_frame_bdcolor4'] = 'رنگ خط 5:';
    46 $lang['Step1_Title'] = 'تنظیمات پلاگین';
    47 $lang['Step3_Title'] = 'تنظیمات فریم';
     46$lang['llgbo_adim_settings_title'] = 'تنظیمات پلاگین';
     47$lang['llgbo_admin_frame_title'] = 'تنظیمات فریم';
    4848$lang['llgbo_M_manage'] = 'تنظیمات کلی';
    4949$lang['llgbo_frame_bdcolor0'] = 'رنگ خط 1:';
     
    5151$lang['llgbo_frame_bdcolor10'] = 'رنگ خط 11:';
    5252$lang['llgbo_frame_bdcolor11'] = 'رنگ خط 12:';
    53 $lang['Howto'] = 'این پلاگین لایه صفحه تصویر را مدیریت می کند';
     53$lang['llgbo_admin_plugin_title'] = 'این پلاگین لایه صفحه تصویر را مدیریت می کند';
    5454$lang['llgbo_header_additional_page'] = 'نمایش سربرگ در صفحات اضافی';
    5555$lang['llgbo_header_category'] = 'نمایش سربرگ در صفحه شاخه ها';
     
    6060$lang['llgbo_header_thePiwiShackControllerPage'] = 'نمایش در سربرگ صفحه کنترل پلاگین ها  ';
    6161$lang['llgbo_maintain_header'] = 'نگهداری و دنبال کردن سر برگ صفحهات';
    62 $lang['llgbo_title_frame'] = 'نمایش عنوان تصاویر در فرم';
    63 $lang['llgbo_title_frame_color'] = 'رنگ برای نمایش عنوان برای فرم ';
    64 $lang['llgbo_tooltip_backgroundcolor'] = 'پس زمینه رنگ پس تولز تیپ ';
     62$lang['llgbo_titleframe'] = 'نمایش عنوان تصاویر در فرم';
     63$lang['llgbo_frame_titlecolor'] = 'رنگ برای نمایش عنوان برای فرم ';
     64$lang['llgbo_tooltip_bgcolor'] = 'پس زمینه رنگ پس تولز تیپ ';
    6565$lang['llgbo_tooltip_bordercolor'] = 'رنگ کادرتول تیپ ';
    66 $lang['llgbo_tooltip_color'] = 'رنگ نوشته {متن}';
     66$lang['llgbo_tooltip_textcolor'] = 'رنگ نوشته {متن}';
    6767$lang['llgbo_tooltip_titlecolor'] = 'رنگ عنوان';
    6868$lang['llgbo_usemap'] = 'افزود یک هدایت کننده بروی عکس ';
     
    7878$lang['llgbo_header_best_rated'] = 'نمایش در سربرگ بهترین رتبه بندی صفحات';
    7979$lang['llgbo_header_category_filter_recent'] = 'نمایش درسربرگ دسته بندی صفحات (filter by recent)';
    80 $lang['llgbo_header_category_flat'] = ' نمایش در سربرگ (option flat)';
     80$lang['llgbo_header_categories/flat'] = ' نمایش در سربرگ (option flat)';
    8181$lang['llgbo_header_category_posted_monthly'] = 'نمایش در سربرگ دستهبندی صفحه تظیمات تقویم ';
    8282$lang['llgbo_header_comments'] = 'نمایش در سربرگ صفحه نظرات';
    83 $lang['llgbo_header_created_monthly_calendar'] = 'نمایش در سربرگ صفحه تقویم';
     83$lang['llgbo_header_created-monthly-calendar'] = 'نمایش در سربرگ صفحه تقویم';
    8484$lang['llgbo_header_favorites'] = 'نمایش در سربرگ علاقه مندی ها';
    8585$lang['llgbo_header_home'] = 'نمایش در سربرگ صفحه اصلی';
     
    9292$lang['llgbo_header_recent_pics'] = 'نمایش در سربرگ صفحه اخرین تصاویر';
    9393$lang['llgbo_header_register'] = 'نمایش در سربرگ صفحه ثبت نام ';
    94 $lang['Step2_Title'] = 'تنظیمات ابزار نکته';
    95 $lang['Step4_Title'] = 'نمایش ویا مخفی کردن در صفحات';
     94$lang['llgbo_admin_tooltip_title'] = 'تنظیمات ابزار نکته';
     95$lang['llgbo_admin_header_title'] = 'نمایش ویا مخفی کردن در صفحات';
    9696$lang['Title'] = 'تماشای لینکهای GBo';
    9797$lang['llgbo_M_frame'] = 'مدیریت قالب بندی';
  • extensions/LLGBO2/language/fr_FR/plugin.lang.php

    r15076 r28990  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | PhpWebGallery - a PHP based picture gallery                           |
     3// | PhpWebGallery - a PHP based picture gallery              |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    55// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     
    77$lang['submit'] = 'Valider';
    88$lang['Title'] = 'Look like GBo';
    9 $lang['Howto'] = 'Ce plugin gère la présentation de la page Image.<br>';
    10 $lang['Step1_Title'] = 'Paramétrage du Plugin ';
    11 $lang['Step2_Title'] = 'Paramétrage de l\'infobulle';
    12 $lang['Step3_Title'] = 'Paramétrage du cadre ';
    13 $lang['Step4_Title']= 'Affiche/Masque l\'entête de chaque page';
    14 $lang['llgbo_tooltip']='Infobulles spécifiques (miniatures des photos) au survol des boutons :';
    15 $lang['llgbo_exifunderbt']='Infobulles spécifiques pour les EXIFS au survol du bouton :';
    16 $lang['llgbo_frame']='Gérer un cadre autour de l\'image :';
    17 $lang['llgbo_header']='L\'entête n\'est affichée que sur la page d\'accueil  :';
    18 $lang['llgbo_maintain_header']='Conserver l\'entête sur les pages suivantes :';
    19 $lang['llgbo_usemap']='Ajoute la navigation sur l\'image :';
    20 $lang['llgbo_usemap_thumb']='Affiche les miniatures lors de la navigation sur l\'image :';
    21 $lang['llgbo_info']='     (^_^) Vos paramétres sont enregistrés !';
    22 $lang['llgbo_title_frame'] = 'Afficher le titre de l\'image sur le cadre';
    23 $lang['llgbo_default_navthumb'] = 'Supprime l\'affichage standard des miniatures de navigation :';
     9$lang['llgbo_admin_plugin_title'] = 'Ce plugin gère la présentation de la page Image.<br>';
     10$lang['llgbo_adim_settings_title'] = 'Paramétrage du Plugin ';
     11$lang['llgbo_admin_tooltip_title'] = 'Paramétrage de l\'infobulle';
     12$lang['llgbo_admin_frame_title'] = 'Paramétrage du cadre ';
     13$lang['llgbo_admin_header_title']= 'Affiche/Masque l\'entête de chaque page';
     14$lang['llgbo_tooltip']='Infobulles spécifiques (miniatures des photos) au survol des boutons ';
     15$lang['llgbo_exifunderbt']='Infobulles spécifiques pour les EXIFS au survol du bouton ';
     16$lang['llgbo_frame']='Gérer un cadre autour de l\'image ';
     17$lang['llgbo_header']='L\'entête n\'est affichée que sur la page d\'accueil  ';
     18$lang['llgbo_maintain_header']='Conserver l\'entête sur les pages suivantes ';
     19$lang['llgbo_usemap']='Ajoute la navigation sur l\'image ';
     20$lang['llgbo_usemap_thumb']='Affiche les miniatures lors de la navigation sur l\'image ';
     21$lang['llgbo_info']='   (^_^) Vos paramétres sont enregistrés !';
     22$lang['llgbo_titleframe'] = 'Afficher le titre de l\'image sur le cadre';
     23$lang['llgbo_default_navthumb'] = 'Supprime l\'affichage standard des miniatures de navigation ';
    2424$lang['save'] = 'Enregistrer';
    2525$lang['preview'] = 'Visualiser';
    26 $lang['llgo_tooltip_width']= 'largeur de l\'infobulle :' ;
    27 $lang['llgo_tooltip_size']= 'largeur de la bordure de l\'infobulle :' ;
    28 $lang['llgbo_tooltip_bordercolor']= 'Couleur de la bordure de l\'infobulle :' ;
    29 $lang['llgbo_tooltip_backgroundcolor']= 'Couleur du fond de l\'infobulle :' ;
    30 $lang['llgbo_tooltip_titlecolor']= 'Couleur du titre de l\'infobulle :' ;
    31 $lang['llgbo_tooltip_color']= 'Couleur du texte de l\'infobulle :' ;
    32 $lang['llgo_global_setting']= 'Parmètres généraux de la page picture de piwigo:';
    33 $lang['llgo_tooltip_setting']= 'Titre de l\'infobulle :' ;
    34 $lang['llgo_frame_setting']= 'Paramètres du cadre :' ;
    35 $lang['llgbo_title_frame_color']= 'Couleur du titre affiché sur le cadre';
    36 $lang['llgbo_frame_bdcolor0']= 'Ligne 1 couleur : ';
    37 $lang['llgbo_frame_bdcolor1']= 'Ligne 2 couleur : ';
    38 $lang['llgbo_frame_bdcolor2']= 'Ligne 3 couleur : ';
    39 $lang['llgbo_frame_bdcolor3']= 'Ligne 4 couleur : ';
    40 $lang['llgbo_frame_bdcolor4']= 'Ligne 5 couleur : ';
    41 $lang['llgbo_frame_bdcolor5']= 'Ligne 6 couleur : ';
    42 $lang['llgbo_frame_bdcolor6']= 'Ligne 7 couleur : ';
    43 $lang['llgbo_frame_bdcolor7']= 'Ligne 8 couleur : ';
    44 $lang['llgbo_frame_bdcolor8']= 'Ligne 9 couleur : ';
    45 $lang['llgbo_frame_bdcolor9']= 'Ligne 10 couleur : ';
    46 $lang['llgbo_frame_bdcolor10']= 'Ligne 11 couleur : ';
    47 $lang['llgbo_frame_bdcolor11']= 'Ligne 12 couleur : ';
    48 $lang['llgbo_frame_bdcolor12']= 'Ligne 13 couleur : ';
    49 $lang['llgbo_frame_bdcolor13']= 'Ligne 14 couleur : ';
    50 $lang['llgbo_frame_bdcolor14']= 'Ligne 15 couleur : ';
    51 $lang['llgbo_frame_bdcolor15']= 'Ligne 16 couleur : ';
    52 $lang['llgbo_frame_bdsize']= 'épaisseur : ';
     26$lang['llgo_tooltip_width']= 'Largeur de l\'infobulle ' ;
     27$lang['llgo_tooltip_size']= 'Largeur de la bordure de l\'infobulle ' ;
     28$lang['llgbo_tooltip_bordercolor']= 'Couleur de la bordure de l\'infobulle ' ;
     29$lang['llgbo_tooltip_bgcolor']= 'Couleur du fond de l\'infobulle ' ;
     30$lang['llgbo_tooltip_titlecolor']= 'Couleur du titre de l\'infobulle ' ;
     31$lang['llgbo_tooltip_textcolor']= 'Couleur du texte de l\'infobulle ' ;
     32$lang['llgo_global_setting']= 'Parmètres généraux de la page picture de piwigo ';
     33$lang['llgo_tooltip_setting']= 'Titre de l\'infobulle ' ;
     34$lang['llgo_frame_setting']= 'Paramètres du cadre ' ;
     35$lang['llgbo_frame_titlecolor']= 'Couleur du titre affiché sur le cadre';
     36$lang['llgbo_frame_bdcolor0']= 'Ligne 1 couleur ';
     37$lang['llgbo_frame_bdcolor1']= 'Ligne 2 couleur ';
     38$lang['llgbo_frame_bdcolor2']= 'Ligne 3 couleur ';
     39$lang['llgbo_frame_bdcolor3']= 'Ligne 4 couleur ';
     40$lang['llgbo_frame_bdcolor4']= 'Ligne 5 couleur ';
     41$lang['llgbo_frame_bdcolor5']= 'Ligne 6 couleur ';
     42$lang['llgbo_frame_bdcolor6']= 'Ligne 7 couleur ';
     43$lang['llgbo_frame_bdcolor7']= 'Ligne 8 couleur ';
     44$lang['llgbo_frame_bdcolor8']= 'Ligne 9 couleur ';
     45$lang['llgbo_frame_bdcolor9']= 'Ligne 10 couleur ';
     46$lang['llgbo_frame_bdcolor10']= 'Ligne 11 couleur ';
     47$lang['llgbo_frame_bdcolor11']= 'Ligne 12 couleur ';
     48$lang['llgbo_frame_bdcolor12']= 'Ligne 13 couleur ';
     49$lang['llgbo_frame_bdcolor13']= 'Ligne 14 couleur ';
     50$lang['llgbo_frame_bdcolor14']= 'Ligne 15 couleur ';
     51$lang['llgbo_frame_bdcolor15']= 'Ligne 16 couleur ';
     52$lang['llgbo_frame_bdsize']= 'épaisseur ';
    5353$lang['llgbo_M_frame'] = 'Gestion du cadre';
    5454$lang['llgbo_M_tooltip'] = 'Gestion de l\'infobulle';
    5555$lang['llgbo_M_manage'] = 'Paramétres généraux';
    56 $lang['llgbo_samples'] = 'Exemples :';
    57 $lang['llgbo_frame']='Gérer le cadre autour de la photo';
     56$lang['llgbo_samples'] = 'Exemples ';
     57$lang['llgbo_frame']='Gérer un cadre autour de la photo';
    5858$lang['llgbo_header']='Gérer l\'affichage de l\'entête';
    5959$lang['llgbo_M_header'] = 'Gestion de l\'affichage de l\'entête';
     
    6161$lang['llgbo_header_category'] = 'Affichage sur la page catégorie';
    6262$lang['llgbo_header_category_filter_recent']= 'Affichage sur la page catégorie (filtrée par récent)';
    63 $lang['llgbo_header_category_flat']= 'Affichage sur la page catégorie (à plat)' ;
     63$lang['llgbo_header_categories/flat']= 'Affichage sur la page catégorie (à plat)' ;
    6464$lang['llgbo_header_category_posted_monthly']= 'Affichage sur la page catégorie option calendrier' ;
    6565$lang['llgbo_header_picture']= 'Affichage sur la page Image' ;
     
    6969$lang['llgbo_header_list']= 'Affichage sur la page Images au hasard';
    7070$lang['llgbo_header_recent_pics']= 'Affichage sur la page Images récentes';
    71 $lang['llgbo_header_created_monthly_calendar'] = 'Affichage sur la page Calendrier';
     71$lang['llgbo_header_created-monthly-calendar'] = 'Affichage sur la page Calendrier';
    7272$lang['llgbo_header_tags']= 'Affichage sur la page Nuages de mots';
    7373$lang['llgbo_header_search']= 'Affichage sur la page Recherche';
     
    8181$lang['llgbo_frame_sample']= 'Liste des exemples ';
    8282$lang['previewsamples']= 'Afficher cet exemple';
    83 $lang['llgbo_always_displayexif'] = 'Toujours afficher les Metadata:' ;
     83$lang['llgbo_alwaysdisplayexif'] = 'Toujours afficher les Metadata ' ;
    8484$lang['Reset_To_Default'] = 'Rétablir les valeurs par défaut';
    8585$lang['llgbo_hdShadowbox'] ='Compatibilité de HD Shadowbox avec la navigation sur image. <br> le plugin HD Shadowbox doit être activé! ';
    8686$lang['llgo_warning_setting'] = 'Pour utiliser les thémes Gally , vous devez installer le plugin cl_conflit';
    8787$lang['llgbo_dispinshadowbox'] ='Affichage dans Shadowbox --> ';
    88 $lang['llgbo_header_thePiwiShackControllerPage']= 'Affichage sur la page de controle du plugin  PiwiShack';
     88$lang['llgbo_header_thePiwiShackControllerPage']= 'Affichage sur la page de controle du plugin PiwiShack';
    8989?>
  • extensions/LLGBO2/language/hu_HU/plugin.lang.php

    r15076 r28990  
    77$lang['submit'] = 'Küldés';
    88$lang['Title'] = 'Look like GBo';
    9 $lang['Howto'] = 'Ez a bővítmény lehetővé teszi, hogy módosítsa az oldalon lévő képek megjelenését.<br>';
    10 $lang['Step1_Title'] = 'Bővítmény beállítások';
    11 $lang['Step2_Title'] = 'Buboréksúgó beállítások';
    12 $lang['Step3_Title'] = 'Képkeret beállítások';
    13 $lang['Step4_Title'] = 'Fejléc megjelenítés/elrejtés oldalakon';
     9$lang['llgbo_admin_plugin_title'] = 'Ez a bővítmény lehetővé teszi, hogy módosítsa az oldalon lévő képek megjelenését.<br>';
     10$lang['llgbo_adim_settings_title'] = 'Bővítmény beállítások';
     11$lang['llgbo_admin_tooltip_title'] = 'Buboréksúgó beállítások';
     12$lang['llgbo_admin_frame_title'] = 'Képkeret beállítások';
     13$lang['llgbo_admin_header_title'] = 'Fejléc megjelenítés/elrejtés oldalakon';
    1414$lang['llgbo_tooltip']='Legyen kibővített buboréksúgó a gomb alatt? (bélyegkép + szöveg) :';
    1515$lang['llgbo_exifunderbt']='Jelenjenek meg az EXIF adatok a METAADATOK buboréksúgójában? :';
     
    2020$lang['llgbo_usemap_thumb'] = 'Bélyegkép mutatása ha a kurzor  a képen van  és <br>a kibővített buboréksúgó be van kapcsolva :';
    2121$lang['llgbo_info']='(^_^)Beállítások frissítve !';
    22 $lang['llgbo_title_frame'] = 'Megjelenjen-e a kép címe a képkereten, ha az be van kapcsolva :';
     22$lang['llgbo_titleframe'] = 'Megjelenjen-e a kép címe a képkereten, ha az be van kapcsolva :';
    2323$lang['llgbo_default_navthumb'] = 'Kikapcsolja a hagyományos nézetet?<br>(Előző/Következő kép bélyegképének megjelenítése) :';
    2424$lang['save'] = 'Mentés';
     
    2727$lang['llgo_tooltip_size']= 'Keret szélesség'; 
    2828$lang['llgbo_tooltip_bordercolor']= 'Keret szín';
    29 $lang['llgbo_tooltip_backgroundcolor']= 'Háttérszín';
     29$lang['llgbo_tooltip_bgcolor']= 'Háttérszín';
    3030$lang['llgbo_tooltip_titlecolor']= 'Címszín';
    31 $lang['llgbo_tooltip_color']= 'Szövegszín';
     31$lang['llgbo_tooltip_textcolor']= 'Szövegszín';
    3232$lang['llgo_global_setting']= 'Piwigo Kép oldal általános beállítások';
    3333$lang['llgo_tooltip_setting']= 'Buboréksúgó beállítások';
    3434$lang['llgo_tooltip_setting']= 'Cím színe';
    35 $lang['llgbo_title_frame_color']= 'Kép címének színe a kereten';
     35$lang['llgbo_frame_titlecolor']= 'Kép címének színe a kereten';
    3636$lang['llgbo_frame_bdcolor0']= '1. elem színe : ';
    3737$lang['llgbo_frame_bdcolor1']= '2. elem színe : ';
     
    6161$lang['llgbo_header_category'] = 'Fejléc a Kategóriák oldalon';
    6262$lang['llgbo_header_category_filter_recent']= 'Fejléc a Kategóriák oldalon :szűrés eredménye';
    63 $lang['llgbo_header_category_flat']= 'Fejléc a Kategóriák oldalon :összes elem' ;
     63$lang['llgbo_header_categories/flat']= 'Fejléc a Kategóriák oldalon :összes elem' ;
    6464$lang['llgbo_header_category_posted_monthly']= 'Fejléc a Kategóriák oldalon :naptár megjelenítés' ;
    6565$lang['llgbo_header_picture']= 'Fejléc a Képek oldalon' ;
     
    6969$lang['llgbo_header_list']= 'Fejléc a Véletlenszerű képek oldalon';
    7070$lang['llgbo_header_recent_pics']= 'Fejléc a Legfrissebb képek oldalon';
    71 $lang['llgbo_header_created_monthly_calendar'] = 'Fejléc a Naptár oldalon';
     71$lang['llgbo_header_created-monthly-calendar'] = 'Fejléc a Naptár oldalon';
    7272$lang['llgbo_header_tags'] = 'Fejléc a Címkék oldalon';
    7373$lang['llgbo_header_search']= 'Fejléc a Keresés oldalon';
     
    8181$lang['llgbo_frame_sample']= 'Minták listázása ';
    8282$lang['previewsamples']= 'Minta megtekintése';
    83 $lang['llgbo_always_displayexif'] = 'Mindig megjelenő METAADATOK (EXIF):' ;
     83$lang['llgbo_alwaysdisplayexif'] = 'Mindig megjelenő METAADATOK (EXIF):' ;
    8484$lang['Reset_To_Default'] = 'Alapértelmezett érték visszaállítása';
    8585$lang['llgbo_hdShadowbox'] ='HD Shadowbox kompatibilis kép böngészés. <br> Be kell kapcsolni a HD Shadowbox bővítményt';
  • extensions/LLGBO2/language/it_IT/plugin.lang.php

    r15076 r28990  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
    23 $lang['Howto'] = 'Questo plugin imposta il layout della pagina delle immagini';
     23$lang['llgbo_admin_plugin_title'] = 'Questo plugin imposta il layout della pagina delle immagini';
    2424$lang['llgbo_frame'] = 'Imposta la cornice intorno alle immagini:';
    2525$lang['llgbo_header'] = 'Imposta l\'header';
    26 $lang['Step1_Title'] = 'Impostazioni plugin';
    27 $lang['Step3_Title'] = 'Impostazioni cornice';
    28 $lang['Step4_Title'] = 'Mostra/nascondi l\'header di ogni pagina';
     26$lang['llgbo_adim_settings_title'] = 'Impostazioni plugin';
     27$lang['llgbo_admin_frame_title'] = 'Impostazioni cornice';
     28$lang['llgbo_admin_header_title'] = 'Mostra/nascondi l\'header di ogni pagina';
    2929$lang['submit'] = 'Invia';
    3030$lang['Title'] = 'Looks like GBo';
    31 $lang['llgbo_always_displayexif'] = 'Mostra sempre METADATA:';
     31$lang['llgbo_alwaysdisplayexif'] = 'Mostra sempre METADATA:';
    3232$lang['llgbo_default_navthumb'] = 'Disabilita visione standard delle icone Precedente e Successivo';
    3333$lang['llgbo_dispinshadowbox'] = 'Mostra nello shadowbox -->';
     
    5757$lang['llgbo_header_category'] = 'Mostra Header sulla pagina delle categorie';
    5858$lang['llgbo_header_category_filter_recent'] = 'Mostra Header sulla pagina delle categorie recenti';
    59 $lang['llgbo_header_category_flat'] = 'Mostra header sulla pagina delle categorie flat';
     59$lang['llgbo_header_categories/flat'] = 'Mostra header sulla pagina delle categorie flat';
    6060$lang['llgbo_header_category_posted_monthly'] = 'Mostra Header sulla pagina delle categorie con il calendario';
    6161$lang['llgbo_header_comments'] = 'Mostra Header sulla pagina dei commenti';
    62 $lang['llgbo_header_created_monthly_calendar'] = 'Mostra Header sulla pagina del calendario';
     62$lang['llgbo_header_created-monthly-calendar'] = 'Mostra Header sulla pagina del calendario';
    6363$lang['llgbo_header_favorites'] = 'Mostra Header sulla pagina dei preferiti';
    6464$lang['llgbo_header_home'] = 'Mostra Header sull\'HomePage';
     
    8080$lang['llgbo_M_tooltip'] = 'Impostazioni tooltip';
    8181$lang['llgbo_samples'] = 'Esempi:';
    82 $lang['llgbo_title_frame'] = 'Mostra titolo immagine sulla cornice';
    83 $lang['llgbo_title_frame_color'] = 'Colore del titolo mostrato sulla cornice';
     82$lang['llgbo_titleframe'] = 'Mostra titolo immagine sulla cornice';
     83$lang['llgbo_frame_titlecolor'] = 'Colore del titolo mostrato sulla cornice';
    8484$lang['llgbo_tooltip'] = 'Tooltip speciali (miniature immagini) al passaggio del mouse';
    85 $lang['llgbo_tooltip_backgroundcolor'] = 'Colore sfondo tooltip';
     85$lang['llgbo_tooltip_bgcolor'] = 'Colore sfondo tooltip';
    8686$lang['llgbo_tooltip_bordercolor'] = 'Colore bordo tooltip';
    87 $lang['llgbo_tooltip_color'] = 'Colore testo tooltip';
     87$lang['llgbo_tooltip_textcolor'] = 'Colore testo tooltip';
    8888$lang['llgbo_tooltip_titlecolor'] = 'Colore titolo tooltip';
    8989$lang['llgbo_usemap'] = 'Aggiungi barra di navigazione sulle immagini:';
     
    9999$lang['Reset_To_Default'] = 'Ripristina ai valori di default';
    100100$lang['save'] = 'Salva';
    101 $lang['Step2_Title'] = 'Impostazioni tooltip';
     101$lang['llgbo_admin_tooltip_title'] = 'Impostazioni tooltip';
    102102/*TODO*/$lang['llgbo_header_thePiwiShackControllerPage']= 'Display header on the plugin  PiwiShack Controller Page';
    103103?>
  • extensions/LLGBO2/language/lv_LV/plugin.lang.php

    r15076 r28990  
    88$lang['submit'] = 'Apstiprināt';
    99$lang['Title'] = 'Izskatās kā GBo';
    10 $lang['Howto'] = 'Šis spraudnis pārvalda attēla lapas izskatu.';
    11 $lang['Step1_Title'] = 'Spraudņa iestatījumi';
    12 $lang['Step2_Title'] = 'Rīka padomu iestatījumi';
    13 $lang['Step3_Title'] = 'Ietvara iestatījums';
    14 $lang['Step4_Title'] = 'Rādīt/slēpt katras lapas gaveni';
     10$lang['llgbo_admin_plugin_title'] = 'Šis spraudnis pārvalda attēla lapas izskatu.';
     11$lang['llgbo_adim_settings_title'] = 'Spraudņa iestatījumi';
     12$lang['llgbo_admin_tooltip_title'] = 'Rīka padomu iestatījumi';
     13$lang['llgbo_admin_frame_title'] = 'Ietvara iestatījums';
     14$lang['llgbo_admin_header_title'] = 'Rādīt/slēpt katras lapas gaveni';
    1515$lang['llgbo_exifunderbt']='Īpašie EXIF rīku padomi uzbraucot ar peli (on mouseover):';
    1616$lang['llgbo_frame']='Attēla ietvara pārvaldīšana:';
     
    2020$lang['llgbo_usemap_thumb']='Rādīt sīkbildes, kad uz attēla ir aktīvi navigācijas rīki :';
    2121$lang['llgbo_info']='     (^_^) Iestatījumi atjaunināti';
    22 $lang['llgbo_title_frame'] = 'Rādīt attēla nosaukumu uz ietvara';
     22$lang['llgbo_titleframe'] = 'Rādīt attēla nosaukumu uz ietvara';
    2323$lang['llgbo_default_navthumb'] = 'Neizmantot (Skatīt_Nākamo) Prev_Next sīkbildes standarta rādījumu:';
    2424$lang['save'] = 'Saglabāt';
     
    2727$lang['llgo_tooltip_size']= 'Rīkpadoma robežas platums';
    2828$lang['llgbo_tooltip_bordercolor']= 'Rīkpadoma robežas krāsa';
    29 $lang['llgbo_tooltip_backgroundcolor']= ' Rīkpadoma fona krāsa';
     29$lang['llgbo_tooltip_bgcolor']= ' Rīkpadoma fona krāsa';
    3030$lang['llgbo_tooltip_titlecolor']= ' Rīkpadoma uzraksta krāsa';
    31 $lang['llgbo_tooltip_color']= ' Rīkpadoma teksta krāsa';
     31$lang['llgbo_tooltip_textcolor']= ' Rīkpadoma teksta krāsa';
    3232$lang['llgo_global_setting']= 'Piwigo attēla lapas globālie iestatījumi';
    3333$lang['llgo_tooltip_setting']= ' Rīkpadoma nosaukums';
    3434$lang['llgo_frame_setting']= 'Ietvara (rāmja) iestatījumi:' ;
    35 $lang['llgbo_title_frame_color']= 'Rāmī attēlotā virsraksta krāsa';
     35$lang['llgbo_frame_titlecolor']= 'Rāmī attēlotā virsraksta krāsa';
    3636$lang['llgbo_frame_bdcolor0']= '1.Līnijas krāsa: ';
    3737$lang['llgbo_frame_bdcolor1']= '2.Līnijas krāsa: ';
     
    6161$lang['llgbo_header_category'] = 'Rādīt galveni Kategorijas lapā';
    6262$lang['llgbo_header_category_filter_recent']= 'Rādīt galveni Kategorijas lapā (filtrēts pēc tekošā)';
    63 $lang['llgbo_header_category_flat']= 'Rādīt galveni Kategorijas lapā (bez skaistinājumiem)' ;
     63$lang['llgbo_header_categories/flat']= 'Rādīt galveni Kategorijas lapā (bez skaistinājumiem)' ;
    6464$lang['llgbo_header_category_posted_monthly']= 'Rādīt galveni Kategorijas lapā kalendāra variants' ;
    6565$lang['llgbo_header_picture']= 'Rādīt galveni Attēla lapā' ;
     
    6969$lang['llgbo_header_list']= 'Rādīt galveni Gagījuma lapās';
    7070$lang['llgbo_header_recent_pics']= 'Rādīt galveni Tekošo attēlu lapā';
    71 $lang['llgbo_header_created_monthly_calendar'] = 'Rādīt galveni Kalendāra lapā';
     71$lang['llgbo_header_created-monthly-calendar'] = 'Rādīt galveni Kalendāra lapā';
    7272$lang['llgbo_header_tags']= 'Rādīt galveni Tagu (iezīmju) lapā';
    7373$lang['llgbo_header_search']= 'Rādīt galveni Meklēšanas lapā';
     
    8181$lang['llgbo_frame_sample']= 'Paraugu saraksts ';
    8282$lang['previewsamples']= 'Rādīt šo paraugu';
    83 $lang['llgbo_always_displayexif'] = 'Vienmēr rādīt METADATA:' ;
     83$lang['llgbo_alwaysdisplayexif'] = 'Vienmēr rādīt METADATA:' ;
    8484$lang['Reset_To_Default'] = 'Atiestatīt pēcnoklusējuma vērtības';
    8585$lang['llgbo_hdShadowbox'] ='HD ĒnuKastes (Shadowbox) un navigācijas rīku uz attēla saderība. <br> HD ĒnuKastei (Shadowbox) jābūt aktivētai!';
  • extensions/LLGBO2/language/nb_NO/plugin.lang.php

    r15076 r28990  
    88$lang['submit'] = 'Legg til';
    99$lang['Title'] = 'Ser ut som GBo';
    10 $lang['Howto'] = 'Denne plugginen behandler bilde side layouten.';
    11 $lang['Step1_Title'] = 'Pluggin instillinger';
    12 $lang['Step2_Title'] = 'Verktøy tips instillinger';
    13 $lang['Step3_Title'] = 'Ramme instillinger';
    14 $lang['Step4_Title'] = 'Vis/skjul topptekst (Header) på hver side';
     10$lang['llgbo_admin_plugin_title'] = 'Denne plugginen behandler bilde side layouten.';
     11$lang['llgbo_adim_settings_title'] = 'Pluggin instillinger';
     12$lang['llgbo_admin_tooltip_title'] = 'Verktøy tips instillinger';
     13$lang['llgbo_admin_frame_title'] = 'Ramme instillinger';
     14$lang['llgbo_admin_header_title'] = 'Vis/skjul topptekst (Header) på hver side';
    1515$lang['llgbo_tooltip']='Spesial verktøy tips (Bilders miniaturbilde) ved mus-over :';
    1616$lang['llgbo_exifunderbt']='Spesial verktøy tips for EXIF ved mus-over:';
     
    2121$lang['llgbo_usemap_thumb']='Vis miniatyr bilder når navigasjon er aktiv på bilder :';
    2222$lang['llgbo_info']='     (^_^) Instillinger oppdatert';
    23 $lang['llgbo_title_frame'] = 'Vis bilde tittel på rammen';
     23$lang['llgbo_titleframe'] = 'Vis bilde tittel på rammen';
    2424$lang['llgbo_default_navthumb'] = 'Undertrykk Forrige_Neste miniatyrbildes standard visning:';
    2525$lang['save'] = 'Lagre';
     
    2828$lang['llgo_tooltip_size']= 'Verktøy tips ramme bredde';
    2929$lang['llgbo_tooltip_bordercolor']= 'Verktøy tips ramme farge';
    30 $lang['llgbo_tooltip_backgroundcolor']= 'Verktøy tips bakgrunds farge';
     30$lang['llgbo_tooltip_bgcolor']= 'Verktøy tips bakgrunds farge';
    3131$lang['llgbo_tooltip_titlecolor']= 'Verktøy tips tittel farge';
    32 $lang['llgbo_tooltip_color']= 'Verktøy tips tekst farge';
     32$lang['llgbo_tooltip_textcolor']= 'Verktøy tips tekst farge';
    3333$lang['llgo_global_setting']= 'Piwigo bilde sides globale instillinger';
    3434$lang['llgo_tooltip_setting']= 'Verktøy tips tittel';
    3535$lang['llgo_frame_setting']= 'Ramme instillinger:' ;
    36 $lang['llgbo_title_frame_color']= 'Farge for tittelen vist på rammen';
     36$lang['llgbo_frame_titlecolor']= 'Farge for tittelen vist på rammen';
    3737$lang['llgbo_frame_bdcolor0']= 'Linje 1 Farge: ';
    3838$lang['llgbo_frame_bdcolor1']= 'Linje 2 Farge: ';
     
    6262$lang['llgbo_header_category'] = 'Vis topptekst på Album side';
    6363$lang['llgbo_header_category_filter_recent']= 'Vis topptekst på Album side (filtrert etter siste)';
    64 $lang['llgbo_header_category_flat']= 'Vis topptekst på Album side (alternativ flat)' ;
     64$lang['llgbo_header_categories/flat']= 'Vis topptekst på Album side (alternativ flat)' ;
    6565$lang['llgbo_header_category_posted_monthly']= 'Vis toppteksr på Album side alternativ kalender' ;
    6666$lang['llgbo_header_picture']= 'Vis toppteksr på Bilde side' ;
     
    7070$lang['llgbo_header_list']= 'Vis topptekst på Tilfeldig bilde side';
    7171$lang['llgbo_header_recent_pics']= 'Vis topptekst på Siste bilder side';
    72 $lang['llgbo_header_created_monthly_calendar'] = 'Vis topptekst på Kalender side';
     72$lang['llgbo_header_created-monthly-calendar'] = 'Vis topptekst på Kalender side';
    7373$lang['llgbo_header_tags']= 'Vis topptekst på Tagger side';
    7474$lang['llgbo_header_search']= 'Vis topptekst på Søke side';
     
    8282$lang['llgbo_frame_sample']= 'Eksempel liste ';
    8383$lang['previewsamples']= 'Vis dette eksempelet';
    84 $lang['llgbo_always_displayexif'] = 'Vis alltid METADATA:' ;
     84$lang['llgbo_alwaysdisplayexif'] = 'Vis alltid METADATA:' ;
    8585$lang['Reset_To_Default'] = 'Sett tilbake til standard verdier';
    8686$lang['llgo_warning_setting'] = 'for å kunne bruke Gally temaer, må plugginen cl_conflit være installert';
  • extensions/LLGBO2/language/nl_NL/plugin.lang.php

    r16033 r28990  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
    23 $lang['Howto'] = 'Deze plugin beheerd de afbeeldings pagina vormgeving';
    24 $lang['Step1_Title'] = 'Plugin instellingen';
     23$lang['llgbo_admin_plugin_title'] = 'Deze plugin beheerd de afbeeldings pagina vormgeving';
     24$lang['llgbo_adim_settings_title'] = 'Plugin instellingen';
    2525$lang['Title'] = 'Looks like GBo';
    2626$lang['preview'] = 'Voorvertoning';
     
    2828$lang['submit'] = 'Verstuur';
    2929$lang['Reset_To_Default'] = 'Herstel standaard waarden';
    30 $lang['Step2_Title'] = 'Tooltip instellingen';
    31 $lang['Step3_Title'] = 'Frame instellingen';
    32 $lang['Step4_Title'] = 'Toon/verberg de header van elke pagina';
     30$lang['llgbo_admin_tooltip_title'] = 'Tooltip instellingen';
     31$lang['llgbo_admin_frame_title'] = 'Frame instellingen';
     32$lang['llgbo_admin_header_title'] = 'Toon/verberg de header van elke pagina';
    3333$lang['llgbo_dispinshadowbox'] = 'Toon in schaduwbox';
    3434$lang['llgbo_exifunderbt'] = 'Speciale tooltip voor een EXIF bij muisover';
     
    4545$lang['llgbo_M_manage'] = 'Algemene instellingen';
    4646$lang['llgbo_M_tooltip'] = 'Tooltip beheer';
    47 $lang['llgbo_always_displayexif'] = 'Toon altijd de METADATA:';
     47$lang['llgbo_alwaysdisplayexif'] = 'Toon altijd de METADATA:';
    4848$lang['llgbo_default_navthumb'] = 'Onderdruk de Prev_Next miniaturen in standaard scherm';
    4949$lang['llgbo_frame_bdcolor0'] = 'Kleur lijn 1:';
     
    6969$lang['llgbo_header_best_rated'] = 'Toon header op Best gewaardeerd pagina';
    7070$lang['llgbo_header_category_filter_recent'] = 'Toon header op Categorie pagina (gefilterd op recentelijk)';
    71 $lang['llgbo_header_category_flat'] = 'Toon header op Categorie pagina (optie plat)';
     71$lang['llgbo_header_categories/flat'] = 'Toon header op Categorie pagina (optie plat)';
    7272$lang['llgbo_header_category_posted_monthly'] = 'Toon header op Categorie pagina optie kalender';
    7373$lang['llgbo_header_category'] = 'Toon header op Categorie pagina';
    7474$lang['llgbo_header_comments'] = 'Toon header op Commentaar pagina';
    75 $lang['llgbo_header_created_monthly_calendar'] = 'Toon header op kalender pagina';
     75$lang['llgbo_header_created-monthly-calendar'] = 'Toon header op kalender pagina';
    7676$lang['llgbo_header_favorites'] = 'Toon header op Mijn Favorieten pagina';
    7777$lang['llgbo_header_home'] = 'Toon header op Home pagina';
     
    8888$lang['llgbo_info'] = '(^_^) Instellingen bijgewerkt';
    8989$lang['llgbo_samples'] = 'Voorbeelden:';
    90 $lang['llgbo_title_frame_color'] = 'Kleur voor de titel op het frame';
    91 $lang['llgbo_title_frame'] = 'Toon foto titel op het frame';
    92 $lang['llgbo_tooltip_backgroundcolor'] = 'Tooltip achtergrond kleur';
     90$lang['llgbo_frame_titlecolor'] = 'Kleur voor de titel op het frame';
     91$lang['llgbo_titleframe'] = 'Toon foto titel op het frame';
     92$lang['llgbo_tooltip_bgcolor'] = 'Tooltip achtergrond kleur';
    9393$lang['llgbo_tooltip_bordercolor'] = 'Tooltip rand kleur';
    94 $lang['llgbo_tooltip_color'] = 'Tooltip tekst kleur';
     94$lang['llgbo_tooltip_textcolor'] = 'Tooltip tekst kleur';
    9595$lang['llgbo_tooltip_titlecolor'] = 'Tooltip titel kleur';
    9696$lang['llgbo_usemap_thumb'] = 'Toon miniaturen wanneer de navigatie actief is op foto:';
  • extensions/LLGBO2/language/pl_PL/plugin.lang.php

    r15076 r28990  
    77$lang['submit'] = 'Zatwierdź';
    88$lang['Title'] = 'Look like GBo';
    9 $lang['Howto'] = 'Ta wtyczka umożliwia zmianę prezentacji strony ze zdjęciami.';
    10 $lang['Step1_Title'] = 'Ustawienia wtyczki';
    11 $lang['Step2_Title'] = 'Ustawienia podpowiedzi';
    12 $lang['Step3_Title'] = 'Ustawienia ramki';
     9$lang['llgbo_admin_plugin_title'] = 'Ta wtyczka umożliwia zmianę prezentacji strony ze zdjęciami.';
     10$lang['llgbo_adim_settings_title'] = 'Ustawienia wtyczki';
     11$lang['llgbo_admin_tooltip_title'] = 'Ustawienia podpowiedzi';
     12$lang['llgbo_admin_frame_title'] = 'Ustawienia ramki';
    1313$lang['llgbo_tooltip']='Wyświetlaj okienko skrótu <br>(miniatury dostępne na przycisku) przy ruchu myszką :';
    1414$lang['llgbo_exifunderbt']='Wyświetlaj okienko skrótu <br>(dane EXIF dostępne na przycisku metadanych) przy ruchu myszką :';
     
    1919$lang['llgbo_usemap_thumb']='Dodaj miniatury kiedy nawigacja na zdjęciu jest aktywna :';
    2020$lang['llgbo_info']='(^_^) Ustawienia poprawione !';
    21 $lang['llgbo_title_frame'] = 'Wyświetl tytuł zdjęcia w ramce';
     21$lang['llgbo_titleframe'] = 'Wyświetl tytuł zdjęcia w ramce';
    2222$lang['llgbo_default_navthumb'] = 'Ukryj standardowe wyświetlanie poprzedniej/następnej miniatury:';
    23 $lang['llgbo_always_displayexif'] = 'Zawsze wyświetlaj metadane:' ;
     23$lang['llgbo_alwaysdisplayexif'] = 'Zawsze wyświetlaj metadane:' ;
    2424$lang['Reset_To_Default'] = 'Przywróć wartości domyślne';
    2525$lang['llgo_tooltip_setting'] = 'Tytuł podpowiedzi';
     
    3030$lang['previewsamples'] = 'Wyświetlaj tą próbkę';
    3131$lang['llgbo_dispinshadowbox'] = 'Wyświetlaj w shadowboxie --> ';
    32 $lang['Step4_Title'] = 'Wyświetlaj/Ukryj nagłówek na każdej stronie';
     32$lang['llgbo_admin_header_title'] = 'Wyświetlaj/Ukryj nagłówek na każdej stronie';
    3333$lang['save'] = 'Zapisz';
    3434$lang['preview'] = 'Podgląd';
     
    3636$lang['llgo_tooltip_size'] = 'Szerokość obwódki wskazówki';
    3737$lang['llgbo_tooltip_bordercolor'] = 'Kolor obwódki wskazówki';
    38 $lang['llgbo_tooltip_backgroundcolor'] = 'Kolor tła wskazówki';
     38$lang['llgbo_tooltip_bgcolor'] = 'Kolor tła wskazówki';
    3939$lang['llgbo_tooltip_titlecolor'] = 'Kolor tytułu wskazówki';
    40 $lang['llgbo_tooltip_color'] = 'Kolor tekstu wskazówki';
     40$lang['llgbo_tooltip_textcolor'] = 'Kolor tekstu wskazówki';
    4141$lang['llgo_global_setting'] = 'Globalne ustawienia strony Piwigo ze zdjęciem';
    4242$lang['llgo_frame_setting'] = 'Ustawienia ramki:';
    43 $lang['llgbo_title_frame_color'] = 'Kolor tytułu wyświetlonego na ramce';
     43$lang['llgbo_frame_titlecolor'] = 'Kolor tytułu wyświetlonego na ramce';
    4444$lang['llgbo_frame_bdcolor0'] = 'Kolor 1 linii: ';
    4545$lang['llgbo_frame_bdcolor1'] = 'Kolor 2 linii: ';
     
    6464$lang['llgbo_header_category'] = 'Wyświetlaj nagłówek na stronie kategorii';
    6565$lang['llgbo_header_category_filter_recent'] = 'Wyświetlaj nagłówek na stronie kategorii (sortowanych po dacie dodania)';
    66 $lang['llgbo_header_category_flat'] = 'Wyświetlaj nagłówek na stronie kategorii (opcja zwykła)';
     66$lang['llgbo_header_categories/flat'] = 'Wyświetlaj nagłówek na stronie kategorii (opcja zwykła)';
    6767$lang['llgbo_header_category_posted_monthly'] = 'Wyświetlaj nagłówek na stronie kategorii (opcja z kalendarzem)';
    6868$lang['llgbo_header_picture'] = 'Wyświetlaj nagłówek na stronie ze zdjęciem';
     
    7272$lang['llgbo_header_list'] = 'Wyświetlaj nagłówek na stronie losowych zdjęć';
    7373$lang['llgbo_header_recent_pics'] = 'Wyświetlaj nagłówek na stronie -Ostatnio dodane-';
    74 $lang['llgbo_header_created_monthly_calendar'] = 'Wyświetlaj nagłówek na stronie z kalendarzem';
     74$lang['llgbo_header_created-monthly-calendar'] = 'Wyświetlaj nagłówek na stronie z kalendarzem';
    7575$lang['llgbo_header_tags'] = 'Wyświetlaj nagłówek na stronie z tagami';
    7676$lang['llgbo_header_search'] = 'Wyświetlaj nagłówek na stronie z wyszukiwarką';
  • extensions/LLGBO2/language/pt_BR/plugin.lang.php

    r20761 r28990  
    2222// +-----------------------------------------------------------------------+
    2323$lang['llgbo_samples'] = 'Exemplos:';
    24 $lang['llgbo_title_frame'] = 'Mostrar título da imagem na moldura';
    25 $lang['llgbo_title_frame_color'] = 'Cor para o título exibido na moldura';
     24$lang['llgbo_titleframe'] = 'Mostrar título da imagem na moldura';
     25$lang['llgbo_frame_titlecolor'] = 'Cor para o título exibido na moldura';
    2626$lang['llgbo_tooltip'] = 'Dicas de ferramentas especiais (miniaturas de fotos) no mouseover:';
    27 $lang['llgbo_tooltip_backgroundcolor'] = 'Dica cor de fundo';
     27$lang['llgbo_tooltip_bgcolor'] = 'Dica cor de fundo';
    2828$lang['llgbo_tooltip_bordercolor'] = 'Dica cor da borda';
    29 $lang['llgbo_tooltip_color'] = 'Dica cor do texto';
     29$lang['llgbo_tooltip_textcolor'] = 'Dica cor do texto';
    3030$lang['llgbo_tooltip_titlecolor'] = 'Dica cor do título';
    3131$lang['llgbo_usemap'] = 'Adicionar a barra de navegação na imagem:';
     
    4242$lang['submit'] = 'Submeter';
    4343$lang['llgbo_header_category_filter_recent'] = 'Exibir o cabeçalho na página Categoria (filtro recente)';
    44 $lang['llgbo_header_category_flat'] = 'Exibir o cabeçalho na página Categoria (opção plano)';
     44$lang['llgbo_header_categories/flat'] = 'Exibir o cabeçalho na página Categoria (opção plano)';
    4545$lang['llgbo_header_category_posted_monthly'] = 'Exibir o cabeçalho na Categoria calendário opção de página';
    4646$lang['llgbo_header_comments'] = 'Exibir o cabeçalho na página Comentários';
    47 $lang['llgbo_header_created_monthly_calendar'] = 'Exibir o cabeçalho na página Comentários';
     47$lang['llgbo_header_created-monthly-calendar'] = 'Exibir o cabeçalho na página Comentários';
    4848$lang['llgbo_header_favorites'] = 'Exibir o cabeçalho na página Meus Favoritos';
    4949$lang['llgbo_header_home'] = 'Exibir o cabeçalho na página inicial';
     
    8181$lang['llgbo_header_best_rated'] = 'Exibir o cabeçalho na página Melhor avaliada';
    8282$lang['llgbo_header_category'] = 'Exibir o cabeçalho na página Categoria';
    83 $lang['Howto'] = 'Este plugin gerencia o layout da página de imagem.';
     83$lang['llgbo_admin_plugin_title'] = 'Este plugin gerencia o layout da página de imagem.';
    8484$lang['Reset_To_Default'] = 'Redefinir para os valores padrão';
    85 $lang['Step1_Title'] = 'Configurações do plugin';
    86 $lang['Step2_Title'] = 'Dica de configurações';
    87 $lang['Step3_Title'] = 'Definições da moldura';
    88 $lang['Step4_Title'] = 'Exibir/ocultar o cabeçalho de cada página';
     85$lang['llgbo_adim_settings_title'] = 'Configurações do plugin';
     86$lang['llgbo_admin_tooltip_title'] = 'Dica de configurações';
     87$lang['llgbo_admin_frame_title'] = 'Definições da moldura';
     88$lang['llgbo_admin_header_title'] = 'Exibir/ocultar o cabeçalho de cada página';
    8989$lang['Title'] = 'Parece GBo';
    9090$lang['llgbo_M_frame'] = 'Gestão de molduras';
     
    9292$lang['llgbo_M_manage'] = 'Configurações globais';
    9393$lang['llgbo_M_tooltip'] = 'Dica de gestão';
    94 $lang['llgbo_always_displayexif'] = 'Sempre exibir METADADOS:';
     94$lang['llgbo_alwaysdisplayexif'] = 'Sempre exibir METADADOS:';
    9595$lang['llgbo_default_navthumb'] = 'Suprimir miniaturas Prev_Next exibição padrão:';
    9696$lang['llgbo_dispinshadowbox'] = 'Exibir em shadowbox -->';
  • extensions/LLGBO2/language/pt_PT/plugin.lang.php

    r15548 r28990  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
    23 $lang['Howto'] = 'Esta extenção define o layout da página da foto';
     23$lang['llgbo_admin_plugin_title'] = 'Esta extenção define o layout da página da foto';
    2424$lang['Reset_To_Default'] = 'Reset dos valores por defeito';
    25 $lang['Step1_Title'] = 'Definições da extenção';
    26 $lang['Step2_Title'] = 'Definições do tipo ferramenta';
    27 $lang['Step3_Title'] = 'Definições da moldura';
    28 $lang['Step4_Title'] = 'Mostar no cabeçalho de cada página';
     25$lang['llgbo_adim_settings_title'] = 'Definições da extenção';
     26$lang['llgbo_admin_tooltip_title'] = 'Definições do tipo ferramenta';
     27$lang['llgbo_admin_frame_title'] = 'Definições da moldura';
     28$lang['llgbo_admin_header_title'] = 'Mostar no cabeçalho de cada página';
    2929$lang['Title'] = 'Parecido com GBo';
    3030$lang['llgbo_M_frame'] = 'Gerenciação da moldura';
     
    3232$lang['llgbo_M_manage'] = 'Definições globais';
    3333$lang['llgbo_M_tooltip'] = 'Gerenciação da ferramenta';
    34 $lang['llgbo_always_displayexif'] = 'Mostrar sempre METADADOS';
     34$lang['llgbo_alwaysdisplayexif'] = 'Mostrar sempre METADADOS';
    3535$lang['llgbo_default_navthumb'] = 'Suprimir Ant_Prox no modo standard das miniaturas';
    3636$lang['llgbo_dispinshadowbox'] = 'Mostar em caixa sombra-->';
     
    6060$lang['llgbo_header_best_rated'] = 'Mostrar cabeçalho nas páginas mais avaliadas';
    6161$lang['llgbo_header_category_filter_recent'] = 'Mostrar cabeçalho na página Categoria (filtrar por recentes)';
    62 $lang['llgbo_header_category_flat'] = 'Mostrar cabeçalho na página Categoria (opção normal)';
     62$lang['llgbo_header_categories/flat'] = 'Mostrar cabeçalho na página Categoria (opção normal)';
    6363$lang['llgbo_header_category_posted_monthly'] = 'Mostrar cabeçalho na página Categoria opção calendário';
    6464$lang['llgbo_header_category'] = 'Mostrar cabeçalho na página Categoria';
    6565$lang['llgbo_header_comments'] = 'Mostrar cabeçalho na página Comentários';
    66 $lang['llgbo_header_created_monthly_calendar'] = 'Mostrar cabeçalho na página do Calendário';
     66$lang['llgbo_header_created-monthly-calendar'] = 'Mostrar cabeçalho na página do Calendário';
    6767$lang['llgbo_header_favorites'] = 'Mostrar cabeçalho na página Meus favoritos';
    6868$lang['llgbo_header_home'] = 'Mostrar cabeçalho na página inicial';
     
    8181$lang['llgbo_maintain_header'] = 'Manter cabeçalho nas seguintes páginas';
    8282$lang['llgbo_samples'] = 'Amostras:';
    83 $lang['llgbo_title_frame_color'] = 'Cor do título mostrado na moldura';
    84 $lang['llgbo_title_frame'] = 'Mostrar o título da foto na moldura';
    85 $lang['llgbo_tooltip_backgroundcolor'] = 'Ferramenta para cor do fundo';
     83$lang['llgbo_frame_titlecolor'] = 'Cor do título mostrado na moldura';
     84$lang['llgbo_titleframe'] = 'Mostrar o título da foto na moldura';
     85$lang['llgbo_tooltip_bgcolor'] = 'Ferramenta para cor do fundo';
    8686$lang['llgbo_tooltip_bordercolor'] = 'Ferramenta para cor da borda';
    87 $lang['llgbo_tooltip_color'] = 'Ferramenta para cor do texto';
     87$lang['llgbo_tooltip_textcolor'] = 'Ferramenta para cor do texto';
    8888$lang['llgbo_tooltip_titlecolor'] = 'Ferramenta para cor do título';
    8989$lang['llgbo_tooltip'] = 'Ferramentas especiais(miniaturas das fotos) ao sobrepor com o rato';
  • extensions/LLGBO2/language/ru_RU/plugin.lang.php

    r15076 r28990  
    22$lang['submit'] = 'Отправить';
    33$lang['Title'] = 'Интерфейс как у GBo';
    4 $lang['Howto'] = 'Этот плагин позволяет настроить вид страниц с фотографиями.';
    5 $lang['Step1_Title'] = 'Настройки плагина';
    6 $lang['Step2_Title'] = 'Настройки подсказок';
    7 $lang['Step3_Title'] = 'Настройки окна';
    8 $lang['Step4_Title'] = 'Настройки заголовка';
     4$lang['llgbo_admin_plugin_title'] = 'Этот плагин позволяет настроить вид страниц с фотографиями.';
     5$lang['llgbo_adim_settings_title'] = 'Настройки плагина';
     6$lang['llgbo_admin_tooltip_title'] = 'Настройки подсказок';
     7$lang['llgbo_admin_frame_title'] = 'Настройки окна';
     8$lang['llgbo_admin_header_title'] = 'Настройки заголовка';
    99$lang['llgbo_tooltip']= 'Показывать всплывающую миниатюру при наведении курсора на кнопки навигации:';
    1010$lang['llgbo_exifunderbt']='Показывать Exif-метаданные при наведении курсора на кнопки навигации:';
     
    1515$lang['llgbo_usemap_thumb']='Показывать миниатюры при наведении на курсора на фотографию:';
    1616$lang['llgbo_info']='     (^_^) Настройки обновлены';
    17 $lang['llgbo_title_frame'] = 'Показывать название фотографии внутри рамки';
     17$lang['llgbo_titleframe'] = 'Показывать название фотографии внутри рамки';
    1818$lang['llgbo_default_navthumb'] = 'Не использовать стандартное отображение следующей/предыдущей миниатюр:';
    1919$lang['save'] = 'Сохранить';
     
    2222$lang['llgo_tooltip_size']= 'Ширина рамки окна с подсказкой';
    2323$lang['llgbo_tooltip_bordercolor']= 'Цвет рамки окна с подсказкой';
    24 $lang['llgbo_tooltip_backgroundcolor']= 'Цвет фона окна с подсказкой';
     24$lang['llgbo_tooltip_bgcolor']= 'Цвет фона окна с подсказкой';
    2525$lang['llgbo_tooltip_titlecolor']= 'Цвет заголовка подсказки';
    26 $lang['llgbo_tooltip_color']= 'Цвет текста подсказки';
     26$lang['llgbo_tooltip_textcolor']= 'Цвет текста подсказки';
    2727$lang['llgo_global_setting']= 'Общие настройки страниц с фотографиями';
    2828$lang['llgo_tooltip_setting']= 'Название подсказки';
    2929$lang['llgo_frame_setting']= 'Настройки рамки:' ;
    30 $lang['llgbo_title_frame_color']= 'Цвет названия рамки';
     30$lang['llgbo_frame_titlecolor']= 'Цвет названия рамки';
    3131$lang['llgbo_frame_bdcolor0']= 'Цвет линии 1: ';
    3232$lang['llgbo_frame_bdcolor1']= 'Цвет линии 2: ';
     
    5656$lang['llgbo_header_category'] = 'Показывать заголовок на странице категорий';
    5757$lang['llgbo_header_category_filter_recent']= 'Показывать заголовок на странице новых категорий';
    58 $lang['llgbo_header_category_flat']= 'Показывать заголовок на странице категорий (option flat)';
     58$lang['llgbo_header_categories/flat']= 'Показывать заголовок на странице категорий (option flat)';
    5959$lang['llgbo_header_category_posted_monthly']= 'Показывать заголовок на странице категорий (option calendar)';
    6060$lang['llgbo_header_picture']= 'Показывать заголовок на странице с фотографией';
     
    6464$lang['llgbo_header_list']= 'Показывать заголовок на странице случайной фотографии';
    6565$lang['llgbo_header_recent_pics']= 'Показывать заголовок на странице новых фотографий';
    66 $lang['llgbo_header_created_monthly_calendar'] = 'Показывать заголовок на странице календаря';
     66$lang['llgbo_header_created-monthly-calendar'] = 'Показывать заголовок на странице календаря';
    6767$lang['llgbo_header_tags']= 'Показывать заголовок на странице тэгов';
    6868$lang['llgbo_header_search']= 'Показывать заголовок на странице поиска';
     
    7676$lang['llgbo_frame_sample']= 'Список шаблонов';
    7777$lang['previewsamples']= 'Загрузить шаблон';
    78 $lang['llgbo_always_displayexif'] = 'Всегда показывать Exif-метаданные:' ;
     78$lang['llgbo_alwaysdisplayexif'] = 'Всегда показывать Exif-метаданные:' ;
    7979$lang['Reset_To_Default'] = 'Загрузить настройки по умолчанию';
    8080$lang['llgbo_hdShadowbox'] ='Совместимость HD Shadowbox и навигации при наведении на фотографию.<br> Плагин HD Shadowbox должен быть активирован!';
  • extensions/LLGBO2/language/sk_SK/plugin.lang.php

    r15076 r28990  
    77$lang['submit'] = 'Poslať';
    88$lang['Title'] = 'Vyzerá ako GBo';
    9 $lang['Howto'] = 'Tento doplnok ovláda usporiadanie stránky fotografií.';
    10 $lang['Step1_Title'] = 'Nastavenie doplnku';
    11 $lang['Step2_Title'] = 'Nastavenie nástrojov';
    12 $lang['Step3_Title'] = 'Nastavenie usporiadania';
    13 $lang['Step4_Title'] = 'Zobraziť/schovať záhlavie na každej stránke';
     9$lang['llgbo_admin_plugin_title'] = 'Tento doplnok ovláda usporiadanie stránky fotografií.';
     10$lang['llgbo_adim_settings_title'] = 'Nastavenie doplnku';
     11$lang['llgbo_admin_tooltip_title'] = 'Nastavenie nástrojov';
     12$lang['llgbo_admin_frame_title'] = 'Nastavenie usporiadania';
     13$lang['llgbo_admin_header_title'] = 'Zobraziť/schovať záhlavie na každej stránke';
    1414$lang['llgbo_tooltip']='Špeciálne nástroje (náhľady fotografií) pri prejdení myšou:';
    1515$lang['llgbo_exifunderbt']='Špeciálny nástroj pre EXIF pri prejdení myšou:';
     
    2020$lang['llgbo_usemap_thumb']='Zobrazenie náhľadov, keď je navigácia aktívna na fotografii:';
    2121$lang['llgbo_info']='     (^_^) Nastavenia aktualizované';
    22 $lang['llgbo_title_frame'] = 'Zobrazenie názvu fotografie na ráme';
     22$lang['llgbo_titleframe'] = 'Zobrazenie názvu fotografie na ráme';
    2323$lang['llgbo_default_navthumb'] = 'Skrývať Predchádzajúca_Nasledujúca pri štandardnom zobrazení náhľadov:';
    2424$lang['save'] = 'Uložiť';
     
    2727$lang['llgo_tooltip_size']= 'Šírka rámu nástroja';
    2828$lang['llgbo_tooltip_bordercolor']= 'Farba rámu nástroja';
    29 $lang['llgbo_tooltip_backgroundcolor']= 'Farba pozadia nástroja';
     29$lang['llgbo_tooltip_bgcolor']= 'Farba pozadia nástroja';
    3030$lang['llgbo_tooltip_titlecolor']= 'Farba názvu nástroja';
    31 $lang['llgbo_tooltip_color']= 'Farba textu nástroja';
     31$lang['llgbo_tooltip_textcolor']= 'Farba textu nástroja';
    3232$lang['llgo_global_setting']= 'Celkové nastavenia Piwigo fotografickej stránky';
    3333$lang['llgo_tooltip_setting']= 'Názov nástroja';
    3434$lang['llgo_frame_setting']= 'Nastavenia rámu:' ;
    35 $lang['llgbo_title_frame_color']= 'Farba názvu zobrazeného na ráme';
     35$lang['llgbo_frame_titlecolor']= 'Farba názvu zobrazeného na ráme';
    3636$lang['llgbo_frame_bdcolor0']= 'Farba 1: ';
    3737$lang['llgbo_frame_bdcolor1']= 'Farba 2: ';
     
    6161$lang['llgbo_header_category'] = 'Zobraziť záhlavie na stránke kategórií';
    6262$lang['llgbo_header_category_filter_recent']= 'Zobraziť záhlavie na stránke kategórií (filter nových)';
    63 $lang['llgbo_header_category_flat']= 'Zobraziť záhlavie na stránke kategórií (voľba rovná)' ;
     63$lang['llgbo_header_categories/flat']= 'Zobraziť záhlavie na stránke kategórií (voľba rovná)' ;
    6464$lang['llgbo_header_category_posted_monthly']= 'Zobraziť záhlavie na stránke kategórií voľba kalendár' ;
    6565$lang['llgbo_header_picture']= 'Zobraziť záhlavie na stránke fotografií' ;
     
    6969$lang['llgbo_header_list']= 'Zobraziť záhlavie na stránke Náhodný výber';
    7070$lang['llgbo_header_recent_pics']= 'Zobraziť záhlavie na stránke Nové fotografie';
    71 $lang['llgbo_header_created_monthly_calendar'] = 'Zobraziť záhlavie na stránke Kalendár';
     71$lang['llgbo_header_created-monthly-calendar'] = 'Zobraziť záhlavie na stránke Kalendár';
    7272$lang['llgbo_header_tags']= 'Zobraziť záhlavie na stránke Kľúčové slová';
    7373$lang['llgbo_header_search']= 'Zobraziť záhlavie na stránke Vyhľadávanie';
     
    8080$lang['llgbo_frame_sample']= 'Zoznam príkladov ';
    8181$lang['previewsamples']= 'Zobraziť tento príklad';
    82 $lang['llgbo_always_displayexif'] = 'Vždy zobraziť METADATA:' ;
     82$lang['llgbo_alwaysdisplayexif'] = 'Vždy zobraziť METADATA:' ;
    8383$lang['Reset_To_Default'] = 'Obnoviť pôvodné nastavenia';
    8484$lang['llgbo_hdShadowbox'] ='Povolenie HD tienenej bunky a navigácie na fotografii. <br> HD tienená bunka musí byť aktivovaná!';
  • extensions/LLGBO2/language/sv_SE/plugin.lang.php

    r15076 r28990  
    88$lang['submit'] = 'Skicka';
    99$lang['Title'] = 'Ser ut som  GBo';
    10 $lang['Howto'] = 'Denna plugin hanterar bildsidans layout.';
    11 $lang['Step1_Title'] = 'Inställningar fö plugin';
    12 $lang['Step2_Title'] = 'Inställningar för tooltip';
    13 $lang['Step3_Title'] = 'Inställningar för ramar';
    14 $lang['Step4_Title'] = 'Visa/göm rubriken på varje sida';
     10$lang['llgbo_admin_plugin_title'] = 'Denna plugin hanterar bildsidans layout.';
     11$lang['llgbo_adim_settings_title'] = 'Inställningar fö plugin';
     12$lang['llgbo_admin_tooltip_title'] = 'Inställningar för tooltip';
     13$lang['llgbo_admin_frame_title'] = 'Inställningar för ramar';
     14$lang['llgbo_admin_header_title'] = 'Visa/göm rubriken på varje sida';
    1515$lang['llgbo_tooltip']='Special-tooltips (foto thumbnails) vid mouseover :';
    1616$lang['llgbo_exifunderbt']='Special-tooltip för EXIF vid mouseover:';
     
    2121$lang['llgbo_usemap_thumb']='Visa thumbnails när navigation är aktiv på bilden :';
    2222$lang['llgbo_info']=' (^_^) Inställningarna är uppdaterade';
    23 $lang['llgbo_title_frame'] = 'Visa bildens titel på ramen';
     23$lang['llgbo_titleframe'] = 'Visa bildens titel på ramen';
    2424$lang['llgbo_default_navthumb'] = 'Undertryck Föreg_Nästa thumbnails på standardbilden:';
    2525$lang['save'] = 'Spara';
     
    2828$lang['llgo_tooltip_size']= 'Tooltipens rambredd';
    2929$lang['llgbo_tooltip_bordercolor']= 'Tooltipens ramfärg';
    30 $lang['llgbo_tooltip_backgroundcolor']= 'Tooltipens backgrundsfärg';
     30$lang['llgbo_tooltip_bgcolor']= 'Tooltipens backgrundsfärg';
    3131$lang['llgbo_tooltip_titlecolor']= 'Tooltipens titelfärg';
    32 $lang['llgbo_tooltip_color']= 'Tooltipens textfärg';
     32$lang['llgbo_tooltip_textcolor']= 'Tooltipens textfärg';
    3333$lang['llgo_global_setting']= 'Piwigo bildsida,  globala inställningar';
    3434$lang['llgo_tooltip_setting']= 'Tooltipens titel';
    3535$lang['llgo_frame_setting']= 'Raninställningar:' ;
    36 $lang['llgbo_title_frame_color']= 'Färg på titeln som visas på ramen';
     36$lang['llgbo_frame_titlecolor']= 'Färg på titeln som visas på ramen';
    3737$lang['llgbo_frame_bdcolor0'] = 'Rad 1 färg: ';
    3838$lang['llgbo_frame_bdcolor1'] = 'Rad 2 färg: ';
     
    6060$lang['llgbo_header_category'] = 'Visa rubrik på Kategorisidan';
    6161$lang['llgbo_header_category_filter_recent'] = 'Visa rubrik på Kategori (filtrera nya)';
    62 $lang['llgbo_header_category_flat'] = 'Visa rubrik på Kategorisidan (val platt)';
     62$lang['llgbo_header_categories/flat'] = 'Visa rubrik på Kategorisidan (val platt)';
    6363$lang['llgbo_header_category_posted_monthly'] = 'Visa rubrik på Kategorisidan, val kalender';
    6464$lang['llgbo_header_picture'] = 'Visa rubrik på Bildsidan';
     
    6868$lang['llgbo_header_list'] = 'Visa rubrik på – Sidan med Slumpvist valda bilder';
    6969$lang['llgbo_header_recent_pics'] = 'Visa rubrik på – Sidan nyligen visade bilder';
    70 $lang['llgbo_header_created_monthly_calendar'] = ' Visa rubrik på - Kalendersidan';
     70$lang['llgbo_header_created-monthly-calendar'] = ' Visa rubrik på - Kalendersidan';
    7171$lang['llgbo_header_tags'] = ' Visa rubrik på – Sidan med markerade bilder';
    7272$lang['llgbo_header_search'] = ' Visa rubrik på - Söksidan';
     
    8080$lang['llgbo_frame_sample'] = 'Exempellista ';
    8181$lang['previewsamples'] = 'Visa detta exempel';
    82 $lang['llgbo_always_displayexif'] = 'Visa alltid METADATA:';
     82$lang['llgbo_alwaysdisplayexif'] = 'Visa alltid METADATA:';
    8383$lang['Reset_To_Default'] = 'Återställ standardvärden';
    8484$lang['llgo_warning_setting'] = 'för att använda galleriteman, måste plugin cl_conflit vara installerad';
  • extensions/LLGBO2/language/tr_TR/plugin.lang.php

    r16229 r28990  
    2222// +-----------------------------------------------------------------------+
    2323$lang['Reset_To_Default'] = 'Varsayılan değerlere döndür';
    24 $lang['Step1_Title'] = 'Eklenti ayarları';
    25 $lang['Step3_Title'] = 'Çerçeve ayarları';
    26 $lang['Step4_Title'] = 'Her sayfanın başlığını görüntüle/gizle';
     24$lang['llgbo_adim_settings_title'] = 'Eklenti ayarları';
     25$lang['llgbo_admin_frame_title'] = 'Çerçeve ayarları';
     26$lang['llgbo_admin_header_title'] = 'Her sayfanın başlığını görüntüle/gizle';
    2727$lang['Title'] = 'GBo \'ya Benzer';
    2828$lang['llgbo_M_frame'] = 'Çerçeve yönetimi';
     
    3434$lang['llgbo_frame_bdcolor1'] = 'Satır 2 rengi:';
    3535$lang['llgbo_frame'] = 'Resim etrafındaki çerçeveyi yönet';
    36 $lang['Howto'] = 'Bu eklenti resim sayfası düzenini yönetir.';
    37 $lang['Step2_Title'] = 'Tooltip ayarları';
     36$lang['llgbo_admin_plugin_title'] = 'Bu eklenti resim sayfası düzenini yönetir.';
     37$lang['llgbo_admin_tooltip_title'] = 'Tooltip ayarları';
    3838$lang['llgbo_M_tooltip'] = 'Tooltip yönetimi';
    39 $lang['llgbo_always_displayexif'] = 'Her zaman göster METADATA:';
     39$lang['llgbo_alwaysdisplayexif'] = 'Her zaman göster METADATA:';
    4040$lang['llgbo_frame_bdcolor12'] = 'Satır 13 rengi:';
    4141$lang['llgbo_frame_bdcolor13'] = 'Satır 14 rengi:';
     
    7676$lang['llgbo_header_best_rated'] = 'En çok oy alan sayfada başlık görüntüle';
    7777$lang['llgbo_header_category_filter_recent'] = 'Kategori sayfasında (en son filtresi ile) başlık görüntüle';
    78 $lang['llgbo_header_category_flat'] = 'Kategori sayfasında başlık görüntüle (flat seçeneği)';
     78$lang['llgbo_header_categories/flat'] = 'Kategori sayfasında başlık görüntüle (flat seçeneği)';
    7979$lang['llgbo_header_category_posted_monthly'] = 'Kategori sayfasında başlık görüntüle (takvim seçeneği)';
    8080$lang['llgbo_header_category'] = 'Kategori sayfasında başlık görüntüle';
    8181$lang['llgbo_header_comments'] = 'Yorumlar sayfasında başlık görüntüle';
    82 $lang['llgbo_header_created_monthly_calendar'] = 'Takvim sayfasında başlık görüntüle';
     82$lang['llgbo_header_created-monthly-calendar'] = 'Takvim sayfasında başlık görüntüle';
    8383$lang['llgbo_header_favorites'] = 'Favoriler sayfasında başlık görüntüle';
    8484$lang['llgbo_header_home'] = 'Ana sayfada başlık görüntüle';
     
    9494$lang['llgbo_maintain_header'] = 'Takip eden sayfalarda başlığı koru:';
    9595$lang['llgbo_samples'] = 'Örnekler:';
    96 $lang['llgbo_title_frame_color'] = 'Çevçevede gösterilen isim rengi';
    97 $lang['llgbo_title_frame'] = 'Resim ismini çerçevede göster';
    98 $lang['llgbo_tooltip_backgroundcolor'] = 'Tooltip arka plan rengi';
     96$lang['llgbo_frame_titlecolor'] = 'Çevçevede gösterilen isim rengi';
     97$lang['llgbo_titleframe'] = 'Resim ismini çerçevede göster';
     98$lang['llgbo_tooltip_bgcolor'] = 'Tooltip arka plan rengi';
    9999$lang['llgbo_tooltip_bordercolor'] = 'Tooltip kenar rengi';
    100 $lang['llgbo_tooltip_color'] = 'Tooltip yazı rengi';
     100$lang['llgbo_tooltip_textcolor'] = 'Tooltip yazı rengi';
    101101$lang['llgbo_tooltip_titlecolor'] = 'Tooltip başlık rengi';
    102102$lang['llgbo_tooltip'] = 'Özel tooltip (pul resimleri - işaretçi üzerindeyken):';
  • extensions/LLGBO2/language/uk_UA/plugin.lang.php

    r15076 r28990  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
    23 $lang['Howto'] = 'Цей модуль управляє макетом сторінки фотографії.';
    24 $lang['llgbo_always_displayexif'] = 'Завжди відображати метадані:';
     23$lang['llgbo_admin_plugin_title'] = 'Цей модуль управляє макетом сторінки фотографії.';
     24$lang['llgbo_alwaysdisplayexif'] = 'Завжди відображати метадані:';
    2525$lang['llgbo_default_navthumb'] = 'Заборонити відображення стандартних мініатюр Prev_Next:';
    2626$lang['llgbo_dispinshadowbox'] = 'Відображення в коробочці з тінню ->';
     
    5252$lang['llgbo_header_category'] = 'Показати заголовок на сторінці категорії';
    5353$lang['llgbo_header_category_filter_recent'] = 'Показати заголовок на сторінці категорії (фільтр по часу появи)';
    54 $lang['llgbo_header_category_flat'] = 'Показати заголовок на сторінці категорії (плаский варіант)';
     54$lang['llgbo_header_categories/flat'] = 'Показати заголовок на сторінці категорії (плаский варіант)';
    5555$lang['llgbo_header_category_posted_monthly'] = 'Показати заголовок категорії календар варіант сторінки';
    5656$lang['llgbo_header_comments'] = 'Показати заголовок на сторінці "Коментарі"';
    57 $lang['llgbo_header_created_monthly_calendar'] = 'Показати заголовок на сторінці "Календар"';
     57$lang['llgbo_header_created-monthly-calendar'] = 'Показати заголовок на сторінці "Календар"';
    5858$lang['llgbo_header_favorites'] = 'Показати заголовок на сторінці "Моє обране"';
    5959$lang['llgbo_header_home'] = 'Показати заголовок на домашній сторінці';
     
    7575$lang['llgbo_M_tooltip'] = 'Управління підказкою';
    7676$lang['llgbo_samples'] = 'Приклади:';
    77 $lang['llgbo_title_frame'] = 'Відображення назви фотографії в фреймі';
    78 $lang['llgbo_title_frame_color'] = 'Колір заголовка, що відображається в фреймі';
     77$lang['llgbo_titleframe'] = 'Відображення назви фотографії в фреймі';
     78$lang['llgbo_frame_titlecolor'] = 'Колір заголовка, що відображається в фреймі';
    7979$lang['llgbo_tooltip'] = 'Спеціальні підказки(мініатюра фотографії) при наведенні курсору миші:';
    80 $lang['llgbo_tooltip_backgroundcolor'] = 'Колір фону підказки';
     80$lang['llgbo_tooltip_bgcolor'] = 'Колір фону підказки';
    8181$lang['llgbo_tooltip_bordercolor'] = 'Колір межі підказки';
    82 $lang['llgbo_tooltip_color'] = 'Колір тексту підказки';
     82$lang['llgbo_tooltip_textcolor'] = 'Колір тексту підказки';
    8383$lang['llgbo_tooltip_titlecolor'] = 'Коліру назви підказки';
    8484$lang['llgbo_usemap'] = 'Додати панель навігації на фотографії:';
     
    9494$lang['Reset_To_Default'] = 'Скидання на значення за замовчуванням';
    9595$lang['save'] = 'Зберегти';
    96 $lang['Step1_Title'] = 'Налаштування плаґіну';
    97 $lang['Step2_Title'] = 'Налаштування підказки';
    98 $lang['Step3_Title'] = 'Налаштування фрейму';
    99 $lang['Step4_Title'] = 'Показати/сховати заголовок на кожній сторінці';
     96$lang['llgbo_adim_settings_title'] = 'Налаштування плаґіну';
     97$lang['llgbo_admin_tooltip_title'] = 'Налаштування підказки';
     98$lang['llgbo_admin_frame_title'] = 'Налаштування фрейму';
     99$lang['llgbo_admin_header_title'] = 'Показати/сховати заголовок на кожній сторінці';
    100100$lang['submit'] = 'Прийняти';
    101101$lang['Title'] = 'Подивіться, що GBo';
  • extensions/LLGBO2/language/zh_CN/plugin.lang.php

    r22738 r28990  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
    23 $lang['Howto'] = '这个插件管理图片页面的布局。';
     23$lang['llgbo_admin_plugin_title'] = '这个插件管理图片页面的布局。';
    2424$lang['Reset_To_Default'] = '重置为默认值';
    25 $lang['Step1_Title'] = '插件设置';
    26 $lang['Step2_Title'] = '提示信息设置';
    27 $lang['Step4_Title'] = '显示/隐藏每一个页面的头部';
     25$lang['llgbo_adim_settings_title'] = '插件设置';
     26$lang['llgbo_admin_tooltip_title'] = '提示信息设置';
     27$lang['llgbo_admin_header_title'] = '显示/隐藏每一个页面的头部';
    2828$lang['llgbo_M_header'] = '头部显示管理';
    2929$lang['llgbo_M_manage'] = '全局设置';
    3030$lang['llgbo_M_tooltip'] = '提示信息管理';
    31 $lang['llgbo_always_displayexif'] = '总是显示METADATA:';
     31$lang['llgbo_alwaysdisplayexif'] = '总是显示METADATA:';
    3232$lang['llgbo_samples'] = '样例:';
    33 $lang['llgbo_title_frame'] = '在框架上显示图片标题';
    34 $lang['llgbo_title_frame_color'] = '在框架上显示的图片标题的颜色';
     33$lang['llgbo_titleframe'] = '在框架上显示图片标题';
     34$lang['llgbo_frame_titlecolor'] = '在框架上显示的图片标题的颜色';
    3535$lang['llgbo_tooltip'] = '鼠标悬停于缩略图上时的提示信息:';
    36 $lang['llgbo_tooltip_backgroundcolor'] = '提示信息的背景颜色';
     36$lang['llgbo_tooltip_bgcolor'] = '提示信息的背景颜色';
    3737$lang['llgbo_tooltip_bordercolor'] = '提示信息的边框颜色';
    38 $lang['llgbo_tooltip_color'] = '提示信息的文字颜色';
     38$lang['llgbo_tooltip_textcolor'] = '提示信息的文字颜色';
    3939$lang['llgbo_tooltip_titlecolor'] = '提示信息的标题颜色';
    4040$lang['llgbo_usemap'] = '在图片上添加导航:';
     
    5151$lang['submit'] = '提交';
    5252$lang['llgbo_header_category_filter_recent'] = '在分类页上显示页头 (filter by recent)';
    53 $lang['llgbo_header_category_flat'] = '在分类页上显示页头 (option flat)';
     53$lang['llgbo_header_categories/flat'] = '在分类页上显示页头 (option flat)';
    5454$lang['llgbo_header_category_posted_monthly'] = '在分类页上显示页头 (option calendar)';
    5555$lang['llgbo_header_comments'] = '在评论页上显示页头';
    56 $lang['llgbo_header_created_monthly_calendar'] = '在日历页上显示页头';
     56$lang['llgbo_header_created-monthly-calendar'] = '在日历页上显示页头';
    5757$lang['llgbo_header_favorites'] = '在My Favorites页上显示页头';
    5858$lang['llgbo_header_home'] = '在首页上显示页头';
     
    9090$lang['llgbo_header_best_rated'] = '在评分最高页上显示页头';
    9191$lang['llgbo_header_category'] = '在分类页上显示页头';
    92 $lang['Step3_Title'] = '框架设置';
     92$lang['llgbo_admin_frame_title'] = '框架设置';
    9393$lang['Title'] = 'Looks like GBo';
    9494$lang['llgbo_M_frame'] = '框架管理';
  • extensions/LLGBO2/main.inc.php

    r22144 r28990  
    22/*
    33Plugin Name: Look_like_gbo2
    4 Version:  2.5.B
     4Version: 2.7.A
    55Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=251
    66Author: GBo
     
    1818        2.5.A Fix bug  back to default values after  deactivates / reactivates actions
    1919        2.5.B Fix bug  back to default values after  deactivates / reactivates actions (with API)
     20        2.5.C Fix bug  notice with $lang
     21-- 30-12-2013   
     22                2.6.A Compliance Piwigo 2.6     and automatic size
     23-- 01-07-2014   
     24                2.7.A Compliance Piwigo 2.7     new administration management
    2025 */
    2126if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    2227
    23 global $conf;
    24 define ('LLGBO_INFO_VERSION','2.5.B');
    25 if (!defined('LLGBO_PATH'))
    26 {define('LLGBO_PATH', PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)). '/');}
    27          
    28  $conf['LLGBO_SETTINGS'] =  explode("," , $conf['LLGBO']);
    29  $conf['LLGBO_TOOLTIP'] = explode(",",$conf['LLGBOTOOLTIP']);
    30  $conf['LLGBO_FRAME'] = explode (",",$conf['LLGBOFRAME']);
    31  $conf['LLGBO_HEADER'] = explode (",",$conf['LLGBOHEADER']);
     28
     29// +-----------------------------------------------------------------------+
     30// | Plugin constants                                               |
     31// +-----------------------------------------------------------------------+
     32define('LLGBO_VERSION', '2.7.A');
     33define('LLGBO_ID',       basename(dirname(__FILE__)));
     34define('LLGBO_PATH' ,    PHPWG_PLUGINS_PATH . LLGBO_ID . '/');
     35define('LLGBO_ADMIN',    get_root_url() . 'admin.php?page=plugin-' . LLGBO_ID);
     36// +-----------------------------------------------------------------------+
     37/*                               Set the administration panel of the plugin */
     38// +-----------------------------------------------------------------------+
     39function llgbo_admin_menu($menu)
     40  { 
     41        $menu[] = array(
     42                'NAME' => 'Look like Gbo',
     43                'URL' => LLGBO_ADMIN,
     44    );
     45  return $menu;
     46        }
     47// +-----------------------------------------------------------------------+
     48// | Plugin initialization                                                 |
     49// +-----------------------------------------------------------------------+
     50function llgbo_init()
     51{
     52        global $conf,$CF_LLGBO;
     53        Load_language('plugin.lang', LLGBO_PATH);
     54
     55        $CF_LLGBO2settings =  unserialize($conf['LLGBO2settings']);
     56        $CF_LLGBO2tooltip = unserialize($conf['LLGBO2tooltip']);
     57        $CF_LLGBO2frame = unserialize($conf['LLGBO2frame']);
     58        $CF_LLGBO2header = unserialize($conf['LLGBO2header']);
     59        $CF_LLGBO =array_merge((array)$CF_LLGBO2settings, (array)$CF_LLGBO2tooltip,(array) $CF_LLGBO2frame,(array) $CF_LLGBO2header);
     60}
     61
     62
     63/******************************************************************/
     64/*       ALWAYS      DISPLAY      METADATA */
     65/******************************************************************/
     66function llgbo_BeginPicture()
     67/******************************************************************/
     68{global $CF_LLGBO,$template;
     69        If ($CF_LLGBO['exifunderbt'])  // exif under bt
     70                {$_GET['metadata'] = 'O';}
     71               
     72        If ($CF_LLGBO['alwaysdisplayexif'])  //always display metadata
     73                {if ( pwg_get_session_var('show_metadata') == null )
     74                        {  pwg_set_session_var('show_metadata', 1 );     }
     75                }
     76}// --------------- end begin picture
     77
     78/******************************************************************/
     79//      MANAGE     BEGIN          H E A D E R
     80/******************************************************************/
     81function llgbo_beginheader()
     82/******************************************************************/
     83{ global $page,$CF_LLGBO;
     84        If ($CF_LLGBO['exifunderbt'] ) // reset nofollow, noindex
     85        { unset ($page['meta_robots']);}
     86}
     87/******************************************************************/
     88//      MANAGE               H E A D E R
     89/******************************************************************/
     90function llgbo_endHeader()
     91/******************************************************************/
     92{global $template,$conf,$CF_LLGBO;
     93        $page_name = script_basename();
     94        include_once(LLGBO_PATH.'include/manage_header.php');
     95}  // --------------- end header
     96
     97
     98/******************************************************************/
     99//* IMPROVE FUNCTIONNALITIES --> PICTURE.TPL
     100/******************************************************************/
     101function  llgbo_EndPicture()
     102/******************************************************************/
     103{ global $template,$CF_LLGBO,$conf,$page,$lang;
     104        //----------------------------------------------------   
     105        /*       HTML End  frame   on Picture.tpl       */
     106        //---------------------------------------------------- 
     107                       
     108        If (($CF_LLGBO['frame'])    //Frame
     109                 and ($CF_LLGBO['rendercontent'])       )// $content ok for update
     110                {       $target = 'picture';
     111                        if ($page['slideshow'] and $conf['light_slideshow'])
     112                        { $target = 'slideshow';}
     113                        $template->set_prefilter($target, 'LLGBO_prefilter_Picture_Frame');
     114                 //$PictSizeWH is not already defined by auto_size     
     115                  $current= $template->get_template_vars('current');
     116                  if (empty($CF_LLGBO['PictSizeWH']))
     117                                {$CF_LLGBO['PictSizeWH'] =  $current['selected_derivative']->get_size();}
     118                        $PictSizeWH = $CF_LLGBO['PictSizeWH'];         
     119                        $frame_width  = $PictSizeWH[0];
     120                        $frame_height = $PictSizeWH[1];
     121                        $frame_begin ='';
     122                         foreach ($CF_LLGBO['FR-sizes'] as $cle  => $value)
     123                                { if ( $value > 0)      // boder value > 0     
     124                                         {      $frame_width = $frame_width + ( 2 * $value);                             
     125                                                $frame_height = $frame_height + ( 2* $value);
     126                                                $frame_begin = '<div class="llgboFR" style="border:'.$value.'px solid '.$CF_LLGBO['FR-colors'][$cle].'">'."\n".$frame_begin;
     127                                                }
     128                                }
     129                               
     130                        $frame_size = "\n".'<!-- Begin LLGBO frame -->'."\n".'<div   id="llgbo0" class="llgbo" style="border:0 ;width:'.$frame_width.'px; height:'.$frame_height.'px;">';
     131                        $template->append('llgbo', array(
     132                                 'FRAME_SIZE' => $frame_size ,
     133                                 'FRAME_BEGIN' => $frame_begin), true);
     134                                 
     135                If ($CF_LLGBO['titleframe'] ) 
     136                         {  $template->append('llgbo', array(
     137                                         'TITLE_FRAME_COLOR' => $CF_LLGBO['FR-titlecolor'],
     138                                         'TITLE_FRAME' => $current['name'] ), true);
     139                                $template->assign('SHOW_PICTURE_NAME_ON_TITLE' , false);
     140                                }                       
     141                } //--------------- end frame
     142               
    32143       
    33  load_language('plugin.lang', LLGBO_PATH);
    34 
    35 /* Set the administration panel of the plugin */
    36   function plugin_admin_menu($menu)
    37   {    array_push($menu,
    38         array(
    39           'NAME' => 'Look_like_GBo',
    40           'URL' => get_admin_plugin_menu_link(dirname(__FILE__).'/admin/llgbo_admin.php') ));
    41     return $menu;  }
    42 
    43 //-------------------------------------------------------------
    44 /*       ALWAYS      DISPLAY      METADATA */
    45 //-------------------------------------------------------------
    46 function llgbo_BeginPicture()
    47 {global $conf,$template;
    48 If ($conf['LLGBO_SETTINGS'] [2]  == 'true' )  // exif under bt
    49         {$_GET['metadata'] = 'O';}
    50        
    51 If ($conf['LLGBO_SETTINGS'][10]  == 'true' )  //always display metadata
    52         {if ( pwg_get_session_var('show_metadata') == null )
    53                 {  pwg_set_session_var('show_metadata', 1 );
    54                  }}
    55 
    56 }
    57 
    58 function llgbo_beginheader()
    59 { global $page,$conf;
    60         If ($conf['LLGBO_SETTINGS'][2]  == 'true' ) // reset nofollow, noindex
    61         { unset ($page['meta_robots']);}
    62 }
    63 //-------------------------------------------------------------
    64 //      MANAGE               H E A D E R
    65 //-------------------------------------------------------------
    66 function llgbo_endHeader()
    67 {global $template,$conf;
    68 $page_name = script_basename();
    69 include_once(LLGBO_PATH.'include/manage_header.php');
    70 }  // end header
    71 //-------------------------------------------------------------
    72 //* IMPROVE FUNCTIONNALITIES --> PICTURE.TPL
    73 //-------------------------------------------------------------
    74 function  llgbo_EndPicture()
    75 { global $template,$conf,$page;
    76 $infofile = $template->get_template_vars('INFO_FILE');
    77 $current = $template->get_template_vars('current');
    78 //----------------------------------------------------   
    79 /*       HTML End  frame   on Picture.tpl       */
    80 //---------------------------------------------------- 
    81 If (($conf['LLGBO_SETTINGS'] [0] == 'true')    //Frame
    82      and ($conf['LLGBO_RENDERCONTENT'] == 'true') )     // $content ok for update
    83         {       $target = 'picture';
    84             if ($page['slideshow'] and $conf['light_slideshow'])
    85                 { $target = 'slideshow';}
    86                 $template->set_prefilter($target, 'LLGBO_prefilter_Picture_Frame');
    87                
    88                 If (isset($conf['LLGBO_SETTINGS'] ['rirs']))
    89                 { // Force javascript LlgboFr_Resize  to Read MainImage Reel Size via URL
    90                   // Must be used when html image is already resize by HTML (IE or Chrome)
    91                 If ($conf['LLGBO_SETTINGS'] ['rirs']  == 'true') // Forcce javascript to read Image reel size
    92                         {$template->append('llgbo', array('READIMGREELSIZE'  => "ok"), true); }
     144        // ---- Metadata ----------     
     145        $ext = get_extension($current['path']);
     146        if (!in_array($ext, $conf['picture_ext']))
     147                {$lang['Show file metadata'] =  'No Metadata';}
     148                else
     149                {if ($conf['show_exif']) // No exif ?
     150                        {$meta = "";
     151                        $u_metadata = $template->get_template_vars('U_METADATA');
     152                        $swt = "";
     153                         If ($CF_LLGBO['exifunderbt'])  // exif under bt
     154                                {  $metadata = $template->get_template_vars('metadata');
     155                                if (is_array($metadata))
     156                                  {  if (isset($metadata[0]) and is_array($metadata[0]))
     157                                                {foreach($metadata[0] as $cle =>$tableau)
     158                                                        { if(is_array($tableau))
     159                                                         {   foreach($tableau as $cle=>$valeur)
     160                                                                {   $swt= $swt.$cle.' : '.$valeur.'||';
     161                                                                        $meta = 1;} }   }
     162                                                        if  ( pwg_get_session_var('show_metadata') == 1 )
     163                                                        {       $lang['Show file metadata'] =  'EXIF Metadata';
     164                                                                 if (isset($metadata[0] ['TITLE'])) // advanced meta
     165                                                                {$lang['Show file metadata']    = $metadata [0] ['TITLE'];}
     166                                                                if ($meta  != 1 ) {$lang['Show file metadata'] =  'No Metadata';}
     167                                                        }
     168                                                        $template->assign( 'U_METADATA', $u_metadata.'" title="'.$lang['Show file metadata']."||".$swt);
     169                                                        unset( $metadata[0]);
     170                                                         $template->Clear_assign('metadata');// hide original metadata 
     171                                                         $template->assign('metadata',$metadata);} //  original metadata item > 0       
     172                                  }
     173                                  else
     174                                  {if  ( pwg_get_session_var('show_metadata') == 1 )
     175                                  {$lang['Show file metadata'] =  'No Metadata';
     176                                   $template->assign( 'U_METADATA', $u_metadata.'" title="'.$lang['Show file metadata']);}
     177                                   }
     178                                }
    93179                        }
    94 // selected picture Size                       
    95         $PictSizeWH  =  $current['selected_derivative']->get_size();   
    96         $frame_width  = $PictSizeWH[0];
    97                 $frame_height = $PictSizeWH[1];
    98                 $lastbrdpx = 0;
    99                 $frame_begin ='';
    100                 for ($x = 1   ;$x < 32  ; $x =$x +2)
    101                 {       if ((isset($conf['LLGBO_FRAME'][$x+1])) and  ($conf['LLGBO_FRAME'][$x+1] > 0))  // boder value > 0     
    102                           { $bordpx= $conf['LLGBO_FRAME'][$x+1];
    103                                 $frame_width = $frame_width + ( 2* $lastbrdpx);                         
    104                                 $frame_height = $frame_height + ( 2* $lastbrdpx);
    105                             $bordcolor = $conf['LLGBO_FRAME'][$x];
    106                             $frame_begin = '<div   id="llgboframe'.$x.'" class="llgbo" style="border:'.$bordpx.'px solid '.$bordcolor.'">'."\n".$frame_begin;
    107                                 $lastbrdpx = $bordpx;}
    108180                }
    109                 $frame_width = $frame_width + ( 2* $lastbrdpx);                         
    110                 $frame_height = $frame_height + ( 2* $lastbrdpx);
    111                 $frame_size = 'style="border:0 ;width:'.$frame_width.'px; height:'.$frame_height.'px;"';
    112                 $template->append('llgbo', array(
    113                          'FRAME_SIZE' => $frame_size,
    114                          'FRAME_BEGIN' => $frame_begin), true);
    115         If (($conf['LLGBO_SETTINGS'] [5]  == 'true' )  /* title on frame */
    116         and ($conf['LLGBO_SETTINGS'] [0]  == 'true' ) )// frame
    117                  {  $template->append('llgbo', array(
    118                                  'TITLE_FRAME_COLOR' => $conf['LLGBO_FRAME'][0],
    119                                  'TITLE_FRAME' => $current['name'] ), true);
    120                         $template->assign('SHOW_PICTURE_NAME_ON_TITLE' , false);
    121                         }
    122         } //end frame
    123 // ---- Metadata ----------     
    124 $pictExt = substr($infofile,-3);
    125 if (!in_array ( $pictExt,$conf['picture_ext']))
    126         {$lang['Show file metadata'] =  'No Metadata';}
    127         else
    128         {
    129         if ($conf['show_exif']  == true) // No exif ?
    130         {$meta = "";
    131         $u_metadata = $template->get_template_vars('U_METADATA');
    132         $swt = "";
    133          If ($conf['LLGBO_SETTINGS'] [2]  == 'true' )  // exif under bt
    134                 {  $metadata = $template->get_template_vars('metadata');
    135                 if (is_array($metadata))
    136                   {  if (isset($metadata[0]) and is_array($metadata[0]))
    137                                 {foreach($metadata[0] as $cle =>$tableau)
    138                                         { if(is_array($tableau))
    139                                          {   foreach($tableau as $cle=>$valeur)
    140                                                 {   $swt= $swt.$cle.' : '.$valeur.'||';
    141                                                         $meta = 1;} }   }
    142                                         if  ( pwg_get_session_var('show_metadata') == 1 )
    143                                         {       $lang['Show file metadata'] =  'EXIF Metadata';
    144                                                  if (isset($metadata[0] ['TITLE'])) // advanced meta
    145                                                 {$lang['Show file metadata']    = $metadata [0] ['TITLE'];}
    146                                                 if ($meta  != 1 ) {$lang['Show file metadata'] =  'No Metadata';}
    147                                         }
    148                                         $template->assign( 'U_METADATA', $u_metadata.'" title="'.$lang['Show file metadata']."||".$swt);
    149                                         unset( $metadata[0]);
    150                                          $template->Clear_assign('metadata');// hide original metadata 
    151                                          $template->assign('metadata',$metadata);} //  original metadata item > 0       
    152                   }
    153                   else
    154                   {if  ( pwg_get_session_var('show_metadata') == 1 )
    155                   {$lang['Show file metadata'] =  'No Metadata';
    156                    $template->assign( 'U_METADATA', $u_metadata.'" title="'.$lang['Show file metadata']);}
    157                    }
    158                 }
    159           }
    160         }
     181        // --------------------------------------
    161182        // Add llgbo requirement to ELEMENT_CONTENT
     183        // --------------------------------------
    162184        $template->set_filenames( array('llgbo_content'=> dirname(__FILE__).'/template/llgbo_content.tpl') );
    163         $template->concat('ELEMENT_CONTENT', $template->parse('llgbo_content', true));
     185        $template->concat('picture', $template->parse('llgbo_content', true));
    164186}
    165 //-----------------------------------------------------------------
    166 /*  ------   MANAGE PICTURE PAGE                --------------    */
    167 //-----------------------------------------------------------------
    168 function llgbo_RenderContent($content,$element_info )
    169 {global $template,$conf,$user,$lang,$themeconf;
    170 $template->assign('LLGBO_PATH',LLGBO_PATH);
    171 include_once(LLGBO_PATH.'/css/sweettitles.css.php');
    172 //-----------------------------------------------------------------
    173 // -----------  add CSS tooltip in footer --------------------
    174 //-----------------------------------------------------------------
    175  If (($conf['LLGBO_SETTINGS'][1]  == 'true' ) /*  tooltip  */ 
    176  or  ($conf['LLGBO_SETTINGS'] [2]  == 'true' )  /* exif under bt */ )   
    177         {       $template->append('footer_elements',$sweetcss);
    178         $template->append('llgbo', array( 'TOOLTIP' => 'ok' ), true);}
    179        
    180 /*       If ($conf['LLGBO_SETTINGS'] [3]  == 'true' )    switch free    {}  */
    181 $conf['LLGBO_RENDERCONTENT']   = 'false';
    182 //-----------------------------------------------------------------
    183 // AN OTHER PLUGIN IS WORKING -> GO BACK
    184 if ( !empty($content) )   {  return $content;  }       
    185 // frame and navigation on picture  are only available on picture extension     
    186 $pictExt = substr($element_info['file'],-3);
    187 if (!in_array ( $pictExt,$conf['picture_ext'])) {  return $content;  ; }
    188 $conf['LLGBO_RENDERCONTENT']  = 'true'; // $content ok for update
     187
     188
     189
     190/******************************************************************
     191                        ------   MANAGE PICTURE PAGE                --------------     
     192 ******************************************************************/
     193 // --> function llgbo_RenderContent($content,$element_info)
    189194 include_once(LLGBO_PATH.'include/manage_picture_content.php');
    190 } //end --> llgbo_RenderContent
    191 
    192 function LLGBO_prefilter_Content_Frame($content, &$smarty)
    193 {   //  End frame  picture_content TPL
     195/******************************************************************/             
     196 
     197
     198
     199/******************************************************************/
     200function LLGBO_prefilter_Content_Frame($content, $smarty)
     201/******************************************************************/
     202
     203// --------------------------------------
     204// add  End frame  picture_content TPL
     205// --------------------------------------
    194206  global $themeconf;
    195207  $search = '{foreach from=$current.unique_derivatives';
    196   $replacement =  "\n".'{$llgbo.FRAME_END}'."\n"."</div> <!-- end GBO frame -->"."\n".$search;
    197  if (( strpos(strtoupper($themeconf['name']) , 'STRIPPED') === 0) )
    198         {$search = 'class="hideTabs">';
    199   $replacement =  $search."\n".'{$llgbo.FRAME_END}'."\n"."</div> <!-- end GBO frame -->";}
    200   return str_replace($search, $replacement, $content);
    201 }
    202 
    203 function LLGBO_prefilter_Picture_Frame($content, &$smarty)
    204 {
    205 // ------------------------
    206 //  begin frame on picture TPL
    207  $search = '{$ELEMENT_CONTENT}';
    208  $replacement = '{if isset($llgbo.TITLE_FRAME)}'."\n".'<span  id="llgboh2" style ="background:transparent;z-index:3;color:{$llgbo.TITLE_FRAME_COLOR}">{$llgbo.TITLE_FRAME}</span>';
    209  $replacement = $replacement."\n".'{/if}'."\n".'<div   id="llgbo0" class="llgbo" {$llgbo.FRAME_SIZE}>'."\n".'{$llgbo.FRAME_BEGIN}'."\n".$search;
     208  $replacement = '{$llgbo.FRAME_END}'.'</div>'."\n".' <!-- end LLGBO frame -->'."\n".$search;
     209        if (( strpos(strtoupper($themeconf['name']) , 'STRIPPED') === 0) )
     210                {$search = 'class="hideTabs">';
     211                $replacement =  $search
     212                .'{$llgbo.FRAME_END}'
     213                ."</div>";
     214                }
     215   if (( strpos(strtoupper($themeconf['name']) , 'PWGCARBON_DFT') === 0) )
     216                {$search = '{if $DISPLAY_NAV_THUMB}';
     217                $replacement =   '{$llgbo.FRAME_END}'
     218                ."</div>"."</div> <!-- end GBO frame -->"
     219                .$search;
     220                }
     221  $content = str_replace($search, $replacement, $content);
     222  return $content;
     223}
     224
     225
     226/******************************************************************/
     227function LLGBO_prefilter_Picture_Frame($content, $smarty)
     228/******************************************************************/
     229
     230// ------------------------------------
     231//  add begin frame on picture TPL
     232// --------------------------------------
     233 $search = '<div id="theImage">';
     234 $replacement = $search."\n".'{if isset($llgbo.TITLE_FRAME)}'."\n".'<span  id="llgboh2" style ="background:transparent;z-index:3;color:{$llgbo.TITLE_FRAME_COLOR}">{$llgbo.TITLE_FRAME}</span>';
     235 $replacement = $replacement."\n".'{/if}'."\n".'{$llgbo.FRAME_SIZE}'."\n".'{$llgbo.FRAME_BEGIN}';
     236
    210237// ------------------------
    211238  return  str_replace($search, $replacement, $content);
    212 }
    213 
    214 /* trigger à intercepter                                   */
    215 add_event_handler('loc_begin_page_header', 'llgbo_beginheader');
    216 add_event_handler('loc_end_page_header', 'llgbo_endHeader');
    217 Add_event_handler( 'loc_begin_picture','llgbo_BeginPicture');
    218 Add_event_handler( 'loc_end_picture', 'llgbo_EndPicture');
    219 add_event_handler('render_element_content', 'llgbo_RenderContent',  EVENT_HANDLER_PRIORITY_NEUTRAL-1, 20  );
    220 add_event_handler('get_admin_plugin_menu_links',  'plugin_admin_menu' );
     239
     240}
     241/******************************************************************/
     242//    trigger à intercepter   
     243/******************************************************************/   
     244 add_event_handler('init', 'llgbo_init');
     245if (defined('IN_ADMIN'))
     246{
     247  add_event_handler('get_admin_plugin_menu_links', 'llgbo_admin_menu');
     248}
     249else
     250{                   
     251        add_event_handler('loc_begin_page_header', 'llgbo_beginheader');
     252        add_event_handler('loc_end_page_header', 'llgbo_endHeader');
     253        Add_event_handler( 'loc_begin_picture','llgbo_BeginPicture');
     254        Add_event_handler( 'loc_end_picture', 'llgbo_EndPicture');
     255        add_event_handler('render_element_content', 'llgbo_RenderContent',  EVENT_HANDLER_PRIORITY_NEUTRAL-1, 20  );
     256}
     257
    221258?>
  • extensions/LLGBO2/maintain.inc.php

    r22143 r28990  
    2424// | USA.                                                                  |
    2525// +-----------------------------------------------------------------------+
     26/*                                      */
     27if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    2628
    27 // ******************************************
    28 // ** Database install - uninstall queries **
    29 // ******************************************
    30 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    31 function plugin_install()
    32 {  global $prefixeTable,$conf;
    33 if (!defined('LLGBO_PATH'))
    34 {define('LLGBO_PATH', PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)). '/');}
    35 include(LLGBO_PATH.'defaultvalues.php');
    36   plugin_uninstall(); // en cas de mauvaise deinstallation anterieure
    37         $q = '
    38 INSERT INTO '.CONFIG_TABLE.' (param,value,comment)
    39         VALUES 
    40         ("LLGBO","'.$plugvalues.'","look like gbo global settings");';
    41   pwg_query($q);
    42         $q = '
    43 INSERT INTO '.CONFIG_TABLE.' (param,value,comment)
    44         VALUES 
    45         ("LLGBOTOOLTIP","'.$ttvalues.'","look like gbo tooltip settings");';
    46   pwg_query($q);
    47         $q = '
    48 INSERT INTO '.CONFIG_TABLE.' (param,value,comment)
    49         VALUES 
    50         ("LLGBOFRAME","'.$frvalues.'","look like gbo frame settings");';
    51   pwg_query($q);
    52         $q = '
    53 INSERT INTO '.CONFIG_TABLE.' (param,value,comment)
    54         VALUES 
    55         ("LLGBOHEADER","'.$headvalues.'","look like gbo header settings");';
    56   pwg_query($q);
    57  
    58 $conf['LLGBO_SETTINGS'] =  explode("," , $plugvalues);
    59 $conf['LLGBO_TOOLTIP'] = explode(",",$ttvalues);
    60 $conf['LLGBO_FRAME'] = explode (",", $frvalues);
    61 $conf['LLGBO_HEADER'] = explode (",", $headvalues);
    62  
     29class MyLLGBO_maintain extends PluginMaintain
     30{
     31// +-----------------------------------------------------------------------+
     32// +---------------  Install all settings  --------------------------------+
     33// +-----------------------------------------------------------------------+
     34    function install($plugin_version, &$errors=array()) {
     35                global $conf;
     36// +-----------------------------------------------------------------------+
     37// +----------------- default values            ---------------------------+
     38// +-----------------------------------------------------------------------+   
     39                include(LLGBO_PATH.'defaultvalues.php');
     40// +-----------------------------------------------------------------------+   
     41                if (empty($conf['LLGBO2settings']))
     42                        {       if  (isset($conf['LLGBO'])) // compatibility 2.6 --> 2.7
     43                                        { $Oldvalues = explode("," , $conf['LLGBO']);                   
     44                                        foreach($Oldvalues as $cle  => $valeur)
     45                                        {       if ($Oldvalues[$cle]  == 'true' )
     46                                                        {$Oldvalues[$cle]  = (boolean)true ;}   else { $Oldvalues[$cle]  = (boolean)false;}
     47                                        }
     48                                                $default_Main = array(
     49                                                        'version' => 1,
     50                                                        'frame' =>                       $Oldvalues[0] ,
     51                                                        'tooltipdisp' =>                 $Oldvalues[1],
     52                                                        'exifunderbt' =>                 $Oldvalues[2],
     53                                                        'titleframe' =>                  $Oldvalues[5],
     54                                                        'manageheader'=>                 $Oldvalues[6],
     55                                                        'alwaysdisplayexif' =>   $Oldvalues[10],);
     56                                                conf_delete_param('LLGBO');  // old values before 2.7
     57                                        }
     58                                conf_update_param('LLGBO2settings',serialize($default_Main), true);
     59                        }       
     60// +-----------------------------------------------------------------------+                           
     61                if (empty($conf['LLGBO2tooltip']))
     62                        {       if  (isset($conf['LLGBOTOOLTIP'])) // compatibility 2.6 --> 2.7
     63                                        {        $Oldvalues = explode("," , $conf['LLGBOTOOLTIP']);
     64                                                  $default_tooltip = array(
     65                                                        'TT-width' => $Oldvalues[0],
     66                                                        'TT-size' => $Oldvalues[1],
     67                                                        'TT-bordercolor' => $Oldvalues[2],
     68                                                        'TT-bgcolor' => $Oldvalues[3],
     69                                                        'TT-titlecolor' => $Oldvalues[4],
     70                                                        'TT-textcolor' => $Oldvalues[5]);
     71                                                       
     72                                                        conf_delete_param('LLGBOTOOLTIP');  // old values before 2.7
     73                                        }
     74                                conf_update_param('LLGBO2tooltip',serialize($default_tooltip), true);
     75                        }
     76// +-----------------------------------------------------------------------+                           
     77                if (empty($conf['LLGBO2frame']))       
     78                        { if (isset($conf['LLGBOFRAME']))  // compatibility 2.6 --> 2.7
     79                                {        $Oldvalues = explode("," , $conf['LLGBOFRAME']);
     80                                     $i=0;
     81                                        for ($x = 1   ;$x < 32  ; $x =$x +2)
     82                                        {       $newcolors[$i]  = $Oldvalues[$x]; 
     83                                                $newsizes[$i]  =  $Oldvalues[$x +1];
     84                                                $i = $i +1;
     85                                        }
     86                                        $default_frame = array(
     87                                                'FR-titlecolor' =>  $Oldvalues[0],
     88                                                'FR-sizes'     => $newsizes,
     89                                                'FR-colors'   => $newcolors     );
     90                                       
     91                                        conf_delete_param('LLGBOFRAME');  // old values before 2.7
     92                                }
     93                                conf_update_param('LLGBO2frame', serialize($default_frame), true);
     94                        }
     95// +-----------------------------------------------------------------------+                                   
     96                if (empty($conf['LLGBO2header']))       
     97                        { if (isset($conf['LLGBOHEADER']))  // compatibility 2.6 --> 2.7
     98                                {       $Oldvalues = explode("," , $conf['LLGBOHEADER']);
     99                                        $i = 0;
     100                                        foreach($default_header['HD-dispheader'] as $cle  => $valeur)
     101                                        {       if ($Oldvalues[$i] == 'true' )  {$Oldvalues[$i] = (boolean)true ;} else { $Oldvalues[$i] = (boolean)false;}
     102                                                $default_header['HD-dispheader'][$cle] = $Oldvalues[$i];
     103                                                $i = $i +1;}
     104                                        conf_delete_param('LLGBOHEADER');  // old values before 2.7
     105                                }
     106                                conf_update_param('LLGBO2header',serialize($default_header), true);     
     107                        }
     108        }
     109
     110       
     111// +-----------------------------------------------------------------------+           
     112// +-----------------------------------------------------------------------+                   
     113        function activate($plugin_version, &$errors=array())
     114          {   $this->install($plugin_version, $errors); 
     115        }
     116// +-----------------------------------------------------------------------+
     117        function deactivate() {
     118         /*   */
     119         }
     120// +-----------------------------------------------------------------------+
     121        function uninstall() { 
     122                conf_delete_param('LLGBO2settings');
     123                conf_delete_param('LLGBO2tooltip');
     124                conf_delete_param('LLGBO2frame');
     125                conf_delete_param('LLGBO2header');
     126        }
    63127}
    64 function plugin_activate()
    65 { global $prefixeTable,$conf;
    66  ///////////////////////////////////////////////////
    67 // Vérification de la config, si pas bon -> reinstallation
    68 
    69 //
    70  if ( (!isset($conf['LLGBO'])) or (substr_count($conf['LLGBO'], ',')  != 10) 
    71  or  (!isset($conf['LLGBOTOOLTIP'])) or (substr_count($conf['LLGBOTOOLTIP'], ',')  != 5)
    72  or  (!isset($conf['LLGBOFRAME'])) or (substr_count($conf['LLGBOFRAME'], ',')  != 32)
    73  or  (!isset($conf['LLGBOHEADER'])) or (substr_count($conf['LLGBOHEADER'], ',')  != 21)) 
    74         {       
    75         plugin_install(); }
    76 }
    77 
    78 function plugin_uninstall()
    79 { global $prefixeTable;
    80    $q = '
    81 DELETE FROM '.CONFIG_TABLE.' WHERE param like "LLGBO%" LIMIT 5;';
    82   pwg_query( $q );
    83 }
    84 
    85128?>
  • extensions/LLGBO2/template/llgbo_content.tpl

    r16791 r28990  
    55        {/if} 
    66        {if  isset($llgbo.GBOCSS)}     
    7                 { if file_exists($llgbo.GBOCSS) }
    8                                 {combine_css path=$llgbo.GBOCSS order=+10}
    9                         {else}
    10                           {combine_css path=$LLGBO_PATH|@cat:"css/llgbo_content_default.css" order=+10}
    11                 {/if}
    12         {/if} 
     7                        {combine_css path=$llgbo.GBOCSS order=+10}
     8        {/if}
     9         
    1310        {if  !isset($llgbo.NOJS)}
    1411                        {if  isset($llgbo.TOOLTIP)}       
Note: See TracChangeset for help on using the changeset viewer.