Ignore:
Timestamp:
Nov 26, 2013, 10:45:01 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Some czech texts transformed to translated.
  • Modified: Improved locale processing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Form.php

    r593 r609  
    229229                        $Output = ShowMessage('Překlad byl smazán.');
    230230                        $this->System->ModuleManager->Modules['Log']->WriteLog('Překlad byl smazán! <a href="'.$this->System->Link('/form.php?group='.$GroupID.'&amp;ID='.$TextID).'">'.$TextID.'</a>', LOG_TYPE_MODERATOR);
    231                 } else $Output = ShowMessage('Nemáte oprávnění', MESSAGE_CRITICAL);
     231                } else $Output = ShowMessage(T('Access denied'), MESSAGE_CRITICAL);
    232232                return($Output);
    233233        }       
Note: See TracChangeset for help on using the changeset viewer.