[pLog-svn] r5956 - plog/trunk/locale/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Sep 29 03:37:02 EDT 2007


Author: oscar
Date: 2007-09-29 03:37:01 -0400 (Sat, 29 Sep 2007)
New Revision: 5956

Modified:
   plog/trunk/locale/admin/locale_en_UK.php
Log:
Added some new strings


Modified: plog/trunk/locale/admin/locale_en_UK.php
===================================================================
--- plog/trunk/locale/admin/locale_en_UK.php	2007-09-29 07:33:38 UTC (rev 5955)
+++ plog/trunk/locale/admin/locale_en_UK.php	2007-09-29 07:37:01 UTC (rev 5956)
@@ -1339,6 +1339,7 @@
 $messages['error_blog_template_folder_not_writable'] = 'Sorry, could not copy the template set because the folder where blog templates are stored is not writable';
 $messages['hide_global_templates'] = 'Hide global templates';
 $messages['show_global_templates'] = 'Show global templates';
+$messages['template_file_updated_ok'] = 'The file was successfully updated';
 
 $messages['snippet_posts_loop'] = 'Posts loop';
 $messages['snippet_categories_loop'] = 'Categories loop';
@@ -1360,9 +1361,9 @@
 $messages['swfu_error_upload_limit_exceeded'] = 'Sorry, you may only upload one file';
 $messages['swfu_error_invalid_filetype'] = 'The file you choose is not an allowed file type';
 $messages['swfu_error_queue_limit_exceeded'] = 'You have exceeded the queue limit';
-$messages['swfu_error_generic'] = 'An error occurred while uploading file %s, please try again later';
-$messages['swfu_error_security'] = 'Security error while uploading file %s';
-$messages['swfu_error_server_error'] = 'Server (I/O) error while uploading file %s';
-$messages['swfu_error_upload_failed'] = 'The upload failed while uploading file %s';
-$messages['swfu_error_http_error'] = 'There was an error while uploading file %s'
+$messages['swfu_error_generic'] = 'An error occurred while uploading the file, please try again later';
+$messages['swfu_error_security'] = 'Security error while uploading the file';
+$messages['swfu_error_server_error'] = 'Server (I/O) error while uploading the file';
+$messages['swfu_error_upload_failed'] = 'The upload failed while uploading the file';
+$messages['swfu_error_http_error'] = 'There was an error while uploading the file';
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list