Thread: category block
View Single Post
  #9  
Old 31st August 2013, 13:00
sumonst21 sumonst21 is offline
Senior Member
 
Join Date: Aug 2013
Bangladesh
Posts: 78
Default
Quote:
Originally Posted by mothership View Post
language folder...english language folder...lang_blocks.php...add


$language["BLOCK_CAT"]="Categories";

i am add the text. but still not working...
i am attach my lang_block.php file:
PHP Code:
<?php
$language
['BLOCK_USER']='User Info';
$language['BLOCK_INFO']='Tracker Info';
$language['BLOCK_MENU']='Main Menu';
/* We leave this name (drop down menu) blank so it doesnt use the block head showing its name, it looks unsightly and non professional imho!! TreetopClimber */
$language['BLOCK_DDMENU']='';
$language['BLOCK_CALENDAR']='Calendar'
$language['BLOCK_CLOCK']='Clock';
$language["BLOCK_CAT"]="Categories";
$language['BLOCK_FORUM']='Forum';
$language['BLOCK_LASTMEMBER']='Latest Member';
$language['BLOCK_ONLINE']='Online';
$language['BLOCK_ONTODAY']='On Today';
$language['BLOCK_SHOUTBOX']='Shout Box';
$language['BLOCK_TOPTORRENTS']='Top Torrents';
$language['BLOCK_LASTTORRENTS']='Last Upload';
$language['BLOCK_NEWS']='Last News';
$language['BLOCK_SERVERLOAD']='Server Load';
$language['BLOCK_POLL']='Poll';
$language['BLOCK_SEEDWANTED']='Seed Wanted Torrents';
$language['BLOCK_PAYPAL']='Support US';
$language['BLOCK_MAINTRACKERTOOLBAR']='Main Tracker Toolbar';
$language['BLOCK_MAINUSERTOOLBAR']='Main User Toolbar';
$language['WELCOME_LASTUSER']=' Welcome to our Tracker ';
$language['BLOCK_MINCLASSVIEW']='Minimum rank that can view';
$language['BLOCK_MAXCLASSVIEW']='Maximum rank that can view';
$language["LC"]="Latest Comments";

$language["BLACKJACK_STATS"]="Your Blackjack Stats";

$language['BLOCK_REQUEST'] = 'Most Voted Requests';
$language["BLOCK_TOPU"]="Top Uploaders";
$language["BLOCK_FEATURED"]="Last Torrents";
$language["BLOCK_ADMIN"]="Admin Checks";
$language["BLOCK_WARN"]="Low Ratio Warnings";
$language['Ticker']='Info and News';

$language["BLOCK_BIRTHDAY"]="Today's Birthdays";
$language["BLOCK_NO_BIRTHDAY"]="No members are celebrating a birthday today";

$language["BLOCK_LOTTERY"]="Lottery";
$language["CLIENT"]="Recommended";
$language["BLOCK_HIT"]="HIT & RUN Warning";
$language['REC_BLOCK']='Recommended By Staff';

$language['SUB_BLOCK']='Subtitles';
$language['DIV_BLOCK']='Donate to get a Invitation';
$language["BLOCK_FEATUREDD"]="Torrent of the Day";



?>



Click the image to open in full size.




Click the image to open in full size.



please help me....
Attached Files
File Type: php lang_blocks.php (2.0 KB, 21 views)
Reply With Quote