Annotation of FreeBSD/tinderbox/webui/templates/default/messages.inc, revision 1.1.1.1

1.1       as          1: <?php
                      2: 
                      3: define( 'preparing_next_build', 'preparing next build...' );
                      4: 
                      5: define( 'permission_denied', 'permission denied!' );
                      6: 
                      7: define( 'mandatory_input_fields_are_empty', 'Please make sure that all input fields are filled' );
                      8: 
                      9: 
                     10: define( 'user_admin_user_exists', 'User already exists!' );
                     11: define( 'user_admin_user_not_exist', 'User does not exist!' );
                     12: define( 'user_admin_user_name_changed', 'You are allowed to change your username!' );
                     13: define( 'user_admin_user_name_empty', 'You have to fill in a username!' );
                     14: 
                     15: define( 'user_login_not_enabled', 'User not enabled for WWW' );
                     16: define( 'user_login_wrong_data', 'username or password mismatch' );
                     17: 
                     18: define( 'build_ports_queue_priority_to_low', 'The Priority you have chosen is toolow' );
                     19: define( 'build_ports_queue_not_allowed_to_add', 'You are not allowed to add these Build Ports Queue Entry (check permissions for build)' );
                     20: define( 'build_ports_queue_not_allowed_to_delete', 'You are not allowed to delete the selected Build Ports Queue Entry' );
                     21: define( 'build_ports_queue_not_allowed_to_modify', 'You are not allowed to modify the selected Build Ports Queue Entry (check permissions for build)' );
                     22: 
                     23: ?>