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/Export/Page.php

    r578 r609  
    9191                                                '</table></fieldset></form>';
    9292                        } else $Output = ShowMessage('Nemůžete vytvářet další export. Max. počet na uživatele je '.$this->System->Config['MaxExportPerUser'].'.', MESSAGE_CRITICAL);
    93                 } else $Output = ShowMessage('Nemáte oprávnění.', MESSAGE_CRITICAL);
     93                } else $Output = ShowMessage(T('Access denied'), MESSAGE_CRITICAL);
    9494                return($Output);
    9595        }
     
    113113                                } else $Output = ShowMessage('Nemůžete vytvářet další export. Max. počet na uživatele je '.$this->System->Config['MaxExportPerUser'].'.', MESSAGE_CRITICAL);
    114114                        } else $Output = ShowMessage('Chybí údaje formuláře.', MESSAGE_CRITICAL);
    115                 } else $Output = ShowMessage('Nemáte oprávnění.', MESSAGE_CRITICAL);
     115                } else $Output = ShowMessage(T('Access denied'), MESSAGE_CRITICAL);
    116116                return($Output);
    117117        }
     
    135135                                $Output .= $this->ExportList();
    136136                        } else $Output = ShowMessage('Export nenalezen.', MESSAGE_CRITICAL);
    137                 } else $Output = ShowMessage('Nemáte oprávnění.', MESSAGE_CRITICAL);
     137                } else $Output = ShowMessage(T('Access denied'), MESSAGE_CRITICAL);
    138138                return($Output);
    139139        }
     
    722722                                        $this->System->Config['MaxExportPerUser'].'.', MESSAGE_CRITICAL);
    723723                        } else $Output = ShowMessage('Export nenalezen.', MESSAGE_CRITICAL);
    724                 } else $Output = ShowMessage('Nemáte oprávnění.', MESSAGE_CRITICAL);
     724                } else $Output = ShowMessage(T('Access denied'), MESSAGE_CRITICAL);
    725725                return($Output);
    726726        }
Note: See TracChangeset for help on using the changeset viewer.