Skip to content

Commit

Permalink
MDL-22984 using standard plugin description string for repositories
Browse files Browse the repository at this point in the history
AMOS BEGIN
 MOV [repositorydesc,repository_alfresco],[pluginname_help,repository_alfresco]
 MOV [repositorydesc,repository_boxnet],[pluginname_help,repository_boxnet]
 MOV [repositorydesc,repository_dropbox],[pluginname_help,repository_dropbox]
 MOV [repositorydesc,repository_filesystem],[pluginname_help,repository_filesystem]
 MOV [repositorydesc,repository_flickr],[pluginname_help,repository_flickr]
 MOV [repositorydesc,repository_flickr_public],[pluginname_help,repository_flickr_public]
 MOV [repositorydesc,repository_googledocs],[pluginname_help,repository_googledocs]
 MOV [repositorydesc,repository_local],[pluginname_help,repository_local]
 MOV [repositorydesc,repository_merlot],[pluginname_help,repository_merlot]
 MOV [repositorydesc,repository_picasa],[pluginname_help,repository_picasa]
 MOV [repositorydesc,repository_recent],[pluginname_help,repository_recent]
 MOV [repositorydesc,repository_s3],[pluginname_help,repository_s3]
 MOV [repositorydesc,repository_upload],[pluginname_help,repository_upload]
 MOV [repositorydesc,repository_url],[pluginname_help,repository_url]
 MOV [repositorydesc,repository_user],[pluginname_help,repository_user]
 MOV [repositorydesc,repository_webdav],[pluginname_help,repository_webdav]
 MOV [repositorydesc,repository_wikimedia],[pluginname_help,repository_wikimedia]
 MOV [repositorydesc,repository_youtube],[pluginname_help,repository_youtube]
AMOS END
  • Loading branch information
skodak committed Jul 4, 2010
1 parent 614d18d commit 14770ef
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion repository/alfresco/lang/en/repository_alfresco.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
$string['configplugin'] = 'Alfresco configuration';
$string['notitle'] = 'notitle';
$string['password'] = 'Password';
$string['repositorydesc'] = 'A plug-in for Alfresco CMS';
$string['pluginname_help'] = 'A plug-in for Alfresco CMS';
$string['pluginname'] = 'Alfresco repository';
$string['soapmustbeenabled'] = 'SOAP extension must be enabled for alfresco plugin';
$string['username'] = 'User name';
2 changes: 1 addition & 1 deletion repository/boxnet/lang/en/repository_boxnet.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$string['invalidpassword'] = 'Invalid password';
$string['nullfilelist'] = 'There are no files in this repository';
$string['password'] = 'Password';
$string['repositorydesc'] = 'Repository on Box.net';
$string['pluginname_help'] = 'Repository on Box.net';
$string['pluginname'] = 'Box.net';
$string['saved'] = 'Box.net data saved';
$string['shareurl'] = 'Share URL';
Expand Down
2 changes: 1 addition & 1 deletion repository/dropbox/lang/en/repository_dropbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
$string['configplugin'] = 'Dropbox configuration';
$string['notitle'] = 'notitle';
$string['remember'] = 'Remember me';
$string['repositorydesc'] = '';
$string['pluginname_help'] = '';
$string['pluginname'] = 'Dropbox';
$string['apikey'] = 'Dropbox API Key';
$string['secret'] = 'Dropbox Secret';
Expand Down
2 changes: 1 addition & 1 deletion repository/filesystem/lang/en/repository_filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
$string['invalidpath'] = 'Invalid root path';
$string['path'] = 'Select a subdirectory';
$string['nosubdir'] = 'You need to create at least one folder inside the <b>{$a}</b> directory so you can select it here.';
$string['repositorydesc'] = 'Create repository from local directory';
$string['pluginname_help'] = 'Create repository from local directory';
$string['pluginname'] = 'File system';
2 changes: 1 addition & 1 deletion repository/flickr/lang/en/repository_flickr.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
$string['notitle'] = 'notitle';
$string['nullphotolist'] = 'There are no photos in this account';
$string['remember'] = 'Remember me';
$string['repositorydesc'] = 'Repository on flickr.com';
$string['pluginname_help'] = 'Repository on flickr.com';
$string['pluginname'] = 'Flickr';
$string['secret'] = 'Secret';
$string['username'] = 'Flickr account email';
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
$string['notitle'] = 'notitle';
$string['nullphotolist'] = 'There are no photos in this account';
$string['remember'] = 'Remember me';
$string['repositorydesc'] = 'Repository on flickr.com';
$string['pluginname_help'] = 'Repository on flickr.com';
$string['pluginname'] = 'Flickr public';
$string['secret'] = 'Secret';
$string['sharealike'] = 'Yes, as long as others share alike';
Expand Down
2 changes: 1 addition & 1 deletion repository/local/lang/en/repository_local.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
$string['local:view'] = 'View server repository';
$string['notitle'] = 'notitle';
$string['remember'] = 'Remember me';
$string['repositorydesc'] = 'Files previously uploaded to the Moodle server';
$string['pluginname_help'] = 'Files previously uploaded to the Moodle server';
$string['pluginname'] = 'Server files';
2 changes: 1 addition & 1 deletion repository/merlot/lang/en/repository_merlot.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

$string['configplugin'] = 'Merlot.org configuration';
$string['licensekey'] = 'License Key';
$string['repositorydesc'] = 'Merlot.org';
$string['pluginname_help'] = 'Merlot.org';
$string['pluginname'] = 'Merlot.org';
$string['merlot:view'] = 'View the Merlot repository';
2 changes: 1 addition & 1 deletion repository/recent/lang/en/repository_recent.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
$string['emptyfilelist'] = 'There are no files to show';
$string['notitle'] = 'notitle';
$string['recent:view'] = 'View recent files repsitory plugin';
$string['repositorydesc'] = 'Files recently used by current user';
$string['pluginname_help'] = 'Files recently used by current user';
$string['pluginname'] = 'Recent files';
2 changes: 1 addition & 1 deletion repository/upload/lang/en/repository_upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
*/

$string['configplugin'] = 'Configuration for upload plugin';
$string['repositorydesc'] = 'Upload a file to Moodle';
$string['pluginname_help'] = 'Upload a file to Moodle';
$string['pluginname'] = 'Upload a file';
$string['upload:view'] = 'Use uploading in file picker';
2 changes: 1 addition & 1 deletion repository/user/lang/en/repository_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

$string['configplugin'] = 'Configuration for user private files repository';
$string['repositorydesc'] = 'Files in user private area';
$string['pluginname_help'] = 'Files in user private area';
$string['pluginname'] = 'Private files';
$string['emptyfilelist'] = 'There are no files to show';
$string['user:view'] = 'View user private files';

0 comments on commit 14770ef

Please sign in to comment.