aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2012-02-07 18:24:42 -0800
committerBrett Profitt <brett.profitt@gmail.com>2012-02-07 18:24:42 -0800
commit1c0b514cd009d66544aba2902abc2000f5cb5f43 (patch)
tree36998a9d088773385a934e378329df7b27f76a05 /languages
parent6064884c3132e55d69f6def45e618655101ad1c3 (diff)
downloadelgg-1c0b514cd009d66544aba2902abc2000f5cb5f43.tar.gz
elgg-1c0b514cd009d66544aba2902abc2000f5cb5f43.tar.bz2
Refs #16. Added server info page.
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php27
1 files changed, 26 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php
index 54cf2f258..4e56c0074 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -11,8 +11,11 @@ $english = array(
'photos' => "Photos",
'album' => "Photo Album",
'albums' => "Photo Albums",
+ 'tidypics:disabled' => 'Disabled',
+ 'tidypics:enabled' => 'Enabled',
'admin:settings:tidypics' => 'Tidypics',
'admin:statistics:tidypics' => 'Tidypics',
+ 'admin:administer_utilities:tidypics_server_info' => 'Tidypics Server Analysis',
'photos:add' => "Create album",
'images:upload' => "Upload photos",
@@ -98,7 +101,29 @@ $english = array(
'tidypics:stats:album_comments' => 'Total comments on albums',
'tidypics:stats:views' => 'Total views',
'tidypics:stats:tags' => 'Total tags',
-
+
+ // server analysis
+ 'tidypics:server_info:gd_desc' => 'Elgg requires the GD extension to be loaded',
+ 'tidypics:server_info:exec_desc' => 'Required for ImageMagick command line',
+ 'tidypics:server_info:memory_limit_desc' => 'Change memory_limit to increase',
+ 'tidypics:server_info:peak_usage_desc' => 'This is approximately the minimum per page',
+ 'tidypics:server_info:upload_max_filesize_desc' => 'Max size of an uploaded image',
+ 'tidypics:server_info:post_max_size_desc' => 'Max post size = sum of images + html form',
+ 'tidypics:server_info:max_input_time_desc' => 'Time script waits for upload to finish',
+ 'tidypics:server_info:max_execution_time_desc' => 'Max time a script will run',
+ 'tidypics:server_info:use_only_cookies_desc' => 'Cookie only sessions may affect the Flash uploader',
+
+ 'tidypics:server_info:php_version' => 'PHP Version',
+ 'tidypics:server_info:memory_limit' => 'Memory Available to PHP',
+ 'tidypics:server_info:peak_usage' => 'Memory Used to Load This Page',
+ 'tidypics:server_info:upload_max_filesize' => 'Max File Upload Size',
+ 'tidypics:server_info:post_max_size' => 'Max Post Size',
+ 'tidypics:server_info:max_input_time' => 'Max Input Time',
+ 'tidypics:server_info:max_execution_time' => 'Max Execution Time',
+ 'tidypics:server_info:use_only_cookies' => 'Cookie only sessions',
+
+ 'tidypics:server_configuration_doc' => 'Server configuration documentation',
+
//actions
'album:create' => "Create new album",
'album:add' => "Add Photo Album",