Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3071/lang
Modified Files:
serendipity_lang_en.inc.php
Log Message:
Image-Sync functions.
Move image records into database for better handling
Clean up image functions, move them to a new functions file
Please test and remember to run db_update-0.5-0.5.1.sql
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- serendipity_lang_en.inc.php 3 Feb 2004 16:24:01 -0000 1.5
+++ serendipity_lang_en.inc.php 8 Feb 2004 17:56:28 -0000 1.6
@@ -237,6 +237,8 @@
@define('IMAGE_MANAGER', 'Image Manager');
@define('RESIZING', 'Resizing');
@define('RESIZE_DONE', 'Done (resized %s images).');
+@define('SYNCING', 'Syncronizing the database with the image folder');
+@define('SYNC_DONE', 'Done (Syncronized %s images).');
@define('DELETE_IMAGE', 'Deleted the image entitled <b>%s</b>');
@define('DELETE_IMAGE_FAIL' , 'Unable to delete image <b>%s</b>');
@define('DELETE_THUMBNAIL', 'Deleted the image thumbnail entitled <b>%s</b>');
|