| 1 |
akamu |
1.1 |
<?php |
| 2 |
akamu |
1.1 |
/********************************************* |
| 3 |
djmaze |
1.21 |
CPG Dragonfly™ CMS |
| 4 |
akamu |
1.1 |
******************************************** |
| 5 |
djmaze |
1.21 |
Copyright © 2004-2005 by CPG-Nuke Dev Team |
| 6 |
djmaze |
9.15 |
http://dragonflycms.org |
| 7 |
akamu |
1.1 |
  |
| 8 |
akamu |
1.14 |
Dragonfly is released under the terms and conditions |
| 9 |
akamu |
1.8 |
of the GNU GPL version 2 or any later version |
| 10 |
akamu |
1.1 |
  |
| 11 |
akamu |
1.9 |
$Source: /cvs/l10n/english/main.php,v $ |
| 12 |
djmaze |
9.15 |
$Revision: 9.14 $ |
| 13 |
nanocaio |
9.12 |
$Author: nanocaiordo $ |
| 14 |
djmaze |
9.15 |
$Date: 2005/12/08 12:43:44 $ |
| 15 |
akamu |
1.22 |
Encoding test: n-array summation ∑ latin ae w/ acute ǽ |
| 16 |
akamu |
1.23 |
*******************************************************/ |
| 17 |
akamu |
1.8 |
if (!defined('CPG_NUKE')) { exit; } |
| 18 |
akamu |
1.1 |
global $MAIN_CFG; |
| 19 |
akamu |
1.1 |
define('_CHARSET','utf-8'); |
| 20 |
akamu |
1.1 |
define('_BROWSER_LANGCODE','en'); |
| 21 |
trevor |
9.3 |
  |
| 22 |
trevor |
9.3 |
// Translators: only change this link if you have support documentation to offer on your community site, if you have one |
| 23 |
trevor |
9.9 |
define('_HELP_LINK','http://dragonflycms.org/Wiki.html'); |
| 24 |
trevor |
9.3 |
  |
| 25 |
akamu |
9.10 |
define('_DATESTRING','%A, %B %d, %Y (%H:%M:%S)'); |
| 26 |
akamu |
1.1 |
define('_DATESTRING2','%A, %B %d'); |
| 27 |
akamu |
1.1 |
define('_DATESTRING3','%d-%b-%Y'); |
| 28 |
akamu |
1.14 |
//%1 is replaced by the month name, %2 day, %3 year |
| 29 |
akamu |
1.14 |
define('_DATESTRING4','%1$s, %2$s %3$s'); |
| 30 |
akamu |
1.1 |
  |
| 31 |
djmaze |
9.15 |
define('_NEXTPAGE','Next Page'); |
| 32 |
djmaze |
9.15 |
define('_PREVIOUSPAGE','Previous Page'); |
| 33 |
djmaze |
9.15 |
  |
| 34 |
akamu |
1.1 |
define('_TEXT_DIR','ltr'); |
| 35 |
akamu |
1.1 |
define('_ALIGN_TEXT','left'); |
| 36 |
akamu |
1.1 |
define('_SEARCH','Search'); |
| 37 |
akamu |
1.1 |
define('_LOGIN','Login'); |
| 38 |
akamu |
1.1 |
define('_WRITES','writes'); |
| 39 |
akamu |
1.1 |
define('_POSTEDON','Posted on'); |
| 40 |
akamu |
1.1 |
define('_NICKNAME','Nickname'); |
| 41 |
akamu |
1.1 |
define('_PASSWORD','Password'); |
| 42 |
akamu |
1.1 |
define('_WELCOMETO','Welcome to'); |
| 43 |
akamu |
1.1 |
define('_EDIT','Edit'); |
| 44 |
akamu |
1.1 |
define('_DELETE','Delete'); |
| 45 |
akamu |
1.1 |
define('_POSTEDBY','Posted by'); |
| 46 |
akamu |
1.1 |
define('_READS','reads'); |
| 47 |
nanocaio |
9.12 |
define('_GOBACK','[ '.(isset($_SERVER['HTTP_REFERER']) ? '<a href="'.str_replace('&', '&', $_SERVER['HTTP_REFERER']).'">Go Back</a>' : '<a href="javascript:history.go(-1)">Go Back</a>').' ]'); |
| 48 |
akamu |
1.1 |
define('_COMMENTS','comments'); |
| 49 |
akamu |
1.1 |
define('_PASTARTICLES','Past Articles'); |
| 50 |
akamu |
1.1 |
define('_OLDERARTICLES','Older Articles'); |
| 51 |
akamu |
1.1 |
define('_BY','by'); |
| 52 |
akamu |
1.1 |
define('_ON','on'); |
| 53 |
akamu |
1.1 |
define('_LOGOUT','Logout'); |
| 54 |
akamu |
1.1 |
define('_WAITINGCONT','Waiting Content'); |
| 55 |
akamu |
1.1 |
define('_WREVIEWS','Waiting Reviews'); |
| 56 |
akamu |
1.1 |
define('_WLINKS','Waiting Links'); |
| 57 |
akamu |
1.1 |
define('_ONEDAY','One day like today...'); |
| 58 |
akamu |
1.1 |
define('_ASREGISTERED','Don\'t have an account yet? You can <a href="'.getlink('Your_Account&file=register').'">create one</a>. As a registered user you have some cool advantages like a theme manager, comments configuration and the ability to post comments with your name.'); |
| 59 |
akamu |
1.1 |
define('_MENUFOR','Menu for'); |
| 60 |
akamu |
1.1 |
define('_NOBIGSTORY','There isn\'t a biggest story for today, yet'); |
| 61 |
akamu |
1.1 |
define('_BIGSTORY','Today\'s most read story is:'); |
| 62 |
akamu |
1.1 |
define('_SURVEY','Survey'); |
| 63 |
akamu |
1.1 |
define('_POLLS','Polls'); |
| 64 |
akamu |
1.1 |
define('_PCOMMENTS','Comments:'); |
| 65 |
akamu |
1.1 |
define('_RESULTS','Results'); |
| 66 |
akamu |
1.1 |
define('_HREADMORE','read more...'); |
| 67 |
akamu |
1.1 |
define('_CURRENTLY','There are currently,'); |
| 68 |
akamu |
1.1 |
define('_GUESTS','guest(s) and'); |
| 69 |
akamu |
1.1 |
define('_MEMBERS','member(s) that are online.'); |
| 70 |
akamu |
1.1 |
define('_YOUARELOGGED','You are logged in as'); |
| 71 |
akamu |
1.1 |
define('_YOUHAVE','You have'); |
| 72 |
akamu |
1.1 |
define('_PRIVATEMSG','private message(s).'); |
| 73 |
akamu |
1.1 |
define('_YOUAREANON','You are an anonymous user. You can register for free by following <a href="'.getlink('Your_Account&file=register').'">this</a> link'); |
| 74 |
akamu |
1.1 |
define('_NOTE','Note:'); |
| 75 |
akamu |
1.1 |
define('_ADMIN','Admin'); |
| 76 |
akamu |
1.1 |
define('_WERECEIVED','We have received'); |
| 77 |
akamu |
1.1 |
define('_PAGESVIEWS','page views since'); |
| 78 |
akamu |
1.1 |
define('_TOPIC','Topic'); |
| 79 |
akamu |
1.1 |
define('_UDOWNLOADS','Downloads'); |
| 80 |
akamu |
1.1 |
define('_VOTE','Vote'); |
| 81 |
akamu |
1.1 |
define('_VOTES','Votes'); |
| 82 |
akamu |
1.1 |
define('_MVIEWADMIN','Visible to administrators only'); |
| 83 |
akamu |
1.1 |
define('_MVIEWUSERS','Visible to registered users only'); |
| 84 |
akamu |
1.1 |
define('_MVIEWANON','Visible to anonymous users only'); |
| 85 |
akamu |
1.1 |
define('_MVIEWALL','Visible to all visitors'); |
| 86 |
akamu |
1.1 |
define('_EXPIRELESSHOUR','Expires in less than 1 hour'); |
| 87 |
akamu |
1.1 |
define('_EXPIREIN','Expires in'); |
| 88 |
akamu |
1.1 |
define('_UNLIMITED','Unlimited'); |
| 89 |
akamu |
1.1 |
define('_HOURS','Hours'); |
| 90 |
akamu |
1.1 |
define('_RSSPROBLEM','There appears to be a problem with the RSS feed from this site'); |
| 91 |
akamu |
1.1 |
define('_SELECTLANGUAGE','Select Language'); |
| 92 |
akamu |
1.1 |
define('_SELECTGUILANG','Select Interface Language'); |
| 93 |
akamu |
1.1 |
define('_NONE','None'); |
| 94 |
akamu |
1.1 |
define('_BLOCKPROBLEM','<center>There appears to be a problem with this block</center>'); |
| 95 |
akamu |
1.1 |
define('_BLOCKPROBLEM2','<center>This block does not have any content</center>'); |
| 96 |
akamu |
1.1 |
define('_MODULENOTACTIVE','We\'re sorry, but this module has been disabled'); |
| 97 |
akamu |
1.1 |
define('_NOACTIVEMODULES','Inactive Modules'); |
| 98 |
akamu |
1.12 |
define('_MODULENOEXIST','We\'re sorry, but that page %s does not exist'); |
| 99 |
akamu |
1.1 |
define('_FORADMINTESTS','(for Admin tests)'); |
| 100 |
akamu |
1.1 |
define('_BBFORUMS','Forums'); |
| 101 |
akamu |
1.1 |
define('_ACCESSDENIED','Access Denied'); |
| 102 |
akamu |
1.1 |
define('_RESTRICTEDAREA','You are trying to access a restricted area.'); |
| 103 |
akamu |
1.1 |
define('_MODULEUSERS','We\'re sorry, but we have reserved this area of our site for <i>registered users</i> only<br /><br />'); |
| 104 |
akamu |
1.1 |
define('_MODULEUSERS2','You can register for free by following <a href="'.getlink('Your_Account&file=register').'">this</a> link, thus granting you permission to access this area of our site.<br /><br />Thank you for your understanding'); |
| 105 |
akamu |
1.1 |
define('_MODULESADMINS','We\'re sorry, but we have reserved this area of our site for <i>administrators</i> only<br /><br />Thank you for your understanding'); |
| 106 |
akamu |
1.1 |
define('_MODULESGROUPS','group access required'); |
| 107 |
akamu |
1.1 |
define('_HOME','Home'); |
| 108 |
akamu |
1.1 |
define('_HOMEPROBLEM','It appears that the homepage has disappeared'); |
| 109 |
akamu |
1.1 |
define('_ADDAHOME','Assign a new default homepage module'); |
| 110 |
akamu |
1.1 |
define('_HOMEPROBLEMUSER','We\'re experiencing some difficulties with our system<br />Please check back soon'); |
| 111 |
akamu |
1.1 |
define('_MORENEWS','More in News Section'); |
| 112 |
akamu |
1.1 |
define('_ALLCATEGORIES','All Categories'); |
| 113 |
akamu |
1.1 |
define('_SPAMGUARDPROTECTED','SpamGuard has blocked this email from being sent'); |
| 114 |
akamu |
1.1 |
define('_M_CHARS','Maximum: %s characters'); |
| 115 |
akamu |
1.1 |
  |
| 116 |
akamu |
1.1 |
define('_SYS_MESSAGE','System Message'); |
| 117 |
akamu |
1.1 |
define('_SYS_MESSAGES','System Messages'); |
| 118 |
akamu |
1.1 |
define('_SYS_MAINTENANCE','You are running under maintenance mode'); |
| 119 |
akamu |
1.1 |
define('_SYS_DEMO','You are running under administration demo mode<br />You cannot make any changes to the database<br /><a href="'.adminlink('logout').'">Log me out!</a>'); |
| 120 |
akamu |
1.1 |
  |
| 121 |
akamu |
1.1 |
define('_DATE','Date'); |
| 122 |
akamu |
1.1 |
define('_HOUR','Hour'); |
| 123 |
akamu |
1.1 |
define('_UMONTH','Month'); |
| 124 |
akamu |
1.1 |
define('_YEAR','Year'); |
| 125 |
akamu |
1.1 |
define('_JANUARY','January'); |
| 126 |
akamu |
1.1 |
define('_FEBRUARY','February'); |
| 127 |
akamu |
1.1 |
define('_MARCH','March'); |
| 128 |
akamu |
1.1 |
define('_APRIL','April'); |
| 129 |
akamu |
1.1 |
define('_MAY','May'); |
| 130 |
akamu |
1.1 |
define('_JUNE','June'); |
| 131 |
akamu |
1.1 |
define('_JULY','July'); |
| 132 |
akamu |
1.1 |
define('_AUGUST','August'); |
| 133 |
akamu |
1.1 |
define('_SEPTEMBER','September'); |
| 134 |
akamu |
1.1 |
define('_OCTOBER','October'); |
| 135 |
akamu |
1.1 |
define('_NOVEMBER','November'); |
| 136 |
akamu |
1.1 |
define('_DECEMBER','December'); |
| 137 |
akamu |
1.1 |
  |
| 138 |
akamu |
1.1 |
define('_MONDAY','Monday'); |
| 139 |
akamu |
1.1 |
define('_TUESDAY','Tuesday'); |
| 140 |
akamu |
1.1 |
define('_WEDNESDAY','Wednesday'); |
| 141 |
akamu |
1.1 |
define('_THURSDAY','Thursday'); |
| 142 |
akamu |
1.1 |
define('_FRIDAY','Friday'); |
| 143 |
akamu |
1.1 |
define('_SATURDAY','Saturday'); |
| 144 |
akamu |
1.1 |
define('_SUNDAY','Sunday'); |
| 145 |
akamu |
1.12 |
//three letter abbrev. |
| 146 |
akamu |
1.1 |
define('_ABR_MONDAY','Mon'); |
| 147 |
akamu |
1.12 |
define('_ABR_TUESDAY','Tue'); |
| 148 |
akamu |
1.1 |
define('_ABR_WEDNESDAY','Wed'); |
| 149 |
akamu |
1.12 |
define('_ABR_THURSDAY','Thu'); |
| 150 |
akamu |
1.1 |
define('_ABR_FRIDAY','Fri'); |
| 151 |
akamu |
1.1 |
define('_ABR_SATURDAY','Sat'); |
| 152 |
akamu |
1.1 |
define('_ABR_SUNDAY','Sun'); |
| 153 |
akamu |
1.1 |
  |
| 154 |
akamu |
1.1 |
define('_BWEL','Welcome'); |
| 155 |
akamu |
1.1 |
define('_BPM','Private Messages'); |
| 156 |
akamu |
1.1 |
define('_BUNREAD','Unread'); |
| 157 |
akamu |
1.1 |
define('_BREAD','Read'); |
| 158 |
akamu |
1.1 |
define('_BMEMP','Membership'); |
| 159 |
akamu |
1.1 |
define('_BLATEST','Latest'); |
| 160 |
akamu |
1.1 |
define('_BTD','New Today'); |
| 161 |
akamu |
1.1 |
define('_BYD','New Yesterday'); |
| 162 |
akamu |
1.1 |
define('_BOVER','Overall'); |
| 163 |
akamu |
1.1 |
define('_BVISIT','People Online'); |
| 164 |
akamu |
1.1 |
define('_BVIS','Visitors'); |
| 165 |
akamu |
1.1 |
define('_BMEM','Members'); |
| 166 |
akamu |
1.1 |
define('_BTT','Total'); |
| 167 |
akamu |
1.1 |
define('_BON','Online Now'); |
| 168 |
akamu |
1.1 |
define('_BREG','Register'); |
| 169 |
akamu |
1.1 |
define('_BROADCAST','Broadcast Public Message'); |
| 170 |
akamu |
1.1 |
define('_BROADCASTFROM','Public Message sent by'); |
| 171 |
akamu |
1.1 |
define('_TURNOFFMSG','Turn off Public Messages'); |
| 172 |
akamu |
1.14 |
define('_JOURNAL','Blog'); |
| 173 |
akamu |
1.14 |
define('_READMYJOURNAL','Read My Blog'); |
| 174 |
akamu |
1.1 |
define('_ADD','Add'); |
| 175 |
akamu |
1.1 |
define('_YES','Yes'); |
| 176 |
akamu |
1.1 |
define('_NO','No'); |
| 177 |
akamu |
1.1 |
define('_INVISIBLEMODULES','Invisible Modules'); |
| 178 |
akamu |
1.1 |
define('_ACTIVEBUTNOTSEE','(Active but invisible link)'); |
| 179 |
trevor |
1.10 |
define('_BOTS','Bots'); |
| 180 |
trevor |
1.10 |
  |
| 181 |
akamu |
9.10 |
define('_UM','Dragonfly Update Service'); |
| 182 |
trevor |
1.10 |
define('_UM_F','Failed to contact the update service. Please try again later.'); |
| 183 |
trevor |
9.7 |
define('_UM_G','You are using the latest version of Dragonfly'); |
| 184 |
trevor |
9.7 |
define('_UM_R','Please <a href="%2$s" target="_blank">upgrade</a> to Dragonfly %1$s'); |
| 185 |
akamu |
1.1 |
  |
| 186 |
akamu |
1.1 |
define('_TEAM','Team'); |
| 187 |
akamu |
1.1 |
define('_LINKAPPROVEDMSG','Congratulations! The web link you submitted has been approved, please link back to us.'); |
| 188 |
akamu |
1.1 |
define('_MODREQLINKS','Mod. Links'); |
| 189 |
akamu |
1.1 |
define('_BROKENLINKS','Broken Links'); |
| 190 |
akamu |
1.1 |
define('_MODREQDOWN','Mod. Downloads'); |
| 191 |
akamu |
1.1 |
define('_BROKENDOWN','Broken Downloads'); |
| 192 |
akamu |
1.1 |
define('_PAGEGENERATION','Page Generation:'); |
| 193 |
akamu |
1.1 |
define('_SECONDS','seconds'); |
| 194 |
djmaze |
1.17 |
// http://php.net/sprintf#AEN134707 |
| 195 |
akamu |
9.10 |
define('_PAGEFOOTER','This page generated in %1$s seconds with %2$s DB Queries in %3$s seconds'); |
| 196 |
akamu |
1.1 |
define('_YOUHAVEONEMSG','You have one new private message'); |
| 197 |
akamu |
1.1 |
define('_NEWPMSG','New Private Messages'); |
| 198 |
akamu |
1.1 |
define('_CONTRIBUTEDBY','Contributed by'); |
| 199 |
akamu |
1.1 |
define('_CHAT','Chat'); |
| 200 |
akamu |
1.1 |
define('_REGISTERED','Registered'); |
| 201 |
akamu |
1.1 |
define('_CHATGUESTS','Guests'); |
| 202 |
akamu |
1.1 |
define('_USERSTALKINGNOW','Users Talking Now'); |
| 203 |
akamu |
1.1 |
define('_ENTERTOCHAT','Enter To Chat'); |
| 204 |
akamu |
1.1 |
define('_CHATROOMS','Available Rooms'); |
| 205 |
akamu |
1.1 |
define('_ALLTOPICS','All Topics'); |
| 206 |
akamu |
1.1 |
define('_ASSOTOPIC','Associated Topics'); |
| 207 |
akamu |
1.1 |
define('_HELLO','Hello'); |
| 208 |
akamu |
1.1 |
define('_ALL','All'); |
| 209 |
akamu |
1.1 |
define('_URL','URL'); |
| 210 |
akamu |
1.1 |
define('_SUBJECT','Subject'); |
| 211 |
akamu |
1.1 |
define('_PREVIEW','Preview'); |
| 212 |
akamu |
1.1 |
define('_SEND','Send'); |
| 213 |
akamu |
1.1 |
define('_ANONYMOUS','Anonymous'); |
| 214 |
akamu |
1.12 |
define('_BREADCRUMB', 'Breadcrumb Delimiter, separates words in pagetitles'); |
| 215 |
akamu |
9.10 |
define('_BC_DELIM',''.isset($MAIN_CFG['global']['crumb']) ? $MAIN_CFG['global']['crumb'] : '›');//''. is for cpglang |
| 216 |
akamu |
1.12 |
define('_RESET','Reset'); |
| 217 |
trevor |
9.8 |
define('_AT','at'); |
| 218 |
trevor |
9.8 |
define('_LASTMSGS','Last %s Forum Messages'); |
| 219 |
trevor |
9.8 |
define('_LASTPOSTBY','Last post by %1$s in %2$s on %3$s'); |
| 220 |
nanocaio |
9.13 |
define('_PRINTER','Printer Friendly Page'); |
| 221 |
akamu |
1.1 |
  |
| 222 |
akamu |
1.1 |
define('_CREDITS_TITLE','Credits'); |
| 223 |
akamu |
1.1 |
define('_CREDITS_PRODUCT','Product'); |
| 224 |
akamu |
1.1 |
define('_CREDITS_DESC','Description'); |
| 225 |
akamu |
1.1 |
define('_CREDITS_AUTHORS','Author(s)'); |
| 226 |
akamu |
1.1 |
  |
| 227 |
akamu |
1.1 |
define('_PP_TITLE','Privacy Policy'); |
| 228 |
akamu |
1.1 |
define('_PP_MODIFY','Modify this message'); |
| 229 |
akamu |
1.1 |
  |
| 230 |
trevor |
9.7 |
define('_SENDERNAME','Sender Name'); |
| 231 |
trevor |
9.7 |
define('_SENDEREMAIL','Sender Email'); |
| 232 |
trevor |
9.7 |
define('_RECIPIENTNAME','Recipient Name'); |
| 233 |
trevor |
9.7 |
define('_RECIPIENTEMAIL','Recipient Email'); |
| 234 |
trevor |
9.7 |
  |
| 235 |
trevor |
9.4 |
define('_REASONS_0','As Is'); |
| 236 |
trevor |
9.4 |
define('_REASONS_1','Off Topic'); |
| 237 |
trevor |
9.4 |
define('_REASONS_2','Flamebait'); |
| 238 |
trevor |
9.4 |
define('_REASONS_3','Troll'); |
| 239 |
trevor |
9.4 |
define('_REASONS_4','Redundant'); |
| 240 |
trevor |
9.4 |
define('_REASONS_5','Insightful'); |
| 241 |
trevor |
9.4 |
define('_REASONS_6','Interesting'); |
| 242 |
trevor |
9.4 |
define('_REASONS_7','Informative'); |
| 243 |
trevor |
9.4 |
define('_REASONS_8','Funny'); |
| 244 |
trevor |
9.4 |
define('_REASONS_9','Overrated'); |
| 245 |
trevor |
9.4 |
define('_REASONS_10','Underrated'); |
| 246 |
trevor |
9.4 |
  |
| 247 |
akamu |
1.1 |
/* My Account Tools Block */ |
| 248 |
akamu |
1.1 |
define('_TB_BLOCK','My Account Tools'); |
| 249 |
akamu |
1.1 |
define('_TB_TASKS','Tasks'); |
| 250 |
akamu |
1.1 |
define('_TB_INFO','Information'); |
| 251 |
akamu |
1.1 |
define('_TB_PROFILE_INFO','My public profile'); |
| 252 |
akamu |
1.1 |
define('_TB_EDIT_PROFILE','My profile information'); |
| 253 |
akamu |
1.1 |
define('_TB_EDIT_REG','My registration details'); |
| 254 |
akamu |
1.1 |
define('_TB_EDIT_PRIVATE','My private information'); |
| 255 |
akamu |
1.1 |
define('_TB_EDIT_AVATAR','My avatar'); |
| 256 |
akamu |
1.1 |
define('_TB_DELETE','Delete my account'); |
| 257 |
akamu |
1.1 |
define('_TB_CONFIG','Configuration'); |
| 258 |
akamu |
1.1 |
define('_TB_EDIT_PREFS','My preferences'); |
| 259 |
akamu |
1.1 |
define('_TB_EDIT_HOME','My homepage settings'); |
| 260 |
akamu |
1.1 |
define('_TB_EDIT_COMM','My comment settings'); |
| 261 |
akamu |
1.1 |
define('_TB_PERSONAL','Personal'); |
| 262 |
akamu |
1.1 |
define('_TB_PERSONAL_GALLERY','My gallery'); |
| 263 |
akamu |
1.12 |
define('_TB_PERSONAL_JOURNAL','My blog'); |
| 264 |
akamu |
1.1 |
define('_TB_PRIVMSGS','Private Messages'); |
| 265 |
akamu |
1.1 |
define('_TB_PRIVMSGS_INBOX','Inbox'); |
| 266 |
akamu |
1.1 |
define('_TB_PRIVMSGS_OUTBOX','Outbox'); |
| 267 |
akamu |
1.1 |
define('_TB_PRIVMSGS_SENTBOX','Sentbox'); |
| 268 |
akamu |
1.1 |
define('_TB_PRIVMSGS_SAVEBOX','Savebox'); |
| 269 |
akamu |
1.1 |
define('_TB_PRIVMSGS_SEND','Send message'); |
| 270 |
akamu |
1.1 |
/* END My Account Tools Block */ |
| 271 |
akamu |
1.1 |
  |
| 272 |
akamu |
1.1 |
/* ---- Begin modified block-User_Info english ----*/ |
| 273 |
akamu |
1.1 |
define('_USER_INFO','User Info'); |
| 274 |
akamu |
1.1 |
define('_SECURITYCODE','Security Code'); |
| 275 |
akamu |
1.1 |
define('_TYPESECCODE','Type Code'); |
| 276 |
akamu |
1.1 |
define('_MEMBERSOPTIONS','Members options'); |
| 277 |
akamu |
1.1 |
define('_READSEND','Read my private messages. Send messages to others.'); |
| 278 |
akamu |
1.1 |
define('_INBOX','Inbox'); |
| 279 |
akamu |
1.1 |
define('_NEW','New'); |
| 280 |
akamu |
1.1 |
define('_ACCOUNTOPTIONS','My Account. Update preferences and read my messages.'); |
| 281 |
akamu |
1.1 |
define('_LOGOUTACCT','Log out of this account.'); |
| 282 |
akamu |
1.1 |
define('_LOGOUTADMINACCT','Log out of admin account.'); |
| 283 |
akamu |
1.1 |
define('_BLOGIN','Your Account'); |
| 284 |
akamu |
1.1 |
define('_BFLOGIN','My Profile'); |
| 285 |
akamu |
1.1 |
define('_BHID','Hidden'); |
| 286 |
akamu |
1.1 |
define('_WHOWHERE','Who Is Where'); |
| 287 |
akamu |
1.1 |
define('_STAFFONL','Staff Online'); |
| 288 |
akamu |
1.1 |
define('_STAFFNONE','No staff members are online!'); |
| 289 |
akamu |
1.1 |
  |
| 290 |
akamu |
1.1 |
/* For Multilingual Modules Block */ |
| 291 |
akamu |
1.1 |
define('_COMMUNITY','Community'); |
| 292 |
akamu |
1.14 |
define('_BlogsLANG','Blogs'); |
| 293 |
akamu |
1.1 |
define('_ContentLANG','Content'); |
| 294 |
akamu |
1.1 |
define('_coppermineLANG','Photo Gallery'); |
| 295 |
akamu |
1.1 |
define('_CPGlangLANG','Help Translate'); |
| 296 |
akamu |
1.1 |
define('_DownloadsLANG','Downloads'); |
| 297 |
akamu |
1.1 |
define('_EncyclopediaLANG','Encyclopedia'); |
| 298 |
akamu |
1.1 |
define('_ForumsLANG','Community Forums'); |
| 299 |
akamu |
1.1 |
define('_ContactLANG','Contact Us'); |
| 300 |
akamu |
1.1 |
define('_FAQLANG','FAQ - Help'); |
| 301 |
akamu |
1.1 |
define('_Members_ListLANG','Members List'); |
| 302 |
akamu |
1.1 |
define('_NewsLANG','News'); |
| 303 |
akamu |
1.1 |
define('_ReviewsLANG','Reviews'); |
| 304 |
akamu |
1.1 |
define('_SearchLANG','Search'); |
| 305 |
akamu |
1.1 |
define('_StatisticsLANG','Statistics'); |
| 306 |
akamu |
1.1 |
define('_Stories_ArchiveLANG','Stories Archive'); |
| 307 |
akamu |
1.1 |
define('_Submit_NewsLANG','Submit News'); |
| 308 |
akamu |
1.1 |
define('_SurveysLANG','Surveys'); |
| 309 |
akamu |
1.1 |
define('_TopLANG', 'Top '.$MAIN_CFG['global']['top']); |
| 310 |
akamu |
1.1 |
define('_TopicsLANG','Topics'); |
| 311 |
akamu |
1.1 |
define('_Private_MessagesLANG','My Private Messages'); |
| 312 |
akamu |
1.14 |
define('_Tell_a_FriendLANG','Tell a Friend'); |
| 313 |
akamu |
1.1 |
define('_Web_LinksLANG','Links'); |
| 314 |
akamu |
1.1 |
define('_Your_AccountLANG','My Account'); |
| 315 |
akamu |
1.14 |
define('_CPG_EventsLANG','Calendar'); |
| 316 |
nanocaio |
9.14 |
//missing menu vars http://dragonflycms.org/Projects/bugs/id=582.html Thanks Pitcher |
| 317 |
nanocaio |
9.14 |
define('_LanguagesLANG', 'Languages!'); |
| 318 |
nanocaio |
9.14 |
define('_SmiliesLANG', 'Smilies'); |
| 319 |
nanocaio |
9.14 |
define('_GroupsLANG','Groups'); |
| 320 |
nanocaio |
9.14 |
define('_RanksLANG', 'Ranks'); |
| 321 |
nanocaio |
9.14 |
define('_HeadlinesLANG', 'Headlines'); |
| 322 |
nanocaio |
9.14 |
  |
| 323 |
akamu |
1.1 |
define('_COMMUNICATION','Communication'); |
| 324 |
akamu |
1.1 |
define('_FRIENDS','Friends'); |
| 325 |
akamu |
1.1 |
define('_STORE','Store'); |
| 326 |
akamu |
1.1 |
define('_PRODUCTS','Products'); |
| 327 |
akamu |
1.1 |
define('_DONATE','Donate'); |
| 328 |
akamu |
1.1 |
define('_HELP','Help'); |
| 329 |
akamu |
1.1 |
define('_GALLERIES','Galleries'); |
| 330 |
akamu |
1.1 |
define('_DOCS','Documentation'); |
| 331 |
akamu |
1.1 |
define('_RULES','Rules & regulations'); |
| 332 |
akamu |
1.1 |
define('_MENU','Main Menu'); |
| 333 |
akamu |
1.1 |
  |
| 334 |
akamu |
1.1 |
/* END Multilingual Modules Block */ |
| 335 |
akamu |
1.1 |
/* START Newsletter Block */ |
| 336 |
akamu |
1.1 |
define('_NEWSLETTERBLOCKSUBSCRIBED','You <strong>are</strong> subscribed to<br />our newsletter'); |
| 337 |
akamu |
1.1 |
define('_NEWSLETTERBLOCKNOTSUBSCRIBED','You are <strong>not</strong> subscribed to<br />our newsletter'); |
| 338 |
akamu |
1.1 |
define('_NEWSLETTERBLOCKREGISTER','You must be a<br /><strong>registered user</strong><br />to receive our newsletter'); |
| 339 |
akamu |
1.1 |
define('_NEWSLETTERBLOCKSUBSCRIBE','Subscribe'); |
| 340 |
akamu |
1.1 |
define('_NEWSLETTERBLOCKUNSUBSCRIBE','Unsubscribe'); |
| 341 |
akamu |
1.1 |
define('_NEWSLETTERBLOCKREGISTERNOW','Register Now!'); |
| 342 |
akamu |
1.1 |
/* END Newsletter Block */ |
| 343 |
akamu |
1.1 |
  |
| 344 |
akamu |
1.1 |
/* START class phpmailer lang array */ |
| 345 |
akamu |
1.1 |
$PHPMAILER_LANG = array(); |
| 346 |
akamu |
1.1 |
$PHPMAILER_LANG['provide_address'] = 'You must provide at least one recipient email address.'; |
| 347 |
akamu |
1.1 |
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer is not supported.'; |
| 348 |
akamu |
1.1 |
$PHPMAILER_LANG['execute'] = 'Could not execute: '; |
| 349 |
akamu |
1.1 |
$PHPMAILER_LANG['instantiate'] = 'Could not instantiate mail function.'; |
| 350 |
akamu |
1.1 |
$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Could not authenticate.'; |
| 351 |
akamu |
1.1 |
$PHPMAILER_LANG['from_failed'] = 'The following From address failed: '; |
| 352 |
akamu |
1.1 |
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: The following recipients failed: '; |
| 353 |
akamu |
1.1 |
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Data not accepted.'; |
| 354 |
akamu |
1.1 |
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Could not connect to SMTP host.'; |
| 355 |
akamu |
1.1 |
$PHPMAILER_LANG['file_access'] = 'Could not access file: '; |
| 356 |
akamu |
1.1 |
$PHPMAILER_LANG['file_open'] = 'File Error: Could not open file: '; |
| 357 |
akamu |
1.1 |
$PHPMAILER_LANG['encoding'] = 'Unknown encoding: '; |
| 358 |
akamu |
1.1 |
/* END class phpmailer lang array */ |
| 359 |
akamu |
1.1 |
  |
| 360 |
akamu |
1.1 |
/************************** |
| 361 |
akamu |
1.1 |
ADMNINISTRATION SECTION |
| 362 |
akamu |
1.1 |
**************************/ |
| 363 |
akamu |
1.1 |
define('_SAVECHANGES','Save Changes'); |
| 364 |
akamu |
1.1 |
define('_LANGUAGE','Language'); |
| 365 |
akamu |
1.1 |
define('_FUNCTIONS','Functions'); |
| 366 |
akamu |
1.1 |
define('_SHOW','Show'); |
| 367 |
akamu |
1.1 |
define('_TO','To'); |
| 368 |
akamu |
1.1 |
define('_DAY','Day'); |
| 369 |
akamu |
1.1 |
define('_LAST','Last'); |
| 370 |
akamu |
1.1 |
define('_ACTIVE','Active'); |
| 371 |
akamu |
1.1 |
define('_DEACTIVATE','Deactivate'); |
| 372 |
akamu |
1.1 |
define('_INACTIVE','Inactive'); |
| 373 |
akamu |
1.1 |
define('_ACTIVATE','Activate'); |
| 374 |
akamu |
1.1 |
define('_ACTIVATE2','Activate?'); |
| 375 |
akamu |
1.1 |
define('_VIEW','Visible to'); |
| 376 |
akamu |
1.1 |
define('_VIEWPRIV','Show this to'); |
| 377 |
akamu |
1.1 |
define('_MVADMIN','Administrators Only'); |
| 378 |
akamu |
1.1 |
define('_MVUSERS','Registered Users Only'); |
| 379 |
akamu |
1.1 |
define('_MVANON','Anonymous Users Only'); |
| 380 |
akamu |
1.1 |
define('_MVALL','All Visitors'); |
| 381 |
akamu |
1.1 |
define('_IMAGE','Image'); |
| 382 |
akamu |
1.1 |
define('_GO','Go!'); |
| 383 |
akamu |
1.1 |
define('_OPTION','Option'); |
| 384 |
djmaze |
1.20 |
define('_CATEGORY','Category'); |
| 385 |
akamu |
1.19 |
define('_SUBCATEGORY','Sub-Category'); |
| 386 |
akamu |
1.1 |
define('_ID','ID'); |
| 387 |
akamu |
1.1 |
define('_EXPIRATION','Expiration'); |
| 388 |
akamu |
1.1 |
define('_DAYS','days'); |
| 389 |
akamu |
1.1 |
define('_WARNING','Warning'); |
| 390 |
akamu |
1.1 |
define('_POLLTITLE','Poll Title'); |
| 391 |
akamu |
1.1 |
define('_POLLEACHFIELD','Please enter each available option into a single field'); |
| 392 |
akamu |
1.1 |
define('_ADDCATEGORY','Add a New Category'); |
| 393 |
akamu |
1.1 |
define('_PAGEBREAK','If you want multiple pages you can write <b><!--pagebreak--></b> where you want to cut.'); |
| 394 |
akamu |
1.1 |
define('_SIGNATURE','Signature'); |
| 395 |
akamu |
1.1 |
define('_DESCRIPTION','Description'); |
| 396 |
akamu |
1.1 |
define('_EDITCATEGORY','Edit Category'); |
| 397 |
akamu |
1.1 |
define('_IN','in'); |
| 398 |
akamu |
1.1 |
define('_DESCRIPTION255','Description: (255 characters max)'); |
| 399 |
akamu |
1.1 |
define('_MODCATEGORY','Modify a Category'); |
| 400 |
akamu |
1.1 |
define('_SUBMITTER','Submitter'); |
| 401 |
akamu |
1.1 |
define('_VISIT','Visit'); |
| 402 |
akamu |
1.1 |
define('_EXTENDEDTEXT','Extended Text'); |
| 403 |
akamu |
1.1 |
define('_CHECKCATEGORIES','Check Categories'); |
| 404 |
akamu |
1.1 |
define('_INCLUDESUBCATEGORIES','(include Sub-Categories)'); |
| 405 |
akamu |
1.1 |
define('_CHECKSUBCATEGORIES','Check Sub-Categories'); |
| 406 |
akamu |
1.1 |
define('_VALIDATELINKS','Validate Links'); |
| 407 |
akamu |
1.1 |
define('_FAILED','Failed!'); |
| 408 |
akamu |
1.1 |
define('_BEPATIENT','(please be patient)'); |
| 409 |
akamu |
1.1 |
define('_VALIDATINGCAT','Validating Category (and all subcategories)'); |
| 410 |
akamu |
1.1 |
define('_VALIDATINGSUBCAT','Validating Sub-Category'); |
| 411 |
akamu |
1.1 |
define('_OK','Ok!'); |
| 412 |
akamu |
1.1 |
define('_CHECK','Check'); |
| 413 |
akamu |
1.1 |
define('_IGNORE','Ignore'); |
| 414 |
akamu |
1.1 |
define('_HITS','Hits'); |
| 415 |
akamu |
1.6 |
define('_FILESIZE', 'File Size'); |
| 416 |
akamu |
1.19 |
define("_EZTHEREIS","There are"); |
| 417 |
akamu |
1.19 |
define("_EZSUBCAT","sub-categories"); |
| 418 |
akamu |
1.19 |
define("_EZATTACHEDTOCAT","under this category"); |
| 419 |
akamu |
1.19 |
define("_EZBROKENLINKS","Broken Links"); |
| 420 |
akamu |
1.19 |
define("_DELEZLINKCATWARNING","WARNING : Are you sure you want to delete this category ?<br /> You will delete all sub-categories and attached links as well !"); |
| 421 |
akamu |
1.19 |
  |
| 422 |
akamu |
1.1 |
// index.php |
| 423 |
akamu |
1.1 |
define('_DEFHOMEMODULE','Default Homepage Module'); |
| 424 |
akamu |
1.1 |
define('_MODULEINHOME','Module loaded in the homepage:'); |
| 425 |
akamu |
1.1 |
define('_CHANGE','Change'); |
| 426 |
akamu |
1.1 |
define('_WHOSONLINE','Who\'s Online'); |
| 427 |
akamu |
1.1 |
define('_NP_ADMIN','Notepad'); |
| 428 |
akamu |
1.1 |
define('_NP_LOCKED','The notepad has been locked<br />Only a root administrator (super user) can unlock it'); |
| 429 |
akamu |
1.1 |
define('_NP_SAVE','Save Notes'); |
| 430 |
akamu |
1.1 |
define('_NP_UNLOCK','Unlock Notepad'); |
| 431 |
akamu |
1.1 |
define('_NP_LOCK','Lock Notepad'); |
| 432 |
akamu |
1.1 |
// news |
| 433 |
akamu |
1.1 |
define('_STICKY','Sticky Articles'); |
| 434 |
akamu |
1.1 |
define('_ARTICLEUP','Move article up'); |
| 435 |
akamu |
1.1 |
define('_ARTICLEDOWN','Move article down'); |
| 436 |
akamu |
1.1 |
define('_UNSTICK','Unstick'); |
| 437 |
akamu |
1.1 |
define('_STICK','Sticky'); |
| 438 |
akamu |
1.1 |
define('_AUTOMATEDARTICLES','Scheduled Articles'); |
| 439 |
akamu |
1.1 |
define('_STORYID','Story ID'); |
| 440 |
akamu |
1.1 |
define('_CURRENTPOLL','Current Survey'); |
| 441 |
akamu |
1.1 |
  |
| 442 |
akamu |
1.1 |
// admin.php |
| 443 |
akamu |
1.1 |
define('_ADMINISTRATION','Administration'); |
| 444 |
akamu |
1.1 |
define('_NOADMINYET','There are no administrator accounts yet, proceed to create the super user...'); |
| 445 |
akamu |
1.1 |
define('_CREATEUSERDATA','Would you like to create a regular user with the same data?'); |
| 446 |
akamu |
1.1 |
define('_ADMINLOGIN','Login to administration menu'); |
| 447 |
akamu |
1.1 |
define('_ADMINID','Nickname'); |
| 448 |
akamu |
1.1 |
define('_EMAIL','Email'); |
| 449 |
akamu |
1.1 |
define('_SUBMIT','Submit'); |
| 450 |
akamu |
1.1 |
define('_YOUARELOGGEDOUT','The system has successfully logged you out'); |
| 451 |
akamu |
1.1 |
define('_PASSWDNOMATCH','The passwords do not match. Please go back and re-enter them.'); |
| 452 |
akamu |
1.1 |
define('_LOGIN_REMEMBERME','Remember me?'); |
| 453 |
akamu |
1.1 |
define('_ADMINMENU_LOGOUT','Administration Menu Logout'); |
| 454 |
akamu |
1.1 |
define('_PASSWORD_MALFORMED','Please include at least one number, one capital letter and one lowercase letter in your password'); |
| 455 |
akamu |
1.1 |
  |
| 456 |
akamu |
1.1 |
// admins.php |
| 457 |
akamu |
1.1 |
define('_AUTHORSADMIN','Administrator Control'); |
| 458 |
akamu |
1.1 |
define('_NAME','Name'); |
| 459 |
akamu |
1.1 |
define('_REQUIRED','(required)'); |
| 460 |
akamu |
1.1 |
define('_MODIFYINFO','Modify Info'); |
| 461 |
akamu |
1.1 |
define('_DELAUTHOR','Delete Administrator'); |
| 462 |
akamu |
1.1 |
define('_ADDAUTHOR','Add a new administrator'); |
| 463 |
akamu |
1.1 |
define('_PERMISSIONS','Permissions'); |
| 464 |
akamu |
1.1 |
define('_SUPERUSER','Super User'); |
| 465 |
akamu |
1.1 |
define('_SUPERWARNING','Warning: If Super User is checked, the administrator will be granted full permissions'); |
| 466 |
akamu |
1.1 |
define('_ADDAUTHOR2','Add Administrator'); |
| 467 |
akamu |
1.1 |
define('_RETYPEPASSWD','Retype Password'); |
| 468 |
akamu |
1.1 |
define('_FORCHANGES','(For Changes Only)'); |
| 469 |
akamu |
1.1 |
define('_COMPLETEFIELDS','You must complete all compulsory fields'); |
| 470 |
akamu |
1.1 |
define('_CREATIONERROR','Creation of new administrator failed'); |
| 471 |
akamu |
1.1 |
define('_AUTHORDEL','Delete Administrator'); |
| 472 |
akamu |
1.1 |
define('_PUBLISHEDSTORIES','This administrator has published stories'); |
| 473 |
akamu |
1.1 |
define('_SELECTNEWADMIN','Please choose an existing administrator to assign the stories to'); |
| 474 |
akamu |
1.1 |
define('_GODNOTDEL','The super user cannot be deleted!'); |
| 475 |
akamu |
1.1 |
define('_MAINACCOUNT','Super User *'); |
| 476 |
akamu |
1.1 |
define('_USERS','Users'); |
| 477 |
akamu |
1.1 |
  |
| 478 |
akamu |
1.1 |
// banners.php |
| 479 |
akamu |
1.1 |
define('_BANNERSADMIN','Banners Administration'); |
| 480 |
akamu |
1.1 |
define('_DELETEBANNER','Delete Banner'); |
| 481 |
akamu |
1.1 |
define('_SURETODELBANNER','Are you sure you want to delete this banner?'); |
| 482 |
akamu |
1.1 |
define('_EDITBANNER','Edit Banner'); |
| 483 |
akamu |
1.1 |
  |
| 484 |
akamu |
1.1 |
// blocks.php |
| 485 |
akamu |
1.1 |
define('_BLOCKSADMIN','Blocks Administration'); |
| 486 |
akamu |
1.1 |
define('_CENTER','Center'); |
| 487 |
akamu |
1.1 |
define('_CENTERUP','Center Up'); |
| 488 |
akamu |
1.1 |
define('_CENTERDOWN','Center Down'); |
| 489 |
akamu |
1.1 |
define('_BLOCKFILE','(Block File)'); |
| 490 |
akamu |
1.1 |
define('_BLOCKFILE2','FILE'); |
| 491 |
akamu |
1.1 |
define('_BLOCKSYSTEM','SYSTEM'); |
| 492 |
akamu |
1.1 |
define('_ADDNEWBLOCK','Add a New Block'); |
| 493 |
akamu |
1.1 |
define('_RSSFILE','RSS/RDF File URL'); |
| 494 |
akamu |
1.1 |
define('_ONLYHEADLINES','(Only for headlines)'); |
| 495 |
akamu |
1.1 |
define('_REFRESHTIME','Refresh Time'); |
| 496 |
akamu |
1.1 |
define('_CREATEBLOCK','Create Block'); |
| 497 |
akamu |
1.1 |
define('_EDITBLOCK','Edit Block'); |
| 498 |
akamu |
1.1 |
define('_BLOCK','Block'); |
| 499 |
akamu |
1.1 |
define('_SAVEBLOCK','Save Block'); |
| 500 |
akamu |
1.1 |
define('_BLOCKACTIVATION','Block Activation'); |
| 501 |
akamu |
1.1 |
define('_BLOCKPREVIEW','This is the preview for'); |
| 502 |
akamu |
1.1 |
define('_WANT2ACTIVATE','Would you like to activate this block?'); |
| 503 |
akamu |
1.1 |
define('_ARESUREDELBLOCK','Are you sure you want to remove'); |
| 504 |
akamu |
1.1 |
define('_BLOCKUP','Move block up'); |
| 505 |
akamu |
1.1 |
define('_BLOCKDOWN','Move block down'); |
| 506 |
trevor |
1.13 |
define('_BLOCKTOP','Move block to top'); |
| 507 |
trevor |
1.13 |
define('_BLOCKBOTTOM','Move block to bottom'); |
| 508 |
akamu |
1.1 |
define('_TITLE','Title'); |
| 509 |
akamu |
1.1 |
define('_POSITION','Position'); |
| 510 |
akamu |
1.1 |
define('_WEIGHT','Weight'); |
| 511 |
akamu |
1.1 |
define('_STATUS','Status'); |
| 512 |
akamu |
1.1 |
define('_LEFTBLOCK','Left Block'); |
| 513 |
akamu |
1.1 |
define('_LEFT','Left'); |
| 514 |
akamu |
1.1 |
define('_RIGHTBLOCK','Right Block'); |
| 515 |
akamu |
1.1 |
define('_RIGHT','Right'); |
| 516 |
akamu |
1.1 |
define('_TYPE','Type'); |
| 517 |
akamu |
1.1 |
define('_CUSTOM','Custom'); |
| 518 |
akamu |
1.1 |
define('_FILENAME','Filename'); |
| 519 |
akamu |
1.1 |
define('_FILEINCLUDE','If you use this option, ignore the Content and Refresh time fields'); |
| 520 |
djmaze |
9.15 |
define('_VISIBLEINMODULES', 'Visible in modules'); |
| 521 |
akamu |
1.1 |
  |
| 522 |
akamu |
1.1 |
// comments.php |
| 523 |
akamu |
1.1 |
define('_REMOVECOMMENTS','Delete Comments'); |
| 524 |
akamu |
1.1 |
define('_SURETODELCOMMENTS','Are you sure you want to delete the selected comment and all replies associated with it?'); |
| 525 |
akamu |
1.1 |
  |
| 526 |
akamu |
1.1 |
// database.php |
| 527 |
akamu |
1.1 |
define('_SAVEDATABASE','Backup'); |
| 528 |
akamu |
1.1 |
  |
| 529 |
akamu |
1.1 |
// encyclopedia.php, content.php |
| 530 |
akamu |
1.1 |
define('_CURRENTSTATUS','Current Status'); |
| 531 |
akamu |
1.1 |
define('_ACTIVATEPAGE','Activate This Page?'); |
| 532 |
akamu |
1.1 |
  |
| 533 |
akamu |
1.1 |
// history.php |
| 534 |
akamu |
1.1 |
define('_EPHEMADMIN','Today in History'); |
| 535 |
akamu |
1.1 |
define('_ADDEPHEM','Add a new entry'); |
| 536 |
akamu |
1.1 |
define('_EPHEMDESC','Entry description'); |
| 537 |
akamu |
1.1 |
define('_EPHEMMAINT','Entry Lookup'); |
| 538 |
akamu |
1.1 |
define('_EPHEMEDIT','Edit Entry'); |
| 539 |
akamu |
1.1 |
define('_EPHEMDELETE','Delete Entry'); |
| 540 |
akamu |
1.1 |
  |
| 541 |
akamu |
1.1 |
// headlines.php |
| 542 |
akamu |
1.1 |
define('_RSSFAIL','There seems to be a problem with the URL for this RSS feed'); |
| 543 |
akamu |
1.1 |
define('_RSSTRYAGAIN','Please check the URL and RSS filename and try again'); |
| 544 |
akamu |
1.1 |
define('_RSSCONTENT','(RSS/RDF Content)'); |
| 545 |
akamu |
1.1 |
define('_IFRSSWARNING','If you supply a URL, the content you supply will be ignored'); |
| 546 |
akamu |
1.1 |
define('_SETUPHEADLINES','Select \'Custom\' and supply the URL to the RSS feed, or just select a site from the dropdown to fetch news headlines'); |
| 547 |
akamu |
1.1 |
define('_HEADLINESADMIN','Headlines Administration'); |
| 548 |
akamu |
1.1 |
define('_ADDHEADLINE','Add Headline'); |
| 549 |
akamu |
1.1 |
define('_EDITHEADLINE','Edit Headlines'); |
| 550 |
akamu |
1.1 |
define('_SURE2DELHEADLINE','Are you sure you want to delete this headline?'); |
| 551 |
akamu |
1.1 |
  |
| 552 |
akamu |
1.1 |
// messages.php |
| 553 |
akamu |
1.1 |
define('_MESSAGESADMIN','Messages Administration'); |
| 554 |
akamu |
1.1 |
define('_MESSAGETITLE','Title'); |
| 555 |
akamu |
1.1 |
define('_MESSAGECONTENT','Content'); |
| 556 |
akamu |
1.1 |
define('_ALLMESSAGES','Overview messages'); |
| 557 |
akamu |
1.1 |
define('_EDITMSG','Edit message'); |
| 558 |
akamu |
1.1 |
define('_ADDMSG','Add message'); |
| 559 |
akamu |
1.1 |
define('_REMOVEMSG','Are you sure that you want to delete this message?'); |
| 560 |
akamu |
1.1 |
define('_CHANGEDATE','Reset start date to today?'); |
| 561 |
akamu |
1.1 |
define('_IFYOUACTIVE','If you activate this message now, the start date will be set to today'); |
| 562 |
akamu |
1.1 |
  |
| 563 |
akamu |
1.1 |
// modules.php |
| 564 |
akamu |
1.1 |
define('_MODULESADMIN','Modules Administration'); |
| 565 |
akamu |
1.1 |
define('_HOMECONFIG','Home Configuration'); |
| 566 |
akamu |
1.1 |
define('_MODULESADDONS','Modules and Addons'); |
| 567 |
akamu |
1.1 |
define('_INHOME','Set as Home Module'); |
| 568 |
akamu |
9.10 |
define('_MODULEHOMENOTE','New modules added to the /modules/ folder will automatically be added to the system<br />Removing a module\'s folder from this directory will automatically remove the module from the system<br /><br />The module with a bold title denotes the module set as my homepage<br />This module cannot be deactivated or restricted to certain users'); |
| 569 |
akamu |
1.1 |
define('_PUTINHOME','Set as Home'); |
| 570 |
akamu |
1.1 |
define('_SURETOCHANGEMOD','Are you sure you want to change your Homepage from'); |
| 571 |
akamu |
1.1 |
define('_NOTINMENU','[ <strong>·</strong> ] denotes a module hidden from view in the Modules block'); |
| 572 |
akamu |
1.6 |
define('_SHOWINMENU','Show in menu?'); |
| 573 |
akamu |
1.1 |
define('_CUSTOMTITLE','Custom Title'); |
| 574 |
akamu |
1.1 |
define('_MODULEEDIT','Modules Edit'); |
| 575 |
akamu |
1.1 |
define('_VERSION','Version'); |
| 576 |
akamu |
1.1 |
define('_UPGRADE','Upgrade to %s'); |
| 577 |
akamu |
1.1 |
define('_DBSIZE','DB size'); |
| 578 |
akamu |
9.10 |
define('_CVS_EXPLAIN','This module appears to be able to receive updates through our CVS (Concurrent Versioning System). With CVS, you are able to receive the latest updates of a file very easily, but the latest version of a file may contain bugs as it is likely not part of our stable release.<br /><br />If you are familiar with PHP, you can update this module with the latest CVS files by using the link below. <strong>Backup all files first!</strong>'); |
| 579 |
akamu |
1.1 |
define('_CVS_UPDATE','Update CVS files'); |
| 580 |
akamu |
1.1 |
  |
| 581 |
akamu |
1.1 |
// newsletter.php |
| 582 |
akamu |
1.1 |
define('_FROM','From'); |
| 583 |
akamu |
1.1 |
define('_STAFF','Staff'); |
| 584 |
akamu |
1.1 |
define('_NL_RECIPS','Recipients'); |
| 585 |
akamu |
1.1 |
define('_SUBSCRIBEDUSERS','Subscribed Members'); |
| 586 |
akamu |
1.1 |
define('_NL_ALLUSERS','All Members'); |
| 587 |
akamu |
1.1 |
define('_NL_ADMINS','Administrators'); |
| 588 |
akamu |
1.1 |
define('_NL_REGARDS','Best Regards'); |
| 589 |
akamu |
1.1 |
define('_DISCARD','Discard'); |
| 590 |
akamu |
1.1 |
define('_REVIEWTEXT','Please look over your message and check for typos'); |
| 591 |
akamu |
1.1 |
define('_MANYUSERSNOTE','Due to the large number of users that will receive this newsletter, the task may take several minutes to complete<br />Please be patient!'); |
| 592 |
akamu |
1.1 |
define('_NL_NOUSERS','The group selected to receive this newsletter has zero users<br />Please go back and select a different group'); |
| 593 |
akamu |
1.1 |
define('_NUSERWILLRECEIVE','users will receive this newsletter'); |
| 594 |
akamu |
1.1 |
define('_NLUNSUBSCRIBE',"We sent you this message because you have selected to receive newsletters from our site\n\nYou can choose to unsubscribe from our mailings at any time by following <a href=\"".getlink('Your_Account&edit=prefs', true, true)."\">this</a> link\n\nIf you would like further assistance, please send an email to <a href=\"mailto:".$MAIN_CFG['global']['adminmail']."\">our administrator</a>"); |
| 595 |
akamu |
1.1 |
define('_NEWSLETTERSENT','The newsletter has been sent'); |
| 596 |
akamu |
1.1 |
  |
| 597 |
akamu |
1.1 |
// referers.php |
| 598 |
akamu |
1.1 |
define('_WHOLINKS','Who\'s linking to our site?'); |
| 599 |
akamu |
1.1 |
define('_DELETEREFERERS','Delete Referers'); |
| 600 |
akamu |
1.1 |
  |
| 601 |
akamu |
1.1 |
// settings.php |
| 602 |
akamu |
9.10 |
define('_FOOTER','Footer'); |
| 603 |
akamu |
9.10 |
define('_DEBUG', 'Debug'); |
| 604 |
akamu |
1.1 |
define('_SITECONFIG','Web Site Configuration'); |
| 605 |
akamu |
1.1 |
define('_GENSITEINFO','General Site Information'); |
| 606 |
akamu |
1.1 |
define('_SITENAME','Site Name'); |
| 607 |
akamu |
1.1 |
define('_SITEURL','Site URL'); |
| 608 |
akamu |
1.1 |
define('_SITELOGO','The filename of my site\'s logo (stored in /images)'); |
| 609 |
akamu |
1.1 |
define('_SITESLOGAN','My site\'s slogan'); |
| 610 |
akamu |
1.1 |
define('_STARTDATE','When my site was founded'); |
| 611 |
akamu |
1.1 |
define('_ADMINEMAIL','Administrator Email'); |
| 612 |
akamu |
1.1 |
define('_ITEMSTOP','No. of items to rank in Top module'); |
| 613 |
akamu |
1.1 |
define('_STORIESHOME','No. of stories to show on main news page'); |
| 614 |
akamu |
1.1 |
define('_OLDSTORIES','No. of stories to show in Old Articles block'); |
| 615 |
akamu |
1.1 |
define('_ALLOWANONPOST','Allow unregistered users to post news articles'); |
| 616 |
akamu |
1.1 |
define('_DEFAULTTHEME','The default theme for my site'); |
| 617 |
akamu |
1.1 |
define('_SHOWSEC','Show security code'); |
| 618 |
trevor |
1.11 |
define('_TOOLTIPS','Show tooltips on designated fields'); |
| 619 |
akamu |
9.10 |
define('_UM_TOGGLE','Enable Update Service'); |
| 620 |
akamu |
9.10 |
define('_UM_EXPLAIN','This will retrieve two pieces of information from our website, dragonflycms.org: the current build of Dragonfly, and any important messages that pertain to your version of Dragonfly. The only data sent to our site is your Dragonfly version number; we do <strong>not</strong> log these requests to our server.'); |
| 621 |
akamu |
1.1 |
// maintenance |
| 622 |
akamu |
1.1 |
define('_MAINTENANCE','Maintenance'); |
| 623 |
akamu |
1.1 |
define('_MESSAGE','Message'); |
| 624 |
akamu |
1.1 |
// multilingual |
| 625 |
akamu |
1.1 |
define('_MULTILINGUALOPT','Language System'); |
| 626 |
akamu |
1.1 |
define('_SELLANGUAGE','Default language for my site'); |
| 627 |
akamu |
1.1 |
define('_LOCALEFORMAT','Local time format'); |
| 628 |
akamu |
1.1 |
define('_ACTMULTILINGUAL','Activate site-wide multi-lingual features'); |
| 629 |
akamu |
1.1 |
define('_ACTUSEFLAGS','Use flags instead of a drop-down box'); |
| 630 |
akamu |
1.1 |
// banners |
| 631 |
akamu |
1.1 |
define('_BANNERSOPT','Banner System'); |
| 632 |
akamu |
9.10 |
define('_ACTBANNERS','Activate the banner system'); |
| 633 |
akamu |
1.1 |
// footer |
| 634 |
akamu |
1.6 |
define('_FOOTERMSG','Page Footer (optional)'); |
| 635 |
akamu |
1.1 |
define('_FOOTERLINE1','Footer, line one'); |
| 636 |
akamu |
1.1 |
define('_FOOTERLINE2','Footer, line two'); |
| 637 |
akamu |
1.1 |
define('_FOOTERLINE3','Footer, line three'); |
| 638 |
akamu |
1.1 |
// backend |
| 639 |
akamu |
9.10 |
define('_BACKENDCONF','Syndication'); |
| 640 |
akamu |
1.1 |
define('_BACKENDTITLE','Feed title'); |
| 641 |
akamu |
1.1 |
define('_BACKENDLANG','Feed language'); |
| 642 |
akamu |
1.1 |
// mail stories |
| 643 |
akamu |
1.1 |
define('_MAIL2ADMIN','Pending News Submissions'); |
| 644 |
akamu |
9.10 |
define('_NOTIFYSUBMISSION','Notify administrator of pending articles'); |
| 645 |
akamu |
1.1 |
define('_EMAIL2SENDMSG','Recipient email address'); |
| 646 |
akamu |
1.1 |
define('_EMAILSUBJECT','Subject of email'); |
| 647 |
akamu |
1.1 |
define('_EMAILMSG','Message body of email'); |
| 648 |
akamu |
1.1 |
define('_EMAILFROM','Sender email address'); |
| 649 |
akamu |
1.1 |
// comments |
| 650 |
akamu |
9.10 |
define('_COMMENTSOPT','Comments'); |
| 651 |
akamu |
1.1 |
define('_COMMENTSLIMIT','Truncate comments after __ characters'); |
| 652 |
akamu |
9.10 |
define('_COMMENTSMOD','Allow moderations of comments'); |
| 653 |
akamu |
1.1 |
define('_MODADMIN','Yes, by administrators'); |
| 654 |
akamu |
1.1 |
define('_MODUSERS','Yes, by users'); |
| 655 |
akamu |
1.1 |
define('_NOMOD','No, do not use moderation'); |
| 656 |
akamu |
1.1 |
// adminmenu |
| 657 |
akamu |
1.1 |
define('_GRAPHICOPT','Administration Menu Layout'); |
| 658 |
akamu |
1.1 |
define('_BOTH','Both'); |
| 659 |
akamu |
1.1 |
define('_GRAPHICAL','Graphical'); |
| 660 |
akamu |
1.1 |
define('_SIDEBLOCK','Side-block'); |
| 661 |
akamu |
1.1 |
// miscellaneous |
| 662 |
akamu |
1.1 |
define('_MISCOPT','Miscellaneous'); |
| 663 |
akamu |
9.10 |
define('_ACTIVATEHTTPREF','Activate logging of HTTP referers'); |
| 664 |
akamu |
1.1 |
define('_MAXREF','Set limit on number of referers'); |
| 665 |
akamu |
9.10 |
define('_COMMENTSPOLLS','Activate the comment system in surveys'); |
| 666 |
akamu |
9.10 |
define('_COMMENTSARTICLES','Activate the comment system in news articles'); |
| 667 |
akamu |
1.1 |
// censor |
| 668 |
akamu |
9.10 |
define('_CENSOROPTIONS','Censor'); |
| 669 |
akamu |
1.1 |
define('_CENSORMODE','Mode for matching'); |
| 670 |
akamu |
1.1 |
define('_NOFILTERING','No filtering'); |
| 671 |
akamu |
1.1 |
define('_EXACTMATCH','Exact match'); |
| 672 |
akamu |
1.1 |
define('_MATCHBEG','Match at beginning of text'); |
| 673 |
akamu |
1.1 |
define('_MATCHANY','Match anywhere in the text'); |
| 674 |
akamu |
1.1 |
define('_CENSORREPLACE','Replacement for restricted word'); |
| 675 |
akamu |
1.1 |
// email |
| 676 |
akamu |
9.10 |
define('_EMAILOPTIONS','Mail'); |
| 677 |
akamu |
9.10 |
define('_ALLOW_HTML_EMAIL','Allow the use of HTML in email'); |
| 678 |
akamu |
1.1 |
define('_USE_SMTP','Use SMTP server as opposed to PHP\'s mailer'); |
| 679 |
akamu |
1.1 |
define('_SMTP_HOST','SMTP host address (smtp.host.tld)'); |
| 680 |
akamu |
9.10 |
define('_USE_SMTP_AUTH','Does server require SMTP authorization'); |
| 681 |
akamu |
1.1 |
define('_SMTP_USER_NAME','SMTP username'); |
| 682 |
akamu |
1.1 |
define('_SMTP_USER_PASS','SMTP password'); |
| 683 |
akamu |
1.1 |
  |
| 684 |
akamu |
1.1 |
// cpg_adminmenu.php |
| 685 |
akamu |
1.1 |
define('_ADMINMENU','Administration Menu'); |
| 686 |
akamu |
1.1 |
define('_ADMINLOGOUT','Log Out'); |
| 687 |
akamu |
1.1 |
define('_AMENU1','General'); |
| 688 |
akamu |
1.1 |
define('_AMENU2','Members'); |
| 689 |
akamu |
1.1 |
define('_AMENU3','Messages'); |
| 690 |
akamu |
1.1 |
define('_AMENU4','Forums'); |
| 691 |
akamu |
1.1 |
define('_AMENU5','Informative'); |
| 692 |
akamu |
1.1 |
define('_AMENU6','Linking'); |
| 693 |
akamu |
1.12 |
define('_AMENU7','Commerce'); |
| 694 |
djmaze |
9.2 |
define('_AMENU8','Multimedia'); |
| 695 |
akamu |
1.1 |
define('_AMENU9','Modules'); |
| 696 |
trevor |
9.6 |
define('_BMENU1','Help'); |
| 697 |
akamu |
1.1 |
// menu items |
| 698 |
akamu |
1.1 |
define('_PREFERENCES','Main Settings'); |
| 699 |
akamu |
1.1 |
define('_DATABASE','Database'); |
| 700 |
akamu |
1.1 |
define('_BLOCKS','Blocks'); |
| 701 |
akamu |
1.1 |
define('_MODULES','Modules'); |
| 702 |
akamu |
1.1 |
define('_EDITADMINS','Admins'); |
| 703 |
akamu |
1.1 |
define('_MESSAGES','Messages'); |
| 704 |
akamu |
1.1 |
define('_BANNERS','Banners'); |
| 705 |
akamu |
1.1 |
define('_HTTPREFERERS','HTTP Referers'); |
| 706 |
akamu |
1.1 |
define('_EDITUSERS','Members'); |
| 707 |
akamu |
1.1 |
define('_USERSCONFIG','Members Config'); |
| 708 |
akamu |
1.1 |
define('_NEWSLETTER','Newsletter'); |
| 709 |
akamu |
1.1 |
define('_SUBMISSIONS','Submissions'); |
| 710 |
akamu |
1.1 |
define('_ADDSTORY','Add Story'); |
| 711 |
akamu |
1.1 |
define('_TOPICS','Topics'); |
| 712 |
akamu |
1.1 |
define('_ADMPOLLS','Surveys'); |
| 713 |
akamu |
1.1 |
define('_EPHEMERIDS','Today in History'); |
| 714 |
akamu |
1.1 |
define('_REVIEWS','Reviews'); |
| 715 |
akamu |
1.1 |
define('_ENCYCLOPEDIA','Encyclopedia'); |
| 716 |
akamu |
1.1 |
define('_SURVEYS','Surveys'); |
| 717 |
akamu |
1.1 |
define('_SECTIONS','Sections'); |
| 718 |
akamu |
1.1 |
define('_ARTICLES','Articles'); |
| 719 |
akamu |
1.1 |
define('_FAQ','FAQ'); |
| 720 |
akamu |
1.1 |
define('_DOWNLOAD','Downloads'); |
| 721 |
akamu |
1.1 |
define('_WEBLINKS','Web Links'); |
| 722 |
akamu |
1.1 |
define('_CONTENT','Content'); |
| 723 |
akamu |
1.1 |
define('_REPORTABUG','Report a Bug'); |
| 724 |
akamu |
1.1 |
//coppermine admin |
| 725 |
akamu |
1.1 |
define('_W_INSTALL','Which Installation?'); |
| 726 |
akamu |
1.1 |
define('_W_PAGE','Which Page?'); |
| 727 |
akamu |
1.1 |
  |
| 728 |
akamu |
1.1 |
//errors for cpg_error |
| 729 |
akamu |
1.1 |
define('_ERROR','ERROR'); |
| 730 |
akamu |
1.1 |
define('_SEC_ERROR','Security Error'); |
| 731 |
akamu |
1.1 |
define('_ERROR_NOT_SET','%s was not set'); |
| 732 |
akamu |
1.1 |
define('_ERROR_NO_POST','Posting from another host is disallowed...'); |
| 733 |
akamu |
1.1 |
define('_ERROR_NO_GET','GET requests are not allowed for this function...'); |
| 734 |
akamu |
1.1 |
define('_ERROR_BAD_CHAR','The characters that you tried to include in your %s request are forbidden...'); |
| 735 |
akamu |
1.1 |
define('_ERROR_BAD_LINK','You tried to access this page through a bad link...'); |
| 736 |
akamu |
1.1 |
define('_ERROR_NONE_TO_DISPLAY','There are no %s to display'); |
| 737 |
akamu |
1.1 |
define('_ERROR_DELETE_CONF','Are you sure that you want to delete %s?'); |
| 738 |
akamu |
1.1 |
define('_ERROR_NO_EXIST','%s does not exist'); |
| 739 |
akamu |
1.15 |
define('_ERROR_ALREADYEXIST','%s already exists'); |
| 740 |
akamu |
1.1 |
define('_TASK_COMPLETED','Operation complete!'); |
| 741 |
djmaze |
9.15 |
  |
| 742 |
djmaze |
9.15 |
# time |
| 743 |
djmaze |
9.15 |
$LNG = array('_time' => array( |
| 744 |
djmaze |
9.15 |
'l' => array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'), |
| 745 |
djmaze |
9.15 |
'D' => array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'), |
| 746 |
djmaze |
9.15 |
'F' => array(1=>'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'), |
| 747 |
djmaze |
9.15 |
'M' => array(1=>'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'), |
| 748 |
djmaze |
9.15 |
)); |
| 749 |
djmaze |
9.15 |
$LNG['_time']['l'][7] =& $LNG['_time']['l'][0]; |
| 750 |
djmaze |
9.15 |
$LNG['_time']['D'][7] =& $LNG['_time']['D'][0]; |