]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-13766, add language string for repository plugin"
authordongsheng <dongsheng>
Sat, 4 Jul 2009 11:20:39 +0000 (11:20 +0000)
committerdongsheng <dongsheng>
Sat, 4 Jul 2009 11:20:39 +0000 (11:20 +0000)
lang/en_utf8/repository_filesystem.php
lang/en_utf8/repository_flickr_public.php
lang/en_utf8/repository_url.php

index bc958a2b91e57ca42f88e5cbc1eda798d40c67b2..777060b9f429db489ea96d94f4adad49a4892bbb 100644 (file)
@@ -3,7 +3,8 @@
 $string['configplugin'] = 'Setup repository on file system';
 $string['repositoryname'] = 'File system';
 $string['repositorydesc'] = 'Create repository from local directory';
-$string['path'] = 'Path';
+$string['path'] = 'Select a subdirectory';
+$string['information'] = 'This is the relative path against %moodledata%/repository/';
 $string['invalidpath'] = 'Invalid root path';
 $string['blockedpath'] = 'Blocked root path';
 $string['donotusesysdir'] = 'Don\'t use system directory as repository, including';
index d21747db945df3f7f09f9c3ffb7131483e17a1e2..80bcf29b547f3bb50a9df35b47ca58972aebd3b2 100644 (file)
@@ -15,7 +15,7 @@ $string['creativecommonscommercial'] = 'Only creative commons commercial';
 $string['emailaddress'] = 'Email address';
 $string['fulltext'] = 'Full text';
 $string['information'] = '<div>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['invalidemail'] = 'Invalid email account for flickr';
 $string['license'] = 'License';
 $string['modification'] = 'Allow modifications of your work?';
 $string['notitle'] = 'notitle';
@@ -27,4 +27,5 @@ $string['repositorydesc'] = 'Repository on flickr.com';
 $string['secret'] = 'Secret';
 $string['sharealike'] = 'Yes, as long as others share alike';
 $string['username'] = 'Flickr account email';
+$string['watermark'] = 'Add watermark (Auther ID and original URL) to downloaed photos?';
 
index f9023da5b6f80c8a0d67ee65a9f363775eed1a55..f5cf550e527fe10a80e2210314fd9518f94ecd95 100644 (file)
@@ -3,3 +3,4 @@ $string['repositoryname'] = 'URL Downloader';
 $string['url'] = 'URL';
 $string['rename'] = 'Name';
 $string['download'] = 'Download';
+$string['validname'] = 'You must provide a valid file name';