From: <vb...@us...> - 2002-09-10 13:58:39
|
Update of /cvsroot/webnotes/webnotes/lang In directory usw-pr-cvs1:/tmp/cvs-serv5632/lang Modified Files: strings_english.php Log Message: - Clean up work in admin_index_files.php - Added the possibility of indexing / unindexing single pages. Index: strings_english.php =================================================================== RCS file: /cvsroot/webnotes/webnotes/lang/strings_english.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- strings_english.php 6 Sep 2002 17:03:38 -0000 1.4 +++ strings_english.php 10 Sep 2002 13:58:34 -0000 1.5 @@ -99,4 +99,6 @@ $s_action_delete = 'Delete'; $s_action_archive = 'Archive'; $s_action_edit = 'Edit'; + $s_action_index = 'Add Page'; + $s_action_unindex = 'Remove Page'; ?> |