~cruzjbishop/anelectron/trunk

« back to all changes in this revision

Viewing changes to languages/english/pintopic_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
// pintopic_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['no_action_specified_title'] = 'No action specified';
 
25
$l['no_action_specified'] = 'Sorry, we were unable to process your request because no action was specified. If you have followed a valid link please contact us at <a href="mailto:'.$globals['board_email'].'">'.$globals['board_email'].'</a>.';
 
26
 
 
27
$l['no_topic_specified_title'] = 'No Topic specified';
 
28
$l['no_topic_specified'] = 'Sorry, we were unable to process your request because no topic id was specified. If you have followed a valid link please contact us at <a href="mailto:'.$globals['board_email'].'">'.$globals['board_email'].'</a>.';
 
29
 
 
30
$l['invalid_topic_title'] = 'Invalid topic specified';
 
31
$l['invalid_topic'] = 'Sorry, we were unable to process your request because these topic(s) - \'&aefv-1;\' are invalid. If you have followed a valid link please contact us at <a href="mailto:'.$globals['board_email'].'">'.$globals['board_email'].'</a>.';
 
32
 
 
33
$l['no_topic_found_title'] = 'No Topic Found';
 
34
$l['no_topic_found'] = 'Sorry, we were unable to process your request because the submitted topic(s) were not found in the database. If you have followed a valid link please contact us at <a href="mailto:'.$globals['board_email'].'">'.$globals['board_email'].'</a>.';
 
35
 
 
36
$l['some_topic_not_found_title'] = 'Some topic(s) Not Found';
 
37
$l['some_topic_not_found'] = 'Sorry, we were unable to process your request because some of the topic(s) were not found in the database. If you have followed a valid link please contact us at <a href="mailto:'.$globals['board_email'].'">'.$globals['board_email'].'</a>.';
 
38
 
 
39
$l['not_same_forum_title'] = 'Invalid Topics specified';
 
40
$l['not_same_forum'] = 'Sorry, we were unable to process your request because the topics(s) are not of the same forum. You can lock/unlock several topic(s) at the same time only if they belong to the same forum. If you have followed a valid link please contact us at <a href="mailto:'.$globals['board_email'].'">'.$globals['board_email'].'</a>.';
 
41
 
 
42
$l['no_forum_title'] = 'No forum found';
 
43
$l['no_forum'] = '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>.';
 
44
 
 
45
$l['no_pin_permission_title'] = 'Access Denied';
 
46
$l['no_pin_permission'] = 'Sorry, you are not allowed to pin/unpin some of the topic(s) as you do not have the permissions to do so. If you have followed a valid link please contact us at <a href="mailto:'.$globals['board_email'].'">'.$globals['board_email'].'</a>.';
 
47
 
 
48
$l['pin_error_title'] = 'Pinning Error';
 
49
$l['pin_error'] = 'There were some errors in pinning the topic(s). Please Contact the <a href="mailto:'.$globals['board_email'].'">Administrator</a>.';
 
50
 
 
51
$l['unpin_error_title'] = 'Unpinning Error';
 
52
$l['unpin_error'] = 'There were some errors in unpinning the topic(s). Please Contact the <a href="mailto:'.$globals['board_email'].'">Administrator</a>.';
 
53
 
 
54
?>
 
 
b'\\ No newline at end of file'