~cruzjbishop/anelectron/trunk

« back to all changes in this revision

Viewing changes to languages/english/logout_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
// logout_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
$l['not_logged_in_title'] = 'Not Logged In';
 
25
$l['not_logged_in'] = 'You are not logged in then how can we log you out.';
 
26
 
 
27
$l['delete_session_error_title'] = 'Delete Session Error';
 
28
$l['delete_session_error'] = 'There were some errors while deleting your user session. Please Contact the <a href="mailto:'.$globals['board_email'].'">Administrator</a>.';
 
29
 
 
30
$l['guest_session_error_title'] = 'Guest Session Error';
 
31
$l['guest_session_error'] = 'There were some errors while creating a guest session for you. Please Contact the <a href="mailto:'.$globals['board_email'].'">Administrator</a>.';
 
32
 
 
33
?>
 
 
b'\\ No newline at end of file'