Bem-vindo(a) ao PORTAL X-TRAD
PORTAL X-TRAD  
Horários baseados na GMT -2. Agora são 09:58 PM.
  #1  

Padrão xhnewbb_1.31_blocks.php

 

XHNEWBB - Contents

<?php
// $Id: blocks.php,v 1.1.1.1 2003/11/26 05:17:35 ryuji_amano Exp $
// Blocks
define("_MB_XHNEWBB_FORUM","Forum");
define("_MB_XHNEWBB_TOPIC","Topic");
define("_MB_XHNEWBB_RPLS","Replies");
define("_MB_XHNEWBB_VIEWS","Views");
define("_MB_XHNEWBB_LPOST","Last Post");
define("_MB_XHNEWBB_VSTFRMS","Forum Index");
define("_MB_XHNEWBB_LISTALLTOPICS","Topic Index");
define("_MB_XHNEWBB_DISPLAY","Display %s posts");
define("_MB_XHNEWBB_DISPLAYF","Display in full size");
define("_MB_XHNEWBB_MARKISUP","Marked topics are upper");
define("_MB_XHNEWBB_DISPLAYPOSTTITLE","Displays the title of the last post insteadof the topic title");
define("_MB_XHNEWBB_CATLIMIT","Specify categories");
define("_MB_XHNEWBB_CATLIMITDSC","Input category's id separated with comma. blank means all categories");
define("_MB_XHNEWBB_ORDERTIMED","Newest is first");
define("_MB_XHNEWBB_ORDERVIEWSD","Most viewed is first");
define("_MB_XHNEWBB_ORDERREPLIESD","Most commented is first");
define("_MB_XHNEWBB_CLASSPUBLIC","Public forums only");
define("_MB_XHNEWBB_CLASSBOTH","All type of forums");
define("_MB_XHNEWBB_CLASSPRIVATE","Private forums only");
?>

« Previous Chapter   XHNEWBB

Contributors:
Created by beduino, 11-09-2007 at 11:55 PM
Last edited by beduino, 11-09-2007 at 11:55 PM
0 Comments , 187 Views
 

Favoritos



Usuários ativos no Tópico: 1 (0 Membros e 1 Visitantes)
 
Article Tools
Modos de Exibição

Regras para Postagens
Você não pode postar novos tópicos
Você não pode postar respostas
Você não pode postar anexos
Você não pode editar seus posts

Código [IMG] Sim
Código HTML Não
Trackbacks are Sim
Pingbacks are Sim
Refbacks are Sim


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178