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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Mar 6 21:25:28 GMT 2005


Author: oscar
Date: 2005-03-06 21:25:28 +0000 (Sun, 06 Mar 2005)
New Revision: 1335

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
removed one unneeded string and replaced some double quotes with single quotes

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-03-06 17:24:55 UTC (rev 1334)
+++ plog/trunk/locale/locale_en_UK.php	2005-03-06 21:25:28 UTC (rev 1335)
@@ -28,7 +28,7 @@
 $messages['Su'] = $messages['daysshort'][0];
 
 // months of the year
-$messages['months'] = Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" );
+$messages['months'] = Array( 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December' );
 // -- compatibility, do not touch -- //
 $messages['January'] = $messages['months'][0];
 $messages['February'] = $messages['months'][1];
@@ -102,7 +102,6 @@
 $messages['error_adding_comment'] = 'There was an error adding the comment.';
 $messages['error_incorrect_parameter'] = 'Incorrect parameter.';
 $messages['error_parameter_missing'] = 'There is one parameter missing from the request.';
-$messages['error_blog_has_no_links'] = 'This blog has no links yet.';
 $messages['error_comments_not_enabled'] = 'The commenting feature has been disabled in this site.';
 $messages['error_incorrect_search_terms'] = 'The search terms were not valid';
 $messages['error_no_search_results'] = 'No items matching the search terms were found';




More information about the pLog-svn mailing list