mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$lang_takeconfirm = array
|
||||
(
|
||||
'std_sorry' => "Sorry...",
|
||||
'std_no_buddy_to_confirm' => "Ningún amigo para confirmar. :( <br /><br />Por favor haga clic ",
|
||||
'std_here_to_go_back' => "aquí</a> para volver atrás.",
|
||||
'mail_title' => " Cuenta confirmada",
|
||||
'mail_here' => "AQUÍ",
|
||||
'mail_content_1' => "Hola,<br /><br />Tu cuenta ha sido confirmada. Ahora puedes visitar ",
|
||||
'mail_content_2' => "<br /><br />y usa tu información de inicio de sesión para iniciar sesión. Esperamos que leas las preguntas frecuentes y las reglas antes de empezar a compartir archivos.<br /><br />Buena suerte y diviértete en ".$SITENAME."!<br /><br />Si no conoces a la persona que te ha invitado, por favor reporta este correo electrónico a ".$REPORTMAIL."<br />------<br />tuyos,The ".$SITENAME." Equipos."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user