MDL-15402: add some help texts to filckr/boxnet plugins

This commit is contained in:
jerome 2008-09-17 06:09:10 +00:00
parent 98e82289b3
commit e49eaacbc9
6 changed files with 35 additions and 23 deletions

View file

@ -1,14 +1,13 @@
<?php
$string['apikey'] = 'API Key';
$string['repositoryname'] = 'Box.net';
$string['repositorydesc'] = 'Repository on Box.net';
$string['configplugin'] = 'Box.net configuration';
$string['username'] = 'Username for Box.net';
$string['password'] = 'Password';
$string['saved'] = 'Box.net data saved';
$string['information'] = '<div style=\"font-size:0.8em\">Get <a href=\"http://enabled.box.net/\">Box.net API Key</a> for your Moodle site. </div>';
$string['invalidpassword'] = 'Invalid password';
$stirng['invalidtoken'] = 'Invalid authentication token';
$string['nullfilelist'] = 'There are no files in this repository';
$string['username'] = 'Box.net account';
$string['password'] = 'Box.net password';
$string['password'] = 'Password';
$string['repositorydesc'] = 'Repository on Box.net';
$string['repositoryname'] = 'Box.net';
$string['saved'] = 'Box.net data saved';
$string['shareurl'] = 'Share URL';
$string['username'] = 'Username for Box.net';

View file

@ -1,7 +1,8 @@
<?php
$string['apikey'] = 'API Key';
$string['callbackurl'] = 'Callback URL';
$string['callbackwarning'] = 'You will need to copy the callback URL into Flickr. This callback URL will be generated once you save this information. Please click on Save button, then on Settings in order to check the generated callback URL';
$string['callbackurltext'] = '<div style=\"font-size:0.8em\">1. Get <a href=\"http://www.flickr.com/services/api/keys/\">Flickr API Key and Secret</a> for your Moodle site.<br/>2. Your callback URL is <strong>$a</strong><br/>3. Edit your <a href=\"http://www.flickr.com/services/api/keys/\">Flickr</a> key details and set the callback URL. </div>';
$string['callbackwarning'] = '<div style=\"font-size:0.8em\">1. Get <a href=\"http://www.flickr.com/services/api/keys/\">Flickr API Key and Secret</a> for your Moodle site.<br/>2. Your callback URL <strong>will be</strong> generated <strong>once</strong> you save these above information. Please click on Save button, then on <strong>Settings</strong> in order to check the generated callback URL.<br/>3. Edit your <a href=\"http://www.flickr.com/services/api/keys/\">Flickr</a> key details and set the callback URL.</div> ';
$string['configplugin'] = 'Flickr configuration';
$string['emailaddress'] = 'Email address';
$string['invalidemail'] = 'Invalid email address for flickr';

View file

@ -3,6 +3,7 @@ $string['apikey'] = 'API Key';
$string['callbackurl'] = 'Callback URL';
$string['configplugin'] = 'Flickr Public configuration';
$string['emailaddress'] = 'Email address';
$string['information'] = '<div style=\"font-size:0.8em\">Get <a href=\"http://www.flickr.com/services/api/keys/\">Flickr API Key</a> for your Moodle site. </div>';
$string['invalidemail'] = 'Invalid email address for flickr';
$string['notitle'] = 'notitle';
$string['nullphotolist'] = 'There are no photos in this account';