mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
15 lines
831 B
PHP
15 lines
831 B
PHP
<?php
|
||
|
||
$lang_takeconfirm = array
|
||
(
|
||
'std_sorry' => "Sorry...",
|
||
'std_no_buddy_to_confirm' => "Δεν υπάρχει φίλος προς επιβεβαίωση. :( <br /><br />Παρακαλώ κάντε κλικ ",
|
||
'std_here_to_go_back' => "here</a> to go back.",
|
||
'mail_title' => " Ο Λογαριασμός Επιβεβαιώθηκε",
|
||
'mail_here' => "ΕΔΩ",
|
||
'mail_content_1' => "Hello,<br /><br />Your account has been confirmed. You can now visit ",
|
||
'mail_content_2' => "<br /><br />and use your login information to login in. We hope you'll read the FAQ's and Rules before you start sharing files.<br /><br />Good luck and have fun on ".$SITENAME."!<br /><br />If you do not know the person who has invited you, please report this email to ".$REPORTMAIL."<br />------<br />Δες,Η ".$SITENAME." Ομάδα."
|
||
);
|
||
|
||
?>
|