Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   TBDev v2.1.17 Yuna SE [ English Version ] (http://www.bvlist.com/showthread.php?t=9906)



BamBam0077 14th May 2014 16:11

TBDev v2.1.17 Yuna SE [ English Version ]
 
Hello Bravo,

I am working on converting TBDev v2.1.17 Yuna SE Russian to English for you all that may want this converted. I have so far only done 1 script but I will post them one at time also I have left some of their language behind because my translator is not the best :wizard:

Signup.php
Code:


/*
// +--------------------------------------------------------------------------+
// | Project:    TBDevYSE - TBDev Yuna Scatari Edition                        |
// +--------------------------------------------------------------------------+
// | This file is part of TBDevYSE. TBDevYSE is based on TBDev,              |
// | originally by RedBeard of TorrentBits, extensively modified by          |
// | Gartenzwerg.                                                            |
// |                                                                          |
// | TBDevYSE is free software; you can redistribute it and/or modify        |
// | it under the terms of the GNU General Public License as published by    |
// | the Free Software Foundation; either version 2 of the License, or        |
// | (at your option) any later version.                                      |
// |                                                                          |
// | TBDevYSE is distributed in the hope that it will be useful,              |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of          |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            |
// | GNU General Public License for more details.                            |
// |                                                                          |
// | You should have received a copy of the GNU General Public License        |
// | along with TBDevYSE; if not, write to the Free Software Foundation,      |
// | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            |
// +--------------------------------------------------------------------------+
// |                                              Do not remove above lines! |
// +--------------------------------------------------------------------------+
*/

require_once("include/bittorrent.php");
dbconn();

if ($deny_signup && !$allow_invite_signup)
    stderr($tracker_lang['error'], "Извините, но регистрация отключена администрацией.");

if ($CURUSER)
    stderr($tracker_lang['error'], sprintf($tracker_lang['signup_already_registered'], $SITENAME));

list($users) = mysql_fetch_array(sql_query("SELECT COUNT(id) FROM users"));
if ($users >= $maxusers)
    stderr($tracker_lang['error'], sprintf($tracker_lang['signup_users_limit'], number_format($maxusers)));

if ($_POST["agree"] != "yes") {
stdhead("{$SITENAME} Terms");
?>


Terms





 

To proceed, you must agree with the following rules:


Terms



Register on the tracker is free! We strongly recommend that you read the rules of our project.
If you agree with all the terms, please check the 'I agree' and click 'Register'.
If you cancel the registration, click here to return to the homepage.



Although the administrators and moderators of serving , attempt to keep all objectionable messages from the tracker, it is impossible to review all messages.
All messages express the views of the author, but not for the administration, respectively, only the author is responsible for the content of any message.



By agreeing to these rules, you agree to comply with the tracker as a whole, as well as the requirements of the legislation of the Russian Federation.
Tracker Administration reserves the right to remove, edit, move or close any thread for any reason.













stdfoot();
die;
}

stdhead('Register');

$countries = "\n";
$ct_r = sql_query("SELECT id, name FROM countries ORDER BY name") or die;
while ($ct_a = mysql_fetch_array($ct_r))
  $countries .= "\n";

?>


if ($deny_signup && $allow_invite_signup)
    stdmsg("Внимание", "Регистрация доступна только тем у кого есть код приглашения!");
?>









$year .= "\n";
$birthmonths = array(
    "01" => 'January',
    "02" => 'February',
    "03" => 'March',
    "04" => 'April',
    "05" => 'May',
    "06" => 'June',
    "07" => 'July',
    "08" => 'August',
    "09" => 'September',
    "10" => 'October',
    "11" => 'November',
    "12" => 'December',
);
$month = "\n";
$day .= "\n";
tr('Birthday*', $year.$month.$day ,1);
tr('Country', "",1);
tr('Contact', "


You'll receive a confirmation email to which you must respond. Your email will no longer be used.");?>


     
       
       
     
     
       
       
     
     
       
       
     
   

        ICQ
       
       

        AIM
       
       

        MSN
       
       

        Yahoo!
       
       

        Skype
       
       

        mIRC!
       
       
",1);
tr('Web Site', "", 1);

    include_once("include/captcha.php");
    $hash = create_captcha();
    tr("Confirmation Code", "
   

Please enter the text from the image below.
      This process prevents automatic registration.


   
       
           
           
       
       
           
       
   

                \"Captcha\"
           

    The code is case sensitiveDouble click on the picture, something to refresh image.", 1);

/*   
if ($allow_invite_signup) {
    tr("Code invitations", "", 1);
}*/

?>






stdfoot();

?>


http://i.imgbox.com/IFasrHje.png

http://i.imgbox.com/FpEcUVAu.png

Remember I have commented out Invite so if you want it back just uncomment it.
:ok:

WhyMe 15th May 2014 22:16

Just a Sidenote.............. Yot should post up when you have done all not one at a time:drink:

BamBam0077 16th May 2014 12:38

I am just gonna do the lang files rather then entire scripts now feel silly not looking into the lang files will save me a heap of time. :drink: but your right posting 1 at time does sound silly as their are over 25 scripts :ok:

if anyone has a good Russian translator I would appreciate the help to get it as atm I am using google chrome to translate :)

ajax 16th May 2014 15:33

:wallbash:

AlaminT 29th May 2014 10:41

Luke, use GIT!

After you completed with your task (yet i advise you to manualy translate, not use automated stuff) create pull request to merge your changes into main source.

hon 26th March 2021 11:46

UP
 
Can you upload it?

thartley55 26th March 2021 14:54

Really?
Can people not look at the post dates?
This thread...and the last post...nearly 7 years old!


All times are GMT +2. The time now is 19:32.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.