]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed some wording ...
authormoodler <moodler>
Wed, 17 Sep 2008 08:15:10 +0000 (08:15 +0000)
committermoodler <moodler>
Wed, 17 Sep 2008 08:15:10 +0000 (08:15 +0000)
lang/en_utf8/portfolio.php
portfolio/already.php

index 06db246079ac6cf798c45b70b1e2267260bd4766..a9f0decf8dc5f167c477f2dd50047d55996425ab 100644 (file)
@@ -3,8 +3,8 @@
 $string['activeportfolios'] = 'Active portfolios';
 $string['alreadyalt'] = 'Already exporting - please click here to resolve this transfer';
 $string['addnewportfolio'] = 'Add a new portfolio';
-$string['addtoportfolio'] = 'Add to portfolio';
-$string['addalltoportfolio'] = 'Add all to portfolio';
+$string['addtoportfolio'] = 'Save...';
+$string['addalltoportfolio'] = 'Save all...';
 $string['activeexport'] = 'Resolve active export';
 $string['alreadyexporting'] = 'You already have an active portfolio export in this session. Before continuing, you must either complete this export, or cancel it.  Would you like to continue it? (No will cancel it)';
 $string['availableformats'] = 'Available export formats';
@@ -18,6 +18,7 @@ $string['configure'] = 'Configure';
 $string['continuetoportfolio'] = 'Continue to your portfolio';
 $string['commonsettingsdesc'] = '<p>Whether a transfer is considered to take a \'Moderate\' or \'High\' amount of time changes whether the user is able to wait for the transfer to complete or not.</p><p>Sizes up to the \'Moderate\' threshold just happen immediately without the user being asked, and \'Moderate\' and \'High\' transfers mean they are offered the option but warned it might take some time.</p><p>Additionally, some portfolio plugins might ignore this option completely and force all transfers to be queued.</p>';
 $string['deleteportfolio'] = 'Delete portfolio instance';
+$string['destination'] = 'Destination';
 $string['disabled'] = 'Sorry, but portfolio exports are not enabled in this site';
 $string['displayarea'] = 'Export area';
 $string['displayinfo'] = 'Export info';
@@ -105,7 +106,7 @@ $string['notyours'] = 'You are trying to resume a portfolio export that doesn\'t
 $string['nouploaddirectory'] = 'Could not create a temporary directory to package your data into';
 $string['portfolio'] = 'Portfolio';
 $string['portfolios'] = 'Portfolios';
-$string['plugin'] = 'Portfolio Plugin';
+$string['plugin'] = 'Portfolio plugin';
 $string['plugincouldnotpackage'] = 'Failed to package up your data for export: original error was $a';
 $string['pluginismisconfigured'] = 'Portfolio plugin is misconfigured, skipping.  Error was: $a';
 $string['queuesummary'] = 'Currently queued transfers';
@@ -113,7 +114,7 @@ $string['returntowhereyouwere'] = 'Return to where you were';
 $string['save'] = 'Save';
 $string['selectedformat'] = 'Selected export format';
 $string['selectedwait'] = 'Selected to wait?';
-$string['selectplugin'] = 'Select portfolio plugin to export to';
+$string['selectplugin'] = 'Select destination';
 $string['someinstancesdisabled'] = 'Some configured portfolio plugin instances have been disabled either because they are misconfigured or rely on something else that is';
 $string['somepluginsdisabled']  = 'Some entire portfolio plugins have been disabled because they are either misconfigured or rely on something else that is:';
 $string['sure'] = 'Are you sure you want to delete \'$a\'?  This cannot be undone.';
index 483d71b915df10ca43e43e28533759a3f0886924..05fc4da43fe9ba84141fcaef9c32de9fd053e7d1 100644 (file)
@@ -17,7 +17,7 @@ if (!$dataid = optional_param('id', '', PARAM_INT) ) {
 $table = new StdClass;
 $table->head = array(
     get_string('displayarea', 'portfolio'),
-    get_string('plugin', 'portfolio'),
+    get_string('destination', 'portfolio'),
     get_string('displayinfo', 'portfolio'),
 );
 $table->data = array();