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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Feb 28 21:34:17 GMT 2005


Author: oscar
Date: 2005-02-28 21:34:17 +0000 (Mon, 28 Feb 2005)
New Revision: 1263

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
removed some unnecessary strings

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-02-28 21:33:34 UTC (rev 1262)
+++ plog/trunk/locale/locale_en_UK.php	2005-02-28 21:34:17 UTC (rev 1263)
@@ -42,10 +42,8 @@
 $messages['October'] = $messages['months'][9];
 $messages['November'] = $messages['months'][10];
 $messages['December'] = $messages['months'][11];
-
 $messages['message'] = 'Message';
 $messages['error'] = 'Error';
-
 $messages['date'] = 'Date';
 
 // miscellaneous texts
@@ -58,19 +56,13 @@
 $messages['search'] = 'search';
 $messages['calendar'] = 'calendar';
 $messages['search_s'] = 'Search';
-$messages['link_tracker'] = 'Link Tracker';
 $messages['search_this_blog'] = 'Search this blog:';
 $messages['about_myself'] = 'Who am I?';
 $messages['permalink_title'] = 'Permanent link to the archives';
 $messages['permalink'] = 'Permalink';
 $messages['posted_by'] = 'Posted by';
-$messages['on_the'] = 'on the';
-$messages['page'] = 'page';
-$messages['posted'] = 'posted';
-
 $messages['reply'] = 'Reply';
 
-
 // add comment form
 $messages['add_comment'] = 'Add comment';
 $messages['comment_topic'] = 'Topic';
@@ -81,38 +73,23 @@
 $messages['comment_send'] = 'Send';
 $messages['comment_added'] = 'Comment added!';
 $messages['comment_add_error'] = 'Error adding comment';
-
-
 $messages['article_does_not_exist'] = 'The article does not exist';
 $messages['no_posts_found'] = 'No posts were found';
 $messages['user_has_no_posts_yet'] = 'The user does not have any posts yet';
-
-$messages['info_about_myself'] = 'Some information about myself...';
 $messages['back'] = 'Back';
-
 $messages['post'] = 'post';
-
-$messages['trackbacks_for_article'] = 'Trackbacks for the article titled';
+$messages['trackbacks_for_article'] = 'Trackbacks for  article: ';
 $messages['trackback_excerpt'] = 'Excerpt';
 $messages['trackback_weblog'] = 'Weblog';
-
 $messages['search'] = 'Search';
 $messages['search_results'] = 'Search Results';
 $messages['search_matching_results'] = 'The following posts match your search terms: ';
 $messages['search_no_matching_posts'] = 'No matching posts were found';
-
-$messages['see_all_link'] = 'Click here to see all posts, ever';
-
 $messages['read_more'] = '(More)';
-
-$messages['syndicate'] = 'SYNDICATE';
-
+$messages['syndicate'] = 'Syndicate';
 $messages['main'] = 'Main';
-
 $messages['about'] = 'About';
 
-
-
 ////// error messages /////
 $messages['error_fetching_article'] = 'The article you specified could not be found.';
 $messages['error_fetching_articles'] = 'The articles could not be fetched.';




More information about the pLog-svn mailing list