mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
13 lines
853 B
PHP
13 lines
853 B
PHP
<?php
|
|
|
|
$lang_faq = array
|
|
(
|
|
'head_faq' => "FAQ",
|
|
'text_welcome_to' => "Bienvenido a ",
|
|
'text_welcome_content_one' => "The goal is to provide the absolutely high quality stuff. Therefore, only specially authorised users have permission to upload torrents. If you have access to 0-day stuff do not hesitate to <a class=\"faqlink\" href=\"contactstaff.php\">contact</a> us!<br /><br />This is a private tracker, and you have to register before you can get full access to the site.",
|
|
'text_welcome_content_two' =>" Antes de hacer nada en %s, te sugerimos que leas las <a class=\"faqlink\" href=\"rules.php\">reglas</a>! Sólo hay unas cuantas normas que cumplir, pero ¡las aplicamos!<br /><br />Antes de continuar deberías leer el acuerdo de usuario</a> de %s <a class=\"faqlink\" href=\"useragreement.php\">.",
|
|
'text_contents' => "Contenido",
|
|
);
|
|
|
|
?>
|