]> git.mjollnir.org Git - moodle.git/commitdiff
repository MDL-16543 Tidying up some lang strings
authormoodler <moodler>
Tue, 24 Feb 2009 08:00:01 +0000 (08:00 +0000)
committermoodler <moodler>
Tue, 24 Feb 2009 08:00:01 +0000 (08:00 +0000)
lang/en_utf8/repository.php
lang/en_utf8/repository_alfresco.php
lang/en_utf8/repository_flickr.php
lang/en_utf8/repository_flickr_public.php
lang/en_utf8/repository_local.php
lang/en_utf8/repository_picasa.php
lang/en_utf8/repository_remotemoodle.php
lang/en_utf8/repository_smb.php
lang/en_utf8/repository_youtube.php

index 75ea29585fec477325bb4a6a4a3be40508cff68e..afb002fc40faa610b3160e537d45f715a29db406 100644 (file)
@@ -85,7 +85,7 @@ $string['siteinstances'] = 'Repositories instances of the site';
 $string['size'] = 'Size';
 $string['submit'] = 'Submit';
 $string['sync'] = 'Sync';
-$string['title'] = 'Repository file picker';
+$string['title'] = 'Choose a file...';
 $string['thumbview'] = 'View as icons';
 $string['typenotvisible'] = 'Type not visible';
 $string['updown'] = 'Display order';
index 787d4f25273ba8a9e5f5a2a47155484edeb74091..80e5a7fa118d4fa7906ee81a60f82acb1a22189b 100644 (file)
@@ -2,7 +2,7 @@
 $string['alfresco_url'] = 'Alfresco URL';
 $string['configplugin'] = 'Alfresco configuration';
 $string['notitle'] = 'notitle';
-$string['repositoryname'] = 'Alfresco Repository';
+$string['repositoryname'] = 'Alfresco repository';
 $string['repositorydesc'] = 'A plug-in for Alfresco CMS';
 $string['username'] = 'User name';
 $string['password'] = 'Password';
index 81146264c2d4a96be73f9dc0aee59ff9e897de16..cf90a51ca6f27b8229b36fdddc32d89ed37c5145 100644 (file)
@@ -1,8 +1,13 @@
 <?php
-$string['apikey'] = 'API Key';
+$string['apikey'] = 'API key';
 $string['callbackurl'] = 'Callback URL';
-$string['callbackurltext'] = '<div>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>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['callbackurltext'] = '<ol>
+<li>Visit <a href=\"http://www.flickr.com/services/api/keys/\">Flickr API Keys</a> again.</li>
+<li>Make sure you set the callback URL for this Flickr key as <strong>$a</strong></li></ol>';
+$string['callbackwarning'] = '<ol>
+<li>Get a <a href=\"http://www.flickr.com/services/api/keys/\">Flickr API Key and Secret</a> from Flickr for this Moodle site.</li>
+<li>Enter those details here, then click Save and then Settings to come back to this page.  You will see that Moodle has generated a callback URL for you.</li>
+<li>Edit your <a href=\"http://www.flickr.com/services/api/keys/\">Flickr</a> key details again and set the callback URL.</li></ol>';
 $string['configplugin'] = 'Flickr configuration';
 $string['emailaddress'] = 'Email address';
 $string['invalidemail'] = 'Invalid email address for flickr';
index ebeac50e554c41f5471e552ad9515c17b0fbb953..3930f73860487d18ed405ae4ae67f6676ddddee9 100644 (file)
@@ -1,7 +1,7 @@
 <?php // $Id$
-$string['apikey'] = 'API Key';
+$string['apikey'] = 'API key';
 $string['callbackurl'] = 'Callback URL';
-$string['configplugin'] = 'Flickr Public configuration';
+$string['configplugin'] = 'Flickr public configuration';
 $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>';
@@ -10,7 +10,7 @@ $string['notitle'] = 'notitle';
 $string['nullphotolist'] = 'There are no photos in this account';
 $string['tag'] = 'Tag';
 $string['remember'] = 'Remember me';
-$string['repositoryname'] = 'Flickr Public';
+$string['repositoryname'] = 'Flickr public';
 $string['repositorydesc'] = 'Repository on flickr.com';
 $string['secret'] = 'Secret';
 $string['username'] = 'Flickr account email';
index b94f06e04c30a4a1cd4481e15e1646d57cab9390..00974423b85da0424019c1cc2359219d8e02823d 100644 (file)
@@ -1,6 +1,6 @@
 <?php // $Id$
 $string['configplugin'] = 'Configuration for local file repository';
-$string['repositoryname'] = 'Local Files';
+$string['repositoryname'] = 'Local files';
 $string['repositorydesc'] = 'Repository on the local Moodle server';
 $string['notitle'] = 'notitle';
 $string['remember'] = 'Remember me';
index 57ae63166a81b31a56ee016372ccbaf6d50ef502..f69f84481bc34e98aebed85ed3c8175fa72cf680 100644 (file)
@@ -1,3 +1,3 @@
 <?php
-$string['repositoryname'] = 'Picasa Web Album';
+$string['repositoryname'] = 'Picasa web album';
 ?>
index eeeb6f6768e40e17833041adacb4c5498405d2d1..26c937aedd3349cd592029e5c1355f115ca5630d 100644 (file)
@@ -1,16 +1,16 @@
 <?php // $Id$
 $string['configplugin'] = 'Configuration for remote Moodle file repository';
-$string['repositoryname'] = 'Remote Moodle Files';
-$string['repositorydesc'] = 'Repository on the remote Moodle server';
+$string['repositoryname'] = 'Remote Moodle site';
+$string['repositorydesc'] = 'Files on a remote Moodle server';
 $string['notitle'] = 'notitle';
 $string['peer'] = 'Peer';
 $string['remember'] = 'Remember me';
 $string['emptyfilelist'] = 'There are no files to show';
-$string['remoterep_name'] = 'Remote Moodle Repository';
-$string['remoterep_description'] = 'Allow the service to be discovered<br><br>';
+$string['remoterep_name'] = 'Remote Moodle site';
+$string['remoterep_description'] = 'Allow the service to be discovered';
 $string['connectionfailure'] = 'Failed to retrieve file listing - The host moodle has either a version older than 2.0, either its Moodle Remote Repository service hasn\'t been activated';
 $string['failtoretrievelist'] = 'List could not be retrieved or is empty';
 $string['usernotfound'] = 'The user $a is not registered into the remote Moodle';
 $string['usercannotaccess'] = 'You ($a) cannot access to this file';
-$string['nopeer'] = '<div>Please setup some <a href=\"http://docs.moodle.org/en/admin/mnet/peers#Peer_to_Peer_Network\">Moodle peers</a> for your Moodle site. </div>';
+$string['nopeer'] = 'Please setup some <a href=\"http://docs.moodle.org/en/admin/mnet/peers#Peer_to_Peer_Network\">Moodle peers</a> for your Moodle site.';
 $string['hostnotfound'] = 'Cannot find the remote Moodle into the database - contact your system administrator';
index a119998d7245299db80df9bbef99a0af57794298..f430b309708f1452e4078b90bfa419f50ccf75d2 100644 (file)
@@ -1,3 +1,3 @@
 <?php
-$string['repositoryname'] = 'SMB Repository';
+$string['repositoryname'] = 'Windows shares (SMB)';
 $string['smb_server'] = 'SMB Server';
index 4ea9a98d36b6df4c039cd8f447e3b9b0a7bc250c..25ce0ac5ebce4e76cf822f6bcd4d4825fd478d47 100644 (file)
@@ -1,3 +1,3 @@
 <?php
-$string['repositoryname'] = 'Youtube Repository';
-$string['search'] = 'Search';
+$string['repositoryname'] = 'Youtube videos';
+$string['search'] = 'Search videos';