Ignore:
Timestamp:
Jan 15, 2016, 10:41:25 PM (8 years ago)
Author:
chronos
Message:
  • Modified: More translated parts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/Page.php

    r846 r847  
    1919    if($this->System->User->Licence(LICENCE_USER))
    2020    {
    21       $Output .= ' <a href="?Action=ViewList&amp;Filter=Others">Ostatních</a>'.
    22           ' <a href="?Action=ViewList&amp;Filter=My">'.T('Mine').'</a>';
     21      $Output .= ' <a href="?Action=ViewList&amp;Filter=Others">'.T('Others').'</a>'.
     22        ' <a href="?Action=ViewList&amp;Filter=My">'.T('Mine').'</a>';
    2323    }
    2424
Note: See TracChangeset for help on using the changeset viewer.