You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							20 lines
						
					
					
						
							1.2 KiB
						
					
					
				
			
		
		
	
	
							20 lines
						
					
					
						
							1.2 KiB
						
					
					
				<?php
 | 
						|
 | 
						|
/* For licensing terms, see /license.txt */
 | 
						|
 | 
						|
$strings['plugin_title'] = "Pause training";
 | 
						|
$strings['plugin_comment'] = "Adds a 'Pause training' tab on the user profile edition page, to let users indicate if they are to be considered on pause for an (optional) specific timeframe. Can be used to send alerts to specific users (admins or a generic alert e-mail) when this happens.";
 | 
						|
$strings['tool_enable'] = 'Enable plugin';
 | 
						|
$strings['tool_enable_help'] = '';
 | 
						|
$strings['PauseTraining'] = "Pause training";
 | 
						|
$strings['allow_users_to_edit_pause_formation'] = 'Allow users to edit pause formation';
 | 
						|
$strings['cron_alert_users_if_inactive_days'] = 'Alert users if inactive days (via cron)';
 | 
						|
$strings['PauseFormation'] = 'Pause my formation';
 | 
						|
$strings['StartPauseDateTime'] = 'Start pause date';
 | 
						|
$strings['EndPauseDateTime'] = 'End pause date';
 | 
						|
$strings['DisableEmails'] = 'Disable email notifications';
 | 
						|
$strings['InactivityXDays'] = 'Inactivity for %s days';
 | 
						|
$strings['YouAreConnectedInPlatformXLinkXSinceXDays'] = '
 | 
						|
We have noticed that you have not connected to the platform %s (%s) for %s days.
 | 
						|
This is an automatic message to remind you of your activity.';
 | 
						|
$strings['sender_id'] = 'User that will send the cron emails';
 | 
						|
 |