mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
Fixed some wording ...
This commit is contained in:
parent
9e5f5f9fcf
commit
1369d8e172
@ -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.';
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user