$string['cannotcustomizelocallang']='You do not have permission to customize the strings translation. This permission is controlled by the capability "moodle/site:langeditlocal". Set this capability to allow you to edit local language packages in case you want to modify translations for your site.';
$string['cannoteditmasterlang']='You do not have permission to edit master language package. This permission is controlled by the capability "moodle/site:langeditmaster". Set this capability to allow you to edit master language packages in case you are the maintainer of a package.';
$string['cmunknown']='Couldn\'t find this course module';
$string['componentisuptodate']='Component is up to date.';
$string['confirmsesskeybad']='Sorry, but your session key could not be confirmed to carry out this action. This security feature prevents against accidental or malicious execution of important functions in your name. Please make sure you really wanted to execute this function.';
$string['listnochildren']='No children of item found.';
$string['listupdatefail']='DB operation failed when editing list hierarchy.';
$string['listcantmoveup']='Failed to move the item up, it is the first of it\'s peers.';
$string['listcantmovedown']='Failed to move item down, it is the last of it\'s peers.';
$string['listcantmoveleft']='Failed to move item left, it has no parent.';
$string['listcantmoveright']='Failed to move item right, their is no peer to make it a child of. Move it below another peer and then you can move it right.';
$string['modulerequirementsnotmet']='Module \"$a->modulename\" ($a->moduleversion) could not be installed. It requires a newer version of Moodle (currently you are using $a->currentmoodle, you need $a->requiremoodle).';
$string['pluginrequirementsnotmet']='Plugin \"$a->pluginname\" ($a->pluginversion) could not be installed. It requires a newer version of Moodle (currently you are using $a->currentmoodle, you need $a->requiremoodle).';
$string['remotedownloaderror']='Download of component to your server failed, please verify proxy settings, PHP cURL extension is highly recommended.<br /><br />You must download the <a href=\"$a->url\">$a->url</a> file manually, copy it to \"$a->dest\" in your server and unzip it there.';
$string['remotedownloadnotallowed']='Download of components to your server isn\'t allowed (allow_url_fopen is disabled).<br /><br />You must download the <a href=\"$a->url\">$a->url</a> file manually, copy it to \"$a->dest\" in your server and unzip it there.';
$string['restricteduser']='Sorry, but your current account \"$a\" is restricted from doing that.';
$string['sessionerroruser']='Your session has timed out. Please login again.';
$string['sessionerroruser2']='A server error that affects your login session was detected. Please login again or restart your browser.';
$string['sessionipnomatch']='Sorry, but your IP number seems to have changed from when you first logged in. This security feature prevents crackers stealing your identity while logged in to this site. Normal users should not be seeing this message - please ask the site administrator for help.';
$string['statscatchupmode']='Statistics is currently in catchup mode. So far $a->daysdone day(s) have been processed and $a->dayspending are pending. Check back soon!';
$string['unicodeupgradeerror']='Sorry, but your database is not already in Unicode, and this version of Moodle is not able to migrate your database to Unicode. Please upgrade to Moodle 1.7.x first and perform the Unicode migration from the Admin page. After that is done you should be able to migrate to Moodle $a';