[pLog-svn] r837 - in plog/trunk: locale templates/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Jan 25 17:42:22 GMT 2005


Author: oscar
Date: 2005-01-25 17:42:22 +0000 (Tue, 25 Jan 2005)
New Revision: 837

Modified:
   plog/trunk/locale/locale_en_UK.php
   plog/trunk/templates/admin/globalsettings.template
Log:
the biggest part of the locale is already ready... I only need to rearrange a couple of screens, create the translation of the summary and we're pretty much ready :)

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-01-25 17:28:04 UTC (rev 836)
+++ plog/trunk/locale/locale_en_UK.php	2005-01-25 17:42:22 UTC (rev 837)
@@ -657,6 +657,8 @@
 $messages['error_template_is_default'] = 'Template "%s" cannot be deleted because it is the default one for new blogs';
 
 // global settings
+$messages['site_config_saved_ok'] = 'Site settings saved successfully';
+$messages['error_saving_site_config'] = 'There was an error saving the site settings';
 /// general settings
 $messages['help_comments_enabled'] = 'Enable or disable comments for new blogs by default';
 $messages['help_beautify_comments_text'] = 'If this is enabled, comments posted by users will be formatted by adding paragraphs and auto-linking all URLs';
@@ -702,4 +704,80 @@
 $messages['help_template_cache_lifetime'] = 'Lifetime in seconds of the cache. Set to -1 to force the cache to never expire or set it to 0 to disable the cache';
 $messages['help_template_http_cache_enabled'] = 'Enable support for HTTP conditional requests. If enabled, pLog will take the "If-Modified-Since" HTTP header into account and send only content if strictly needed. Enable this to save bandwidth';
 // urls
-?>
+$messages['help_request_format_mode'] = 'Select one of the available URL format. If using custom URLs, make sure to configure the settings below';
+$messages['plain'] = 'Plain';
+$messages['search_engine_friendly'] = 'Search engine friendly';
+$messages['custom_url_format'] = 'Custom URLs';
+$messages['help_permalink_format'] = 'Format for permalinks when usig custom URLs';
+$messages['help_category_link_format'] = 'Format for links to categories when usig custom URLs';
+$messages['help_blog_link_format'] = 'Format for links to blogs when usig custom URLs';
+$messages['help_archive_link_format'] = 'Format for links to archives when usig custom URLs';
+$messages['help_user_posts_link_format'] = 'Format for articles posted by a certain user when usig custom URLs';
+$messages['help_post_trackbacks_link_format'] = 'Format for links to the trackbacks page when usig custom URLs';
+$messages['help_template_link_format'] = 'Format for links to custom static template pages when usig custom URLs';
+$messages['help_album_link_format'] = 'Format for links to resource albums when usig custom URLs';
+$messages['help_resource_link_format'] = 'Format for links to resource pages with files when usig custom URLs';
+$messages['help_resource_preview_link_format'] = 'Format for links to resource previews when usig custom URLs';
+$messages['help_resource_medium_size_preview_link_format'] = 'Format for links to medium-sized resource previews when usig custom URLs';
+$messages['help_resource_download_link_format'] = 'Format for links to files when usig custom URLs';
+// email
+$messages['help_check_email_address_validity'] = 'When checking email addresses, perform some basic checks to see whether an MX record exists in the given domain and if so, if the email address is actually a valid mailbox';
+$messages['help_email_service_enabled'] = 'Enable or disable sending out emails';
+$messages['help_post_notification_source_address'] = 'Email address that will appear in the "From:" field when sending emails from pLog';
+$messages['help_email_service_type'] = 'Which system to use in order to send emails';
+$messages['help_smtp_host'] = 'If using SMTP as the email sending system, set this to the SMTP server that will be used to send out the messages';
+$messages['help_smtp_port'] = 'If the SMTP server is running in a port other than 25, configure this value';
+$messages['help_smtp_use_authentication'] = 'Enable this if the SMTP server requires basic authentication';
+$messages['help_smtp_username'] = 'If the SMTP server requires authentication, set this to the right username';
+$messages['help_smtp_password'] = 'If the SMTP server requires authentication, set this to the password of the username above';
+// helpers
+$messages['help_path_to_tar'] = 'Path to the "tar" tool, needed to unpack template sets in .tar.gz or tar.bz2 formats';
+$messages['help_path_to_gzip'] = 'Path to the "gzip" tool, needed to unpack template sets in .tar.gz format';
+$messages['help_path_to_bz2'] = 'Path to the "bzip2" tool, needed to unpack template sets in .tar.bz2 format';
+$messages['help_path_to_unzip'] = 'Path to the "unzip" tool, needed to unpack template sets in .zip format';
+$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_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';
+$messages['help_rdf_enabled'] = 'Enable the syndication of contents via Atom or RSS';
+$messages['help_default_rss_profile'] = 'Default version of RSS or Atom used to syndicate contents unless otherwise specified';
+// security
+$messages['security_pipeline_enabled'] = 'Enable or disable the security pipeline and all related filters. This also affects plugins that register new filters';
+$messages['help_ip_address_filter_enabled'] = 'Enable or disable the IP address filter. The security pipeline also needs to be enabled in order for this feature to work';
+$messages['help_content_filter_enabled'] = 'Enable or disable the regular expression-based content filter. The security pipeline also needs to be enabled in order for this feature to work';
+$messages['help_maximum_comment_size'] = 'Maximum size in bytes that a comment can have';
+// bayesian filter
+$messages['help_bayesian_filter_enabled'] = 'Enable or disable the Bayesian filter for improved automatic spam filterting';
+$messages['help_bayesian_filter_spam_probability_treshold'] = 'Maximum threshold before which a comment can be considered spam';
+$messages['help_bayesian_filter_nonspam_probability_treshold'] = 'Minimum threshold after which a post can be considered non-spam';
+$messages['help_bayesian_filter_min_length_token'] = 'Minimum length of a token in order for it to be considered meaningful for the Bayesian filter';
+$messages['help_bayesian_filter_max_length_token'] = 'Maximum length of a token in order for it to be considered meaningful for the Bayesian filter';
+$messages['help_bayesian_filter_number_significant_tokens'] = 'Number of significant tokens';
+$messages['help_bayesian_filter_spam_comments_action'] = 'What to do with comments that are considered spam. Set to "Throw away" only when your filter has been properly trained';
+$messages['keep_spam_comments'] = 'Keep in the database marked as "Spam"';
+$messages['throw_away_spam_comments'] = 'Throw them away (do not save them)';
+// resources
+$messages['help_resources_enabled'] = 'Enable or disable resources';
+$messages['help_resources_folder'] = 'Folder where resource files will be kept. Set outside the web server tree for increased security';
+$messages['help_thumbnail_method'] = 'Method used to generate thumbnails. If using PHP, support for GD is required';
+$messages['help_path_to_convert'] = 'Path to the "convert" tool from the ImageMagick package. Mandatory if the thumbnail method is "ImageMagick"';
+$messages['help_thumbnail_format'] = 'Format in which thumbnails are saved';
+$messages['help_thumbnail_height'] = 'Default height for small thumbnails';
+$messages['help_thumbnail_width'] = 'Default width for small thumbnails';
+$messages['help_medium_size_thumbnail_height'] = 'Default height for medium thumbnails';
+$messages['help_medium_size_thumbnail_width'] = 'Default width for medium thumbnails';
+$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_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
+$messages['help_search_engine_enabled'] = 'Enable or disable the search engine';
+$messages['help_search_in_custom_fields'] = 'Search also in custom fields';
+$messages['help_search_in_comments'] = 'Search also in comments';
+
+?>
\ No newline at end of file

Modified: plog/trunk/templates/admin/globalsettings.template
===================================================================
--- plog/trunk/templates/admin/globalsettings.template	2005-01-25 17:28:04 UTC (rev 836)
+++ plog/trunk/templates/admin/globalsettings.template	2005-01-25 17:42:22 UTC (rev 837)
@@ -1,11 +1,10 @@
 {include file="$admintemplatepath/header.template"}
 {include file="$admintemplatepath/navigation.template" showOpt=editSiteSettings title=$locale->tr("editSiteSettings")}
-  {include file="$admintemplatepath/successmessage.template"}
-  {include file="$admintemplatepath/errormessage.template"}
   <form name="updateGlobalSettings" action="admin.php" method="post">
    <fieldset class="inputField">
 	<legend>{$locale->tr("editSiteSettings")}</legend>
-   
+   {include file="$admintemplatepath/successmessage.template"}
+   {include file="$admintemplatepath/errormessage.template"}   
    {include file="$admintemplatepath/globalsettings_general.template"}
 
    {include file="$admintemplatepath/globalsettings_summary.template"} 




More information about the pLog-svn mailing list