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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Mar 6 11:13:26 GMT 2005


Author: oscar
Date: 2005-03-06 11:13:25 +0000 (Sun, 06 Mar 2005)
New Revision: 1331

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
fixed some spelling mistakes and replaced some american spellings with their british counterpart ('center' with 'centre', etc) since that's why after all this locale is called en_UK  and not en_US :)

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-03-06 10:15:39 UTC (rev 1330)
+++ plog/trunk/locale/locale_en_UK.php	2005-03-06 11:13:25 UTC (rev 1331)
@@ -143,15 +143,15 @@
 $messages['manageCustomFields'] = 'Manage Custom Fields';
 $messages['blogCustomFields'] = 'Custom Fields';
 $messages['newCustomField'] = 'New Custom Field';
-$messages['resourceCenter'] = 'Resource Center';
+$messages['resourceCenter'] = 'Resource Centre';
 $messages['resources'] = 'Resources';
 $messages['newResourceAlbum'] = 'New Album';
 $messages['newResource'] = 'New Resource';
-$messages['controlCenter'] = 'Control Center';
+$messages['controlCenter'] = 'Control Centre';
 $messages['manageSettings'] = 'Settings';
 $messages['blogSettings'] = 'Blog Settings';
 $messages['userSettings'] = 'User Settings';
-$messages['pluginCenter'] = 'Plugin Center';
+$messages['pluginCenter'] = 'Plugin Centre';
 $messages['Stats'] = 'Statistics';
 $messages['manageBlogUsers'] = 'Manage Blog Users';
 $messages['newBlogUser'] = 'New Blog User';
@@ -532,7 +532,7 @@
 $messages['user_settings_updated_ok'] = 'User settings updated successfully';
 $messages['resource'] = 'Resource';
 
-// plugin center
+// plugin centre
 $messages['identifier'] = 'Identifier';
 $messages['error_plugins_disabled'] = 'Sorry, Plugins are disabled.';
 
@@ -683,7 +683,7 @@
 $messages['help_default_blog_id'] = 'Default blog that will be shown if no other is specified';
 $messages['help_default_time_offset'] = 'Default time offset for new blogs';
 $messages['help_html_allowed_tags_in_comments'] = 'Space-separated list of the HTML tags that are allowed in comments';
-$messages['help_referer_tracker_enabled'] = 'Enable or disable the feature to save referres to the database. Set to disabled for higher performance';
+$messages['help_referer_tracker_enabled'] = 'Enable or disable the feature to save referrers to the database. Set to disabled for higher performance';
 $messages['help_show_more_enabled'] = 'Enable or disable the "more..." feature by default for new blogs';
 $messages['help_update_article_reads'] = 'Enable or disable the update of the counter of times that an article has been read is updated or not. Set to disabled for higher performance';
 $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';
@@ -719,18 +719,18 @@
 $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';
+$messages['help_permalink_format'] = 'Format for permalinks when using custom URLs';
+$messages['help_category_link_format'] = 'Format for links to categories when using custom URLs';
+$messages['help_blog_link_format'] = 'Format for links to blogs when using custom URLs';
+$messages['help_archive_link_format'] = 'Format for links to archives when using custom URLs';
+$messages['help_user_posts_link_format'] = 'Format for articles posted by a certain user when using custom URLs';
+$messages['help_post_trackbacks_link_format'] = 'Format for links to the trackbacks page when using custom URLs';
+$messages['help_template_link_format'] = 'Format for links to custom static template pages when using custom URLs';
+$messages['help_album_link_format'] = 'Format for links to resource albums when using custom URLs';
+$messages['help_resource_link_format'] = 'Format for links to resource pages with files when using custom URLs';
+$messages['help_resource_preview_link_format'] = 'Format for links to resource previews when using custom URLs';
+$messages['help_resource_medium_size_preview_link_format'] = 'Format for links to medium-sized resource previews when using custom URLs';
+$messages['help_resource_download_link_format'] = 'Format for links to files when using 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';




More information about the pLog-svn mailing list