mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
144 lines
6.4 KiB
PHP
144 lines
6.4 KiB
PHP
<?php
|
|
|
|
$lang_offers = array
|
|
(
|
|
'text_offered_by' => "Ofrecido por ",
|
|
'text_inf' => "Inf.",
|
|
'text_ratio' => "ratio:",
|
|
'text_orphaned' => "(huérfano)",
|
|
'text_at' => " en ",
|
|
'text_edit' => "Editar",
|
|
'text_delete' => "Eliminar",
|
|
'text_profile' => "Perfil",
|
|
'text_pm' => "MP",
|
|
'text_report' => "Reporte",
|
|
'text_last_edited_by' => "Última edición por ",
|
|
'text_edited_at' => " en ",
|
|
'head_offer_error' => "Error de oferta",
|
|
'std_error' => "¡Error!",
|
|
'std_smell_rat' => "¡Ocio a una rata!",
|
|
'head_offer' => "Oferta",
|
|
'submit_search' => "Go!",
|
|
'text_red_star_required' => "Los campos marcados con una estrella roja (<font color=\"red\">*</font>) son obligatorios.",
|
|
'text_offers_open_to_all' => "Las ofertas están abiertas a todos los usuarios... ¡una gran relación optimizada!",
|
|
'select_type_select' => "(Seleccionar)",
|
|
'row_type' => "Tipo",
|
|
'row_title' => "Título",
|
|
'row_post_or_photo' => "Póster o foto",
|
|
'text_link_to_picture' => "(Enlace directo a la imagen. NO <a href=\"tags.php\" title=\"What is Tag?\">TAG</a> ¡NECESARIO! Se mostrará en la descripción)",
|
|
'row_description' => "Descripción",
|
|
'submit_add_offer' => "Añadir Oferta!",
|
|
'col_type' => "Tipo",
|
|
'col_title' => "Título",
|
|
'title_time_added' => "Tiempo añadido",
|
|
'col_offered_by' => "Añadido Por",
|
|
'submit_show_all' => "Mostrar Todo",
|
|
'std_must_enter_name' => "¡Debes introducir un nombre!",
|
|
'std_must_select_category' => "¡Debes seleccionar una categoría para poner la oferta!",
|
|
'std_must_enter_description' => "¡Debes introducir una descripción!",
|
|
'std_wrong_image_format' => "La imagen DEBE estar en formato jpg, gif o png.",
|
|
'head_success' => "¡Éxito!",
|
|
'head_error' => "¡Error!",
|
|
'std_offer_exists' => "¡La oferta ya existe!",
|
|
'text_view_all_offers' => "Ver todas las ofertas.",
|
|
'head_offer_detail_for' => "Detalles de la oferta para ",
|
|
'text_offer_detail' => "Detalles de la oferta",
|
|
'row_time_added' => "Tiempo añadido",
|
|
'row_status' => "Estado",
|
|
'text_pending' => "Pendiente",
|
|
'text_allowed' => "Permitido",
|
|
'text_denied' => "Denegado",
|
|
'text_edit_offer' => "Editar oferta",
|
|
'text_delete_offer' => "Eliminar oferta",
|
|
'report_offer' => "Oferta de informe",
|
|
'row_allow' => "Permitir",
|
|
'submit_allow' => "Permitir",
|
|
'submit_let_votes_decide' => "Permitir votos decidir",
|
|
'row_vote' => "Votaciones",
|
|
'text_for' => "Para",
|
|
'text_against' => "Contra",
|
|
'row_offer_allowed' => "Oferta Permitida",
|
|
'text_voter_receives_pm_note' => "Si usted votó por esta oferta, usted será PMed cuando esté mejorado!",
|
|
'text_urge_upload_offer_note' => "¡Esta oferta ha sido permitida! Por favor, súbala lo antes posible.",
|
|
'row_vote_results' => "VOTA Resultados",
|
|
'text_see_vote_detail' => "[Ver detalles del voto]",
|
|
'row_report_offer' => "Oferta de informe",
|
|
'text_for_breaking_rules' => " para romper las reglas ",
|
|
'submit_report_offer' => "Informar Oferta",
|
|
'text_add_comment' => "Añadir comentario",
|
|
'text_no_comments' => "No hay comentarios",
|
|
'std_access_denied' => "¡Acceso denegado!",
|
|
'std_mans_job' => "¡este es el trabajo de un hombre!",
|
|
'std_have_no_permission' => "No tiene permiso",
|
|
'std_sorry' => "Disculpe",
|
|
'std_no_votes_yet' => "Aún no hay votos... ",
|
|
'std_back_to_offer_detail' => "Volver a detalles de la oferta",
|
|
'std_cannot_edit_others_offer' => "Esta no es su oferta para editar.",
|
|
'head_edit_offer' => "Editar oferta ",
|
|
'text_edit_offer' => "Editar oferta",
|
|
'submit_edit_offer' => "Editar Oferta",
|
|
'head_offer_voters' => "Voceros de oferta",
|
|
'text_vote_results_for' => "Resultados de la oferta para",
|
|
'col_user' => "Usuario",
|
|
'col_uploaded' => "Subido",
|
|
'col_downloaded' => "Descargado",
|
|
'col_ratio' => "Ratio",
|
|
'col_vote' => "Votaciones",
|
|
'std_already_voted' => "Ya has votado",
|
|
'std_already_voted_note' => "<p>Ya has votado, máximo 1 voto por oferta</p><p>Volver al ",
|
|
'std_back_to_offer_detail' => "<b>ofrecer detalles</b></a></p>",
|
|
'head_vote_for_offer' => "Votar por oferta",
|
|
'std_vote_accepted' => "Voto aceptado",
|
|
'std_vote_accepted_note' => "<p>Your vote have been accepted</p><p>Back to the ",
|
|
'std_cannot_delete_others_offer' => "¡Esta no es su oferta para eliminar!",
|
|
'std_delete_offer' => "Eliminar oferta",
|
|
'std_delete_offer_note' => "Estás a punto de eliminar esta oferta.",
|
|
'head_offers' => "Ofertas",
|
|
'text_offers_section' => "Sección de ofertas",
|
|
'text_add_offer' => "Añadir oferta",
|
|
'text_view_request' => "Ver solicitudes",
|
|
'select_show_all' => "(Mostrar todo)",
|
|
'submit_view_only_selected' => "ver solo seleccionado",
|
|
'text_search_offers' => "Buscar: ",
|
|
'title_comment' => "Comentarios",
|
|
'col_vote_results' => "Votaciones",
|
|
'text_nothing_found' => "¡Nada encontrado!",
|
|
'text_yep' => "yep",
|
|
'text_nah' => "nah",
|
|
'title_show_vote_details' => "Mostrar Voto Detalles",
|
|
'title_i_want_this' => "I want this!",
|
|
'title_do_not_want_it' => "I don't like this",
|
|
'row_action' => "Accin",
|
|
'text_quick_comment' => "Comentario rápido",
|
|
'submit_add_comment' => "Añadir Comentario",
|
|
'text_blank' => " ",
|
|
'col_act' => "Acto.",
|
|
'title_delete' => "Eliminar",
|
|
'title_edit' => "Editar",
|
|
'col_timeout' => "Tiempo agotado",
|
|
'row_info' => "Info",
|
|
'text_reason_is' => "Razón: ",
|
|
'submit_confirm' => "Confirmar",
|
|
'title_add_comments' => "Add comment",
|
|
'text_at_time' => " en ",
|
|
'text_blank_two' => " ",
|
|
'text_last_commented_by' => "Último comentario de ",
|
|
'title_has_new_comment' => "Has new comment",
|
|
'title_no_new_comment' => "No new comment",
|
|
'text_new' => "Nuevo",
|
|
'std_cannot_vote_youself' => "No puedes votar por tus propias ofertas.",
|
|
'text_rules' => "Reglas: ",
|
|
'text_rule_one_one' => "",
|
|
'text_rule_one_two' => " o superior pueden subir torrents directamente sin pasar por la sección de ofertas. ",
|
|
'text_rule_one_three' => " o superior puede añadir ofertas.",
|
|
'text_rule_two_one' => "Una oferta se aprueba cuando los votos de apoyo son ",
|
|
'text_rule_two_two' => " más que oponerse a los votos.",
|
|
'text_rule_three_one' => "Las ofertas se eliminarán si no se aprueban ",
|
|
'text_rule_three_two' => " horas después de añadido.",
|
|
'text_rule_four_one' => "Las ofertas se eliminarán si no se suben ",
|
|
'text_rule_four_two' => " horas después de ser aprobado.",
|
|
'text_rule_skip_offer' => "Cuando el número de ofertas que pasa el usuario es mayor o igual que <b>%d</b>, el usuario puede subir torrents directamente sin pasar por la sección de ofertas.",
|
|
);
|
|
|
|
?>
|