Ignore:
Timestamp:
Dec 4, 2013, 9:20:56 AM (11 years ago)
Author:
chronos
Message:
  • Modified: More translated texts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/ShoutBox/ShoutBox.php

    r581 r622  
    2424  function ShowBox()
    2525  {
    26         $Output = '<strong><a href="'.$this->System->Link('/shoutbox/').'">Kecátko:</a></strong>';
     26        $Output = '<strong><a href="'.$this->System->Link('/shoutbox/').'">'.T('Chatbox').':</a></strong>';
    2727         
    2828        if($this->System->User->Licence(LICENCE_USER))
    29                 $Output .= ' <a href="'.$this->System->Link('/shoutbox/?a=add').'">Vložit</a>';
     29                $Output .= ' <a href="'.$this->System->Link('/shoutbox/?a=add').'">'.T('Add').'</a>';
    3030        $Output .= '<div class="box"><table>';
    3131        $DbResult = $this->Database->query('SELECT * FROM `ShoutBox` ORDER BY `ID` DESC LIMIT 30');
     
    5858                $Output = '<h3>Kecátko</h3>'.$PageList['Output'];
    5959                if($this->System->User->Licence(LICENCE_USER))
    60                         $Output .= ' <a href="'.$this->System->Link('/shoutbox/?a=add').'">Vložit</a>';
     60                        $Output .= ' <a href="'.$this->System->Link('/shoutbox/?a=add').'">'.T('Add').'</a>';
    6161                $Output .= '<div class="shoutbox">';
    6262                $DbResult = $this->System->Database->query('SELECT * FROM `ShoutBox` ORDER BY `ID` DESC '.$PageList['SQLLimit']);
Note: See TracChangeset for help on using the changeset viewer.