Update of /cvsroot/webnotes/webnotes/lang
In directory usw-pr-cvs1:/tmp/cvs-serv19524/lang
Modified Files:
strings_english.php
Log Message:
- Added the home page (first page after login).
- Refined the actions and added checks for the pages.
- Implemented the access_denied() function.
- Supporting enumerations (enum_api.php).
- Added enumeration for access levels.
Index: strings_english.php
===================================================================
RCS file: /cvsroot/webnotes/webnotes/lang/strings_english.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- strings_english.php 14 Sep 2002 15:19:12 -0000 1.7
+++ strings_english.php 18 Sep 2002 12:33:31 -0000 1.8
@@ -102,4 +102,10 @@
$s_action_edit = 'Edit';
$s_action_index = 'Add Page';
$s_action_unindex = 'Remove Page';
+
+ ### General Strings
+ $s_proceed = 'Click here to proceed';
+
+ ### Enumerations
+ $s_access_levels_enum_string = '10:anonymous,40:registered,70:moderator,90:administrator';
?>
|