Initial commit
This commit is contained in:
commit
43ad32700c
7085 changed files with 447606 additions and 0 deletions
|
@ -0,0 +1,34 @@
|
|||
<?php
|
||||
/**
|
||||
* MyBB 1.6
|
||||
* Copyright 2012 MyBB-Es Team, All Rights Reserved
|
||||
*
|
||||
* Website: http://www.mybb-es.com.com
|
||||
*
|
||||
* $Id: ranks.lang.php 2012-04-12 10:58Z EdsonOrdaz $
|
||||
*/
|
||||
|
||||
$l['rank'] = "Rank";
|
||||
$l['listranks'] = "List of ranks";
|
||||
$l['image'] = "Image";
|
||||
$l['namedes'] = "Name\Description";
|
||||
$l['posts'] = "Posts";
|
||||
$l['threads'] = "Threads";
|
||||
$l['reputation'] = "Reputation";
|
||||
$l['timeonline'] = "Time Online";
|
||||
$l['regdate'] = "Registered time";
|
||||
$l['level'] = "Level";
|
||||
$l['none'] = "None";
|
||||
$l['rankby'] = "Rank of {1}";
|
||||
$l['emptyranks'] = "There is no created range.";
|
||||
|
||||
$l['hours'] = "Hours";
|
||||
$l['hour'] = "Hour";
|
||||
$l['days'] = "Days";
|
||||
$l['day'] = "Day";
|
||||
$l['weeks'] = "Weeks";
|
||||
$l['week'] = "Week";
|
||||
$l['years'] = "Years";
|
||||
$l['year'] = "Year";
|
||||
$l['save'] = "Save";
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue