Ignore:
Timestamp:
Jan 14, 2016, 10:54:41 PM (8 years ago)
Author:
chronos
Message:
  • Modified: More translated texts.
  • Modified: Promotion and info page transformed to Info application module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/Registration.php

    r843 r844  
    121121                if($Team == 0) $Team = 'NULL';
    122122                $this->System->User->Register($UserName, $Pass, $Email, $Language, $Team, $PreferredVersion);
    123                 $Output .= ShowMessage('Registrace proběhla úspěšně.');
    124                 $Output .= 'Přečtěte si pozorně <a href="'.$this->System->Link('/info.php').'">pokyny pro překladání</a> a můžete pak hned začít překládat.';
     123                $Output .= ShowMessage(T('Registration was successful'));
     124                $Output .= 'Přečtěte si pozorně <a href="'.$this->System->Link('/info/').'">pokyny pro překladání</a> a můžete pak hned začít překládat.';
    125125                $this->System->User->Login($UserName, $Pass);
    126126                $this->System->ModuleManager->Modules['Log']->WriteLog('Uživatel se zaregistroval: '.$UserName, LOG_TYPE_USER);
     
    128128
    129129                // User tags
    130                 $Query = 'SELECT * FROM UserTagType';
     130                $Query = 'SELECT * FROM `UserTagType`';
    131131                $DbResult = $this->Database->query($Query);
    132132                while ($UserTag = $DbResult->fetch_array()) {
Note: See TracChangeset for help on using the changeset viewer.