Changeset 609 for trunk/Modules/Translation/TranslationList.php
- Timestamp:
- Nov 26, 2013, 10:45:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/TranslationList.php
r602 r609 362 362 '<tr><td colspan="2"><input type="submit" name="add" value="Přidat"/></td></tr>'. 363 363 '</table></form>'; 364 } else $Output = ShowMessage( 'Nemáte oprávnění.', MESSAGE_CRITICAL);364 } else $Output = ShowMessage(T('Access denied'), MESSAGE_CRITICAL); 365 365 return($Output); 366 366 } … … 410 410 } else $Output = ShowMessage('Překladová skupina '.$TableName.' již existuje', MESSAGE_CRITICAL); 411 411 $Output .= $this->ShowGroupTypeList(); 412 } else $Output = ShowMessage( 'Nemáte oprávnění.', MESSAGE_CRITICAL);412 } else $Output = ShowMessage(T('Access denied'), MESSAGE_CRITICAL); 413 413 return($Output); 414 414 } … … 427 427 $Output = ShowMessage('Překladová skupina '.$Group['Name'].' smazána', MESSAGE_INFORMATION); 428 428 } else $Output = ShowMessage('Překladová skupina nenalezena', MESSAGE_CRITICAL); 429 } else $Output = ShowMessage( 'Nemáte oprávnění.', MESSAGE_CRITICAL);429 } else $Output = ShowMessage(T('Access denied'), MESSAGE_CRITICAL); 430 430 $Output .= $this->ShowGroupTypeList(); 431 431 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.