]> git.mjollnir.org Git - moodle.git/commitdiff
Some new strings, including filter names
authormoodler <moodler>
Sun, 22 Feb 2004 12:14:37 +0000 (12:14 +0000)
committermoodler <moodler>
Sun, 22 Feb 2004 12:14:37 +0000 (12:14 +0000)
lang/en/admin.php
lang/en/algebra.php [new file with mode: 0644]
lang/en/censor.php [new file with mode: 0644]
lang/en/editor.php
lang/en/glossary.php
lang/en/mediaplugin.php [new file with mode: 0644]
lang/en/moodle.php
lang/en/multilang.php [new file with mode: 0644]
lang/en/tex.php [new file with mode: 0644]

index 47de3bdb97545ea619b2557d2baf7eaa9ef57f82..fc8489e9d9c5fddc6544b0fb5caa4ebd5dc1e2b1 100755 (executable)
@@ -2,6 +2,7 @@
       // 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['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?';
 
diff --git a/lang/en/algebra.php b/lang/en/algebra.php
new file mode 100644 (file)
index 0000000..3025fd6
--- /dev/null
@@ -0,0 +1,6 @@
+<?php /// $Id$
+
+$string['filtername'] = "Algebra Notation";
+
+?>
+
diff --git a/lang/en/censor.php b/lang/en/censor.php
new file mode 100644 (file)
index 0000000..08ac9c0
--- /dev/null
@@ -0,0 +1,6 @@
+<?php /// $Id$
+
+$string['filtername'] = "Word Censorship";
+
+?>
+
index 33d22cb05bf1e1698e7ce00a49405fa3314af1b9..931496f81306e54180ae72bf7948946f2c5c3dba 100644 (file)
@@ -72,5 +72,27 @@ $string['undo'] = 'Undo your last action';
 $string['unorderedlist'] = 'Bulleted List';
 $string['vertical'] = 'Vertical';
 $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)';
 ?>
index 38dcbf55c4ac184020b6f13e77dc83b277cfb3f6..010278188cb51305426aaf8c3c9933eef97636f6 100644 (file)
@@ -95,6 +95,7 @@ $string['exportglossary'] = 'Export glossary';
 $string['exportentries'] = 'Export entries';
 $string['exporttomainglossary'] = 'Export to main glossary';
 $string['filetoimport'] = 'File to import';
+$string['filtername'] = 'Glossary auto-linking';
 $string['fillfields'] = 'Concept and definition are mandatory fields.';
 $string['fullmatch'] = 'Match whole words only';
 $string['glossarytype'] = 'Glossary Type';
diff --git a/lang/en/mediaplugin.php b/lang/en/mediaplugin.php
new file mode 100644 (file)
index 0000000..07abc02
--- /dev/null
@@ -0,0 +1,6 @@
+<?php /// $Id$
+
+$string['filtername'] = "Multimedia Plugins";
+
+?>
+
index c428c4f48414c719a79be36fb833aa84e5ce3a31..abecf40d0f7db75bdf9c6f51afc49f6580c88c23 100644 (file)
@@ -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['adminhelplogs'] = 'Browse logs of all activity on this site';
 $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['adminhelpsitefiles'] = 'For publishing general files or uploading external backups';
 $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['documentation'] = 'Moodle Documentation';
 $string['donotask'] = 'Do Not Ask';
+$string['down'] = 'Down';
 $string['downloadexcel'] = 'Download in Excel format';
 $string['downloadtext'] = 'Download in text format';
 $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['icqnumber'] = 'ICQ number';
 $string['idnumber'] = 'ID number';
+$string['inactive'] = 'Inactive';
 $string['include'] = 'Include';
 $string['includeallusers'] = 'Include All Users';
 $string['includecoursefiles'] = 'Include Course Files';
@@ -520,6 +523,7 @@ $string['mainmenu'] = 'Main menu';
 $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['managedatabase'] = 'Database';
+$string['managefilters'] = 'Filters';
 $string['managemodules'] = 'Modules';
 $string['markedthistopic'] = 'This topic is highlighted 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['unzip'] = 'Unzip';
 $string['unzippingbackup'] = 'Unzipping backup';
+$string['up'] = 'Up';
 $string['update'] = 'Update';
 $string['updated'] = 'Updated $a';
 $string['updatemyprofile'] = 'Update profile';
diff --git a/lang/en/multilang.php b/lang/en/multilang.php
new file mode 100644 (file)
index 0000000..3275eaa
--- /dev/null
@@ -0,0 +1,6 @@
+<?php /// $Id$
+
+$string['filtername'] = "Multi-Language Content";
+
+?>
+
diff --git a/lang/en/tex.php b/lang/en/tex.php
new file mode 100644 (file)
index 0000000..fce6977
--- /dev/null
@@ -0,0 +1,6 @@
+<?php /// $Id$
+
+$string['filtername'] = "TeX Notation";
+
+?>
+