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/User/Profile.php

    r608 r609  
    1818                        if(@mail($Email, $Subject, $Text, 'From: '.$this->System->Config['Web']['AdminEmail'].'\nReply-To: '.$this->System->Config['Web']['AdminEmail'].'\nX-Mailer: PHP/'))
    1919                        {
    20                                 $Output .= ShowMessage(T('Message was sent.'));
     20                                $Output .= ShowMessage(T('Message was sent'));
    2121                        }
    2222                        else $Output .= ShowMessage('Nepodařilo se odesat E-mail.', MESSAGE_CRITICAL);
    23                 } else $Output .= ShowMessage('Nemáte oprávnění', MESSAGE_CRITICAL);
     23                } else $Output .= ShowMessage(T('Access denied'), MESSAGE_CRITICAL);
    2424                return($Output);
    2525        }
Note: See TracChangeset for help on using the changeset viewer.