Changeset 28990
- Timestamp:
- Jul 7, 2014, 9:26:18 PM (10 years ago)
- 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} 3 4 4 5 #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 } 11 9 .colorwell-selected { 12 10 border: 2px solid red; … … 14 12 padding:.2em; 15 13 -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; 21 21 } 22 .llgboinput{ 22 23 #leftpart { 24 float:left; 25 min-width:670px; 26 } 27 #leftpart input { 28 margin-left:0.3em; 29 } 30 form ul li span { 31 margin:0 .5em 0 .5em} 32 33 #toolTip ul li , .llgboFR ul li{ 34 margin-right:200px; 23 35 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:auto42 }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;63 36 } 64 37 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} 65 43 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 1 1 <?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 ); 9 76 ?> -
extensions/LLGBO2/include/manage_header.php
r15076 r28990 1 1 <?php 2 //---------------------------------------------------- 3 /* LLGBO Manage header */ 4 //---------------------------------------------------- 2 5 if (!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;;} 6 if ($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 } 30 13 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;}// home35 if ( $page_name == 'picture' and $conf['LLGBO_HEADER'][5] == 'false') {$no_header = true;}//picture page36 if ( $page_name == 'tags' and $conf['LLGBO_HEADER'][11] == 'false') {$no_header = true;}//tags37 if ( $page_name == 'search' and $conf['LLGBO_HEADER'][13] == 'false') {$no_header = true;}//search38 if ( $page_name == 'comments' and $conf['LLGBO_HEADER'][14] == 'false') {$no_header = true;}//comments39 if ( $page_name == 'about' and $conf['LLGBO_HEADER'][15] == 'false') {$no_header = true;}//about40 if ( $page_name == 'notification' and $conf['LLGBO_HEADER'][16] == 'false') {$no_header = true;}//notification41 if ( $page_name == 'register' and $conf['LLGBO_HEADER'][17] == 'false') {$no_header = true;} //notification42 if ( $page_name == 'identification' and $conf['LLGBO_HEADER'][18] == 'false') {$no_header = true;}//about43 }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>');} 46 29 } 47 30 ?> -
extensions/LLGBO2/include/manage_picture_content.php
r16791 r28990 1 1 <?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'); 2 function 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 } 6 41 7 //print_r($next);8 $swtimg = '||<img src=';9 42 //---------------------------------------------------- 10 43 //------- 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); 16 53 } 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); 20 78 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 42 85 43 86 ?> -
extensions/LLGBO2/js/jquery_llgboframeresize.js
r17242 r28990 5 5 }); 6 6 var 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 } 37 22 } -
extensions/LLGBO2/js/jquery_llgbotip.js
r16145 r28990 75 75 {xCord = wT *-1;} 76 76 else { 77 xCord =( maxLeft < (e.pageX + wT )) ? xCord = wT * -1 : xCord = xGap;}77 xCord =( maxLeft < (e.pageX + wT + xGap)) ? xCord = wT * -1 : xCord = xGap;} 78 78 xLeft = (e.pageX + xCord < 3 ) ? xLeft = e.pageX + xGap : xLeft = e.pageX + xCord; 79 79 yCord =( maxTop < (e.pageY + hT )) ? yCord = hT * -1 : yCord = yGap; -
extensions/LLGBO2/language/ar_SA/plugin.lang.php
r15076 r28990 7 7 $lang['submit'] = 'ارسل'; 8 8 $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'] = 'عرض او اخفاء راس الصفحة'; 14 14 $lang['llgbo_tooltip']='ادوات مساعدة خاصة(بتحريك الفأرة على الصورة) للثيمات المصغرة'; 15 15 $lang['llgbo_exifunderbt']='ادوات مساعدة خاصة للثيم الصورة وال EXIF عند تريك الفارة عليها'; … … 20 20 $lang['llgbo_usemap_thumb']='عرض صور مصغرة عندما يكون شريط التحريك مفعلا :'; 21 21 $lang['llgbo_info']=' (^_^) الاعدادات تم تحديثها'; 22 $lang['llgbo_title _frame'] = 'عرض اسم الصورة على الاطار';22 $lang['llgbo_titleframe'] = 'عرض اسم الصورة على الاطار'; 23 23 $lang['llgbo_default_navthumb'] = 'اخفاء عرض الثيمات المصغرة العادية ل التالي_السابق:'; 24 24 $lang['save'] = 'حفظ'; … … 27 27 $lang['llgo_tooltip_size']= 'عرض الحدود للاداة المساعدة'; 28 28 $lang['llgbo_tooltip_bordercolor']= 'لون حدود الاداة المساعده'; 29 $lang['llgbo_tooltip_b ackgroundcolor']= 'لون خلفية الاداة المساعده';29 $lang['llgbo_tooltip_bgcolor']= 'لون خلفية الاداة المساعده'; 30 30 $lang['llgbo_tooltip_titlecolor']= 'لون عنوان الاداة المساعده'; 31 $lang['llgbo_tooltip_ color']= 'لون الخط للاداة المساعده';31 $lang['llgbo_tooltip_textcolor']= 'لون الخط للاداة المساعده'; 32 32 $lang['llgo_global_setting']= 'Piwigo الاعدادت العالمية لصفحة الصور في'; 33 33 $lang['llgo_tooltip_setting']= 'عنوان الاداة المساعده'; 34 34 $lang['llgo_frame_setting']= 'اعدادات الاطار' ; 35 $lang['llgbo_ title_frame_color']= 'لون العنوان المعروض في الاطار';35 $lang['llgbo_frame_titlecolor']= 'لون العنوان المعروض في الاطار'; 36 36 $lang['llgbo_frame_bdcolor0']= 'لون السطر الاول:'; 37 37 $lang['llgbo_frame_bdcolor1']= 'لون السطر الثاني : '; … … 61 61 $lang['llgbo_header_category'] = 'عرض {اس في صفحة التصنيفات'; 62 62 $lang['llgbo_header_category_filter_recent']= 'عرض الرأس في صفحة التصنيفات(حسب الاحدث)'; 63 $lang['llgbo_header_categor y_flat']= 'عرض الرأس في صفحة التصنيفات (خيار الفلات)' ;63 $lang['llgbo_header_categories/flat']= 'عرض الرأس في صفحة التصنيفات (خيار الفلات)' ; 64 64 $lang['llgbo_header_category_posted_monthly']= 'عرض الرأس في صفحة التصنيفات خيار التقويم' ; 65 65 $lang['llgbo_header_picture']= 'عرض الرأس في صفحة الصور' ; … … 69 69 $lang['llgbo_header_list']= 'عرض الرأس في صفحات صور عشوائية'; 70 70 $lang['llgbo_header_recent_pics']= 'عرض الرأس في صفحة الزيارات الحديثة'; 71 $lang['llgbo_header_created _monthly_calendar'] = 'عرض الرأس في صفحة التقويم';71 $lang['llgbo_header_created-monthly-calendar'] = 'عرض الرأس في صفحة التقويم'; 72 72 $lang['llgbo_header_tags']= 'عرض الرأس في صفحة الكلمات الدلالية'; 73 73 $lang['llgbo_header_search']= 'عرض الرأس في صفحة البحث'; … … 81 81 $lang['llgbo_frame_sample']= 'قائمة العينات '; 82 82 $lang['previewsamples']= 'عرض هذه العينة'; 83 $lang['llgbo_always _displayexif'] = 'دائما اعرض المعلومات الاساسية' ;83 $lang['llgbo_alwaysdisplayexif'] = 'دائما اعرض المعلومات الاساسية' ; 84 84 $lang['Reset_To_Default'] = 'ارجاع للاعدادت الافتراضية'; 85 85 $lang['llgo_warning_setting'] = 'للاستخدام مع Gally themes, الاداة cl_conflit يجب ان تثبت'; -
extensions/LLGBO2/language/ca_ES/plugin.lang.php
r15372 r28990 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 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'; 28 28 $lang['Title'] = 'Assemblar-se a GBo'; 29 29 $lang['submit'] = 'Enviar'; … … 32 32 $lang['llgbo_M_manage'] = 'Ajustos generals'; 33 33 $lang['llgbo_M_tooltip'] = 'Gestionar descripcions emergents'; 34 $lang['llgbo_always _displayexif'] = 'Mostrar sempre metadades:';34 $lang['llgbo_alwaysdisplayexif'] = 'Mostrar sempre metadades:'; 35 35 $lang['llgbo_frame_bdcolor0'] = 'Color línia 1:'; 36 36 $lang['llgbo_frame_bdcolor10'] = 'Color línia 11:'; … … 64 64 $lang['llgbo_frame'] = 'Gestionar marcs al voltant de la imatge:'; 65 65 $lang['llgbo_header_category_filter_recent'] = 'Visualitzar capçalera a la secció Àlbums (filtrat per recents)'; 66 $lang['llgbo_header_categor y_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)'; 67 67 $lang['llgbo_header_category'] = 'Visualitzar capçalera a la secció Àlbums'; 68 68 $lang['llgbo_header_home'] = 'Mostrar capçalera a la pàgina d\'Inici'; 69 69 $lang['llgbo_header'] = 'Gestionar la visualització de la capçalera'; 70 70 $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_b ackgroundcolor'] = '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'; 74 74 $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'; 76 76 $lang['llgbo_tooltip_titlecolor'] = 'Color del títol de la descripció emergent'; 77 77 $lang['llgbo_usemap_thumb'] = 'Visualitzar miniatures quan la navegació estigui activa a la imatge:'; … … 87 87 $lang['llgbo_header_category_posted_monthly'] = 'Visualitzar capçalera a la pàgina d\'àlbums (opció calendari)'; 88 88 $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'; 90 90 $lang['llgbo_header_favorites'] = 'Visualitzar capçalera a la secció Preferides'; 91 91 $lang['llgbo_header_identification'] = 'Visualitzar capçalera a la secció Identificació'; -
extensions/LLGBO2/language/cs_CZ/plugin.lang.php
r15076 r28990 7 7 $lang['submit'] = 'Poslat'; 8 8 $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'; 14 14 $lang['llgbo_tooltip']='Speciální nástroje (náhledy fotografií) při najetí kurzorem myši:'; 15 15 $lang['llgbo_exifunderbt']='Speciální nástroj pro EXIF při najetí kurzorem myši:'; … … 20 20 $lang['llgbo_usemap_thumb']='Zobrazení náhledů, když je navigace aktivní na fotografii:'; 21 21 $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'; 23 23 $lang['llgbo_default_navthumb'] = 'Skrývat Předchozí_Následující při standardním zobrazení náhledů:'; 24 24 $lang['save'] = 'Uložit'; … … 27 27 $lang['llgo_tooltip_size']= 'Šířka rámu nástroje'; 28 28 $lang['llgbo_tooltip_bordercolor']= 'Barva rámu nástroje'; 29 $lang['llgbo_tooltip_b ackgroundcolor']= 'Barva pozadí nástroje';29 $lang['llgbo_tooltip_bgcolor']= 'Barva pozadí nástroje'; 30 30 $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'; 32 32 $lang['llgo_global_setting']= 'Celkové Nastavení Piwigo fotografické stránky'; 33 33 $lang['llgo_tooltip_setting']= 'Název nástroje'; 34 34 $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'; 36 36 $lang['llgbo_frame_bdcolor0']= 'Barva 1: '; 37 37 $lang['llgbo_frame_bdcolor1']= 'Barva 2: '; … … 61 61 $lang['llgbo_header_category'] = 'Zobrazit záhlaví na stránce kategorií'; 62 62 $lang['llgbo_header_category_filter_recent']= 'Zobrazit záhlaví na stránce kategorií (filtr nových)'; 63 $lang['llgbo_header_categor y_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á)' ; 64 64 $lang['llgbo_header_category_posted_monthly']= 'Zobrazit záhlaví na stránce kategorií volba kalendář' ; 65 65 $lang['llgbo_header_picture']= 'Zobrazit záhlaví na stránce fotografií' ; … … 69 69 $lang['llgbo_header_list']= 'Zobrazit záhlaví na stránce Náhodný výběr'; 70 70 $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ář'; 72 72 $lang['llgbo_header_tags']= 'Zobrazit záhlaví na stránce Klíčová slova'; 73 73 $lang['llgbo_header_search']= 'Zobrazit záhlaví na stránce Vyhledávaní'; … … 81 81 $lang['llgbo_frame_sample']= 'Seznam příkladů '; 82 82 $lang['previewsamples']= 'Zobrazit tento příklad'; 83 $lang['llgbo_always _displayexif'] = 'Vždy Zobrazit METADATA:' ;83 $lang['llgbo_alwaysdisplayexif'] = 'Vždy Zobrazit METADATA:' ; 84 84 $lang['Reset_To_Default'] = 'Obnovit původní nastavení'; 85 85 $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 24 24 $lang['llgbo_header_best_rated'] = 'Vis header på Bedst bedømt-side'; 25 25 $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'; 28 28 $lang['llgbo_tooltip'] = 'Særligt tooltip (miniaturebilleder) ved mouseover:'; 29 $lang['llgbo_tooltip_b ackgroundcolor'] = 'Tooltips baggrundsfarve';29 $lang['llgbo_tooltip_bgcolor'] = 'Tooltips baggrundsfarve'; 30 30 $lang['llgbo_tooltip_bordercolor'] = 'Tooltips kantfarve'; 31 $lang['llgbo_tooltip_ color'] = 'Tooltips tekstfarve';31 $lang['llgbo_tooltip_textcolor'] = 'Tooltips tekstfarve'; 32 32 $lang['llgbo_tooltip_titlecolor'] = 'Tooltips titelfarve'; 33 33 $lang['llgbo_usemap'] = 'Tilføj navigeringsbjælke på billede:'; … … 44 44 $lang['submit'] = 'Indsend'; 45 45 $lang['llgbo_header_category_filter_recent'] = 'Vis header på Kategori-side (filtrer efter nylige)'; 46 $lang['llgbo_header_categor y_flat'] = 'Vis header på Kategori-side (valgmuligheden flad)';46 $lang['llgbo_header_categories/flat'] = 'Vis header på Kategori-side (valgmuligheden flad)'; 47 47 $lang['llgbo_header_category_posted_monthly'] = 'Vis header på Kategori-side (valgmuligheden kalender)'; 48 48 $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'; 50 50 $lang['llgbo_header_favorites'] = 'Vis header på Mine favoritter-side'; 51 51 $lang['llgbo_header_home'] = 'Vis header på Forside'; … … 82 82 $lang['llgbo_header_additional_page'] = 'Vis header på Ekstra-sider'; 83 83 $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.'; 85 85 $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'; 90 90 $lang['Title'] = 'Ser ud som GBo'; 91 91 $lang['llgbo_M_frame'] = 'Håndtering af ramme'; … … 93 93 $lang['llgbo_M_manage'] = 'Globale indstillinger'; 94 94 $lang['llgbo_M_tooltip'] = 'Håndtering af tooltip'; 95 $lang['llgbo_always _displayexif'] = 'Vis altid METADATA:';95 $lang['llgbo_alwaysdisplayexif'] = 'Vis altid METADATA:'; 96 96 $lang['llgbo_default_navthumb'] = 'Undertryk standardvisning af Prev_Next-miniaturebilleder'; 97 97 $lang['llgbo_dispinshadowbox'] = 'Vis i skyggeboks -->'; -
extensions/LLGBO2/language/de_DE/plugin.lang.php
r15076 r28990 7 7 $lang['submit'] = 'Speichern'; 8 8 $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'; 14 14 $lang['llgbo_tooltip']='Erweiterte Tooltips mit Vorschaubildern:'; 15 15 $lang['llgbo_exifunderbt']='Erweiterte Tooltips mit Exif-informationen:'; … … 20 20 $lang['llgbo_usemap_thumb']='Zeige ein Vorschaubild bei aktivierter Navigation über einem Bild:'; 21 21 $lang['llgbo_info']=' (^_^) Einstellungen gespeichert'; 22 $lang['llgbo_title _frame'] = 'Zeige Bildtitel im Rahmen';22 $lang['llgbo_titleframe'] = 'Zeige Bildtitel im Rahmen'; 23 23 $lang['llgbo_default_navthumb'] = 'Unterdrücke die Standardanzeige des Prev_Next Vorschaubilds:'; 24 24 $lang['save'] = 'Speichern'; … … 27 27 $lang['llgo_tooltip_size']= 'Breite des Tooltiprands'; 28 28 $lang['llgbo_tooltip_bordercolor']= 'Farbe des Tooltiprands'; 29 $lang['llgbo_tooltip_b ackgroundcolor']= 'Hintergrundfarbe des Tooltips';29 $lang['llgbo_tooltip_bgcolor']= 'Hintergrundfarbe des Tooltips'; 30 30 $lang['llgbo_tooltip_titlecolor']= 'Titelfarbe des Tooltips'; 31 $lang['llgbo_tooltip_ color']= 'Textfarbe des Tooltips';31 $lang['llgbo_tooltip_textcolor']= 'Textfarbe des Tooltips'; 32 32 $lang['llgo_global_setting']= 'Globale Einstellungen der Piwigo Bildansicht'; 33 33 $lang['llgo_tooltip_setting']= 'Titel des Tooltips'; 34 34 $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'; 36 36 $lang['llgbo_frame_bdcolor0']= 'Farbe Linie 1: '; 37 37 $lang['llgbo_frame_bdcolor1']= 'Farbe Linie 2: '; … … 61 61 $lang['llgbo_header_category'] = 'Zeige den Seitenbanner auf der Albenseite'; 62 62 $lang['llgbo_header_category_filter_recent']= 'Zeige den Seitenbanner auf der Albenseite "Die neuesten Bilder"'; 63 $lang['llgbo_header_categor y_flat']= 'Zeige den Seitenbanner auf der Albenseite "option flat"' ;63 $lang['llgbo_header_categories/flat']= 'Zeige den Seitenbanner auf der Albenseite "option flat"' ; 64 64 $lang['llgbo_header_category_posted_monthly']= 'Zeige den Seitenbanner auf der Albenseite "Kalender"' ; 65 65 $lang['llgbo_header_picture']= 'Zeige den Seitenbanner auf der Bildansicht' ; … … 69 69 $lang['llgbo_header_list']= 'Zeige den Seitenbanner auf der Seite "Zufallsbilder"'; 70 70 $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'; 72 72 $lang['llgbo_header_tags']= 'Zeige den Seitenbanner auf der Seite Tags'; 73 73 $lang['llgbo_header_search']= 'Zeige den Seitenbanner auf der Suchseite'; … … 81 81 $lang['llgbo_frame_sample']= 'Beispielliste '; 82 82 $lang['previewsamples']= 'Zeige dieses Beispiel'; 83 $lang['llgbo_always _displayexif'] = 'Zeige die Metadaten immer an:' ;83 $lang['llgbo_alwaysdisplayexif'] = 'Zeige die Metadaten immer an:' ; 84 84 $lang['Reset_To_Default'] = 'Auf Standardeinstellungen zurücksetzen'; 85 85 $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 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 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'] = 'Εμφάνιση / απόκρυψη της επικεφαλίδας της κάθε σελίδας'; 28 28 $lang['Title'] = 'Looks like GBo'; 29 29 $lang['llgbo_default_navthumb'] = 'Κατάργηση μικρογραφιών Prev_Next στην πρότυπη απεικόνιση:'; … … 33 33 $lang['llgbo_info'] = ' (^_^) Ενημέρωση Ρυθμίσεων'; 34 34 $lang['llgbo_maintain_header'] = 'Διατηρήστε την επικεφαλίδα στις παρακάτω σελίδες:'; 35 $lang['llgbo_title _frame'] = 'Εμφάνιση τίτλου εικόνας πάνω στο πλαίσιο';36 $lang['llgbo_tooltip_b ackgroundcolor'] = 'Χρώμα του φόντου Αναδυόμενης Συμβουλής';35 $lang['llgbo_titleframe'] = 'Εμφάνιση τίτλου εικόνας πάνω στο πλαίσιο'; 36 $lang['llgbo_tooltip_bgcolor'] = 'Χρώμα του φόντου Αναδυόμενης Συμβουλής'; 37 37 $lang['llgbo_tooltip_bordercolor'] = 'Χρώμα μπορντούρας Αναδυόμενης Συμβουλής'; 38 $lang['llgbo_tooltip_ color'] = 'Χρώμα του κειμένου Αναδυόμενης Συμβουλής';38 $lang['llgbo_tooltip_textcolor'] = 'Χρώμα του κειμένου Αναδυόμενης Συμβουλής'; 39 39 $lang['llgbo_tooltip_titlecolor'] = 'Χρώμα τίτλου Αναδυόμενης Συμβουλής'; 40 40 $lang['llgbo_tooltip'] = 'Ειδικές αναδυόμενες συμβουλές (μικρογραφίες φωτογραφιών) σχετικά με mouseover:'; … … 53 53 $lang['llgbo_M_manage'] = 'Γενικές ρυθμίσεις'; 54 54 $lang['llgbo_M_tooltip'] = 'Διαχείριση Αναδυόμενης Συμβουλής'; 55 $lang['llgbo_always _displayexif'] = 'Εμφάνιση Πάντα μεταδεδομένων:';55 $lang['llgbo_alwaysdisplayexif'] = 'Εμφάνιση Πάντα μεταδεδομένων:'; 56 56 $lang['llgbo_dispinshadowbox'] = 'Εμφάνιση σε shadowbox ->'; 57 57 $lang['llgbo_frame_bdcolor0'] = 'Χρώμα Γραμμής 1:'; … … 78 78 $lang['llgbo_header_best_rated'] = 'Εμφάνιση header στη σελίδα Καλύτερη Αξιολόγηση'; 79 79 $lang['llgbo_header_category_filter_recent'] = 'Εμφάνιση header στη σελίδα Κατηγορία (φίλτρο με τις πρόσφατες)'; 80 $lang['llgbo_header_categor y_flat'] = 'Εμφάνιση header στη σελίδα Κατηγορία (κατ \'επιλογή)';80 $lang['llgbo_header_categories/flat'] = 'Εμφάνιση header στη σελίδα Κατηγορία (κατ \'επιλογή)'; 81 81 $lang['llgbo_header_category_posted_monthly'] = 'Εμφάνιση header στη σελίδα Κατηγορία επιλογή ημερολόγιο '; 82 82 $lang['llgbo_header_category'] = 'Εμφάνιση header στη σελίδα Κατηγορία'; 83 83 $lang['llgbo_header_comments'] = 'Εμφάνιση header στη σελίδα Σχόλια'; 84 $lang['llgbo_header_created _monthly_calendar'] = 'Εμφάνιση header στη σελίδα Ημερολόγιο';84 $lang['llgbo_header_created-monthly-calendar'] = 'Εμφάνιση header στη σελίδα Ημερολόγιο'; 85 85 $lang['llgbo_header_favorites'] = 'Εμφάνιση header στη σελίδα Τα αγαπημένα μου'; 86 86 $lang['llgbo_header_home'] = 'Εμφάνιση επικεφαλίδας στην Αρχική σελίδα'; … … 97 97 $lang['llgbo_header_thePiwiShackControllerPage'] = 'Εμφάνιση header στη σελίδα Ελεγκτής Πρόσθετου PiwiShack'; 98 98 $lang['llgbo_samples'] = 'Δείγματα:'; 99 $lang['llgbo_ title_frame_color'] = 'Χρώμα για τον τίτλο που εμφανίζεται στο πλαίσιο';99 $lang['llgbo_frame_titlecolor'] = 'Χρώμα για τον τίτλο που εμφανίζεται στο πλαίσιο'; 100 100 $lang['llgo_frame_setting'] = 'Ρυθμίσεις Πλαίσιου:'; 101 101 $lang['llgo_warning_setting'] = 'για χρήση με θέματα Gally, το πρόσθετο cl_conflit πρέπει να εγκατασταθεί'; -
extensions/LLGBO2/language/en_UK/plugin.lang.php
r15076 r28990 7 7 $lang['submit'] = 'Submit'; 8 8 $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'; 17 17 $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 '; 21 21 $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'; 24 24 $lang['save'] = 'Save'; 25 25 $lang['preview'] = 'Preview'; … … 27 27 $lang['llgo_tooltip_size']= 'Tooltip border width'; 28 28 $lang['llgbo_tooltip_bordercolor']= 'Tooltip border color'; 29 $lang['llgbo_tooltip_b ackgroundcolor']= 'Tooltip background color';29 $lang['llgbo_tooltip_bgcolor']= 'Tooltip background color'; 30 30 $lang['llgbo_tooltip_titlecolor']= 'Tooltip title color'; 31 $lang['llgbo_tooltip_ color']= 'Tooltip text color';31 $lang['llgbo_tooltip_textcolor']= 'Tooltip text color'; 32 32 $lang['llgo_global_setting']= 'Piwigo picture page global settings'; 33 33 $lang['llgo_tooltip_setting']= 'Tooltip title'; 34 34 $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'; 53 53 $lang['llgbo_M_frame'] = 'Frame management'; 54 54 $lang['llgbo_M_tooltip'] = 'Tooltip management'; 55 55 $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 '; 58 58 $lang['llgbo_header']='Manage header display'; 59 59 $lang['llgbo_M_header'] = 'Header display management'; … … 61 61 $lang['llgbo_header_category'] = 'Display header on Category page'; 62 62 $lang['llgbo_header_category_filter_recent']= 'Display header on Category page (filter by recent)'; 63 $lang['llgbo_header_categor y_flat']= 'Display header on Category page (option flat)' ;63 $lang['llgbo_header_categories/flat']= 'Display header on Category page (option flat)' ; 64 64 $lang['llgbo_header_category_posted_monthly']= 'Display header on Category page option calendar' ; 65 65 $lang['llgbo_header_picture']= 'Display header on Picture page' ; … … 69 69 $lang['llgbo_header_list']= 'Display header on Random pictures page'; 70 70 $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'; 72 72 $lang['llgbo_header_tags']= 'Display header on Tags page'; 73 73 $lang['llgbo_header_search']= 'Display header on Search page'; … … 81 81 $lang['llgbo_frame_sample']= 'Samples list '; 82 82 $lang['previewsamples']= 'Display this sample'; 83 $lang['llgbo_always _displayexif'] = 'Always display METADATA:' ;83 $lang['llgbo_alwaysdisplayexif'] = 'Always display METADATA:' ; 84 84 $lang['Reset_To_Default'] = 'Reset to default values'; 85 85 $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 7 7 $lang['submit'] = 'Validar'; 8 8 $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'; 14 14 $lang['llgbo_tooltip'] = 'Infobulles especÃfico (miniaturas de las fotos) al sobrevuelo de los botones:'; 15 15 $lang['llgbo_exifunderbt'] = 'Globos informantes para datos Exif al sobrevuelo del botón :'; … … 20 20 $lang['llgbo_usemap_thumb'] = 'Visualiza las miniaturas en el momento de la navegación sobre la imagen :'; 21 21 $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'; 23 23 $lang['llgbo_default_navthumb'] = 'Elimina la visualizacion estándar de las miniaturas de navegación :'; 24 24 $lang['save'] = 'Guardar'; … … 27 27 $lang['llgo_tooltip_size'] = 'Anchura del borde del globo informante'; 28 28 $lang['llgbo_tooltip_bordercolor'] = 'Anchura del borde del globo informante'; 29 $lang['llgbo_tooltip_b ackgroundcolor'] = 'Color del fondo del globo informante';29 $lang['llgbo_tooltip_bgcolor'] = 'Color del fondo del globo informante'; 30 30 $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'; 32 32 $lang['llgo_global_setting'] = 'Parmètros generales de la página picture de Piwigo'; 33 33 $lang['llgo_tooltip_setting'] = 'TÃtulo del globo informante'; … … 60 60 $lang['llgbo_header_category'] = 'Visualización sobre la página "categorÃa"'; 61 61 $lang['llgbo_header_category_filter_recent'] = 'Visualización sobre la página categorÃa (filtrada por reciente)'; 62 $lang['llgbo_header_categor y_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)'; 63 63 $lang['llgbo_header_most_visited'] = 'Visualización sobre la página Imágenes más vistas '; 64 64 $lang['llgbo_header_best_rated'] = 'Visualización sobre la página Mejor valoradas '; 65 65 $lang['llgbo_header_list'] = 'Visualización sobre la página Imágenes al azar '; 66 66 $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'; 68 68 $lang['llgbo_header_tags'] = 'Visualización sobre la página Tags '; 69 69 $lang['llgbo_header_search'] = 'Visualización sobre la página Búsqueda avanzada'; … … 77 77 $lang['llgbo_frame_sample'] = 'Lista de los ejemplos'; 78 78 $lang['previewsamples'] = 'Visualizar este ejemplo'; 79 $lang['llgbo_always _displayexif'] = 'Visualizar siempre los METADATOS:';79 $lang['llgbo_alwaysdisplayexif'] = 'Visualizar siempre los METADATOS:'; 80 80 /* TODO */$lang['Reset_To_Default'] = 'Restaurar los valores por defecto'; 81 81 $lang['llgo_warning_setting'] = 'Para utilisar los temas "Gally", debe instalar el plugin "cl_conflit'; … … 86 86 $lang['llgbo_header_picture'] = 'Visualización sobre la página Imagen'; 87 87 $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 '; 89 89 ?> -
extensions/LLGBO2/language/fa_IR/plugin.lang.php
r26414 r28990 36 36 $lang['llgbo_frame_bdsize'] = 'عرض:'; 37 37 $lang['llgbo_frame_sample'] = 'لیست مثال ها'; 38 $lang['llgbo_always _displayexif'] = 'همیشه متادیتا را نمایش بده:';38 $lang['llgbo_alwaysdisplayexif'] = 'همیشه متادیتا را نمایش بده:'; 39 39 $lang['llgbo_frame_bdcolor12'] = 'رنگ خط 13:'; 40 40 $lang['llgbo_frame_bdcolor13'] = 'رنگ خط 41:'; … … 44 44 $lang['llgbo_frame_bdcolor3'] = 'رنگ خط 4:'; 45 45 $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'] = 'تنظیمات فریم'; 48 48 $lang['llgbo_M_manage'] = 'تنظیمات کلی'; 49 49 $lang['llgbo_frame_bdcolor0'] = 'رنگ خط 1:'; … … 51 51 $lang['llgbo_frame_bdcolor10'] = 'رنگ خط 11:'; 52 52 $lang['llgbo_frame_bdcolor11'] = 'رنگ خط 12:'; 53 $lang[' Howto'] = 'این پلاگین لایه صفحه تصویر را مدیریت می کند';53 $lang['llgbo_admin_plugin_title'] = 'این پلاگین لایه صفحه تصویر را مدیریت می کند'; 54 54 $lang['llgbo_header_additional_page'] = 'نمایش سربرگ در صفحات اضافی'; 55 55 $lang['llgbo_header_category'] = 'نمایش سربرگ در صفحه شاخه ها'; … … 60 60 $lang['llgbo_header_thePiwiShackControllerPage'] = 'نمایش در سربرگ صفحه کنترل پلاگین ها '; 61 61 $lang['llgbo_maintain_header'] = 'نگهداری و دنبال کردن سر برگ صفحهات'; 62 $lang['llgbo_title _frame'] = 'نمایش عنوان تصاویر در فرم';63 $lang['llgbo_ title_frame_color'] = 'رنگ برای نمایش عنوان برای فرم ';64 $lang['llgbo_tooltip_b ackgroundcolor'] = 'پس زمینه رنگ پس تولز تیپ ';62 $lang['llgbo_titleframe'] = 'نمایش عنوان تصاویر در فرم'; 63 $lang['llgbo_frame_titlecolor'] = 'رنگ برای نمایش عنوان برای فرم '; 64 $lang['llgbo_tooltip_bgcolor'] = 'پس زمینه رنگ پس تولز تیپ '; 65 65 $lang['llgbo_tooltip_bordercolor'] = 'رنگ کادرتول تیپ '; 66 $lang['llgbo_tooltip_ color'] = 'رنگ نوشته {متن}';66 $lang['llgbo_tooltip_textcolor'] = 'رنگ نوشته {متن}'; 67 67 $lang['llgbo_tooltip_titlecolor'] = 'رنگ عنوان'; 68 68 $lang['llgbo_usemap'] = 'افزود یک هدایت کننده بروی عکس '; … … 78 78 $lang['llgbo_header_best_rated'] = 'نمایش در سربرگ بهترین رتبه بندی صفحات'; 79 79 $lang['llgbo_header_category_filter_recent'] = 'نمایش درسربرگ دسته بندی صفحات (filter by recent)'; 80 $lang['llgbo_header_categor y_flat'] = ' نمایش در سربرگ (option flat)';80 $lang['llgbo_header_categories/flat'] = ' نمایش در سربرگ (option flat)'; 81 81 $lang['llgbo_header_category_posted_monthly'] = 'نمایش در سربرگ دستهبندی صفحه تظیمات تقویم '; 82 82 $lang['llgbo_header_comments'] = 'نمایش در سربرگ صفحه نظرات'; 83 $lang['llgbo_header_created _monthly_calendar'] = 'نمایش در سربرگ صفحه تقویم';83 $lang['llgbo_header_created-monthly-calendar'] = 'نمایش در سربرگ صفحه تقویم'; 84 84 $lang['llgbo_header_favorites'] = 'نمایش در سربرگ علاقه مندی ها'; 85 85 $lang['llgbo_header_home'] = 'نمایش در سربرگ صفحه اصلی'; … … 92 92 $lang['llgbo_header_recent_pics'] = 'نمایش در سربرگ صفحه اخرین تصاویر'; 93 93 $lang['llgbo_header_register'] = 'نمایش در سربرگ صفحه ثبت نام '; 94 $lang[' Step2_Title'] = 'تنظیمات ابزار نکته';95 $lang[' Step4_Title'] = 'نمایش ویا مخفی کردن در صفحات';94 $lang['llgbo_admin_tooltip_title'] = 'تنظیمات ابزار نکته'; 95 $lang['llgbo_admin_header_title'] = 'نمایش ویا مخفی کردن در صفحات'; 96 96 $lang['Title'] = 'تماشای لینکهای GBo'; 97 97 $lang['llgbo_M_frame'] = 'مدیریت قالب بندی'; -
extensions/LLGBO2/language/fr_FR/plugin.lang.php
r15076 r28990 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | PhpWebGallery - a PHP based picture gallery 3 // | PhpWebGallery - a PHP based picture gallery | 4 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | … … 7 7 $lang['submit'] = 'Valider'; 8 8 $lang['Title'] = 'Look like GBo'; 9 $lang[' Howto'] = 'Ce plugin gère la présentationde 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']=' 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 '; 24 24 $lang['save'] = 'Enregistrer'; 25 25 $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_b ackgroundcolor']= '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 '; 53 53 $lang['llgbo_M_frame'] = 'Gestion du cadre'; 54 54 $lang['llgbo_M_tooltip'] = 'Gestion de l\'infobulle'; 55 55 $lang['llgbo_M_manage'] = 'Paramétres généraux'; 56 $lang['llgbo_samples'] = 'Exemples :';57 $lang['llgbo_frame']='Gérer lecadre autour de la photo';56 $lang['llgbo_samples'] = 'Exemples '; 57 $lang['llgbo_frame']='Gérer un cadre autour de la photo'; 58 58 $lang['llgbo_header']='Gérer l\'affichage de l\'entête'; 59 59 $lang['llgbo_M_header'] = 'Gestion de l\'affichage de l\'entête'; … … 61 61 $lang['llgbo_header_category'] = 'Affichage sur la page catégorie'; 62 62 $lang['llgbo_header_category_filter_recent']= 'Affichage sur la page catégorie (filtrée par récent)'; 63 $lang['llgbo_header_categor y_flat']= 'Affichage sur la page catégorie (à plat)' ;63 $lang['llgbo_header_categories/flat']= 'Affichage sur la page catégorie (à plat)' ; 64 64 $lang['llgbo_header_category_posted_monthly']= 'Affichage sur la page catégorie option calendrier' ; 65 65 $lang['llgbo_header_picture']= 'Affichage sur la page Image' ; … … 69 69 $lang['llgbo_header_list']= 'Affichage sur la page Images au hasard'; 70 70 $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'; 72 72 $lang['llgbo_header_tags']= 'Affichage sur la page Nuages de mots'; 73 73 $lang['llgbo_header_search']= 'Affichage sur la page Recherche'; … … 81 81 $lang['llgbo_frame_sample']= 'Liste des exemples '; 82 82 $lang['previewsamples']= 'Afficher cet exemple'; 83 $lang['llgbo_always _displayexif'] = 'Toujours afficher les Metadata:' ;83 $lang['llgbo_alwaysdisplayexif'] = 'Toujours afficher les Metadata ' ; 84 84 $lang['Reset_To_Default'] = 'Rétablir les valeurs par défaut'; 85 85 $lang['llgbo_hdShadowbox'] ='Compatibilité de HD Shadowbox avec la navigation sur image. <br> le plugin HD Shadowbox doit être activé! '; 86 86 $lang['llgo_warning_setting'] = 'Pour utiliser les thémes Gally , vous devez installer le plugin cl_conflit'; 87 87 $lang['llgbo_dispinshadowbox'] ='Affichage dans Shadowbox --> '; 88 $lang['llgbo_header_thePiwiShackControllerPage']= 'Affichage sur la page de controle du plugin 88 $lang['llgbo_header_thePiwiShackControllerPage']= 'Affichage sur la page de controle du plugin PiwiShack'; 89 89 ?> -
extensions/LLGBO2/language/hu_HU/plugin.lang.php
r15076 r28990 7 7 $lang['submit'] = 'Küldés'; 8 8 $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'; 14 14 $lang['llgbo_tooltip']='Legyen kibővített buboréksúgó a gomb alatt? (bélyegkép + szöveg) :'; 15 15 $lang['llgbo_exifunderbt']='Jelenjenek meg az EXIF adatok a METAADATOK buboréksúgójában? :'; … … 20 20 $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 :'; 21 21 $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 :'; 23 23 $lang['llgbo_default_navthumb'] = 'Kikapcsolja a hagyományos nézetet?<br>(Előző/Következő kép bélyegképének megjelenítése) :'; 24 24 $lang['save'] = 'Mentés'; … … 27 27 $lang['llgo_tooltip_size']= 'Keret szélesség'; 28 28 $lang['llgbo_tooltip_bordercolor']= 'Keret szín'; 29 $lang['llgbo_tooltip_b ackgroundcolor']= 'Háttérszín';29 $lang['llgbo_tooltip_bgcolor']= 'Háttérszín'; 30 30 $lang['llgbo_tooltip_titlecolor']= 'Címszín'; 31 $lang['llgbo_tooltip_ color']= 'Szövegszín';31 $lang['llgbo_tooltip_textcolor']= 'Szövegszín'; 32 32 $lang['llgo_global_setting']= 'Piwigo Kép oldal általános beállítások'; 33 33 $lang['llgo_tooltip_setting']= 'Buboréksúgó beállítások'; 34 34 $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'; 36 36 $lang['llgbo_frame_bdcolor0']= '1. elem színe : '; 37 37 $lang['llgbo_frame_bdcolor1']= '2. elem színe : '; … … 61 61 $lang['llgbo_header_category'] = 'Fejléc a Kategóriák oldalon'; 62 62 $lang['llgbo_header_category_filter_recent']= 'Fejléc a Kategóriák oldalon :szűrés eredménye'; 63 $lang['llgbo_header_categor y_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' ; 64 64 $lang['llgbo_header_category_posted_monthly']= 'Fejléc a Kategóriák oldalon :naptár megjelenítés' ; 65 65 $lang['llgbo_header_picture']= 'Fejléc a Képek oldalon' ; … … 69 69 $lang['llgbo_header_list']= 'Fejléc a Véletlenszerű képek oldalon'; 70 70 $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'; 72 72 $lang['llgbo_header_tags'] = 'Fejléc a Címkék oldalon'; 73 73 $lang['llgbo_header_search']= 'Fejléc a Keresés oldalon'; … … 81 81 $lang['llgbo_frame_sample']= 'Minták listázása '; 82 82 $lang['previewsamples']= 'Minta megtekintése'; 83 $lang['llgbo_always _displayexif'] = 'Mindig megjelenő METAADATOK (EXIF):' ;83 $lang['llgbo_alwaysdisplayexif'] = 'Mindig megjelenő METAADATOK (EXIF):' ; 84 84 $lang['Reset_To_Default'] = 'Alapértelmezett érték visszaállítása'; 85 85 $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 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 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'; 24 24 $lang['llgbo_frame'] = 'Imposta la cornice intorno alle immagini:'; 25 25 $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'; 29 29 $lang['submit'] = 'Invia'; 30 30 $lang['Title'] = 'Looks like GBo'; 31 $lang['llgbo_always _displayexif'] = 'Mostra sempre METADATA:';31 $lang['llgbo_alwaysdisplayexif'] = 'Mostra sempre METADATA:'; 32 32 $lang['llgbo_default_navthumb'] = 'Disabilita visione standard delle icone Precedente e Successivo'; 33 33 $lang['llgbo_dispinshadowbox'] = 'Mostra nello shadowbox -->'; … … 57 57 $lang['llgbo_header_category'] = 'Mostra Header sulla pagina delle categorie'; 58 58 $lang['llgbo_header_category_filter_recent'] = 'Mostra Header sulla pagina delle categorie recenti'; 59 $lang['llgbo_header_categor y_flat'] = 'Mostra header sulla pagina delle categorie flat';59 $lang['llgbo_header_categories/flat'] = 'Mostra header sulla pagina delle categorie flat'; 60 60 $lang['llgbo_header_category_posted_monthly'] = 'Mostra Header sulla pagina delle categorie con il calendario'; 61 61 $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'; 63 63 $lang['llgbo_header_favorites'] = 'Mostra Header sulla pagina dei preferiti'; 64 64 $lang['llgbo_header_home'] = 'Mostra Header sull\'HomePage'; … … 80 80 $lang['llgbo_M_tooltip'] = 'Impostazioni tooltip'; 81 81 $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'; 84 84 $lang['llgbo_tooltip'] = 'Tooltip speciali (miniature immagini) al passaggio del mouse'; 85 $lang['llgbo_tooltip_b ackgroundcolor'] = 'Colore sfondo tooltip';85 $lang['llgbo_tooltip_bgcolor'] = 'Colore sfondo tooltip'; 86 86 $lang['llgbo_tooltip_bordercolor'] = 'Colore bordo tooltip'; 87 $lang['llgbo_tooltip_ color'] = 'Colore testo tooltip';87 $lang['llgbo_tooltip_textcolor'] = 'Colore testo tooltip'; 88 88 $lang['llgbo_tooltip_titlecolor'] = 'Colore titolo tooltip'; 89 89 $lang['llgbo_usemap'] = 'Aggiungi barra di navigazione sulle immagini:'; … … 99 99 $lang['Reset_To_Default'] = 'Ripristina ai valori di default'; 100 100 $lang['save'] = 'Salva'; 101 $lang[' Step2_Title'] = 'Impostazioni tooltip';101 $lang['llgbo_admin_tooltip_title'] = 'Impostazioni tooltip'; 102 102 /*TODO*/$lang['llgbo_header_thePiwiShackControllerPage']= 'Display header on the plugin PiwiShack Controller Page'; 103 103 ?> -
extensions/LLGBO2/language/lv_LV/plugin.lang.php
r15076 r28990 8 8 $lang['submit'] = 'Apstiprināt'; 9 9 $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'; 15 15 $lang['llgbo_exifunderbt']='Īpašie EXIF rīku padomi uzbraucot ar peli (on mouseover):'; 16 16 $lang['llgbo_frame']='Attēla ietvara pārvaldīšana:'; … … 20 20 $lang['llgbo_usemap_thumb']='Rādīt sīkbildes, kad uz attēla ir aktīvi navigācijas rīki :'; 21 21 $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'; 23 23 $lang['llgbo_default_navthumb'] = 'Neizmantot (Skatīt_Nākamo) Prev_Next sīkbildes standarta rādījumu:'; 24 24 $lang['save'] = 'Saglabāt'; … … 27 27 $lang['llgo_tooltip_size']= 'Rīkpadoma robežas platums'; 28 28 $lang['llgbo_tooltip_bordercolor']= 'Rīkpadoma robežas krāsa'; 29 $lang['llgbo_tooltip_b ackgroundcolor']= ' Rīkpadoma fona krāsa';29 $lang['llgbo_tooltip_bgcolor']= ' Rīkpadoma fona krāsa'; 30 30 $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'; 32 32 $lang['llgo_global_setting']= 'Piwigo attēla lapas globālie iestatījumi'; 33 33 $lang['llgo_tooltip_setting']= ' Rīkpadoma nosaukums'; 34 34 $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'; 36 36 $lang['llgbo_frame_bdcolor0']= '1.Līnijas krāsa: '; 37 37 $lang['llgbo_frame_bdcolor1']= '2.Līnijas krāsa: '; … … 61 61 $lang['llgbo_header_category'] = 'Rādīt galveni Kategorijas lapā'; 62 62 $lang['llgbo_header_category_filter_recent']= 'Rādīt galveni Kategorijas lapā (filtrēts pēc tekošā)'; 63 $lang['llgbo_header_categor y_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)' ; 64 64 $lang['llgbo_header_category_posted_monthly']= 'Rādīt galveni Kategorijas lapā kalendāra variants' ; 65 65 $lang['llgbo_header_picture']= 'Rādīt galveni Attēla lapā' ; … … 69 69 $lang['llgbo_header_list']= 'Rādīt galveni Gagījuma lapās'; 70 70 $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ā'; 72 72 $lang['llgbo_header_tags']= 'Rādīt galveni Tagu (iezīmju) lapā'; 73 73 $lang['llgbo_header_search']= 'Rādīt galveni Meklēšanas lapā'; … … 81 81 $lang['llgbo_frame_sample']= 'Paraugu saraksts '; 82 82 $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:' ; 84 84 $lang['Reset_To_Default'] = 'Atiestatīt pēcnoklusējuma vērtības'; 85 85 $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 8 8 $lang['submit'] = 'Legg til'; 9 9 $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'; 15 15 $lang['llgbo_tooltip']='Spesial verktøy tips (Bilders miniaturbilde) ved mus-over :'; 16 16 $lang['llgbo_exifunderbt']='Spesial verktøy tips for EXIF ved mus-over:'; … … 21 21 $lang['llgbo_usemap_thumb']='Vis miniatyr bilder når navigasjon er aktiv på bilder :'; 22 22 $lang['llgbo_info']=' (^_^) Instillinger oppdatert'; 23 $lang['llgbo_title _frame'] = 'Vis bilde tittel på rammen';23 $lang['llgbo_titleframe'] = 'Vis bilde tittel på rammen'; 24 24 $lang['llgbo_default_navthumb'] = 'Undertrykk Forrige_Neste miniatyrbildes standard visning:'; 25 25 $lang['save'] = 'Lagre'; … … 28 28 $lang['llgo_tooltip_size']= 'Verktøy tips ramme bredde'; 29 29 $lang['llgbo_tooltip_bordercolor']= 'Verktøy tips ramme farge'; 30 $lang['llgbo_tooltip_b ackgroundcolor']= 'Verktøy tips bakgrunds farge';30 $lang['llgbo_tooltip_bgcolor']= 'Verktøy tips bakgrunds farge'; 31 31 $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'; 33 33 $lang['llgo_global_setting']= 'Piwigo bilde sides globale instillinger'; 34 34 $lang['llgo_tooltip_setting']= 'Verktøy tips tittel'; 35 35 $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'; 37 37 $lang['llgbo_frame_bdcolor0']= 'Linje 1 Farge: '; 38 38 $lang['llgbo_frame_bdcolor1']= 'Linje 2 Farge: '; … … 62 62 $lang['llgbo_header_category'] = 'Vis topptekst på Album side'; 63 63 $lang['llgbo_header_category_filter_recent']= 'Vis topptekst på Album side (filtrert etter siste)'; 64 $lang['llgbo_header_categor y_flat']= 'Vis topptekst på Album side (alternativ flat)' ;64 $lang['llgbo_header_categories/flat']= 'Vis topptekst på Album side (alternativ flat)' ; 65 65 $lang['llgbo_header_category_posted_monthly']= 'Vis toppteksr på Album side alternativ kalender' ; 66 66 $lang['llgbo_header_picture']= 'Vis toppteksr på Bilde side' ; … … 70 70 $lang['llgbo_header_list']= 'Vis topptekst på Tilfeldig bilde side'; 71 71 $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'; 73 73 $lang['llgbo_header_tags']= 'Vis topptekst på Tagger side'; 74 74 $lang['llgbo_header_search']= 'Vis topptekst på Søke side'; … … 82 82 $lang['llgbo_frame_sample']= 'Eksempel liste '; 83 83 $lang['previewsamples']= 'Vis dette eksempelet'; 84 $lang['llgbo_always _displayexif'] = 'Vis alltid METADATA:' ;84 $lang['llgbo_alwaysdisplayexif'] = 'Vis alltid METADATA:' ; 85 85 $lang['Reset_To_Default'] = 'Sett tilbake til standard verdier'; 86 86 $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 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 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'; 25 25 $lang['Title'] = 'Looks like GBo'; 26 26 $lang['preview'] = 'Voorvertoning'; … … 28 28 $lang['submit'] = 'Verstuur'; 29 29 $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'; 33 33 $lang['llgbo_dispinshadowbox'] = 'Toon in schaduwbox'; 34 34 $lang['llgbo_exifunderbt'] = 'Speciale tooltip voor een EXIF bij muisover'; … … 45 45 $lang['llgbo_M_manage'] = 'Algemene instellingen'; 46 46 $lang['llgbo_M_tooltip'] = 'Tooltip beheer'; 47 $lang['llgbo_always _displayexif'] = 'Toon altijd de METADATA:';47 $lang['llgbo_alwaysdisplayexif'] = 'Toon altijd de METADATA:'; 48 48 $lang['llgbo_default_navthumb'] = 'Onderdruk de Prev_Next miniaturen in standaard scherm'; 49 49 $lang['llgbo_frame_bdcolor0'] = 'Kleur lijn 1:'; … … 69 69 $lang['llgbo_header_best_rated'] = 'Toon header op Best gewaardeerd pagina'; 70 70 $lang['llgbo_header_category_filter_recent'] = 'Toon header op Categorie pagina (gefilterd op recentelijk)'; 71 $lang['llgbo_header_categor y_flat'] = 'Toon header op Categorie pagina (optie plat)';71 $lang['llgbo_header_categories/flat'] = 'Toon header op Categorie pagina (optie plat)'; 72 72 $lang['llgbo_header_category_posted_monthly'] = 'Toon header op Categorie pagina optie kalender'; 73 73 $lang['llgbo_header_category'] = 'Toon header op Categorie pagina'; 74 74 $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'; 76 76 $lang['llgbo_header_favorites'] = 'Toon header op Mijn Favorieten pagina'; 77 77 $lang['llgbo_header_home'] = 'Toon header op Home pagina'; … … 88 88 $lang['llgbo_info'] = '(^_^) Instellingen bijgewerkt'; 89 89 $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_b ackgroundcolor'] = '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'; 93 93 $lang['llgbo_tooltip_bordercolor'] = 'Tooltip rand kleur'; 94 $lang['llgbo_tooltip_ color'] = 'Tooltip tekst kleur';94 $lang['llgbo_tooltip_textcolor'] = 'Tooltip tekst kleur'; 95 95 $lang['llgbo_tooltip_titlecolor'] = 'Tooltip titel kleur'; 96 96 $lang['llgbo_usemap_thumb'] = 'Toon miniaturen wanneer de navigatie actief is op foto:'; -
extensions/LLGBO2/language/pl_PL/plugin.lang.php
r15076 r28990 7 7 $lang['submit'] = 'Zatwierdź'; 8 8 $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'; 13 13 $lang['llgbo_tooltip']='Wyświetlaj okienko skrótu <br>(miniatury dostępne na przycisku) przy ruchu myszką :'; 14 14 $lang['llgbo_exifunderbt']='Wyświetlaj okienko skrótu <br>(dane EXIF dostępne na przycisku metadanych) przy ruchu myszką :'; … … 19 19 $lang['llgbo_usemap_thumb']='Dodaj miniatury kiedy nawigacja na zdjęciu jest aktywna :'; 20 20 $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'; 22 22 $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:' ; 24 24 $lang['Reset_To_Default'] = 'Przywróć wartości domyślne'; 25 25 $lang['llgo_tooltip_setting'] = 'Tytuł podpowiedzi'; … … 30 30 $lang['previewsamples'] = 'Wyświetlaj tą próbkę'; 31 31 $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'; 33 33 $lang['save'] = 'Zapisz'; 34 34 $lang['preview'] = 'Podgląd'; … … 36 36 $lang['llgo_tooltip_size'] = 'Szerokość obwódki wskazówki'; 37 37 $lang['llgbo_tooltip_bordercolor'] = 'Kolor obwódki wskazówki'; 38 $lang['llgbo_tooltip_b ackgroundcolor'] = 'Kolor tła wskazówki';38 $lang['llgbo_tooltip_bgcolor'] = 'Kolor tła wskazówki'; 39 39 $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'; 41 41 $lang['llgo_global_setting'] = 'Globalne ustawienia strony Piwigo ze zdjęciem'; 42 42 $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'; 44 44 $lang['llgbo_frame_bdcolor0'] = 'Kolor 1 linii: '; 45 45 $lang['llgbo_frame_bdcolor1'] = 'Kolor 2 linii: '; … … 64 64 $lang['llgbo_header_category'] = 'Wyświetlaj nagłówek na stronie kategorii'; 65 65 $lang['llgbo_header_category_filter_recent'] = 'Wyświetlaj nagłówek na stronie kategorii (sortowanych po dacie dodania)'; 66 $lang['llgbo_header_categor y_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)'; 67 67 $lang['llgbo_header_category_posted_monthly'] = 'Wyświetlaj nagłówek na stronie kategorii (opcja z kalendarzem)'; 68 68 $lang['llgbo_header_picture'] = 'Wyświetlaj nagłówek na stronie ze zdjęciem'; … … 72 72 $lang['llgbo_header_list'] = 'Wyświetlaj nagłówek na stronie losowych zdjęć'; 73 73 $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'; 75 75 $lang['llgbo_header_tags'] = 'Wyświetlaj nagłówek na stronie z tagami'; 76 76 $lang['llgbo_header_search'] = 'Wyświetlaj nagłówek na stronie z wyszukiwarką'; -
extensions/LLGBO2/language/pt_BR/plugin.lang.php
r20761 r28990 22 22 // +-----------------------------------------------------------------------+ 23 23 $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'; 26 26 $lang['llgbo_tooltip'] = 'Dicas de ferramentas especiais (miniaturas de fotos) no mouseover:'; 27 $lang['llgbo_tooltip_b ackgroundcolor'] = 'Dica cor de fundo';27 $lang['llgbo_tooltip_bgcolor'] = 'Dica cor de fundo'; 28 28 $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'; 30 30 $lang['llgbo_tooltip_titlecolor'] = 'Dica cor do título'; 31 31 $lang['llgbo_usemap'] = 'Adicionar a barra de navegação na imagem:'; … … 42 42 $lang['submit'] = 'Submeter'; 43 43 $lang['llgbo_header_category_filter_recent'] = 'Exibir o cabeçalho na página Categoria (filtro recente)'; 44 $lang['llgbo_header_categor y_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)'; 45 45 $lang['llgbo_header_category_posted_monthly'] = 'Exibir o cabeçalho na Categoria calendário opção de página'; 46 46 $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'; 48 48 $lang['llgbo_header_favorites'] = 'Exibir o cabeçalho na página Meus Favoritos'; 49 49 $lang['llgbo_header_home'] = 'Exibir o cabeçalho na página inicial'; … … 81 81 $lang['llgbo_header_best_rated'] = 'Exibir o cabeçalho na página Melhor avaliada'; 82 82 $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.'; 84 84 $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'; 89 89 $lang['Title'] = 'Parece GBo'; 90 90 $lang['llgbo_M_frame'] = 'Gestão de molduras'; … … 92 92 $lang['llgbo_M_manage'] = 'Configurações globais'; 93 93 $lang['llgbo_M_tooltip'] = 'Dica de gestão'; 94 $lang['llgbo_always _displayexif'] = 'Sempre exibir METADADOS:';94 $lang['llgbo_alwaysdisplayexif'] = 'Sempre exibir METADADOS:'; 95 95 $lang['llgbo_default_navthumb'] = 'Suprimir miniaturas Prev_Next exibição padrão:'; 96 96 $lang['llgbo_dispinshadowbox'] = 'Exibir em shadowbox -->'; -
extensions/LLGBO2/language/pt_PT/plugin.lang.php
r15548 r28990 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 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'; 24 24 $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'; 29 29 $lang['Title'] = 'Parecido com GBo'; 30 30 $lang['llgbo_M_frame'] = 'Gerenciação da moldura'; … … 32 32 $lang['llgbo_M_manage'] = 'Definições globais'; 33 33 $lang['llgbo_M_tooltip'] = 'Gerenciação da ferramenta'; 34 $lang['llgbo_always _displayexif'] = 'Mostrar sempre METADADOS';34 $lang['llgbo_alwaysdisplayexif'] = 'Mostrar sempre METADADOS'; 35 35 $lang['llgbo_default_navthumb'] = 'Suprimir Ant_Prox no modo standard das miniaturas'; 36 36 $lang['llgbo_dispinshadowbox'] = 'Mostar em caixa sombra-->'; … … 60 60 $lang['llgbo_header_best_rated'] = 'Mostrar cabeçalho nas páginas mais avaliadas'; 61 61 $lang['llgbo_header_category_filter_recent'] = 'Mostrar cabeçalho na página Categoria (filtrar por recentes)'; 62 $lang['llgbo_header_categor y_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)'; 63 63 $lang['llgbo_header_category_posted_monthly'] = 'Mostrar cabeçalho na página Categoria opção calendário'; 64 64 $lang['llgbo_header_category'] = 'Mostrar cabeçalho na página Categoria'; 65 65 $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'; 67 67 $lang['llgbo_header_favorites'] = 'Mostrar cabeçalho na página Meus favoritos'; 68 68 $lang['llgbo_header_home'] = 'Mostrar cabeçalho na página inicial'; … … 81 81 $lang['llgbo_maintain_header'] = 'Manter cabeçalho nas seguintes páginas'; 82 82 $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_b ackgroundcolor'] = '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'; 86 86 $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'; 88 88 $lang['llgbo_tooltip_titlecolor'] = 'Ferramenta para cor do título'; 89 89 $lang['llgbo_tooltip'] = 'Ferramentas especiais(miniaturas das fotos) ao sobrepor com o rato'; -
extensions/LLGBO2/language/ru_RU/plugin.lang.php
r15076 r28990 2 2 $lang['submit'] = 'Отправить'; 3 3 $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'] = 'Настройки заголовка'; 9 9 $lang['llgbo_tooltip']= 'Показывать всплывающую миниатюру при наведении курсора на кнопки навигации:'; 10 10 $lang['llgbo_exifunderbt']='Показывать Exif-метаданные при наведении курсора на кнопки навигации:'; … … 15 15 $lang['llgbo_usemap_thumb']='Показывать миниатюры при наведении на курсора на фотографию:'; 16 16 $lang['llgbo_info']=' (^_^) Настройки обновлены'; 17 $lang['llgbo_title _frame'] = 'Показывать название фотографии внутри рамки';17 $lang['llgbo_titleframe'] = 'Показывать название фотографии внутри рамки'; 18 18 $lang['llgbo_default_navthumb'] = 'Не использовать стандартное отображение следующей/предыдущей миниатюр:'; 19 19 $lang['save'] = 'Сохранить'; … … 22 22 $lang['llgo_tooltip_size']= 'Ширина рамки окна с подсказкой'; 23 23 $lang['llgbo_tooltip_bordercolor']= 'Цвет рамки окна с подсказкой'; 24 $lang['llgbo_tooltip_b ackgroundcolor']= 'Цвет фона окна с подсказкой';24 $lang['llgbo_tooltip_bgcolor']= 'Цвет фона окна с подсказкой'; 25 25 $lang['llgbo_tooltip_titlecolor']= 'Цвет заголовка подсказки'; 26 $lang['llgbo_tooltip_ color']= 'Цвет текста подсказки';26 $lang['llgbo_tooltip_textcolor']= 'Цвет текста подсказки'; 27 27 $lang['llgo_global_setting']= 'Общие настройки страниц с фотографиями'; 28 28 $lang['llgo_tooltip_setting']= 'Название подсказки'; 29 29 $lang['llgo_frame_setting']= 'Настройки рамки:' ; 30 $lang['llgbo_ title_frame_color']= 'Цвет названия рамки';30 $lang['llgbo_frame_titlecolor']= 'Цвет названия рамки'; 31 31 $lang['llgbo_frame_bdcolor0']= 'Цвет линии 1: '; 32 32 $lang['llgbo_frame_bdcolor1']= 'Цвет линии 2: '; … … 56 56 $lang['llgbo_header_category'] = 'Показывать заголовок на странице категорий'; 57 57 $lang['llgbo_header_category_filter_recent']= 'Показывать заголовок на странице новых категорий'; 58 $lang['llgbo_header_categor y_flat']= 'Показывать заголовок на странице категорий (option flat)';58 $lang['llgbo_header_categories/flat']= 'Показывать заголовок на странице категорий (option flat)'; 59 59 $lang['llgbo_header_category_posted_monthly']= 'Показывать заголовок на странице категорий (option calendar)'; 60 60 $lang['llgbo_header_picture']= 'Показывать заголовок на странице с фотографией'; … … 64 64 $lang['llgbo_header_list']= 'Показывать заголовок на странице случайной фотографии'; 65 65 $lang['llgbo_header_recent_pics']= 'Показывать заголовок на странице новых фотографий'; 66 $lang['llgbo_header_created _monthly_calendar'] = 'Показывать заголовок на странице календаря';66 $lang['llgbo_header_created-monthly-calendar'] = 'Показывать заголовок на странице календаря'; 67 67 $lang['llgbo_header_tags']= 'Показывать заголовок на странице тэгов'; 68 68 $lang['llgbo_header_search']= 'Показывать заголовок на странице поиска'; … … 76 76 $lang['llgbo_frame_sample']= 'Список шаблонов'; 77 77 $lang['previewsamples']= 'Загрузить шаблон'; 78 $lang['llgbo_always _displayexif'] = 'Всегда показывать Exif-метаданные:' ;78 $lang['llgbo_alwaysdisplayexif'] = 'Всегда показывать Exif-метаданные:' ; 79 79 $lang['Reset_To_Default'] = 'Загрузить настройки по умолчанию'; 80 80 $lang['llgbo_hdShadowbox'] ='Совместимость HD Shadowbox и навигации при наведении на фотографию.<br> Плагин HD Shadowbox должен быть активирован!'; -
extensions/LLGBO2/language/sk_SK/plugin.lang.php
r15076 r28990 7 7 $lang['submit'] = 'Poslať'; 8 8 $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'; 14 14 $lang['llgbo_tooltip']='Špeciálne nástroje (náhľady fotografií) pri prejdení myšou:'; 15 15 $lang['llgbo_exifunderbt']='Špeciálny nástroj pre EXIF pri prejdení myšou:'; … … 20 20 $lang['llgbo_usemap_thumb']='Zobrazenie náhľadov, keď je navigácia aktívna na fotografii:'; 21 21 $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'; 23 23 $lang['llgbo_default_navthumb'] = 'Skrývať Predchádzajúca_Nasledujúca pri štandardnom zobrazení náhľadov:'; 24 24 $lang['save'] = 'Uložiť'; … … 27 27 $lang['llgo_tooltip_size']= 'Šírka rámu nástroja'; 28 28 $lang['llgbo_tooltip_bordercolor']= 'Farba rámu nástroja'; 29 $lang['llgbo_tooltip_b ackgroundcolor']= 'Farba pozadia nástroja';29 $lang['llgbo_tooltip_bgcolor']= 'Farba pozadia nástroja'; 30 30 $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'; 32 32 $lang['llgo_global_setting']= 'Celkové nastavenia Piwigo fotografickej stránky'; 33 33 $lang['llgo_tooltip_setting']= 'Názov nástroja'; 34 34 $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'; 36 36 $lang['llgbo_frame_bdcolor0']= 'Farba 1: '; 37 37 $lang['llgbo_frame_bdcolor1']= 'Farba 2: '; … … 61 61 $lang['llgbo_header_category'] = 'Zobraziť záhlavie na stránke kategórií'; 62 62 $lang['llgbo_header_category_filter_recent']= 'Zobraziť záhlavie na stránke kategórií (filter nových)'; 63 $lang['llgbo_header_categor y_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á)' ; 64 64 $lang['llgbo_header_category_posted_monthly']= 'Zobraziť záhlavie na stránke kategórií voľba kalendár' ; 65 65 $lang['llgbo_header_picture']= 'Zobraziť záhlavie na stránke fotografií' ; … … 69 69 $lang['llgbo_header_list']= 'Zobraziť záhlavie na stránke Náhodný výber'; 70 70 $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'; 72 72 $lang['llgbo_header_tags']= 'Zobraziť záhlavie na stránke Kľúčové slová'; 73 73 $lang['llgbo_header_search']= 'Zobraziť záhlavie na stránke Vyhľadávanie'; … … 80 80 $lang['llgbo_frame_sample']= 'Zoznam príkladov '; 81 81 $lang['previewsamples']= 'Zobraziť tento príklad'; 82 $lang['llgbo_always _displayexif'] = 'Vždy zobraziť METADATA:' ;82 $lang['llgbo_alwaysdisplayexif'] = 'Vždy zobraziť METADATA:' ; 83 83 $lang['Reset_To_Default'] = 'Obnoviť pôvodné nastavenia'; 84 84 $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 8 8 $lang['submit'] = 'Skicka'; 9 9 $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'; 15 15 $lang['llgbo_tooltip']='Special-tooltips (foto thumbnails) vid mouseover :'; 16 16 $lang['llgbo_exifunderbt']='Special-tooltip för EXIF vid mouseover:'; … … 21 21 $lang['llgbo_usemap_thumb']='Visa thumbnails när navigation är aktiv på bilden :'; 22 22 $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'; 24 24 $lang['llgbo_default_navthumb'] = 'Undertryck Föreg_Nästa thumbnails på standardbilden:'; 25 25 $lang['save'] = 'Spara'; … … 28 28 $lang['llgo_tooltip_size']= 'Tooltipens rambredd'; 29 29 $lang['llgbo_tooltip_bordercolor']= 'Tooltipens ramfärg'; 30 $lang['llgbo_tooltip_b ackgroundcolor']= 'Tooltipens backgrundsfärg';30 $lang['llgbo_tooltip_bgcolor']= 'Tooltipens backgrundsfärg'; 31 31 $lang['llgbo_tooltip_titlecolor']= 'Tooltipens titelfärg'; 32 $lang['llgbo_tooltip_ color']= 'Tooltipens textfärg';32 $lang['llgbo_tooltip_textcolor']= 'Tooltipens textfärg'; 33 33 $lang['llgo_global_setting']= 'Piwigo bildsida, globala inställningar'; 34 34 $lang['llgo_tooltip_setting']= 'Tooltipens titel'; 35 35 $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'; 37 37 $lang['llgbo_frame_bdcolor0'] = 'Rad 1 färg: '; 38 38 $lang['llgbo_frame_bdcolor1'] = 'Rad 2 färg: '; … … 60 60 $lang['llgbo_header_category'] = 'Visa rubrik på Kategorisidan'; 61 61 $lang['llgbo_header_category_filter_recent'] = 'Visa rubrik på Kategori (filtrera nya)'; 62 $lang['llgbo_header_categor y_flat'] = 'Visa rubrik på Kategorisidan (val platt)';62 $lang['llgbo_header_categories/flat'] = 'Visa rubrik på Kategorisidan (val platt)'; 63 63 $lang['llgbo_header_category_posted_monthly'] = 'Visa rubrik på Kategorisidan, val kalender'; 64 64 $lang['llgbo_header_picture'] = 'Visa rubrik på Bildsidan'; … … 68 68 $lang['llgbo_header_list'] = 'Visa rubrik på – Sidan med Slumpvist valda bilder'; 69 69 $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'; 71 71 $lang['llgbo_header_tags'] = ' Visa rubrik på – Sidan med markerade bilder'; 72 72 $lang['llgbo_header_search'] = ' Visa rubrik på - Söksidan'; … … 80 80 $lang['llgbo_frame_sample'] = 'Exempellista '; 81 81 $lang['previewsamples'] = 'Visa detta exempel'; 82 $lang['llgbo_always _displayexif'] = 'Visa alltid METADATA:';82 $lang['llgbo_alwaysdisplayexif'] = 'Visa alltid METADATA:'; 83 83 $lang['Reset_To_Default'] = 'Återställ standardvärden'; 84 84 $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 22 22 // +-----------------------------------------------------------------------+ 23 23 $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'; 27 27 $lang['Title'] = 'GBo \'ya Benzer'; 28 28 $lang['llgbo_M_frame'] = 'Çerçeve yönetimi'; … … 34 34 $lang['llgbo_frame_bdcolor1'] = 'Satır 2 rengi:'; 35 35 $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ı'; 38 38 $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:'; 40 40 $lang['llgbo_frame_bdcolor12'] = 'Satır 13 rengi:'; 41 41 $lang['llgbo_frame_bdcolor13'] = 'Satır 14 rengi:'; … … 76 76 $lang['llgbo_header_best_rated'] = 'En çok oy alan sayfada başlık görüntüle'; 77 77 $lang['llgbo_header_category_filter_recent'] = 'Kategori sayfasında (en son filtresi ile) başlık görüntüle'; 78 $lang['llgbo_header_categor y_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)'; 79 79 $lang['llgbo_header_category_posted_monthly'] = 'Kategori sayfasında başlık görüntüle (takvim seçeneği)'; 80 80 $lang['llgbo_header_category'] = 'Kategori sayfasında başlık görüntüle'; 81 81 $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'; 83 83 $lang['llgbo_header_favorites'] = 'Favoriler sayfasında başlık görüntüle'; 84 84 $lang['llgbo_header_home'] = 'Ana sayfada başlık görüntüle'; … … 94 94 $lang['llgbo_maintain_header'] = 'Takip eden sayfalarda başlığı koru:'; 95 95 $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_b ackgroundcolor'] = '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'; 99 99 $lang['llgbo_tooltip_bordercolor'] = 'Tooltip kenar rengi'; 100 $lang['llgbo_tooltip_ color'] = 'Tooltip yazı rengi';100 $lang['llgbo_tooltip_textcolor'] = 'Tooltip yazı rengi'; 101 101 $lang['llgbo_tooltip_titlecolor'] = 'Tooltip başlık rengi'; 102 102 $lang['llgbo_tooltip'] = 'Özel tooltip (pul resimleri - işaretçi üzerindeyken):'; -
extensions/LLGBO2/language/uk_UA/plugin.lang.php
r15076 r28990 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 23 $lang[' Howto'] = 'Цей модуль управляє макетом сторінки фотографії.';24 $lang['llgbo_always _displayexif'] = 'Завжди відображати метадані:';23 $lang['llgbo_admin_plugin_title'] = 'Цей модуль управляє макетом сторінки фотографії.'; 24 $lang['llgbo_alwaysdisplayexif'] = 'Завжди відображати метадані:'; 25 25 $lang['llgbo_default_navthumb'] = 'Заборонити відображення стандартних мініатюр Prev_Next:'; 26 26 $lang['llgbo_dispinshadowbox'] = 'Відображення в коробочці з тінню ->'; … … 52 52 $lang['llgbo_header_category'] = 'Показати заголовок на сторінці категорії'; 53 53 $lang['llgbo_header_category_filter_recent'] = 'Показати заголовок на сторінці категорії (фільтр по часу появи)'; 54 $lang['llgbo_header_categor y_flat'] = 'Показати заголовок на сторінці категорії (плаский варіант)';54 $lang['llgbo_header_categories/flat'] = 'Показати заголовок на сторінці категорії (плаский варіант)'; 55 55 $lang['llgbo_header_category_posted_monthly'] = 'Показати заголовок категорії календар варіант сторінки'; 56 56 $lang['llgbo_header_comments'] = 'Показати заголовок на сторінці "Коментарі"'; 57 $lang['llgbo_header_created _monthly_calendar'] = 'Показати заголовок на сторінці "Календар"';57 $lang['llgbo_header_created-monthly-calendar'] = 'Показати заголовок на сторінці "Календар"'; 58 58 $lang['llgbo_header_favorites'] = 'Показати заголовок на сторінці "Моє обране"'; 59 59 $lang['llgbo_header_home'] = 'Показати заголовок на домашній сторінці'; … … 75 75 $lang['llgbo_M_tooltip'] = 'Управління підказкою'; 76 76 $lang['llgbo_samples'] = 'Приклади:'; 77 $lang['llgbo_title _frame'] = 'Відображення назви фотографії в фреймі';78 $lang['llgbo_ title_frame_color'] = 'Колір заголовка, що відображається в фреймі';77 $lang['llgbo_titleframe'] = 'Відображення назви фотографії в фреймі'; 78 $lang['llgbo_frame_titlecolor'] = 'Колір заголовка, що відображається в фреймі'; 79 79 $lang['llgbo_tooltip'] = 'Спеціальні підказки(мініатюра фотографії) при наведенні курсору миші:'; 80 $lang['llgbo_tooltip_b ackgroundcolor'] = 'Колір фону підказки';80 $lang['llgbo_tooltip_bgcolor'] = 'Колір фону підказки'; 81 81 $lang['llgbo_tooltip_bordercolor'] = 'Колір межі підказки'; 82 $lang['llgbo_tooltip_ color'] = 'Колір тексту підказки';82 $lang['llgbo_tooltip_textcolor'] = 'Колір тексту підказки'; 83 83 $lang['llgbo_tooltip_titlecolor'] = 'Коліру назви підказки'; 84 84 $lang['llgbo_usemap'] = 'Додати панель навігації на фотографії:'; … … 94 94 $lang['Reset_To_Default'] = 'Скидання на значення за замовчуванням'; 95 95 $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'] = 'Показати/сховати заголовок на кожній сторінці'; 100 100 $lang['submit'] = 'Прийняти'; 101 101 $lang['Title'] = 'Подивіться, що GBo'; -
extensions/LLGBO2/language/zh_CN/plugin.lang.php
r22738 r28990 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 23 $lang[' Howto'] = '这个插件管理图片页面的布局。';23 $lang['llgbo_admin_plugin_title'] = '这个插件管理图片页面的布局。'; 24 24 $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'] = '显示/隐藏每一个页面的头部'; 28 28 $lang['llgbo_M_header'] = '头部显示管理'; 29 29 $lang['llgbo_M_manage'] = '全局设置'; 30 30 $lang['llgbo_M_tooltip'] = '提示信息管理'; 31 $lang['llgbo_always _displayexif'] = '总是显示METADATA:';31 $lang['llgbo_alwaysdisplayexif'] = '总是显示METADATA:'; 32 32 $lang['llgbo_samples'] = '样例:'; 33 $lang['llgbo_title _frame'] = '在框架上显示图片标题';34 $lang['llgbo_ title_frame_color'] = '在框架上显示的图片标题的颜色';33 $lang['llgbo_titleframe'] = '在框架上显示图片标题'; 34 $lang['llgbo_frame_titlecolor'] = '在框架上显示的图片标题的颜色'; 35 35 $lang['llgbo_tooltip'] = '鼠标悬停于缩略图上时的提示信息:'; 36 $lang['llgbo_tooltip_b ackgroundcolor'] = '提示信息的背景颜色';36 $lang['llgbo_tooltip_bgcolor'] = '提示信息的背景颜色'; 37 37 $lang['llgbo_tooltip_bordercolor'] = '提示信息的边框颜色'; 38 $lang['llgbo_tooltip_ color'] = '提示信息的文字颜色';38 $lang['llgbo_tooltip_textcolor'] = '提示信息的文字颜色'; 39 39 $lang['llgbo_tooltip_titlecolor'] = '提示信息的标题颜色'; 40 40 $lang['llgbo_usemap'] = '在图片上添加导航:'; … … 51 51 $lang['submit'] = '提交'; 52 52 $lang['llgbo_header_category_filter_recent'] = '在分类页上显示页头 (filter by recent)'; 53 $lang['llgbo_header_categor y_flat'] = '在分类页上显示页头 (option flat)';53 $lang['llgbo_header_categories/flat'] = '在分类页上显示页头 (option flat)'; 54 54 $lang['llgbo_header_category_posted_monthly'] = '在分类页上显示页头 (option calendar)'; 55 55 $lang['llgbo_header_comments'] = '在评论页上显示页头'; 56 $lang['llgbo_header_created _monthly_calendar'] = '在日历页上显示页头';56 $lang['llgbo_header_created-monthly-calendar'] = '在日历页上显示页头'; 57 57 $lang['llgbo_header_favorites'] = '在My Favorites页上显示页头'; 58 58 $lang['llgbo_header_home'] = '在首页上显示页头'; … … 90 90 $lang['llgbo_header_best_rated'] = '在评分最高页上显示页头'; 91 91 $lang['llgbo_header_category'] = '在分类页上显示页头'; 92 $lang[' Step3_Title'] = '框架设置';92 $lang['llgbo_admin_frame_title'] = '框架设置'; 93 93 $lang['Title'] = 'Looks like GBo'; 94 94 $lang['llgbo_M_frame'] = '框架管理'; -
extensions/LLGBO2/main.inc.php
r22144 r28990 2 2 /* 3 3 Plugin Name: Look_like_gbo2 4 Version: 2.5.B4 Version: 2.7.A 5 5 Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=251 6 6 Author: GBo … … 18 18 2.5.A Fix bug back to default values after deactivates / reactivates actions 19 19 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 20 25 */ 21 26 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 22 27 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 // +-----------------------------------------------------------------------+ 32 define('LLGBO_VERSION', '2.7.A'); 33 define('LLGBO_ID', basename(dirname(__FILE__))); 34 define('LLGBO_PATH' , PHPWG_PLUGINS_PATH . LLGBO_ID . '/'); 35 define('LLGBO_ADMIN', get_root_url() . 'admin.php?page=plugin-' . LLGBO_ID); 36 // +-----------------------------------------------------------------------+ 37 /* Set the administration panel of the plugin */ 38 // +-----------------------------------------------------------------------+ 39 function 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 // +-----------------------------------------------------------------------+ 50 function 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 /******************************************************************/ 66 function 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 /******************************************************************/ 81 function 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 /******************************************************************/ 90 function 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 /******************************************************************/ 101 function 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 32 143 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 } 93 179 } 94 // selected picture Size95 $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 > 0102 { $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;}108 180 } 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 // -------------------------------------- 161 182 // Add llgbo requirement to ELEMENT_CONTENT 183 // -------------------------------------- 162 184 $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)); 164 186 } 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) 189 194 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 /******************************************************************/ 200 function LLGBO_prefilter_Content_Frame($content, $smarty) 201 /******************************************************************/ 202 { 203 // -------------------------------------- 204 // add End frame picture_content TPL 205 // -------------------------------------- 194 206 global $themeconf; 195 207 $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 /******************************************************************/ 227 function 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 210 237 // ------------------------ 211 238 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'); 245 if (defined('IN_ADMIN')) 246 { 247 add_event_handler('get_admin_plugin_menu_links', 'llgbo_admin_menu'); 248 } 249 else 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 221 258 ?> -
extensions/LLGBO2/maintain.inc.php
r22143 r28990 24 24 // | USA. | 25 25 // +-----------------------------------------------------------------------+ 26 /* */ 27 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 26 28 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 29 class 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 } 63 127 } 64 function plugin_activate()65 { global $prefixeTable,$conf;66 ///////////////////////////////////////////////////67 // Vérification de la config, si pas bon -> reinstallation68 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 85 128 ?> -
extensions/LLGBO2/template/llgbo_content.tpl
r16791 r28990 5 5 {/if} 6 6 {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 13 10 {if !isset($llgbo.NOJS)} 14 11 {if isset($llgbo.TOOLTIP)}
Note: See TracChangeset
for help on using the changeset viewer.