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
967 B
20 lines
967 B
<?php
|
|
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
$strings['plugin_title'] = "Pause training";
|
|
$strings['plugin_comment'] = "";
|
|
$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';
|
|
|