1234567891011121314151617181920212223242526272829303132 |
- <?php // $Id: notification.inc.php,v 1.0 2004/02/15 09:00 Toon
- /*
- +----------------------------------------------------------------------+
- | CLAROLINE version 1.4.2 |
- +----------------------------------------------------------------------+
- | Copyright (c) 2004 Universiteit Gent (UGent) |
- +----------------------------------------------------------------------+
- | English Translation |
- +----------------------------------------------------------------------+
- | Authors: Toon Van Hoecke <Toon.VanHoecke@UGent.be> |
- +----------------------------------------------------------------------+
- | Translator : |
- | Toon Van Hoecke <Toon.VanHoecke@UGent.be> |
- +----------------------------------------------------------------------+
- */
- $lang_new_item = "new item added";
- $lang_title_notification = "Since your last visit";
-
- $lang_update_agenda = "existing agenda item updated";
- $lang_new_agenda = "new agenda item added";
- $lang_update_announcements = "existing announcement updated";
- $lang_new_announcements = "new announcement added";
- $lang_new_document = "new document(s) added";
- $lang_new_exercise = "new exercise enabled";
- $lang_update_link = "existing link information updated";
- $lang_new_link = "new link added";
- $lang_new_forum_topic = "new topic added";
- $lang_new_groupforum_topic = "new topic added to group forum";
- $lang_new_dropbox_file = "new file received";
- $lang_update_dropbox_file = "file in your dropbox was updated";
- ?>
|