Update of /cvsroot/webnotes/webnotes/lang
In directory usw-pr-cvs1:/tmp/cvs-serv6789/lang
Modified Files:
strings_english.php
Log Message:
- Fixed a typo in the name of note_update_visibility()
- Added to the phpnet theme the [ actions ] to change the visibility of a note.
- Display in phpnet theme the visibility of notes if the user can moderate.
- Filtering all notes in the pages based on access rights, rather than only viewing accepted independent of access rights.
Index: strings_english.php
===================================================================
RCS file: /cvsroot/webnotes/webnotes/lang/strings_english.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- strings_english.php 18 Sep 2002 12:33:31 -0000 1.8
+++ strings_english.php 19 Sep 2002 05:15:47 -0000 1.9
@@ -96,9 +96,10 @@
### link_api.php
$s_action_accept = 'Accept';
- $s_action_reject = 'Reject';
+ $s_action_decline = 'Decline';
$s_action_delete = 'Delete';
$s_action_archive = 'Archive';
+ $s_action_queue = 'Queue';
$s_action_edit = 'Edit';
$s_action_index = 'Add Page';
$s_action_unindex = 'Remove Page';
|