Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * phpBB Infraction System
- *
- * @package phpBB3
- * @copyright (c) 2012 Nelsaidi
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- *
- */
- /**
- * @ignore
- */
- if (!defined('IN_PHPBB'))
- {
- exit;
- }
- /**
- * DO NOT CHANGE
- */
- if (empty($lang) || !is_array($lang))
- {
- $lang = array();
- }
- $lang = array_merge($lang, array(
- 'INFRACTIONS' => 'Infracciones',
- 'ACP_INFRACTIONS' => 'Infracciones',
- 'MCP_INFRACTIONS' => 'Infracciones',
- 'UCP_YOUR_INFRACTIONS' => 'Infracciones',
- 'ISSUE_INFRACTION' => 'Emitir infracción',
- 'VIEW_INFRACTION' => 'Ver infracciones',
- 'MCP_ISSUE_INFRACTION' => 'Emitir infracción',
- 'MCP_VIEW_INFRACTIONS' => 'Ver infracciones',
- 'ACP_INFRACTION_TEMPLATES' => 'Plantillas',
- 'ACP_INFRACTION_ADD_TEMPLATE' => 'Añadir plantilla',
- 'ACP_INFRACTION_GENERAL' => 'Configuración general',
- 'ACP_INFRACTION_NO_TEMPLATES' => 'No hay plantillas, utilice el enlace de arriba para añadir uno',
- 'INFRACTION_PM_SIG' => 'Firma de MP',
- 'INFRACTION_PM_SIG_EXPLAIN' => 'Firma del MP enviado a los usuarios que recieven las infracciones, utilizar <strong>%s</strong> para mostrar el nombre del usuario que emite',
- 'INFRACTION_DELETE_KEEP_TIME' => 'Tiempo para remover las infracciones (días)',
- 'INFRACTION_DELETE_KEEP_TIME_EXPLAIN' => 'Sólo es aplicable cuando anteriormente se establece en No, introduzca 0 para mantener por siempre',
- 'INFRACTION_DELETE_TYPE' => 'Forzar eliminar',
- 'INFRACTION_DELETE_TYPE_EXPLAIN'=> 'Si desea mantener las infracciones en la base de datos como historial seleccione "No"',
- 'INFRACTION_LOG_ISSUED' => 'Emitió una infracción a %s',
- 'INFRACTION_LOG_DELETED' => 'Suprimido una infracción emitida a %s',
- 'INFRACTION_LOG_UPDATED' => 'La configuración de infracción actualizada',
- 'INFRACTION_DELETE_CONFIRM' => '¿Está seguro que desea eliminar esta infracción?',
- 'INFRACTION_TEMPLATE_NAME' => 'Nombre de la plantilla',
- 'INFRACTION_NO_TEMPLATES' => 'No existen plantillas ',
- 'INFRACTION_TEMPLATE' => 'Plantilla',
- 'INFRACTION_CUSTOM' => 'Custom',
- 'INFRACTION_REASON' => 'Razón',
- 'INFRACTION_DURATION' => 'Duración',
- 'INFRACTION_DURATION_CUSTOM' => 'Duración personalizada',
- 'INFRACTION_PERMANENT' => 'Permanente',
- 'INFRACTION_POINTS' => 'Puntos de infracción',
- 'INFRACTION_DELETE' => 'Eliminar',
- 'INFRACTION_MOVE_UP' => 'Arriba',
- 'INFRACTION_MOVE_DOWN' => 'Abajo',
- 'INFRACTION_DAY' => 'Día',
- 'INFRACTION_DAYS' => 'Días',
- 'INFRACTION_WEEK' => 'Semana',
- 'INFRACTION_WEEKS' => 'Semanas',
- 'INFRACTION_MONTH' => 'Mes',
- 'INFRACTION_MONTHS' => 'Meses',
- 'INFRACTION_REASON_DESC' => 'La razón presentada al usuario por esta infracción.',
- 'INFRACTION_NOT_EXIST' => 'La infracción no existe',
- 'INFRACTION_POINTS_ISSUED' => 'Puntos de emisión',
- 'INFRACTION_NONE_CURRENT' => 'No hay infracciones actuales',
- 'INFRACTION_DATE' => 'Fecha',
- 'INFRACTION_EXPIRE' => 'Fecha de vencimiento',
- 'INFRACTION_TOTAL_POINTS' => 'Total de puntos',
- 'INFRACTION_NEVER' => 'Nunca',
- 'INFRACTION_T_DELETE' => 'Eliminar',
- 'INFRACTION_NO_REASON_NAME' => 'Razón o el nombre no puede estar en blanco',
- 'INFRACTION_EDIT' => 'Editar Infracción',
- 'INFRACTION_TEMPLATE_DELETE' => 'Eliminar plantilla',
- 'INFRACTION_TEMPLATE_DELETE_CONFIRM' => '¿Está seguro que desea eliminar esta plantilla?',
- 'INFRACTION_ENTER_USERNAME' => 'Por favor, use este formulario para introducir un nombre de usuario or utilizar el botón de infracción de mensajes',
- 'INFRACTION_OOPS' => 'Vaya, algo salió mal, regresa y vuelve a intentarlo.',
- 'INFRACTION_USER_NOT_EXIST' => 'El usuario seleccionado no existe',
- 'INFRACTION_ISSUE_YOURSELF' => 'No se puede emitir una infracción a uno mismo',
- 'INFRACTIOS_ISSUE_GUEST' => 'No se puede emitir una infracción a un usuario invitado',
- 'INFRACTION_NEGATIVE_POINTS' => 'Usted no puede emitir puntos negativos, intente eliminar las infracciones para reducir el conteo de puntos',
- 'INFRACTION_INVALID_DATE' => 'Fecha no válida, la fecha debe ser a partir de hoy y existen',
- // Note, week, days, hours, etc should be as such and english, they are parsed by PHP.
- 'INFRACTION_DUR_CUSTOM_NOTE' => 'Introduzca la duración personalizada, como 1 semana 2 días 4 horas 2 segundos',
- 'INFRACTION_YOUR_TOTAL' => 'Usted tiene <strong>%d</strong> puntos en total',
- 'INFRACTION_PM_SUBJECT' => 'Usted ha recibido una infracción',
- // %1$s > Username, %2$s > Reason , %3$s > Infraction Points, %4$s > Total Infraction Points, %5$s > Signature
- 'INFRACTION_PM_BODY' => "Estimado %1\$s, \n"
- . "Se ha emitido una infracción con los siguientes datos: \n"
- . " \n"
- . "Razón: %2\$s \n"
- . "Puntos de infracción: %3\$s\n"
- . " \n"
- . "Sus puntos de infracción total ahora es %4\$s \n"
- . "%5\$s",
- ));
- $lang = array_merge($lang, array(
- 'acl_m_infractions' => array('lang' => 'Puede ver infracciones', 'cat' => 'misc'),
- 'acl_m_infractions_issue' => array('lang' => 'Puede emitir infracciones', 'cat' => 'misc'),
- 'acl_m_infractions_delete' => array('lang' => 'Puede eliminar infracciones', 'cat' => 'misc'),
- ));
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement