MDL-58220 lang: Add / fix lang strings
The refactoring during integration caused some lang string errors.
This commit is contained in:
+1
-1
@@ -1096,7 +1096,7 @@ $string['taskpasswordresetcleanup'] = 'Cleanup password reset attempts';
|
||||
$string['taskplagiarismcron'] = 'Background processing for legacy cron in plagiarism plugins';
|
||||
$string['taskportfoliocron'] = 'Background processing for portfolio plugins';
|
||||
$string['taskquestioncron'] = 'Background processing for question engine';
|
||||
$string['taskrefreshoauthtokens'] = 'Refresh OAuth tokens for service accounts';
|
||||
$string['taskrefreshsystemtokens'] = 'Refresh OAuth tokens for service accounts';
|
||||
$string['taskregistrationcron'] = 'Site registration';
|
||||
$string['tasksendfailedloginnotifications'] = 'Send failed login notifications';
|
||||
$string['tasksendnewuserpasswords'] = 'Send new user passwords';
|
||||
|
||||
@@ -15,32 +15,33 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Language file definitions for skydrive repository
|
||||
* Language file definitions for onedrive repository
|
||||
*
|
||||
* @package repository_skydrive
|
||||
* @package repository_onedrive
|
||||
* @copyright 2012 Lancaster University Network Services Ltd
|
||||
* @author Dan Poltawski <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
$string['configplugin'] = 'Configure OneDrive plugin';
|
||||
$string['skydrive:view'] = 'View OneDrive repository';
|
||||
$string['pluginname'] = 'Microsoft OneDrive';
|
||||
$string['importskydrivefiles'] = 'Import files from Microsoft SkyDrive repository';
|
||||
$string['issuer'] = 'OAuth 2 service';
|
||||
$string['issuer_help'] = 'Select the OAuth 2 service that is configured to talk to the OneDrive API. If the services does not exist yet, you might need to create it.';
|
||||
$string['servicenotenabled'] = 'Access not configured.';
|
||||
$string['oauth2serviceslink'] = '<a href="{$a}" title="Link to OAuth Services configuration">OAuth 2 Services Configuration</a>';
|
||||
$string['searchfor'] = 'Search for {$a}';
|
||||
$string['internal'] = 'Internal (files stored in Moodle)';
|
||||
$string['external'] = 'External (only links stored in Moodle)';
|
||||
|
||||
$string['both'] = 'Internal and External';
|
||||
$string['skydrivefilesexist'] = 'Files found in the Microsoft SkyDrive repository. This repository is deprecated by Microsoft - the files can be automatically imported to this Microsoft OneDrive repository.';
|
||||
$string['supportedreturntypes'] = 'Supported files';
|
||||
$string['defaultreturntype'] = 'Default return type';
|
||||
$string['fileoptions'] = 'The types and defaults for returned files is configurable here. Note that all files linked externally will be updated so that the owner is the Moodle system account.';
|
||||
$string['owner'] = 'Owned by: {$a}';
|
||||
$string['cachedef_folder'] = 'OneDrive File IDs for folders in the system account';
|
||||
$string['configplugin'] = 'Configure OneDrive plugin';
|
||||
$string['confirmimportskydrive'] = 'Are you sure you want to import all files from the "Microsoft SkyDrive" repository to the "Microsoft OneDrive" repository? As long as the Microsoft OneDrive repository is already configured and working - all imported files will continue working as before. There is no way to undo these changes.';
|
||||
$string['defaultreturntype'] = 'Default return type';
|
||||
$string['external'] = 'External (only links stored in Moodle)';
|
||||
$string['fileoptions'] = 'The types and defaults for returned files is configurable here. Note that all files linked externally will be updated so that the owner is the Moodle system account.';
|
||||
$string['importskydrivefiles'] = 'Import files from Microsoft SkyDrive repository';
|
||||
$string['internal'] = 'Internal (files stored in Moodle)';
|
||||
$string['issuer_help'] = 'Select the OAuth 2 service that is configured to talk to the OneDrive API. If the services does not exist yet, you might need to create it.';
|
||||
$string['issuer'] = 'OAuth 2 service';
|
||||
$string['oauth2serviceslink'] = '<a href="{$a}" title="Link to OAuth Services configuration">OAuth 2 Services Configuration</a>';
|
||||
$string['owner'] = 'Owned by: {$a}';
|
||||
$string['pluginname'] = 'Microsoft OneDrive';
|
||||
$string['removetempaccesstask'] = 'Remove temporary write access from controlled links.';
|
||||
$string['searchfor'] = 'Search for {$a}';
|
||||
$string['servicenotenabled'] = 'Access not configured.';
|
||||
$string['skydrivefilesexist'] = 'Files found in the Microsoft SkyDrive repository. This repository is deprecated by Microsoft - the files can be automatically imported to this Microsoft OneDrive repository.';
|
||||
$string['skydrivefilesimported'] = 'All files were imported from the Microsoft SkyDrive repository.';
|
||||
$string['skydrivefilesnotimported'] = 'Some files could not be imported from the Microsoft SkyDrive repository.';
|
||||
|
||||
$string['onedrive:view'] = 'View OneDrive repository';
|
||||
$string['supportedreturntypes'] = 'Supported files';
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
*/
|
||||
$string['cachedef_foldername'] = 'Folder name cache';
|
||||
$string['clientid'] = 'Client ID';
|
||||
$string['configplugin'] = 'Configure Microsoft SkyDrive';
|
||||
$string['configplugin'] = 'Configure Microsoft OneDrive (legacy)';
|
||||
$string['oauthinfo'] = '<p>To use this plugin, you must register your site <a href="https://account.live.com/developers/applications">with Microsoft</a>.<p>As part of the registration process, you will need to enter the following URL as \'Redirect domain\':</p><p>{$a->callbackurl}</p>Once registered, you will be provided with a client ID and secret which can be entered here.</p>';
|
||||
$string['pluginname'] = 'Microsoft SkyDrive';
|
||||
$string['pluginname'] = 'Microsoft OneDrive (legacy)';
|
||||
$string['secret'] = 'Secret';
|
||||
$string['skydrive:view'] = 'View SkyDrive';
|
||||
$string['skydrive:view'] = 'View OneDrive (legacy)';
|
||||
$string['deprecatedwarning'] = 'Warning: The API used by this repository plugin has been deprecated by Microsoft and it will stop working eventually. Please migrate to the newer "Microsoft OneDrive" repository.';
|
||||
|
||||
Reference in New Issue
Block a user