[pLog-svn] r2339 - plog/branches/plog-1.0.2/locale

mark at devel.plogworld.net mark at devel.plogworld.net
Fri Jul 15 06:22:07 GMT 2005


Author: mark
Date: 2005-07-15 06:22:07 +0000 (Fri, 15 Jul 2005)
New Revision: 2339

Modified:
   plog/branches/plog-1.0.2/locale/locale_en_UK.php
Log:
Add locales support for "real trackback url" and "bookmarkit/blogit bookmarklet".


Modified: plog/branches/plog-1.0.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/plog-1.0.2/locale/locale_en_UK.php	2005-07-15 06:18:33 UTC (rev 2338)
+++ plog/branches/plog-1.0.2/locale/locale_en_UK.php	2005-07-15 06:22:07 UTC (rev 2339)
@@ -132,7 +132,6 @@
 $messages['total_trackbacks'] = 'Total Trackbacks';
 $messages['total_viewed'] = 'Total Viewed Posts';
 $messages['in'] = 'In';
-$messages['switch_to'] = 'Switch To: ';
 
 // menu options
 $messages['newPost'] = 'New Post';
@@ -207,6 +206,8 @@
 $messages['text_help'] = 'Text of the post. This part will always appear in the front page';
 $messages['extended_text'] = 'Extended Text';
 $messages['extended_text_help'] = 'Extended text of the post. This part can optionally appear only in the post page or in the main page. See the blog settings for more information';
+$messages['trackback_urls'] = 'Real Trackback Urls';
+$messages['trackback_urls_help'] = 'If the article you want to send the trackback does not support Trackback Auto-Discover mechanism, please put its real trackback url here and use the new line to seperate different urls.';
 $messages['post_slug'] = 'Slug';
 $messages['post_slug_help'] = 'The slug will be used to generate nice permanent links';
 $messages['date'] = 'Date';
@@ -235,6 +236,10 @@
 $messages['post_added_not_published'] = 'Post added successfully but not published';
 $messages['post_added_ok'] = 'Post added successfully.';
 $messages['send_notifications_ok'] = 'A notification will be sent every time there is a new comment or trackback.';
+$messages['bookmarklet'] = "Bookmarklet";
+$messages['bookmarklet_help'] = "Drag this link to your toolbar or right-click it and choose Add to Favorites or Bookmark.";
+$messages['blogit_to_plog'] = "Blog It to pLog!";
+$messages['original_post'] = "(Original Post)";
 
 // send trackbacks
 $messages['error_sending_trackbacks'] = 'There was an error sending the following trackbacks';
@@ -358,6 +363,7 @@
 $messages['error_adding_link'] = 'There was an error adding the link. Please check the data and try again';
 $messages['error_invalid_url'] = 'The address is not correct';
 $messages['link_added_ok'] = 'Link "%s" was successfully added';
+$messages['bookmarkit_to_plog'] = "Bookmark It to pLog!";
 
 // update link
 $messages['error_updating_link'] = 'There was an error updating the link. Please check the data and try again';




More information about the pLog-svn mailing list