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

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Wed Mar 30 20:09:19 GMT 2005


Author: jondaley
Date: 2005-03-30 20:09:19 +0000 (Wed, 30 Mar 2005)
New Revision: 1656

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
fixed spelling mistakes

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-03-30 19:25:38 UTC (rev 1655)
+++ plog/trunk/locale/locale_en_UK.php	2005-03-30 20:09:19 UTC (rev 1656)
@@ -368,8 +368,8 @@
 $messages['error_invalid_link_category_id'] = 'The link category identifier was not correct or there was no link category selected';
 $messages['error_links_in_link_category'] = 'Link category "%s" is used by some links. Modify the links first and try again';
 $messages['error_removing_link_category'] = 'There was an error removing link category "%s"';
-$messages['link_category_deleted_ok'] = 'Link category "%s" deleted succesfully';
-$messages['link_categories_deleted_ok'] = '%s link categories deleted succesfully';
+$messages['link_category_deleted_ok'] = 'Link category "%s" deleted successfully';
+$messages['link_categories_deleted_ok'] = '%s link categories deleted successfully';
 $messages['error_removing_link_category2'] = 'There was an error removing link category with identifier "%s"';
 
 // new link category
@@ -392,7 +392,7 @@
 $messages['error_incorrect_field_id'] = 'The custom field identifier was not valid';
 
 // new custom field
-$messages['field_name_help'] = 'Identifer that will be used to refer to the value of this field in posts';
+$messages['field_name_help'] = 'Identifier that will be used to refer to the value of this field in posts';
 $messages['field_description_help'] = 'Brief description of this field that will be shown when adding or editing posts';
 $messages['field_type_help'] = 'Select one of the available field types';
 $messages['field_hidden_help'] = 'If a field is hidden, it will not be shown when adding a or editing a post. This feature is mainly used by plugins';
@@ -510,7 +510,7 @@
 $messages['reverse_alphabetical_order'] = 'Reverse alphabetical order';
 $messages['most_articles_first'] = 'Most articles first';
 $messages['link_categories_order'] = 'Link categories order';
-$messages['link_categories_order_help'] = 'Order in which link categores should appear in the front page';
+$messages['link_categories_order_help'] = 'Order in which link categories should appear in the front page';
 $messages['most_links_first'] = 'Most links first';
 $messages['most_links_last'] = 'Most links last';
 $messages['time_offset'] = 'Time offset';
@@ -574,7 +574,7 @@
 $messages['templates_removed_ok'] = '%s templates deleted successfully';
 
 // new blog template
-$messages['template_installed_ok'] = 'Template "%s" added succesfully';
+$messages['template_installed_ok'] = 'Template "%s" added successfully';
 $messages['error_installing_template'] = 'There was an error installing template "%s"';
 $messages['error_missing_base_files'] = 'Some of the template files are missing';
 $messages['error_add_template_disabled'] = 'New templates cannot be added because this feature has been disabled in this site';
@@ -679,7 +679,7 @@
 /// general settings
 $messages['help_comments_enabled'] = 'Enable comments for new blogs by default [Default = Yes]';
 $messages['help_beautify_comments_text'] = 'If enabled, comments posted by users will be formatted by adding paragraphs and auto-linking all URLs [Default = Yes]';
-$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 [Default = ./tmp]';
+$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 increased security [Default = ./tmp]';
 $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 [Default = No]';
 $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})';
@@ -699,11 +699,11 @@
 $messages['help_update_cached_article_reads'] = 'Enable or disable the update of the counter of times that an article has been read is updated, even when caching has been turned on [Default = Yes]';
 $messages['help_xmlrpc_ping_enabled'] = 'Enable or disable sending XMLRPC pings to sites that support this feature [Default = Yes]';
 $messages['help_send_xmlrpc_pings_enabled_by_default'] = 'Enable or disable by default this feature when posting or updating an article [Default = Yes]';
-$messages['help_xmlrpc_ping_hosts'] = 'URL pointing to the XMLRPC interface of sites that support the XMLRPC ping specifictaion. Put each URL in one new line [Default = http://rpc.weblogs.com/RPC2]';
+$messages['help_xmlrpc_ping_hosts'] = 'URL pointing to the XMLRPC interface of sites that support the XMLRPC ping specification. Put each URL in one new line [Default = http://rpc.weblogs.com/RPC2]';
 $messages['help_trackback_server_enabled'] = 'Enable or disable the feature to receive incoming trackbacks [Default = Yes]';
 $messages['help_htmlarea_enabled'] = 'Enable or disable the WYSIWYG post editor by default in new blogs [Default = Yes';
 $messages['help_plugin_manager_enabled'] = 'Enable or disable plugins [Default = Yes]';
-$messages['help_minimum_password_length'] = 'Minimun length for passwords [Default = 4]';
+$messages['help_minimum_password_length'] = 'Minimum length for passwords [Default = 4]';
 $messages['help_xhtml_converter_enabled'] = 'If enabled, pLog will try to convert all HTML code into proper XHTML code [Default = Yes]';
 $messages['help_xhtml_converter_aggressive_mode_enabled'] = 'If enabled, pLog will try even harder to generate XHTML out of HTML code, but it will be more prone to errors [Default = No]';
 $messages['help_session_save_path'] = 'Please use this setting to change the folder where pLog stores its session data, via the PHP function session_save_path() Please make sure that the folder is writable by the web server. Leave empty to use PHP\'s default session folder [Default = (empty)]';
@@ -771,7 +771,7 @@
 $messages['help_content_filter_enabled'] = 'Enable the regular expression-based content filter. The security pipeline also needs to be enabled in order for this feature to work [Default = Yes]';
 $messages['help_maximum_comment_size'] = 'Maximum size in bytes that a comment can have, set to 0 to disable this feature [Default = 0]';
 // bayesian filter
-$messages['help_bayesian_filter_enabled'] = 'Enable the Bayesian filter for improved automatic spam filterting  [Default = Yes]';
+$messages['help_bayesian_filter_enabled'] = 'Enable the Bayesian filter for improved automatic spam filtering  [Default = Yes]';
 $messages['help_bayesian_filter_spam_probability_treshold'] = 'Maximum threshold before which a comment can be considered spam  [Default = 0.9]';
 $messages['help_bayesian_filter_nonspam_probability_treshold'] = 'Minimum threshold after which a post can be considered non-spam [Default = 0.2]';
 $messages['help_bayesian_filter_min_length_token'] = 'Minimum length of a token in order for it to be considered meaningful for the Bayesian filter  [Default = 3]';
@@ -887,7 +887,7 @@
 $messages['password_updated_ok'] = 'Your password has been successfully updated';
 
 // Suggested by BCSE, some useful messages that not available in official locale
-$messages['upgrade_information'] = 'This page looks plain and unstyled because you\'re using a non-standard compliant browser. To see it in its best form, please <a href="http://www.webstandards.org/upgrade/" title="The Web Standards Project\'s Browser Upgrade initiative">upgrade</a> to a browser that supports web standards. It\'s free and painless.';
+$messages['upgrade_information'] = 'This page looks plain and un-styled because you\'re using a non-standard compliant browser. To see it in its best form, please <a href="http://www.webstandards.org/upgrade/" title="The Web Standards Project\'s Browser Upgrade initiative">upgrade</a> to a browser that supports web standards. It\'s free and painless.';
 $messages['jump_to_navigation'] = 'Jump to Navigation.';
 $messages['comment_email_never_display'] = 'Line and paragraph breaks automatic, e-mail address never displayed.';
 $messages['comment_html_allowed'] = '<acronym title="Hypertext Markup Language">HTML</acronym> allowed: &lt;<acronym title="Hyperlink">a</acronym> href=&quot;&quot; title=&quot;&quot; rel=&quot;&quot;&gt; &lt;<acronym title="Acronym Description">acronym</acronym> title=&quot;&quot;&gt; &lt;<acronym title="Quote">blockquote</acronym> cite=&quot;&quot;&gt; &lt;<acronym title="Strike">del</acronym>&gt; &lt;<acronym title="Italic">em</acronym>&gt; &lt;<acronym title="Underline">ins</acronym>&gt; &lt;<acronym title="Bold">strong</acronym>&gt;';




More information about the pLog-svn mailing list