All pastes #948574 Raw Edit

P tags in lang files

public text v1 · immutable
#948574 ·published 2008-03-19 07:26 UTC
rendered paste body
lang\en_utf8/admin.php:186:$string['configcronremotepassword'] = 'This means that the cron.php script cannot be run from a web browser without supplying the password using the following form of URL:<pre>
lang\en_utf8/admin.php:272:$string['dbmigrationdupfailed'] = 'Database duplication failed with possible error:<font color=\"#ff0000\"><pre>$a</pre></font>';
lang\en_utf8/admin.php:368:$string['globalsquoteswarning'] = '<p><strong>Security Warning</strong>: to operate properly, Moodle requires <br />that you make certain changes to your current PHP settings.<p/><p>You <em>must</em> set <code>register_globals=off</code> and/or <code>magic_quotes_gpc=on</code>. <br />If possible, you should set <code>register_globals=off</code> to improve general <br /> server security, setting <code>magic_quotes_gpc=on</code> is also recommended.<p/><p>These settings are controlled by editing your <code>php.ini</code>, Apache/IIS <br />configuration or <code>.htaccess</code> file.</p>';
lang\en_utf8/admin.php:369:$string['globalswarning'] = '<p><strong>Security Warning</strong>: to operate properly, Moodle requires <br />that you make certain changes to your current PHP settings.<p/><p>You <em>must</em> set <code>register_globals=off</code>.<p>This setting is controlled by editing your <code>php.ini</code>, Apache/IIS <br />configuration or <code>.htaccess</code> file.</p>';
lang\en_utf8/assignment.php:64:$string['helpoffline'] = '<p>This is useful when the assignment is performed outside of Moodle.  It could be
lang\en_utf8/assignment.php:65:   something elsewhere on the web or face-to-face.</p><p>Students can see a description of the assignment, 
lang\en_utf8/assignment.php:68:$string['helponline'] = '<p>This assignment type asks users to edit a text, using the normal
lang\en_utf8/assignment.php:70:   <p>(If you are familiar with older versions of Moodle, this Assignment
lang\en_utf8/assignment.php:72:$string['helpupload'] = '<p>This type of assignment allows each participant to upload one or more files in any format. 
lang\en_utf8/assignment.php:74:   <p>This type also allows you to upload multiple response files. Response files can be also uploaded before submission which
lang\en_utf8/assignment.php:76:   <p>Participants may also enter notes describing the submitted files, progress status or any other text information.</p>
lang\en_utf8/assignment.php:77:   <p>Submission of this type of assignment must be manually finalised by the participant. You can review the current status
lang\en_utf8/assignment.php:79:$string['helpuploadsingle'] = '<p>This type of assignment allows each participant to upload a 
lang\en_utf8/assignment.php:80:   single file, of any type.</p> <p>This might be a Word processor document, an image, 
lang\en_utf8/auth.php:81:$string['auth_dbextrafields'] = 'These fields are optional.  You can choose to pre-fill some Moodle user fields with information from the <b>external database fields</b> that you specify here. <p>If you leave these blank, then defaults will be used.</p><p>In either case, the user will be able to edit all of these fields after they log in.</p>';
lang\en_utf8/auth.php:87:$string['auth_dbpasstype'] = '<p>Specify the format that the password field is using. MD5 hashing is useful for connecting to other common web applications like PostNuke.</p> <p>Use \'internal\' if you want to the external DB to manage usernames &amp; email addresses, but Moodle to manage passwords. If you use \'internal\', you <i>must</i> provide a populated email address field in the external DB, and you must execute both admin/cron.php and auth/db/auth_db_sync_users.php regularly. Moodle will send an email to new users with a temporary password.</p>';
lang\en_utf8/auth.php:142:$string['auth_fieldlock_expl'] = '<p><b>Lock value:</b> If enabled, will prevent Moodle users and admins from editing the field directly. Use this option if you are maintaining this data in the external auth system. </p>';
lang\en_utf8/auth.php:144:$string['auth_fieldlocks_help'] = '<p>You can lock user data fields. This is useful for sites where the user data is maintained by the administrators manually by editing user records or uploading using the \'Upload users\' facility. If you are locking fields that are required by Moodle, make sure that you provide that data when creating user accounts or the accounts will be unusable.</p><p>Consider setting the lock mode to \'Unlocked if empty\' to avoid this problem.</p>';
lang\en_utf8/auth.php:235:$string['auth_ldapextrafields'] = 'These fields are optional.  You can choose to pre-fill some Moodle user fields with information from the <b>LDAP fields</b> that you specify here. <p>If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.</p><p>In either case, the user will be able to edit all of these fields after they log in.</p>';
lang\en_utf8/auth.php:335:$string['auth_updatelocal_expl'] = '<p><b>Update local:</b> If enabled, the field will be updated (from external auth) every time the user logs in or there is a user synchronization. Fields set to update locally should be locked.</p>';
lang\en_utf8/auth.php:337:$string['auth_updateremote_expl'] = '<p><b>Update external:</b> If enabled, the external auth will be updated when the user record is updated. Fields should be unlocked to allow edits.</p>';
lang\en_utf8/auth.php:338:$string['auth_updateremote_ldap'] = '<p><b>Note:</b> Updating external LDAP data requires that you set binddn and bindpw to a bind-user with editing privileges to all the user records. It currently does not preserve multi-valued attributes, and will remove extra values on update. </p>';
lang\en_utf8/enrol_flatfile.php:7:<pre>
lang\en_utf8/enrol_flatfile.php:18:<pre>
lang\en_utf8/enrol_ldap.php:5:$string['description'] = '<p>You can use an LDAP server to control your enrolments.  
lang\en_utf8/enrol_ldap.php:9:                          <p>It is assumed that courses are defined as groups in 
lang\en_utf8/enrol_ldap.php:13:                          <p>To use LDAP enrolment, your users <strong>must</strong> 
lang\en_utf8/enrol_ldap.php:19:                          <p>Enrolments will be updated when the user logs in. You
lang\en_utf8/enrol_ldap.php:22:                          <p>This plugin can also be set to automatically create new 
lang\en_utf8/forum.php:186:$string['postadded'] = '<p>Your post was successfully added.</p> <p>You have $a to edit it if you want to make any changes.</p>';
lang\en_utf8/forum.php:191:$string['postmailnow'] = '<p>This post will be mailed out immediately to all forum subscribers.</p>';
lang\en_utf8/glossary.php:109:$string['explainexport'] = 'Click on the button below to export glossary entries.<br />You can import it anytime you wish in this or other course.<p>Please note that attachments (e.g. images) and authors are not exported.</p>';
lang\en_utf8/glossary.php:110:$string['explainimport'] = 'You must specify the file to import and define the criteria of the process.<p>Submit your request and review the results.</p>';
lang\en_utf8/install.php:148:$string['directorysettings'] = '<p>Please confirm the locations of this Moodle installation.</p>
lang\en_utf8/install.php:150:<p><b>Web Address:</b>
lang\en_utf8/install.php:156:<p><b>Moodle Directory:</b>
lang\en_utf8/install.php:160:<p><b>Data Directory:</b>
lang\en_utf8/install.php:199:$string['fileuploadshelp'] = '<p>File uploading seems to be disabled on your server.</p>
lang\en_utf8/install.php:201:<p>Moodle can still be installed, but without this ability, you will not be able 
lang\en_utf8/install.php:204:<p>To enable file uploading you (or your system administrator) will need to 
lang\en_utf8/install.php:209:$string['gdversionhelp'] = '<p>Your server does not seem to have GD installed.</p>
lang\en_utf8/install.php:211:<p>GD is a library that is required by PHP to allow Moodle to process images 
lang\en_utf8/install.php:216:<p>To add GD to PHP under Unix, compile PHP using the --with-gd parameter.</p>
lang\en_utf8/install.php:218:<p>Under Windows you can usually edit php.ini and uncomment the line referencing php_gd2.dll.</p>';
lang\en_utf8/install.php:221:$string['globalsquoteshelp'] = '<p>Combination of disabled Magic Quotes GPC and enabled Register Globals both at the same time is not recommended.</p>
lang\en_utf8/install.php:223:<p>The recommended setting is <b>magic_quotes_gpc = On</b> and <b>register_globals = Off</b> in your php.ini</p>
lang\en_utf8/install.php:225:<p>If you don\'t have access to your php.ini, you might be able to place the following line in a file 
lang\en_utf8/install.php:254:$string['magicquotesruntimehelp'] = '<p>Magic quotes runtime should be turned off for Moodle to function properly.</p>
lang\en_utf8/install.php:256:<p>Normally it is off by default ... see the setting <b>magic_quotes_runtime</b> in your php.ini file.</p>
lang\en_utf8/install.php:258:<p>If you don\'t have access to your php.ini, you might be able to place the following line in a file 
lang\en_utf8/install.php:264:$string['memorylimithelp'] = '<p>The PHP memory limit for your server is currently set to $a.</p>
lang\en_utf8/install.php:266:<p>This may cause Moodle to have memory problems later on, especially 
lang\en_utf8/install.php:269:<p>We recommend that you configure PHP with a higher limit if possible, like 40M.  
lang\en_utf8/install.php:279:    <p><blockquote>php_value memory_limit 40M</blockquote></p>
lang\en_utf8/install.php:280:    <p>However, on some servers this will prevent <b>all</b> PHP pages from working 
lang\en_utf8/install.php:298:$string['phpversionhelp'] = '<p>Moodle requires a PHP version of at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).</p>
lang\en_utf8/install.php:299:<p>You are currently running version $a</p>
lang\en_utf8/install.php:300:<p>You must upgrade PHP or move to a host with a newer version of PHP!<br/>
lang\en_utf8/install.php:306:$string['safemodehelp'] = '<p>Moodle may have a variety of problems with safe mode on, not least is that 
lang\en_utf8/install.php:309:<p>Safe mode is usually only enabled by paranoid public web hosts, so you may have 
lang\en_utf8/install.php:312:<p>You can try continuing the install if you like, but expect a few problems later on.</p>';
lang\en_utf8/install.php:316:$string['sessionautostarthelp'] = '<p>Moodle requires session support and will not function without it.</p>
lang\en_utf8/install.php:318:<p>Sessions can be enabled in the php.ini file ... look for the session.auto_start parameter.</p>';
lang\en_utf8/lesson.php:98:$string['essayemailmessage'] = '<p>Essay prompt:<blockquote>$a->question</blockquote></p><p>Your response:<blockquote><em>$a->response</em></blockquote></p><p>$a->teacher\'s comments:<blockquote><em>$a->comment</em></blockquote></p><p>You have received $a->earned out of $a->outof for this essay question.</p><p>Your grade for the lesson has been changed to $a->newgrade&#37;.</p>';
lang\en_utf8/mnet.php:16:$string['trustedhostsexplain']          = '<p>The trusted hosts mechanism allows specific machines to
lang\en_utf8/mnet.php:20:                                           <p>This is <strong>not</strong> needed for Moodle Networking.</p>
lang\en_utf8/mnet.php:21:                                           <p>To enable it, enter a list of IP addresses or networks,
lang\en_utf8/moodle.php:462:$string['emailconfirmsent'] = '<p>An email should have been sent to your address at <b>$a</b></p>
lang\en_utf8/moodle.php:463:   <p>It contains easy instructions to complete your registration.</p>
lang\en_utf8/moodle.php:464:   <p>If you continue to have difficulty, contact the site administrator.</p>';
lang\en_utf8/moodle.php:501:$string['emailpasswordconfirmmaybesent'] = '<p>If you supplied a correct username or email address then an email should have been sent to you.</p>
lang\en_utf8/moodle.php:502:   <p>It contains easy instructions to confirm and complete this password change.
lang\en_utf8/moodle.php:849:$string['loginaspasswordexplain'] = '<p>You must enter the special \"loginas password\" to use this feature.<br />If you do not know it, ask your server administrator.</p>';
lang\en_utf8/moodle.php:870:$string['loginstepsnone'] = '<p>Hi!</p>
lang\en_utf8/moodle.php:871:<p>For full access to courses you\'ll need to create yourself an account.</p>
lang\en_utf8/moodle.php:872:<p>All you need to do is make up a username and password and use it in the form on this page!</p>
lang\en_utf8/moodle.php:873:<p>If someone else has already chosen your username then you\'ll have to try again using a different username.</p>';
lang\en_utf8/moodle.php:1147:$string['passwordsenttext'] = '<p>An email has been sent to your address at $a->email.</p>
lang\en_utf8/moodle.php:1148:   <p><b>Please check your email for your new password</b></p>
lang\en_utf8/moodle.php:1149:   <p>The new password was automatically generated, so you might like to
lang\en_utf8/moodle.php:1215:$string['registrationinfo'] = '<p>This page allows you to register your Moodle site with moodle.org.  Registration is free.
lang\en_utf8/moodle.php:1218:<p>By default, your information will be kept private, and will never be sold or passed on to anyone else.  The only
lang\en_utf8/moodle.php:1221:<p>If you choose, you can allow your site name, country and URL to be added to the public list of Moodle Sites.</p>
lang\en_utf8/moodle.php:1222:<p>All new registrations are verified manually before they are added to the list, but once you are added you can update your registration (and your entry on the public list) at any time by resubmitting this form.</p>';
lang\en_utf8/question.php:13:$string['cwrqpfsinfo'] = '<p>During the upgrade to Moodle 1.9 we will seperate question categories into
lang\en_utf8/question.php:19:<p>The following question categories, from which \'random\' questions in parent categories select questions from,
lang\en_utf8/resource.php:60:$string['localfileinfo'] = '<p>Choose a local file from your computer. The file will not be uploaded to the web site, but Moodle will look for the same file on the computer of anyone viewing this resource.</p><p>This is mostly useful when you have large media files stored on a standard CD-ROM that you distribute to all participants.  Each participant is able to choose their own local path for such files, by <a href=\"$a\" target=\"_blank\">editing their user profile</a>.</p>';
lang\en_utf8/role.php:68:$string['deleterolesure'] = 'Are you sure that you want to delete role \"$a->name ($a->shortname)\"?</p><p>Currently this role is assigned to $a->count users.';
lang\en_utf8/role.php:120:$string['resetrolesure'] = 'Are you sure that you want to reset role \"$a->name ($a->shortname)\" to defaults?<p></p>The defaults are taken from the selected legacy capability ($a->legacytype).';
lang\en_utf8/wiki.php:127:$string['pagelocked'] = '<p><strong>This page is being edited by $a->name.</strong> They began editing at $a->since and still have the window open as of $a->seen.</p><p>You need to wait for them to finish before you can edit this page.</p>';