File:  [Paefchen] / FreeBSD / tinderbox / webui / templates / paefchen / messages.inc
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Sun Jan 6 23:12:37 2008 UTC (16 years, 10 months ago) by as
CVS tags: TB_RELEASE_2_4_3, TB_RELEASE_2_4_2
Old Messages with Host

<?php

define( 'preparing_next_build', 'preparing next build...' );

define( 'permission_denied', 'permission denied!' );

define( 'mandatory_input_fields_are_empty', 'Please make sure that all input fields are filled' );


define( 'user_admin_user_exists', 'User already exists!' );
define( 'user_admin_user_not_exist', 'User does not exist!' );
define( 'user_admin_user_name_changed', 'You are allowed to change your username!' );
define( 'user_admin_user_name_empty', 'You have to fill in a username!' );

define( 'user_login_not_enabled', 'User not enabled for WWW' );
define( 'user_login_wrong_data', 'username or password mismatch' );


define( 'build_ports_queue_priority_to_low', 'The Priority You ave chosen is to low' );
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)' );
define( 'build_ports_queue_not_allowed_to_delete', 'You are not allowed to delete the selected Build Ports Queue Entry' );
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)' );

?>