1<?php
2/*
3 * e107 website system
4 *
5 * Copyright (C) 2008-2013 e107 Inc (e107.org)
6 * Released under the terms and conditions of the
7 * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
8 *
9*/
10
11//define("CHBLAN_1", "Chatbox settings updated.");
12//define("CHBLAN_2", "Moderated.");
13//define("CHBLAN_3", "No chatbox posts yet.");
14//define("CHBLAN_4", "Member");
15//define("CHBLAN_5", "Guest");
16//define("CHBLAN_6", "unblock");
17//define("CHBLAN_7", "block");
18//define("CHBLAN_8", "delete");
19//define("CHBLAN_9", "Moderate Chatbox");
20//define("CHBLAN_10", "Moderate posts");
21define("CHBLAN_11", "Chatbox posts to display");
22define("CHBLAN_12", "Amount of posts displayed in chatbox");
23//define("CHBLAN_13", "Replace links");
24//define("CHBLAN_14", "if ticked, posted links will be replaced by text entered in box below");
25//define("CHBLAN_15", "Replace string if activated");
26//define("CHBLAN_16", "links will be replaced by this string");
27//define("CHBLAN_17", "Wordwrap count");
28//define("CHBLAN_18", "words longer than the number you set here will be wrapped");
29//define("CHBLAN_19", "Update Chatbox Settings");
30define("CHBLAN_20", "Chatbox Settings");
31//define("CHBLAN_21", "Prune");
32define("CHBLAN_22", "Delete posts older than a certain time period");
33define("CHBLAN_23", "Delete posts older than ");
34
35define("CHBLAN_24", "One day");
36define("CHBLAN_25", "One week");
37define("CHBLAN_26", "One month");
38define("CHBLAN_27", "- Delete all posts -");
39// define("CHBLAN_28", "Chatbox pruned.");
40
41define("CHBLAN_29", "Display chatbox inside scrolling layer with height [x]"); // [x] will be replaced automatically
42// define("CHBLAN_30", "Layer height");
43define("CHBLAN_31", "Show emoticons");
44define("CHBLAN_32", "Moderator userclass");
45
46define("CHBLAN_33", "User counts recalculated");
47define("CHBLAN_34", "Recalculate user post counts");
48define("CHBLAN_35", "Recalculate");
49
50define("CHBLAN_36", "Chatbox Display options");
51define("CHBLAN_37", "Normal chatbox");
52define("CHBLAN_38", "Use javascript code to update posts dynamically (AJAX)");
53//define('CHBLAN_39', 'Nothing changed - not updated');
54// define('CHBLAN_40', 'Chatbox');
55// define('CHBLAN_41', 'Chatbox Menu');
56define("CHBLAN_42", "Show amount of posts in user profile");
57
58
59
60
61