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.
		
		
		
		
		
			
		
			
				
					
					
						
							17 lines
						
					
					
						
							858 B
						
					
					
				
			
		
		
	
	
							17 lines
						
					
					
						
							858 B
						
					
					
				<?php
 | 
						|
/* For licensing terms, see /license.txt */
 | 
						|
 | 
						|
$strings['plugin_title'] = "Notify in course home";
 | 
						|
$strings['plugin_comment'] = "Show notifications when a user enter in course home page.";
 | 
						|
 | 
						|
$strings['enabled'] = 'Enabled';
 | 
						|
 | 
						|
$strings['SetNotification'] = 'Set one notification on home page';
 | 
						|
$strings['DeleteNotification'] = 'Delete notification on course home page';
 | 
						|
$strings['AddNotification'] = 'Add notification';
 | 
						|
$strings['ExpirationLink'] = 'Expiration link';
 | 
						|
$strings['CourseNotice'] = 'Course notice';
 | 
						|
$strings['PleaseFollowThisLink'] = 'Please, follow this link to continue';
 | 
						|
$strings['ExpirationLinkHelp'] = 'The notification will be displayed until the user visualizes it.';
 | 
						|
$strings['NotificationAdded'] = 'Course notification added: It will be displayed in course home page.';
 | 
						|
$strings['NotificationDeleted'] = 'Course notification deleted';
 | 
						|
 |