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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Mar 13 17:13:57 GMT 2005


Author: oscar
Date: 2005-03-13 17:13:57 +0000 (Sun, 13 Mar 2005)
New Revision: 1464

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
finished the spanish locale

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-03-13 16:19:52 UTC (rev 1463)
+++ plog/trunk/locale/locale_en_UK.php	2005-03-13 17:13:57 UTC (rev 1464)
@@ -751,7 +751,7 @@
 $messages['help_maximum_file_upload_size'] = 'Maximum file size allowed in bytes. This limit will never be higher than PHP\'s own limit  [Default = 2000000]';
 $messages['help_upload_forbidden_files'] = 'Space-separated list of file types not allowed to be uploaded. Usage of \'*\' and \'?\' is allowed [Default = *.php *.php3 *.php4 *.phtml]';
 // interfaces
-$messages['help_xmlrpc_api_enabled'] = 'Enable or disable access via XMLRPC to blogs [Default = No]';
+$messages['help_xmlrpc_api_enabled'] = 'Enable or disable access via XMLRPC to blogs [Default = Yes]';
 $messages['help_rdf_enabled'] = 'Enable the syndication of contents via Atom or RSS [Default = Yes]';
 $messages['help_default_rss_profile'] = 'Default version of RSS or Atom used to syndicate contents unless otherwise specified [Default = RSS 1.0]';
 // security
@@ -781,7 +781,7 @@
 $messages['help_medium_size_thumbnail_width'] = 'Default width for medium thumbnails  [Default = 640]';
 $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 [Default = Yes]';
 $messages['help_thumbnail_generator_force_use_gd1'] = 'Force pLog to use GD1-only functions [Default = No]';
-$messages['help_thumbnail_generator_user_smoothing_algorithm'] = 'Algorithm used to smooth thumbnails. Only used when the thumbnail method is GD [Default = Yes]';
+$messages['help_thumbnail_generator_user_smoothing_algorithm'] = 'Algorithm used to smooth thumbnails. Only used when the thumbnail method is GD [Default = PHP Imagecopyresampled]';
 $messages['help_resources_quota'] = 'Global resource quota for blogs in bytes (i.e. 5242880 Bytes = 5MB), or set to 0 for unlimited quota [Default = 0]';
 $messages['help_resource_server_http_cache_enabled'] = 'Enable support for the "If-Modified-Since" header and HTTP conditional requests. Enable for increased bandwidth savings  [Default = No]';
 $messages['help_resource_server_http_cache_lifetime'] = 'Time in microseconds that clients should use the cached version of resources [Default = 9999999]';




More information about the pLog-svn mailing list