Ignore:
Timestamp:
Jan 15, 2016, 10:24:05 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Now translation groups are also localized.
  • Modified: Translated team page.
File:
1 edited

Legend:

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

    r838 r846  
    199199        $Output .= '<form action="?Thread='.$_GET['Thread'].'" method="post">'.
    200200            '<fieldset><legend>'.T('New Forum Message').'</legend>'.
    201             'Uživatel: ';
     201            T('User').': ';
    202202        if($this->System->User->Licence(LICENCE_USER)) $Output .= '<b>'.$this->System->User->Name.'</b><br />';
    203203        else $Output .= '<input type="text" name="user" /><br />';
     
    218218        $Output .= '<form action="?" method="post">'.
    219219            '<fieldset><legend>'.T('New thread').'</legend>'.
    220             'Uživatel: ';
     220            T('User').': ';
    221221        if($this->System->User->Licence(LICENCE_USER)) $Output .= '<b>'.$this->System->User->Name.'</b><br />';
    222222        else $Output .= '<input type="text" name="user" /><br />';
Note: See TracChangeset for help on using the changeset viewer.