<?php
$s_sync_user					=	'Synchronize User';
$s_sync_user_instructions_1		=	'This action can be undone by reverting the action';
$s_sync_user_instructions_3		=	'';
$s_sync_user_instructions_2		=	'This works only for all projects';
$s_sync_user_instructions_4		=	'';
$s_sync_from					=	'UserId to convert from';
$s_sync_to						=	'UserId to convert to';

$s_mantis1_news					=	'Convert News' ; 
$s_news1_txt					=	'Convert news items' ;
$s_mantis1_faq					=	'Convert FAQ' ; 
$s_faq1_txt						=	'FAQ for Mantis' ;
$s_mantis1_timetrack			=	'Convert Timetracking Data';
$s_timetrack1_txt				=	'TimeTrack';
$s_sync_user_instance_start		=	'Start Synchronization' ;
$s_syncuser_config				=	'Syncuser configuration' ;
$s_syncuser_update_config		=	'Update Syncuser configuration' ;
$s_syncuser_title				=   'Re-allocate user references';

# Errors
$MANTIS_ERROR[ERROR_SYNCUSER_FROM_ID] = 'Not a valid "from user" selected';
$MANTIS_ERROR[ERROR_SYNCUSER_TO_ID]   = 'Not a valid "to user" selected'; 
$MANTIS_ERROR[ERROR_SYNCUSER_EQUAL]   = '"from user" is the same as "to user"'; 
?>