mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Some new strings, including filter names
This commit is contained in:
parent
b17333be71
commit
677d1679fa
9 changed files with 60 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
// admin.php - created with Moodle 1.2 development (2003111400)
|
// admin.php - created with Moodle 1.2 development (2003111400)
|
||||||
|
|
||||||
|
|
||||||
|
$string['cachetext'] = 'Text cache lifetime';
|
||||||
$string['upgradelogs'] = 'For full functionality, your old logs need to be upgraded. <a href=\"$a\">More information</a>';
|
$string['upgradelogs'] = 'For full functionality, your old logs need to be upgraded. <a href=\"$a\">More information</a>';
|
||||||
$string['upgradelogsinfo'] = 'Some changes have way some logs are stored. To be able to view all of your old logs on a per-activity basis, your old logs need to be upgraded. Depending on your site this can take a long time (eg several hours) and can be quite taxing on the database for large sites. Once you start this process you should let it finish (by keeping the browser window open). Don\'t worry - your site will work fine for other people while the logs are being upgraded.<br /><br />Do you want to upgrade your logs now?';
|
$string['upgradelogsinfo'] = 'Some changes have way some logs are stored. To be able to view all of your old logs on a per-activity basis, your old logs need to be upgraded. Depending on your site this can take a long time (eg several hours) and can be quite taxing on the database for large sites. Once you start this process you should let it finish (by keeping the browser window open). Don\'t worry - your site will work fine for other people while the logs are being upgraded.<br /><br />Do you want to upgrade your logs now?';
|
||||||
|
|
||||||
|
|
6
lang/en/algebra.php
Normal file
6
lang/en/algebra.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?php /// $Id$
|
||||||
|
|
||||||
|
$string['filtername'] = "Algebra Notation";
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
6
lang/en/censor.php
Normal file
6
lang/en/censor.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?php /// $Id$
|
||||||
|
|
||||||
|
$string['filtername'] = "Word Censorship";
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
|
@ -72,5 +72,27 @@ $string['undo'] = 'Undo your last action';
|
||||||
$string['unorderedlist'] = 'Bulleted List';
|
$string['unorderedlist'] = 'Bulleted List';
|
||||||
$string['vertical'] = 'Vertical';
|
$string['vertical'] = 'Vertical';
|
||||||
$string['width'] = 'Width';
|
$string['width'] = 'Width';
|
||||||
|
$string['size'] = 'Size';
|
||||||
|
$string['height'] = 'Height';
|
||||||
|
$string['filebrowser'] = 'File Browser';
|
||||||
|
$string['properties'] = 'Properties';
|
||||||
|
$string['type'] = 'Type';
|
||||||
|
$string['selection'] = 'Selection';
|
||||||
|
$string['delete'] = 'Delete';
|
||||||
|
$string['move'] = 'Move';
|
||||||
|
$string['zip'] = 'Zip';
|
||||||
|
$string['rename'] = 'Rename';
|
||||||
|
$string['createfolder'] = 'Create folder';
|
||||||
|
$string['upload'] = 'Upload';
|
||||||
|
$string['notimage'] = 'Selected file is not an image. Please select an image!';
|
||||||
|
$string['insertlink'] = 'Insert Link';
|
||||||
|
$string['linkproperties'] = 'Link properties';
|
||||||
|
$string['linkurl'] = 'URL';
|
||||||
|
$string['linktitle'] = 'Title';
|
||||||
|
$string['linktarget'] = 'Target';
|
||||||
|
$string['linktargetnone'] = 'None';
|
||||||
|
$string['linktargetblank'] = 'New window';
|
||||||
|
$string['linktargetself'] = 'Same frame';
|
||||||
|
$string['linktargettop'] = 'Same window';
|
||||||
|
$string['linktargetother'] = 'Other (out of order)';
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -95,6 +95,7 @@ $string['exportglossary'] = 'Export glossary';
|
||||||
$string['exportentries'] = 'Export entries';
|
$string['exportentries'] = 'Export entries';
|
||||||
$string['exporttomainglossary'] = 'Export to main glossary';
|
$string['exporttomainglossary'] = 'Export to main glossary';
|
||||||
$string['filetoimport'] = 'File to import';
|
$string['filetoimport'] = 'File to import';
|
||||||
|
$string['filtername'] = 'Glossary auto-linking';
|
||||||
$string['fillfields'] = 'Concept and definition are mandatory fields.';
|
$string['fillfields'] = 'Concept and definition are mandatory fields.';
|
||||||
$string['fullmatch'] = 'Match whole words only';
|
$string['fullmatch'] = 'Match whole words only';
|
||||||
$string['glossarytype'] = 'Glossary Type';
|
$string['glossarytype'] = 'Glossary Type';
|
||||||
|
|
6
lang/en/mediaplugin.php
Normal file
6
lang/en/mediaplugin.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?php /// $Id$
|
||||||
|
|
||||||
|
$string['filtername'] = "Multimedia Plugins";
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
|
@ -40,6 +40,7 @@ $string['adminhelpedituser'] = 'Browse the list of user accounts and edit any of
|
||||||
$string['adminhelplanguage'] = 'For checking and editing the current language pack';
|
$string['adminhelplanguage'] = 'For checking and editing the current language pack';
|
||||||
$string['adminhelplogs'] = 'Browse logs of all activity on this site';
|
$string['adminhelplogs'] = 'Browse logs of all activity on this site';
|
||||||
$string['adminhelpmanagedatabase'] = 'Access the database directly (be careful!)';
|
$string['adminhelpmanagedatabase'] = 'Access the database directly (be careful!)';
|
||||||
|
$string['adminhelpmanagefilters'] = 'Choose text filters and related settings';
|
||||||
$string['adminhelpmanagemodules'] = 'Manage installed modules and their settings';
|
$string['adminhelpmanagemodules'] = 'Manage installed modules and their settings';
|
||||||
$string['adminhelpsitefiles'] = 'For publishing general files or uploading external backups';
|
$string['adminhelpsitefiles'] = 'For publishing general files or uploading external backups';
|
||||||
$string['adminhelpsitesettings'] = 'Define how the front page of the site looks';
|
$string['adminhelpsitesettings'] = 'Define how the front page of the site looks';
|
||||||
|
@ -249,6 +250,7 @@ $string['displayingrecords'] = 'Displaying $a records';
|
||||||
$string['displayingusers'] = 'Displaying users $a->start to $a->end';
|
$string['displayingusers'] = 'Displaying users $a->start to $a->end';
|
||||||
$string['documentation'] = 'Moodle Documentation';
|
$string['documentation'] = 'Moodle Documentation';
|
||||||
$string['donotask'] = 'Do Not Ask';
|
$string['donotask'] = 'Do Not Ask';
|
||||||
|
$string['down'] = 'Down';
|
||||||
$string['downloadexcel'] = 'Download in Excel format';
|
$string['downloadexcel'] = 'Download in Excel format';
|
||||||
$string['downloadtext'] = 'Download in text format';
|
$string['downloadtext'] = 'Download in text format';
|
||||||
$string['doyouagree'] = 'Have you read these conditions and understood them?';
|
$string['doyouagree'] = 'Have you read these conditions and understood them?';
|
||||||
|
@ -451,6 +453,7 @@ $string['htmleditordisabledbrowser'] = 'The HTML editor is unavailable because y
|
||||||
$string['htmlformat'] = 'Pretty HTML format';
|
$string['htmlformat'] = 'Pretty HTML format';
|
||||||
$string['icqnumber'] = 'ICQ number';
|
$string['icqnumber'] = 'ICQ number';
|
||||||
$string['idnumber'] = 'ID number';
|
$string['idnumber'] = 'ID number';
|
||||||
|
$string['inactive'] = 'Inactive';
|
||||||
$string['include'] = 'Include';
|
$string['include'] = 'Include';
|
||||||
$string['includeallusers'] = 'Include All Users';
|
$string['includeallusers'] = 'Include All Users';
|
||||||
$string['includecoursefiles'] = 'Include Course Files';
|
$string['includecoursefiles'] = 'Include Course Files';
|
||||||
|
@ -520,6 +523,7 @@ $string['mainmenu'] = 'Main menu';
|
||||||
$string['makeafolder'] = 'Make a folder';
|
$string['makeafolder'] = 'Make a folder';
|
||||||
$string['makeeditable'] = 'If you make \'$a\' editable by the web server process (eg apache) then you could edit this file directly from this page';
|
$string['makeeditable'] = 'If you make \'$a\' editable by the web server process (eg apache) then you could edit this file directly from this page';
|
||||||
$string['managedatabase'] = 'Database';
|
$string['managedatabase'] = 'Database';
|
||||||
|
$string['managefilters'] = 'Filters';
|
||||||
$string['managemodules'] = 'Modules';
|
$string['managemodules'] = 'Modules';
|
||||||
$string['markedthistopic'] = 'This topic is highlighted as the current topic';
|
$string['markedthistopic'] = 'This topic is highlighted as the current topic';
|
||||||
$string['markthistopic'] = 'Highlight this topic as the current topic';
|
$string['markthistopic'] = 'Highlight this topic as the current topic';
|
||||||
|
@ -839,6 +843,7 @@ $string['unsafepassword'] = 'Unsafe password - try something else';
|
||||||
$string['unusedaccounts'] = 'Accounts unused for more than $a days are automatically unenrolled';
|
$string['unusedaccounts'] = 'Accounts unused for more than $a days are automatically unenrolled';
|
||||||
$string['unzip'] = 'Unzip';
|
$string['unzip'] = 'Unzip';
|
||||||
$string['unzippingbackup'] = 'Unzipping backup';
|
$string['unzippingbackup'] = 'Unzipping backup';
|
||||||
|
$string['up'] = 'Up';
|
||||||
$string['update'] = 'Update';
|
$string['update'] = 'Update';
|
||||||
$string['updated'] = 'Updated $a';
|
$string['updated'] = 'Updated $a';
|
||||||
$string['updatemyprofile'] = 'Update profile';
|
$string['updatemyprofile'] = 'Update profile';
|
||||||
|
|
6
lang/en/multilang.php
Normal file
6
lang/en/multilang.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?php /// $Id$
|
||||||
|
|
||||||
|
$string['filtername'] = "Multi-Language Content";
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
6
lang/en/tex.php
Normal file
6
lang/en/tex.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?php /// $Id$
|
||||||
|
|
||||||
|
$string['filtername'] = "TeX Notation";
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue