mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
72 lines
3.0 KiB
PHP
72 lines
3.0 KiB
PHP
<?php
|
|
|
|
$lang_invite = array
|
|
(
|
|
'std_sorry' => "Disculpe",
|
|
'std_permission_denied' => "¡Permiso denegado!",
|
|
'head_invites' => "Invitaciones",
|
|
'std_no_invites_left' => "No te quedan invitaciones. :( <br /><br />Por favor, haz clic ",
|
|
'here_to_go_back' => "aquí</a> para volver atrás.",
|
|
'text_invite_code_sent' => "¡El código de invitación ha sido enviado!<br />",
|
|
'text_invite_someone' => "Invitar a alguien a unirse ",
|
|
'text_s' => "s",
|
|
'text_invitation' => " invitación",
|
|
'text_left' => " restante",
|
|
'text_email_address' => "Dirección de email",
|
|
'text_email_address_note' => "La dirección de correo electrónico debe ser válida. La invitación recibirá un correo electrónico sobre su invitación.",
|
|
'text_message' => "Mensaje",
|
|
'submit_invite' => "Invitar",
|
|
'text_invite_status' => "Estado actual de las invitaciones",
|
|
'text_no_invites' => "Aún no hay invitaciones.",
|
|
'text_username' => "Usuario",
|
|
'text_email' => "E-mail",
|
|
'text_uploaded' => "Subido",
|
|
'text_downloaded' => "Descargado",
|
|
'text_ratio' => "Ratio",
|
|
'text_status' => "Estado",
|
|
'text_confirm' => "Confirmar",
|
|
'text_confirmed' => "Confirmada",
|
|
'text_pending' => "Pendiente",
|
|
'submit_confirm_users' => "Confirmar Usuarios",
|
|
'sumbit_invite_someone' => "Invite Someone",
|
|
'text_sent_invites_status' => "Estado actual de las invitaciones enviadas",
|
|
'text_no_invitation_sent' => "No hay invitaciones enviadas en este momento.",
|
|
'text_hash' => "Hash",
|
|
'text_send_date' => "Fecha de envío",
|
|
'text_hash_status' => 'Hash valid',
|
|
'text_invitee_user' => 'Usuario invitado',
|
|
|
|
'text_invitation_body' => "
|
|
Hi Buddy,
|
|
|
|
I am inviting you to join %s which is a private community that have the finest
|
|
and most abundant stuff. If you are interested in joining us please read over
|
|
the rules and confirm the invite. Finally, please make sure you keep a nice ratio and
|
|
only upload content that follows rules of the site.
|
|
|
|
Welcome aboard! :)
|
|
Best Regards,
|
|
",
|
|
'text_invite_system' => "sistema de invitación",
|
|
'std_only' => "Sólo ",
|
|
'std_or_above_can_invite' => " o superior puede enviar invitación.",
|
|
'text_email_restriction_note' => "Sólo puede enviar una invitación al correo electrónico de esos dominios: ",
|
|
'harem_addition' => 'Añadir Harem',
|
|
'signup_link_help' => 'Clic derecho para copiar',
|
|
'signup_link' => 'Enlace de registro',
|
|
'text_uploaded_count' => 'Cuentas cargadas',
|
|
'text_seed_torrent_count' => 'Conteo de semillas',
|
|
'text_seed_torrent_size' => 'Tamaño de semilla',
|
|
'text_seed_torrent_bonus_per_hour' => 'Bono de siembra por hora',
|
|
'text_seed_torrent_bonus_per_hour_help' => 'Es decir, puntos de semilla, no consideren donaciones, torrents oficiales, harems y cualquier otra adición',
|
|
'text_seed_torrent_last_announce_at' => 'Última fecha de anuncio',
|
|
'text_enabled' => 'Activado',
|
|
'text_tmp_status' => 'Estado de invitación temporal',
|
|
'text_expired_at' => 'Caducó el',
|
|
'text_permanent' => 'Usando invitación permanente',
|
|
'text_consume_invite' => 'Usando invitación',
|
|
'text_temporary_left' => 'Invitación temporal %s',
|
|
);
|
|
|
|
?>
|