Version: See define()s at top of qa-include/qa-base.php
Version: See define()s at top of qa-include/qa-base.php
Description: UK English translations - not much to do here
Description: UK English translations - not much to do here
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
modify it under the terms of the GNU General Public License
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
'admin_title'=>'Administration Centre',
'admin_title'=>'Administration Centre',
'url_format_note'=>'Options with the ^ label are working for your site\'s configuration. For best search engine optimisation (SEO), use the first ^ option available.',
'url_format_note'=>'Options with the ^ label are working for your site\'s configuration. For best search engine optimisation (SEO), use the first ^ option available.',
);
);
/*
/*
Omit PHP closing tag to help avoid accidental output
Omit PHP closing tag to help avoid accidental output
// Check the validity of the currently entered directory (if any)
// Check the validity of the currently entered directory (if any)
$directory=qa_opt('event_logger_directory');
$directory=qa_opt('event_logger_directory');
$note=null;
$note=null;
$error=null;
$error=null;
if(!strlen($directory))
if(!strlen($directory))
$note='Please specify a directory that is writable by the web server.';
$note='Please specify a directory that is writable by the web server.';
elseif(!file_exists($directory))
elseif(!file_exists($directory))
...
@@ -84,17 +84,17 @@
...
@@ -84,17 +84,17 @@
$error='This is a file. Please enter the full path of a directory.';
$error='This is a file. Please enter the full path of a directory.';
elseif(!is_writable($directory))
elseif(!is_writable($directory))
$error='This directory is not writable by the web server. Please choose a different directory, use chown/chmod to change permissions, or contact your web hosting company for assistance.';
$error='This directory is not writable by the web server. Please choose a different directory, use chown/chmod to change permissions, or contact your web hosting company for assistance.';
'error'=>$ready?null:'To use Facebook Login, please <a href="http://developers.facebook.com/setup/" target="_blank">set up a Facebook application</a>.',
'error'=>$ready?null:'To use Facebook Login, please <a href="http://developers.facebook.com/setup/" target="_blank">set up a Facebook application</a>.',
),
),
),
),
'buttons'=>array(
'buttons'=>array(
array(
array(
'label'=>'Save Changes',
'label'=>'Save Changes',
...
@@ -130,9 +130,9 @@
...
@@ -130,9 +130,9 @@
),
),
);
);
}
}
}
}
/*
/*
Omit PHP closing tag to help avoid accidental output
Omit PHP closing tag to help avoid accidental output
die("To use reCAPTCHA you must get an API key from <a href='https://www.google.com/recaptcha/admin/create'>https://www.google.com/recaptcha/admin/create</a>");
die("To use reCAPTCHA you must get an API key from <a href='https://www.google.com/recaptcha/admin/create'>https://www.google.com/recaptcha/admin/create</a>");