From fcca760ae73e637ec82cd031735020ed4a6bfcb9 Mon Sep 17 00:00:00 2001
From: Helen Foster This option means that the badge will be marked as "retired" and will no longer appear in the list of badges. Users will no longer be able to earn this badge, however existing badge recipients will still be able to display this badge on their profile page and push it to their external backpacks. If you would like your users to retain access to the earned badges it is important to select this option instead of fully deleting badges. 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}
';
diff --git a/lang/en/badges.php b/lang/en/badges.php
index 2468cbdd50e..39a0c6be3aa 100644
--- a/lang/en/badges.php
+++ b/lang/en/badges.php
@@ -60,7 +60,7 @@ $string['archiveconfirm'] = 'Delete and keep existing issued badges';
$string['archivehelp'] = '
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 84c65929ec1..59e602909a4 100644 --- a/repository/boxnet/lang/en/repository_boxnet.php +++ b/repository/boxnet/lang/en/repository_boxnet.php @@ -24,29 +24,29 @@ */ $string['apikey'] = 'API key'; -$string['apiv1migration_message_content'] = 'As part of the recent Moodle upgrade (2.6, 2.5.3, 2.4.7), 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_content'] = 'As part of the recent Moodle upgrade (2.6, 2.5.3, 2.4.7), the Box 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 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['clientid'] = 'Client ID'; $string['clientsecret'] = 'Client secret'; -$string['configplugin'] = 'Box.net configuration'; -$string['filesourceinfo'] = 'Box.net ({$a->fullname}): {$a->filename}'; -$string['information'] = 'Get a client ID and secret from the Box.net developer page for your Moodle site.'; +$string['configplugin'] = 'Box configuration'; +$string['filesourceinfo'] = 'Box ({$a->fullname}): {$a->filename}'; +$string['information'] = 'Get a client ID and secret from the Box 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'; diff --git a/repository/skydrive/lang/en/repository_skydrive.php b/repository/skydrive/lang/en/repository_skydrive.php index 25368330a4b..1ed71f48fc5 100644 --- a/repository/skydrive/lang/en/repository_skydrive.php +++ b/repository/skydrive/lang/en/repository_skydrive.php @@ -24,8 +24,8 @@ */ $string['cachedef_foldername'] = 'Folder name cache'; $string['clientid'] = 'Client ID'; -$string['configplugin'] = 'Configure Microsoft Skydrive'; +$string['configplugin'] = 'Configure Microsoft OneDrive'; $string['oauthinfo'] = 'To use this plugin, you must register your site with Microsoft.
As part of the registration process, you will need to enter the following URL as \'Redirect domain\':
{$a->callbackurl}
Once registered, you will be provided with a client ID and secret which can be entered here.'; -$string['pluginname'] = 'Microsoft Skydrive'; +$string['pluginname'] = 'Microsoft OneDrive'; $string['secret'] = 'Secret'; -$string['skydrive:view'] = 'View Skydrive'; +$string['skydrive:view'] = 'View OneDrive';