Annotation of FreeBSD/tinderbox/webui/templates/paefchen/messages.inc, revision 1.1.2.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:
1.1.2.1 ! as 18:
! 19: define( 'build_ports_queue_priority_to_low', 'The Priority You ave chosen is to low' );
! 20: define( 'build_ports_queue_not_allowed_to_add', 'You are not allowed to add these Build Ports Queue Entry (check permissions for host and build)' );
1.1 as 21: define( 'build_ports_queue_not_allowed_to_delete', 'You are not allowed to delete the selected Build Ports Queue Entry' );
1.1.2.1 ! as 22: define( 'build_ports_queue_not_allowed_to_modify', 'You are not allowed to modify the selected Build Ports Queue Entry (check permissions for host and build)' );
1.1 as 23:
24: ?>