. /** * Strings for component 'portfolio_googledocs', language 'en', branch 'MOODLE_20_STABLE' * * @package portfolio_googledocs * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['noauthtoken'] = 'An authentication token has not been recieved from google. Please ensure you are allowing moodle to access your google account'; $string['nosessiontoken'] = 'A session token does not exist preventing export to google.'; $string['pluginname'] = 'Google Docs'; $string['sendfailed'] = 'The file {$a} failed to transfer to google';