~cruzjbishop/anelectron/trunk

« back to all changes in this revision

Viewing changes to languages/english/markread_lang.php

  • Committer: Cruz Julian Bishop
  • Date: 2012-03-18 22:16:46 UTC
  • Revision ID: cruzjbishop@gmail.com-20120318221646-se8p54bd2g7i936n
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
//////////////////////////////////////////////////////////////
 
4
//===========================================================
 
5
// markread_lang.php(languages/english)
 
6
//===========================================================
 
7
// AEF : Advanced Electron Forum 
 
8
// Version : 1.0.9
 
9
// Inspired by Pulkit and taken over by Electron
 
10
// ----------------------------------------------------------
 
11
// Started by: Electron, Ronak Gupta, Pulkit Gupta
 
12
// Date:       23rd Jan 2006
 
13
// Time:       15:00 hrs
 
14
// Site:       http://www.anelectron.com/ (Anelectron)
 
15
// ----------------------------------------------------------
 
16
// Please Read the Terms of use at http://www.anelectron.com
 
17
// ----------------------------------------------------------
 
18
//===========================================================
 
19
// (C)AEF Group All Rights Reserved.
 
20
//===========================================================
 
21
//////////////////////////////////////////////////////////////
 
22
 
 
23
 
 
24
/////////////////////////////////////////////////////////
 
25
//Function markboard() strings - Marks whole board read
 
26
/////////////////////////////////////////////////////////
 
27
 
 
28
function markboard_lang(){
 
29
 
 
30
global $l, $globals; 
 
31
 
 
32
$l['mark_board_error_title'] = 'Mark all read error';
 
33
$l['mark_board_error'] = 'There were some errors while marking the whole board as read for you. Please Contact the <a href="mailto:'.$globals['board_email'].'">Administrator</a>.';
 
34
 
 
35
}//End of function
 
36
 
 
37
 
 
38
///////////////////////////////////////////////////////
 
39
//Function markforum() strings - Marks a forum as read
 
40
///////////////////////////////////////////////////////
 
41
 
 
42
function markforum_lang(){
 
43
 
 
44
global $l, $globals; 
 
45
 
 
46
$l['no_forum_specified_title'] = 'No forum specified';
 
47
$l['no_forum_specified'] = 'Sorry, we were unable to mark any forum read because the forum was not specified. If you have followed a valid link please contact us at <a href="mailto:'.$globals['board_email'].'">'.$globals['board_email'].'</a>.';
 
48
 
 
49
$l['load_forum_error_title'] = 'Mark as Read Error';
 
50
$l['load_forum_error'] = 'Sorry, we were unable to mark any forum as read because there was an error in loading the forums. Please contact the <a href="mailto:'.$globals['board_email'].'">Administrator</a>.';
 
51
 
 
52
$l['no_forum_found_title'] = 'No forum found';
 
53
$l['no_forum_found'] = 'The forum you specified either does not exists or you are not authorised to view the same. If you have followed a valid link please contact us at <a href="mailto:'.$globals['board_email'].'">'.$globals['board_email'].'</a>.';
 
54
 
 
55
$l['mark_forum_error_title'] = 'Mark forum read error';
 
56
$l['mark_forum_error'] = 'Sorry, we were unable to mark the forum you specified as read because the connection with the database failed. Please Contact the <a href="mailto:'.$globals['board_email'].'">Administrator</a>.';
 
57
 
 
58
}//End of function
 
59
 
 
60
 
 
61
//////////////////////////////////////////////////////////
 
62
//Function unreadtopic() strings - Marks a topic as unread
 
63
//////////////////////////////////////////////////////////
 
64
 
 
65
function unreadtopic_lang(){
 
66
 
 
67
global $l, $globals; 
 
68
 
 
69
$l['no_topic_specified_title'] = 'No topic specified';
 
70
$l['no_topic_specified'] = 'Sorry, we were unable to mark any topic as unread because the topic was not specified. If you have followed a valid link please contact us at <a href="mailto:'.$globals['board_email'].'">'.$globals['board_email'].'</a>.';
 
71
 
 
72
$l['no_topic_found_title'] = 'No topic found';
 
73
$l['no_topic_found'] = 'The topic you are trying to Mark as Unread was not found. If you have followed a valid link please contact us at <a href="mailto:'.$globals['board_email'].'">'.$globals['board_email'].'</a>.';
 
74
 
 
75
$l['mark_topic_error_title'] = 'Mark topic unread error';
 
76
$l['mark_topic_error'] = 'Sorry, we were unable to Mark the topic as Unread . Please Contact the <a href="mailto:'.$globals['board_email'].'">Administrator</a>.';
 
77
 
 
78
}//End of function
 
79
 
 
80
?>
 
 
b'\\ No newline at end of file'