Merge pull request #14 from XxCoolGamesxX/master

Update $name to {name} in es_ES.utf8.php
This commit is contained in:
Ruan 2016-11-18 06:01:54 +02:00 committed by GitHub
commit a9118a9053

View File

@ -9,13 +9,14 @@ class Lang {
$this->header_mutes = 'Muteos';
$this->header_warnings = 'Advertencias';
$this->header_kicks = 'Expulsiones';
$this->page_perm_ban = 'Baneo Permanente';
$this->page_perm_mute = 'Muteo Permanente';
$this->page_perm_warn = 'Permanente';
$this->page_expire_ban = '(Desbaneado)';
$this->page_expire_ban_by = '(Desbaneado por $name)';
$this->page_expire_ban_by = '(Desbaneado por {name})';
$this->page_expire_mute = '(Desmuteado)';
$this->page_expire_mute_by = '(Desmuteado por $name)';
$this->page_expire_mute_by = '(Desmuteado por {name})';
$this->page_expire = '(Expirado)';
$this->page_title_ban = 'Baneos';
$this->page_title_mute = 'Muteos';
@ -24,7 +25,9 @@ class Lang {
$this->page_check_user = "Jugador";
$this->page_check_submit = "Verificar";
$this->page_page = "Pagina";
$this->check_notjoin = "no ha entrado antes.";
$this->history_recentby = "Sanciones Recientes por ";
$this->history_recentfor = "Sanciones Recientes para ";
$this->history_tabletype = "Tipo";
@ -35,6 +38,7 @@ class Lang {
$this->history_tableexpires = "Expira";
$this->history_nopunishments = "Castigos No Encontrados.";
$this->history_returnto = "Volver a";
$this->info_banned_player = "Jugador Baneado";
$this->info_banned_by = "Baneado por";
$this->info_banned_reason = "Razon del Baneo";
@ -55,20 +59,24 @@ class Lang {
$this->info_kick_by = "Expulsado en";
$this->info_kick_reason = "Razon de la Expulsion";
$this->info_kick_when = "Fecha de la Expulsion";
$this->bans_player = "Nombre";
$this->bans_by = "Baneado por";
$this->bans_reason = "Razon";
$this->bans_when = "Baneado en";
$this->bans_expiry = "Baneado hasta";
$this->kicks_player = "Nombre";
$this->kicks_by = "Expulsado por";
$this->kicks_reason = "Razon";
$this->kicks_when = "Fecha";
$this->mutes_player = "Nombre";
$this->mutes_by = "Muteado por";
$this->mutes_reason = "Razon";
$this->mutes_when = "Muteado en";
$this->mutes_expiry = "Muteado hasta";
$this->warns_player = "Nombre";
$this->warns_by = "Advertido por";
$this->warns_reason = "Razon";
@ -76,6 +84,7 @@ class Lang {
$this->warns_receive = "Advertencia Recibida";
$this->warns_yes = "Si";
$this->warns_no = "No";
// Errors which are only accessible from invalid user input or removed pages.
$this->check_invalid = "Nombre Invalido.";
$this->history_missinguuid = "Argumentos Perdidos de (uuid).";