diff --git a/lang/en/enrol.php b/lang/en/enrol.php index 2458bdf50bf..4cf053cf453 100644 --- a/lang/en/enrol.php +++ b/lang/en/enrol.php @@ -75,7 +75,7 @@ $string['expirynotifyall'] = 'Enroller and enrolled user'; $string['expirynotifyenroller'] = 'Enroller only'; $string['expirynotifyhour'] = 'Hour to send enrolment expiry notifications'; $string['expirythreshold'] = 'Notification threshold'; -$string['expirythreshold_help'] = 'How long before expiration should be users notified?'; +$string['expirythreshold_help'] = 'How long before enrolment expiry should users be notified?'; $string['finishenrollingusers'] = 'Finish enrolling users'; $string['invalidenrolinstance'] = 'Invalid enrolment instance'; $string['invalidrole'] = 'Invalid role'; diff --git a/portfolio/boxnet/lang/en/portfolio_boxnet.php b/portfolio/boxnet/lang/en/portfolio_boxnet.php index 178606a01b4..5732285d8a6 100644 --- a/portfolio/boxnet/lang/en/portfolio_boxnet.php +++ b/portfolio/boxnet/lang/en/portfolio_boxnet.php @@ -23,32 +23,33 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['apiv1migration_message_content'] = 'As part of the recent Moodle upgrade to 2.5.3, the Box.net portfolio plugin has been disabled. To re-enable it, you need to re-configure it as described in the documentation {$a->docsurl}.'; -$string['apiv1migration_message_small'] = 'This plugin has been disabled, as it requires configuration as described in the documentation Box.net APIv1 migration.'; -$string['apiv1migration_message_subject'] = 'Important information regarding Box.net portfolio plugin'; +$string['apiv1migration_message_content'] = 'As part of the recent Moodle upgrade to 2.5.3, the Box portfolio plugin has been disabled. To re-enable it, you need to re-configure it as described in the documentation {$a->docsurl}. +Help with thisstring contains a placeholder'; +$string['apiv1migration_message_small'] = 'This plugin has been disabled, as it requires configuration as described in the documentation Box APIv1 migration.'; +$string['apiv1migration_message_subject'] = 'Important information regarding Box portfolio plugin'; $string['clientid'] = 'Client ID'; $string['clientsecret'] = 'Client secret'; $string['existingfolder'] = 'Existing folder to put file(s) into'; $string['folderclash'] = 'The folder you asked to create already exists!'; -$string['foldercreatefailed'] = 'Failed to create your target folder on box.net'; -$string['folderlistfailed'] = 'Failed to retrieve a folder listing from box.net'; +$string['foldercreatefailed'] = 'Failed to create your target folder on Box'; +$string['folderlistfailed'] = 'Failed to retrieve a folder listing from Box'; $string['missinghttps'] = 'HTTPS required'; -$string['missinghttps_help'] = 'Box.net will only work with an HTTPS enabled website.'; +$string['missinghttps_help'] = 'Box will only work with an HTTPS enabled website.'; $string['missingoauthkeys'] = 'Missing client ID and secret'; -$string['missingoauthkeys_help'] = 'There is no client ID or secret configured for this plugin. You can get one of these from Box.net development page.'; +$string['missingoauthkeys_help'] = 'There is no client ID or secret configured for this plugin. You can get one of these from Box development page.'; $string['newfolder'] = 'New folder to put file(s) into'; $string['noauthtoken'] = 'Could not retrieve an authentication token for use in this session'; $string['notarget'] = 'You must specify either an existing folder or a new folder to upload into'; -$string['noticket'] = 'Could not retrieve a ticket from box.net to begin the authentication session'; -$string['password'] = 'Your box.net password (will not be stored)'; -$string['pluginname'] = 'Box.net'; -$string['sendfailed'] = 'Failed to send content to box.net: {$a}'; +$string['noticket'] = 'Could not retrieve a ticket from Box to begin the authentication session'; +$string['password'] = 'Your Box password (will not be stored)'; +$string['pluginname'] = 'Box'; +$string['sendfailed'] = 'Failed to send content to Box: {$a}'; $string['setupinfo'] = 'Setup instructions'; -$string['setupinfodetails'] = 'To obtain a client ID and secret, log in to Box.net and visit the Box.net developers page. Follow \'Create new application\' and create a new application for your Moodle site. The client ID and secret are displayed in the \'OAuth2 parameters\' section of the application edit form. Optionally, you can also provide other information about your Moodle site.'; +$string['setupinfodetails'] = 'To obtain a client ID and secret, log in to Box and visit the Box developers page. Follow \'Create new application\' and create a new application for your Moodle site. The client ID and secret are displayed in the \'OAuth2 parameters\' section of the application edit form. Optionally, you can also provide other information about your Moodle site.'; $string['sharedfolder'] = 'Shared'; $string['sharefile'] = 'Share this file?'; $string['sharefolder'] = 'Share this new folder?'; $string['targetfolder'] = 'Target folder'; $string['tobecreated'] = 'To be created'; -$string['username'] = 'Your box.net username (will not be stored)'; -$string['warninghttps'] = 'Box.net requires your website to be using HTTPS in order for the portfolio to work.'; +$string['username'] = 'Your Box username (will not be stored)'; +$string['warninghttps'] = 'Box requires your website to be using HTTPS in order for the portfolio to work.'; diff --git a/portfolio/googledocs/lang/en/portfolio_googledocs.php b/portfolio/googledocs/lang/en/portfolio_googledocs.php index 504e3cc81e9..77ed3078e0e 100644 --- a/portfolio/googledocs/lang/en/portfolio_googledocs.php +++ b/portfolio/googledocs/lang/en/portfolio_googledocs.php @@ -23,14 +23,14 @@ */ $string['clientid'] = 'Client ID'; -$string['noauthtoken'] = 'An authentication token has not been recieved from google. Please ensure you are allowing moodle to access your google account'; +$string['noauthtoken'] = 'An authentication token has not been received from Google. Please ensure you are allowing Moodle to access your Google account'; $string['nooauthcredentials'] = 'OAuth credentials required.'; -$string['nooauthcredentials_help'] = 'To use the Google Docs portfolio plugin you must configure OAuth credentials in the portfolio settings.'; +$string['nooauthcredentials_help'] = 'To use the Google Drive portfolio plugin you must configure OAuth credentials in the portfolio settings.'; $string['nosessiontoken'] = 'A session token does not exist preventing export to google.'; -$string['oauthinfo'] = '
To use this plugin, you must register your site with Google, as described in the documentation Google OAuth 2.0 setup.
As part of the registration process, you will need to enter the following URL as \'Authorized Redirect URIs\':
{$a->callbackurl}
Once registered, you will be provided with a client ID and secret which can be used to configure all Google Docs and Picasa plugins.'; -$string['oauth2upgrade_message_subject'] = 'Important information regarding Google Docs portfolio plugin'; -$string['oauth2upgrade_message_content'] = 'As part of the upgrade to Moodle 2.3, the Google Docs portfolio plugin has been disabled. To re-enable it, your Moodle site needs to be registered with Google, as described in the documentation {$a->docsurl}, in order to obtain a client ID and secret. The client ID and secret can then be used to configure all Google Docs and Picasa plugins.'; +$string['oauthinfo'] = 'To use this plugin, you must register your site with Google, as described in the documentation Google OAuth 2.0 setup.
As part of the registration process, you will need to enter the following URL as \'Authorized Redirect URIs\':
{$a->callbackurl}
Once registered, you will be provided with a client ID and secret which can be used to configure all Google Drive and Picasa plugins.'; +$string['oauth2upgrade_message_subject'] = 'Important information regarding Google Drive portfolio plugin'; +$string['oauth2upgrade_message_content'] = 'As part of the upgrade to Moodle 2.3, the Google Drive portfolio plugin has been disabled. To re-enable it, your Moodle site needs to be registered with Google, as described in the documentation {$a->docsurl}, in order to obtain a client ID and secret. The client ID and secret can then be used to configure all Google Drive and Picasa plugins.'; $string['oauth2upgrade_message_small'] = 'This plugin has been disabled, as it requires configuration as described in the documentation Google OAuth 2.0 setup.'; -$string['pluginname'] = 'Google Docs'; +$string['pluginname'] = 'Google Drive'; $string['sendfailed'] = 'The file {$a} failed to transfer to google'; $string['secret'] = 'Secret'; diff --git a/portfolio/picasa/lang/en/portfolio_picasa.php b/portfolio/picasa/lang/en/portfolio_picasa.php index b0f2252ef5e..33b740e7860 100644 --- a/portfolio/picasa/lang/en/portfolio_picasa.php +++ b/portfolio/picasa/lang/en/portfolio_picasa.php @@ -26,9 +26,9 @@ $string['clientid'] = 'Client ID'; $string['noauthtoken'] = 'An authentication token has not been recieved from google. Please ensure you are allowing moodle to access your google account'; $string['nooauthcredentials'] = 'OAuth credentials required.'; $string['nooauthcredentials_help'] = 'To use the Picasa portfolio plugin you must configure OAuth credentials in the portfolio settings.'; -$string['oauthinfo'] = 'To use this plugin, you must register your site with Google, as described in the documentation Google OAuth 2.0 setup.
As part of the registration process, you will need to enter the following URL as \'Authorized Redirect URIs\':
{$a->callbackurl}
Once registered, you will be provided with a client ID and secret which can be used to configure all Google Docs and Picasa plugins.'; +$string['oauthinfo'] = 'To use this plugin, you must register your site with Google, as described in the documentation Google OAuth 2.0 setup.
As part of the registration process, you will need to enter the following URL as \'Authorized Redirect URIs\':
{$a->callbackurl}
Once registered, you will be provided with a client ID and secret which can be used to configure all Google Drive and Picasa plugins.'; $string['oauth2upgrade_message_subject'] = 'Important information regarding Picasa portfolio plugin'; -$string['oauth2upgrade_message_content'] = 'As part of the upgrade to Moodle 2.3, the Picasa portfolio plugin has been disabled. To re-enable it, your Moodle site needs to be registered with Google, as described in the documentation {$a->docsurl}, in order to obtain a client ID and secret. The client ID and secret can then be used to configure all Google Docs and Picasa plugins.'; +$string['oauth2upgrade_message_content'] = 'As part of the upgrade to Moodle 2.3, the Picasa portfolio plugin has been disabled. To re-enable it, your Moodle site needs to be registered with Google, as described in the documentation {$a->docsurl}, in order to obtain a client ID and secret. The client ID and secret can then be used to configure all Google Drive and Picasa plugins.'; $string['oauth2upgrade_message_small'] = 'This plugin has been disabled, as it requires configuration as described in the documentation Google OAuth 2.0 setup.'; $string['pluginname'] = 'Picasa'; $string['sendfailed'] = 'The file {$a} failed to transfer to picasa'; diff --git a/repository/boxnet/lang/en/repository_boxnet.php b/repository/boxnet/lang/en/repository_boxnet.php index b78ee34b936..98826834624 100644 --- a/repository/boxnet/lang/en/repository_boxnet.php +++ b/repository/boxnet/lang/en/repository_boxnet.php @@ -25,10 +25,10 @@ $string['apikey'] = 'API key'; $string['apiv1migration_message_content'] = 'As part of the recent Moodle upgrade to 2.5.3, the Box.net repository plugin has been disabled. To re-enable it, you need to re-configure it as described in the documentation {$a->docsurl}.'; -$string['apiv1migration_message_small'] = 'This plugin has been disabled, as it requires configuration as described in the documentation Box.net APIv1 migration.'; -$string['apiv1migration_message_subject'] = 'Important information regarding Box.net repository plugin'; -$string['boxnet:view'] = 'View box.net repository'; -$string['cannotcreatereference'] = 'Cannot create a reference, not enough permissions to share the file on Box.net.'; +$string['apiv1migration_message_small'] = 'This plugin has been disabled, as it requires configuration as described in the documentation Box APIv1 migration.'; +$string['apiv1migration_message_subject'] = 'Important information regarding Box repository plugin'; +$string['boxnet:view'] = 'View Box repository'; +$string['cannotcreatereference'] = 'Cannot create a reference, not enough permissions to share the file on Box.'; $string['callbackurl'] = 'Redirect URL'; $string['callbackurltext'] = '1. Visit www.box.net/developers/services again. 2. Make sure you set the redirect URL of this box.net service to {$a}.'; @@ -37,23 +37,23 @@ $string['callbackwarning'] = '1. Get a Box.net API from Box.net developer page for your Moodle site.'; $string['informationapiv2'] = 'Get a client ID and secret from the Box.net developer page for your Moodle site.'; $string['invalidpassword'] = 'Invalid password'; -$string['migrationadvised'] = 'It appears that you were using Box.net with the API version 1, have you run the migration tool to convert the old references?'; -$string['migrationinfo'] = 'As part of the migration to the new API provided by Box.net, your file references have to be migrated. Unfortunately the reference system is not compatible with the API v2, so we are going to download them and convert them to real files.
+$string['migrationadvised'] = 'It appears that you were using Box with the API version 1, have you run the migration tool to convert the old references?'; +$string['migrationinfo'] = 'As part of the migration to the new API provided by Box, your file references have to be migrated. Unfortunately the reference system is not compatible with the API v2, so we are going to download them and convert them to real files.
Please also be aware that the migration can take a very long time, depending on how many references are used, and how large their files are.
You can run the migration tool by clicking the button below, or alternatively by executing the CLI script: repository/boxnet/cli/migrationv1.php.
Find out more here.
'; -$string['migrationtool'] = 'Box.net APIv1 migration tool'; +$string['migrationtool'] = 'Box APIv1 migration tool'; $string['nullfilelist'] = 'There are no files in this repository'; $string['password'] = 'Password'; -$string['pluginname_help'] = 'Repository on Box.net'; -$string['pluginname'] = 'Box.net'; +$string['pluginname_help'] = 'Repository on Box'; +$string['pluginname'] = 'Box'; $string['runthemigrationnow'] = 'Run the migration tool now'; -$string['saved'] = 'Box.net data saved'; +$string['saved'] = 'Box data saved'; $string['shareurl'] = 'Share URL'; -$string['username'] = 'Username for Box.net'; -$string['warninghttps'] = 'Box.net requires your website to be using HTTPS in order for the repository to work.'; +$string['username'] = 'Username for Box'; +$string['warninghttps'] = 'Box requires your website to be using HTTPS in order for the repository to work.'; diff --git a/repository/googledocs/lang/en/repository_googledocs.php b/repository/googledocs/lang/en/repository_googledocs.php index aeca306c399..a6f34730719 100644 --- a/repository/googledocs/lang/en/repository_googledocs.php +++ b/repository/googledocs/lang/en/repository_googledocs.php @@ -26,8 +26,8 @@ $string['clientid'] = 'Client ID'; $string['configplugin'] = 'Configure Google Drive plugin'; $string['googledocs:view'] = 'View Google Drive repository'; $string['oauthinfo'] = 'To use this plugin, you must register your site with Google, as described in the documentation Google OAuth 2.0 setup.
As part of the registration process, you will need to enter the following URL as \'Authorized Redirect URIs\':
{$a->callbackurl}
Once registered, you will be provided with a client ID and secret which can be used to configure all Google Drive and Picasa plugins.Please also note that you will have to enable the service \'Drive API\'.
'; -$string['oauth2upgrade_message_subject'] = 'Important information regarding Google Docs repository plugin'; -$string['oauth2upgrade_message_content'] = 'As part of the upgrade to Moodle 2.3, the Google Docs portfolio plugin has been disabled. To re-enable it, your Moodle site needs to be registered with Google, as described in the documentation {$a->docsurl}, in order to obtain a client ID and secret. The client ID and secret can then be used to configure all Google Docs and Picasa plugins.'; +$string['oauth2upgrade_message_subject'] = 'Important information regarding Google Drive repository plugin'; +$string['oauth2upgrade_message_content'] = 'As part of the upgrade to Moodle 2.3, the Google Drive portfolio plugin has been disabled. To re-enable it, your Moodle site needs to be registered with Google, as described in the documentation {$a->docsurl}, in order to obtain a client ID and secret. The client ID and secret can then be used to configure all Google Drive and Picasa plugins.'; $string['oauth2upgrade_message_small'] = 'This plugin has been disabled, as it requires configuration as described in the documentation Google OAuth 2.0 setup.'; $string['pluginname'] = 'Google Drive'; $string['secret'] = 'Secret'; diff --git a/repository/picasa/lang/en/repository_picasa.php b/repository/picasa/lang/en/repository_picasa.php index 13a9bc6b63c..f8f29696014 100644 --- a/repository/picasa/lang/en/repository_picasa.php +++ b/repository/picasa/lang/en/repository_picasa.php @@ -24,9 +24,9 @@ $string['clientid'] = 'Client ID'; $string['configplugin'] = 'Picasa repository configuration'; -$string['oauthinfo'] = 'To use this plugin, you must register your site with Google, as described in the documentation Google OAuth 2.0 setup.
As part of the registration process, you will need to enter the following URL as \'Authorized Redirect URIs\':
{$a->callbackurl}
Once registered, you will be provided with a client ID and secret which can be used to configure all Google Docs and Picasa plugins.'; +$string['oauthinfo'] = 'To use this plugin, you must register your site with Google, as described in the documentation Google OAuth 2.0 setup.
As part of the registration process, you will need to enter the following URL as \'Authorized Redirect URIs\':
{$a->callbackurl}
Once registered, you will be provided with a client ID and secret which can be used to configure all Google Drive and Picasa plugins.'; $string['oauth2upgrade_message_subject'] = 'Important information regarding Picasa repository plugin'; -$string['oauth2upgrade_message_content'] = 'As part of the upgrade to Moodle 2.3, the Picasa portfolio plugin has been disabled. To re-enable it, your Moodle site needs to be registered with Google, as described in the documentation {$a->docsurl}, in order to obtain a client ID and secret. The client ID and secret can then be used to configure all Google Docs and Picasa plugins.'; +$string['oauth2upgrade_message_content'] = 'As part of the upgrade to Moodle 2.3, the Picasa portfolio plugin has been disabled. To re-enable it, your Moodle site needs to be registered with Google, as described in the documentation {$a->docsurl}, in order to obtain a client ID and secret. The client ID and secret can then be used to configure all Google Drive and Picasa plugins.'; $string['oauth2upgrade_message_small'] = 'This plugin has been disabled, as it requires configuration as described in the documentation Google OAuth 2.0 setup.'; $string['picasa:view'] = 'View picasa repository'; $string['pluginname'] = 'Picasa web album';