From: dongsheng Date: Sat, 4 Jul 2009 11:20:39 +0000 (+0000) Subject: "MDL-13766, add language string for repository plugin" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bf746326d1b603fa2b031f39e02e40ef50df355b;p=moodle.git "MDL-13766, add language string for repository plugin" --- diff --git a/lang/en_utf8/repository_filesystem.php b/lang/en_utf8/repository_filesystem.php index bc958a2b91..777060b9f4 100644 --- a/lang/en_utf8/repository_filesystem.php +++ b/lang/en_utf8/repository_filesystem.php @@ -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'; diff --git a/lang/en_utf8/repository_flickr_public.php b/lang/en_utf8/repository_flickr_public.php index d21747db94..80bcf29b54 100644 --- a/lang/en_utf8/repository_flickr_public.php +++ b/lang/en_utf8/repository_flickr_public.php @@ -15,7 +15,7 @@ $string['creativecommonscommercial'] = 'Only creative commons commercial'; $string['emailaddress'] = 'Email address'; $string['fulltext'] = 'Full text'; $string['information'] = '
Get Flickr API Key for your Moodle site.
'; -$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?'; diff --git a/lang/en_utf8/repository_url.php b/lang/en_utf8/repository_url.php index f9023da5b6..f5cf550e52 100644 --- a/lang/en_utf8/repository_url.php +++ b/lang/en_utf8/repository_url.php @@ -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';