mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Removed unused lang variables (#802)
This commit is contained in:
parent
eabc49f68e
commit
e62310e098
1 changed files with 1 additions and 13 deletions
|
@ -1607,18 +1607,6 @@ $lang['TRACKER_CONFIG'] = 'Tracker settings';
|
|||
$lang['RELEASE_TEMPLATES'] = 'Release Templates';
|
||||
$lang['ACTIONS_LOG'] = 'Report on action';
|
||||
|
||||
//Welcome page
|
||||
$lang['IDX_BROWSER_NSP_FRAME'] = 'Sorry, your browser doesn\'t seem to support frames';
|
||||
$lang['IDX_CLEAR_CACHE'] = 'Clear Cache:';
|
||||
$lang['IDX_CLEAR_DATASTORE'] = 'Datastore';
|
||||
$lang['IDX_CLEAR_TEMPLATES'] = 'Templates';
|
||||
$lang['IDX_CLEAR_NEWNEWS'] = 'Net news';
|
||||
$lang['IDX_UPDATE'] = 'Update:';
|
||||
$lang['IDX_UPDATE_USER_LEVELS'] = 'User levels';
|
||||
$lang['IDX_SYNCHRONIZE'] = 'Synchronize:';
|
||||
$lang['IDX_SYNCHRONIZE_TOPICS'] = 'Topics';
|
||||
$lang['IDX_SYNCHRONIZE_POSTCOUNT'] = 'User posts count';
|
||||
|
||||
// Index
|
||||
$lang['MAIN_INDEX'] = 'Forum Index';
|
||||
$lang['FORUM_STATS'] = 'Forum Statistics';
|
||||
|
@ -1645,7 +1633,7 @@ $lang['NOT_AVAILABLE'] = 'Not available';
|
|||
|
||||
// Clear Cache
|
||||
$lang['DATASTORE'] = 'Datastore';
|
||||
$lang['CLEAR_CACHE'] = 'Clear Cache';
|
||||
$lang['CLEAR_CACHE'] = 'Cache';
|
||||
$lang['CLEAR_TEMPLATES_CACHE'] = 'Templates cache';
|
||||
|
||||
// Update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue