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

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Oct 18 19:24:42 GMT 2005


Author: jondaley
Date: 2005-10-18 19:24:41 +0000 (Tue, 18 Oct 2005)
New Revision: 2530

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
moved 1.1 to bottom of file for easier translation.

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-10-16 20:58:36 UTC (rev 2529)
+++ plog/trunk/locale/locale_en_UK.php	2005-10-18 19:24:41 UTC (rev 2530)
@@ -105,8 +105,6 @@
 $messages['error_incorrect_search_terms'] = 'The search terms were not valid';
 $messages['error_no_search_results'] = 'No items matching the search terms were found';
 $messages['error_no_albums_defined'] = 'There are no albums available in this blog.';
-$messages['error_comment_too_big'] = 'The comment is too big';
-$messages['error_you_have_been_blocked'] = 'Blocked: this request was not completed.';
 
 /////////////////                                          //////////////////
 ///////////////// STRINGS FOR THE ADMINISTRATION INTERFACE //////////////////
@@ -438,8 +436,6 @@
 $messages['add_resource_preview'] = 'Add preview';
 $messages['add_resource_medium'] = 'Add medium preview';
 $messages['add_album'] = 'Add album';
-$messages['created'] = 'Created';
-$messages['view'] = 'View';
 
 // new album
 $messages['album_name_help'] = 'Short name for the new album';
@@ -620,7 +616,6 @@
 $messages['none'] = 'None';
 
 // edit user
-$messages['editUser'] = 'Edit User';
 $messages['error_invalid_user'] = 'The user identifier is not correct or the user does not exist';
 $messages['error_updating_user'] = 'There was an error updating the user settings. Please check the data and try again';
 $messages['blogs'] = 'Blogs';
@@ -960,4 +955,11 @@
 $messages['error_deleting_global_category2'] = 'There was an error removing article category with id = %s';
 
 $messages['help_page_suffix_format'] = 'Suffix that will be appended to URLs that support paging';
+
+$messages['error_comment_too_big'] = 'The comment is too big';
+$messages['error_you_have_been_blocked'] = 'Blocked: this request was not completed.';
+$messages['created'] = 'Created';
+$messages['view'] = 'View';
+$messages['editUser'] = 'Edit User';
+
 ?>
\ No newline at end of file




More information about the pLog-svn mailing list