Changeset 609 for trunk/Modules/Import
- Timestamp:
- Nov 26, 2013, 10:45:01 PM (11 years ago)
- Location:
- trunk/Modules/Import
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Import/Manage.php
r578 r609 105 105 else $Output .= $this->ShowMenu(); 106 106 } else $Output .= $this->ShowMenu(); 107 } else $Output .= ShowMessage( 'Nemáte oprávnění.', MESSAGE_CRITICAL);107 } else $Output .= ShowMessage(T('Access denied'), MESSAGE_CRITICAL); 108 108 return($Output); 109 109 } -
trunk/Modules/Import/cmd.php
r553 r609 12 12 if(!Licence(LICENCE_ADMIN)) 13 13 { 14 $Output = 'Nemáte oprávnění';14 $Output = T('Access denied'); 15 15 } 16 16
Note:
See TracChangeset
for help on using the changeset viewer.