[pLog-svn] r1314 - plog/trunk/locale

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Mar 4 17:21:05 GMT 2005


Author: oscar
Date: 2005-03-04 17:21:05 +0000 (Fri, 04 Mar 2005)
New Revision: 1314

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
changed some help strings based on reto's suggestions and issues 300 and 301 (http://bugs.plogworld.net/view.php?id=309 and http://bugs.plogworld.net/view.php?id=301) -- thanks again, reto :)

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-03-04 17:19:00 UTC (rev 1313)
+++ plog/trunk/locale/locale_en_UK.php	2005-03-04 17:21:05 UTC (rev 1314)
@@ -671,7 +671,7 @@
 $messages['help_temp_folder'] = 'Folder that pLog can use to write its temporary data such as compiled templates, etc. Use a folder outside the web server tree for incresed security';
 $messages['help_base_url'] = 'Base URL where this blog is installed';
 $messages['help_subdomains_enabled'] = 'Enable or disable subdomains. Please see the documentation for more information regarding subdomains';
-$messages['help_subdomains_base_url'] = 'When subdomains are enabled, this base URL is used instead of base_url. Use {blogname} to get the blog name and {username} to get the name of the user owner of the blog in order to generate a link to a blog';
+$messages['help_subdomains_base_url'] = 'When subdomains are enabled, this base URL is used instead of base_url. Use {blogname} to get the blog name and {username} to get the name of the user owner of the blog in order to generate a link to a blog. (i.e. http://{blogname}.yourdomain.com})';
 $messages['help_include_blog_id_in_url'] = 'Meaningful only when subdomains are enabled and "normal" URLs are enabled, forces internally-generated URLs not to have the "blogId" parameter. Do not change unless you know what you are doing';
 $messages['help_script_name'] = 'Set this if you need to rename index.php to something else';
 $messages['help_show_posts_max'] = 'Maximum number of posts shown in the main page. Only meaningful for new blogs';
@@ -748,7 +748,7 @@
 $messages['help_unzip_use_native_version'] = 'Use a bundled PHP native version to unpack .zip files';
 // uploads
 $messages['help_uploads_enabled'] = 'Whether users are allowed to upload files. This affects the resources section and the upload of custom templates and locales';
-$messages['help_maximum_file_upload_size'] = 'Maximum file size allowed. This limit will never be higher than PHP\'s own limit';
+$messages['help_maximum_file_upload_size'] = 'Maximum file size allowed in bytes. This limit will never be higher than PHP\'s own limit';
 $messages['help_upload_forbidden_files'] = 'Space-separated list of file types not allowed to be uploaded. Usage of \'*\' and \'?\' is allowed';
 // interfaces
 $messages['help_xmlrpc_api_enabled'] = 'Enable or disable access via XMLRPC to blogs';
@@ -782,7 +782,7 @@
 $messages['help_thumbnails_keep_aspect_ratio'] = 'Keep the aspect ratio when generating thumbnails. Might generate thumbnails bigger than the sizes specified above but quality is better';
 $messages['help_thumbnail_generator_force_use_gd1'] = 'Force pLog to use GD1-only functions';
 $messages['help_thumbnail_generator_user_smoothing_algorithm'] = 'Algorithm used to smooth thumbnails. Only used when the thumbnail method is GD';
-$messages['help_resources_quota'] = 'Global resource quota for blogs';
+$messages['help_resources_quota'] = 'Global resource quota for blogs in bytes (i.e. 5242880 Bytes = 5MB)';
 $messages['help_resource_server_http_cache_enabled'] = 'Enable support for the "If-Modified-Since" header and HTTP conditional requests. Enable for increased bandwidth savings';
 $messages['help_resource_server_http_cache_lifetime'] = 'Time in microseconds that clients should use the cached version of resources';
 // search




More information about the pLog-svn mailing list