Ignore:
Timestamp:
09/26/2009 02:22:24 AM (3 years ago)
Author:
Acinonyx
Message:

[awmn] Add zone name error handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/awmn/globals/language/english.php

    r204 r205  
    500500                                'body' => 'The name of the zone contains invalid characters.' 
    501501                        ), 
     502                        'zone_out_of_range' => array( 
     503                                'title' => 'Zone name not in C-Class', 
     504                                'body' => 'The name of the zone does not match to any of the IP C-Classes that have been assigned to your node.' 
     505                        ), 
     506                        'zone_reserved_name' => array( 
     507                                'title' => 'Reserved zone name', 
     508                                'body' => 'The name of the zone is reserved by the system.' 
     509                        ), 
    502510                        'generic' => array( 
    503511                                'title' => "General error", 
Note: See TracChangeset for help on using the changeset viewer.