Date of Birth on Registration
* Plugin Date of Birth on Registration * Version 0.4 * Autor MattRogowski * Traductor Sama34 (Omar G.) * Idioma Español (MX) Spoiler: <?php /*...

  • Plugin Date of Birth on Registration
  • Version 0.4
  • Autor MattRogowski
  • Traductor Sama34 (Omar G.)
  • Idioma Español (MX)

[spoiler]
Código PHP:
<?php
/**
 * Translator: Sama34 (Omar G.)
 * Website: http://mybb-es.com
 * Last updated: Febrero 07, 2012
 */

/**
 * Date of Birth on Registration 0.4 - Language File

 * Copyright 2010 Matthew Rogowski

 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 ** http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
**/

$l['dobonreg_full_required'] = "Se requiere de tu fecha de nacimiento completa.";
$l['dobonreg_partial_required'] = "Escrive al menos un dia y un mes.";
$l['dobonreg_optional'] = "Esto puede ser dejado en blanco.";

$l['userdata_invalid_dob_need_full'] = "Debes colocar una fecha de nacimiento completa.";
$l['userdata_invalid_dob_empty'] = "Debes colocar minimo un dia y mes de nacimiento.";

$l['invalid_dob_age_reg'] = "Eres demasiado joven para registrarte en este foro, la edad minima requerida es {1}.";
$l['invalid_dob_age_view'] = "Eres demasiado joven para navegar en este foro, la edad minima requerida es {1}.";
?>
[/spoiler]

Descargar:
{SIGNATURE_IMAGE}
EDIT: No había visto que es el subforo de solo traducciones, igual ya lo vi en mybb Wink
www.ledahost.com | Email: info[at]ledahost.com | Skype: ledahost
VPS SSD - HOSTING Y RESELLER [cPanel, Plesk, etc] - DOMINIOS - BACKUPS - WAREZ & XXX
CUPONES: Hosting 20%: memudoaleda
Código PHP:
<?php
/**
 * Translator: Sama34 (Omar G.)
 * Website: http://mybb-es.com
 * Last updated: Febrero 07, 2012
 */

/**
 * Date of Birth on Registration 0.4 - Language File

 * Copyright 2010 Matthew Rogowski

 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 ** http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
**/

$l['dobonreg_full_required'] = "Se requiere de tu fecha de nacimiento completa.";
$l['dobonreg_partial_required'] = "Escribe al menos un día y un mes.";
$l['dobonreg_optional'] = "Esto puede ser dejado en blanco.";

$l['userdata_invalid_dob_need_full'] = "Debes colocar una fecha de nacimiento completa.";
$l['userdata_invalid_dob_empty'] = "Debes colocar mínimo un día y mes de nacimiento.";

$l['invalid_dob_age_reg'] = "Eres demasiado joven para registrarte en este foro, la edad mínima requerida es {1}.";
$l['invalid_dob_age_view'] = "Eres demasiado joven para navegar en este foro, la edad minima requerida es {1}.";
?>

Te dejo el lang corregido, dejaste uno con muchas faltas xD
:)