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'] = "Rango";
|
||||
$l['listranks'] = "Lista de rangos";
|
||||
$l['image'] = "Imagen";
|
||||
$l['namedes'] = "Nombre\Descripción";
|
||||
$l['posts'] = "Posts";
|
||||
$l['threads'] = "Temas";
|
||||
$l['reputation'] = "Reputación";
|
||||
$l['timeonline'] = "Tiempo en linea";
|
||||
$l['regdate'] = "Tiempo Registrado";
|
||||
$l['level'] = "Nivel";
|
||||
$l['none'] = "Ninguno";
|
||||
$l['rankby'] = "Rango de {1}";
|
||||
$l['emptyranks'] = "No hay ningun rango creado.";
|
||||
|
||||
$l['hours'] = "Horas";
|
||||
$l['hour'] = "Hora";
|
||||
$l['days'] = "Días";
|
||||
$l['day'] = "Día";
|
||||
$l['weeks'] = "Semanas";
|
||||
$l['week'] = "Semana";
|
||||
$l['years'] = "Años";
|
||||
$l['year'] = "Año";
|
||||
$l['save'] = "Guardar";
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue