viewing paste Unknown #13520 | PHP

Posted on the
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 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623
<?php
return array(   
    // Generic/Misc.
    'YesLabel'                => 'Yes',
    'NoLabel'                 => 'No',
    'NoteLabel'               => 'Note',
    'GenderTypeMale'          => 'Male',
    'GenderTypeFemale'        => 'Female',
    'GenderTypeServer'        => 'Server',
    'RefreshSecurityCode'     => 'Refresh Security Code',
    'NoneLabel'               => 'None',
    'NeverLabel'              => 'Never',
    'NotApplicableLabel'      => 'Not Applicable',
    'UnknownLabel'            => 'Unknown',
    'IsEqualToLabel'          => 'is equal to',
    'IsGreaterThanLabel'      => 'is greater than',
    'IsLessThanLabel'         => 'is less than',
    'AllLabel'                => 'All',
    'SearchLabel'             => 'Search…',
    'GoBackLabel'             => 'Go back to previous page…',
    'SearchButton'            => 'Search',
    'ResetButton'             => 'Reset',
    'FilterButton'            => 'Filter',
    'NotAcceptingDonations'   => "We're sorry, but we are currently not accepting any donations.  We apologize for the inconvenience.",
    //'NotAcceptingDonations'   => "We're sorry, but our donation system is currently undergoing maintenance, please try again later.",
    'FoundSearchResults'      => 'Found a total of %d record(s) across %d page(s).  Displaying result(s) %d-%d.',
    'LoginToDonate'           => 'Please log-in to make a donation.',
    'UnknownCharacter'        => 'No such character found.',
    'AccountIdLabel'          => 'Account ID',
    'AccountGroupIDLabel'     => 'Group ID',
    'AccountStateLabel'       => 'State',
    'CreditBalanceLabel'      => 'Credit Balance',
    'UsernameLabel'           => 'Username',
    'PasswordLabel'           => 'Password',
    'EmailAddressLabel'       => 'E-mail',
    'GenderLabel'             => 'Gender',
    'LoginCountLabel'         => 'Login Count',
    'LastLoginDateLabel'      => 'Last Login Date',
    'LastUsedIpLabel'         => 'Last Used IP',
    'AccountStateNormal'      => 'Normal',
    'AccountStatePending'     => 'Pending',
    'AccountStatePermBanned'  => 'Permanently Banned',
    'AccountStateTempBanLbl'  => 'Temporarily Banned',
    'AccountStateTempBanned'  => 'Temp. Banned (unban: %s)',
    'OnlineLabel'             => 'Online',
    'OfflineLabel'            => 'Offline',
    'ItemIdLabel'             => 'Item ID',
    'ItemNameLabel'           => 'Item Name',
    'ItemAmountLabel'         => 'Amount',
    'ItemIdentifyLabel'       => 'Identified',
    'ItemRefineLabel'         => 'Refine',
    'ItemBrokenLabel'         => 'Broken',
    'ItemCard0Label'          => 'Card 0',
    'ItemCard1Label'          => 'Card 1',
    'ItemCard2Label'          => 'Card 2',
    'ItemCard3Label'          => 'Card 3',
    
    // Module: account
    // - account/changemail
    'EmailChangeTitle'        => 'Change E-mail',
    'EnterEmailAddress'       => 'Please enter an e-mail address.',
    'EmailCannotBeSame'       => 'Your new e-mail cannot be the same as your current.',
    'EmailInvalid'            => 'Invalid e-mail address.',
    'EmailAlreadyRegistered'  => "The e-mail address you've entered is already registered to another account.",
    'EmailChangeSent'         => 'An e-mail has been sent to your new address with a link that will confirm the change.',
    'EmailAddressChanged'     => 'Your e-mail address has been changed!',
    'EmailChangeFailed'       => 'Failed to change e-mail address.  Please try again later.',
    'EmailChangeHeading'      => 'Change E-mail',
    'EmailChangeInfo'         => 'If you would like to change the e-mail address registered under your account, you can fill out the below form.',
    'EmailChangeInfo2'        => 'After submitting the form, you will be required to confirm your new e-mail address (an e-mail will be sent to the new address with a link).',
    'EmailChangeLabel'        => 'New E-mail Address',
    'EmailChangeInputNote'    => 'Must be a valid e-mail address!',
    'EmailChangeButton'       => 'Change E-mail Address',
    // - account/changepass
    'PasswordChangeTitle'     => 'Change Password',
    'NeedCurrentPassword'     => 'Please enter your current password.',
    'NeedNewPassword'         => 'Please enter your new password.',
    'OldPasswordInvalid'      => "The password you provided doesn't match the one we have on record.",
    'ConfirmNewPassword'      => 'Please confirm your new password.',
    'NewPasswordHasUsername'  => 'Your new password must not contain your username.',
    'NewPasswordInvalid'      => 'Your new password contains invalid characters.',
    'NewPasswordSameAsOld'    => 'New password cannot be the same as your current password.',
    'NewPasswordNeedUpper'    => 'Your new password must contain at least %d uppercase letter(s).',
    'NewPasswordNeedLower'    => 'Your new password must contain at least %d lowercase letter(s).',
    'NewPasswordNeedNumber'   => 'Your new password must contain at least %d number(s).',
    'NewPasswordNeedSymbol'   => 'Your new password must contain at least %d symbol(s).',
    'PasswordHasBeenChanged'  => 'Your password has been changed, please log-in again.',
    'FailedToChangePassword'  => 'Failed to change your password.  Please contact an admin.',
    'PasswordChangeHeading'   => 'Change Your Password',
    'PasswordChangeInfo'      => 'Please enter your current password, then enter the new password you would like to use and re-enter it to confirm.',
    'CurrentPasswordLabel'    => 'Current Password',
    'NewPasswordLabel'        => 'New Password',
    'NewPasswordConfirmLabel' => 'Re-enter New Password',
    'PasswordChangeNote'      => 'Please be sure to enter the correct information.',
    'PasswordChangeNote2'     => 'After changing your password, you will be logged out.',
    'PasswordChangeButton'    => 'Change Password',
    // - account/changesex
    'GenderChangeTitle'       => 'Change Gender',
    'GenderChangeBadChars'    => 'You cannot change your gender if any of your characters is a: %s',
    'GenderChanged'           => 'Your gender has been changed and %d credit(s) have been deducted from your account.',
    'GenderChangedForFree'    => 'Your gender has been changed.',
    'GenderChangeHeading'     => 'Change Your Gender',
    'GenderChangeCost'        => 'Gender changes cost %s credit(s).',
    'GenderChangeBalance'     => 'Your current balance is %s credit(s).',
    'GenderChangeNoFunds'     => 'You do not have enough credits to perform a gender change at this time.',
    'GenderChangeNoCost'      => 'For you, gender changes are free.',
    'GenderChangeCharInfo'    => 'You cannot change gender if you have the follow character jobs: %s',
    'GenderChangeSubHeading'  => 'Please make sure you want to really change!',
    'GenderChangeFormText'    => 'Would you like to change your gender to %s?',
    'GenderChangeConfirm'     => 'Are you absolutely sure you want to change your gender?',
    'GenderChangeButton'      => 'Yes, do it please.',
    // - account/confirm
    'AccountConfirmTitle'     => 'Confirm Account',
    'AccountConfirmUnban'     => 'Account has been confirmed and activated.',
    'AccountConfirmMessage'   => 'Your account has been confirmed and activated, you may now log-in.',
    // - account/confirmemail
    'EmailConfirmTitle'       => 'Confirm E-mail',
    'EmailConfirmFailed'      => 'There has been a technical difficulty while updating your e-mail address, please contact an admin.',
    'EmailConfirmChanged'     => 'Your e-mail address has been changed!',
    // - account/create
    'AccountCreateTitle'      => 'Create an Account',
    'AccountConfirmBan'       => 'Awaiting account activation: %s',
    'AccountCreateEmailSent'  => 'An e-mail has been sent containing account activation details, please check your e-mail and activate your account to log-in.',
    'AccountCreateFailed'     => 'Your account has been created, but unfortunately we failed to send an e-mail due to technical difficulties. Please contact a staff member and request for assistance.',
    'AccountCreated'          => 'Congratulations, you have been registered successfully and automatically logged in.',
    'AccountCreateHeading'    => 'Register',
    'AccountCreateTerms'      => 'Terms of Service',
    'AccountCreateInfo'       => 'Please read our %s (ToS) before registering for an account, to ensure that you understand the rules of holding an account with our private Ragnarok Online game server.',
    'AccountCreateInfo2'      => 'By clicking "Create My Account", you agree to be bound by our %s.',
    'AccountCreateGenderInfo' => "The gender you choose here will affect your in-game character's gender!",
    'AccountServerLabel'      => 'Server',
    'AccountUsernameLabel'    => 'Your Username',
    'AccountPasswordLabel'    => 'Your Password',
    'AccountPassConfirmLabel' => 'Confirm Password',
    'AccountEmailLabel'       => 'E-mail Address',
    'AccountGenderLabel'      => 'Gender',
    'AccountBirthdateLabel'   => 'Birthdate',
    'AccountSecurityLabel'    => 'Security Code',
    'AccountCreateButton'     => 'Create My Account',
    'AccountInvalidChars'     => "A username can only contain these characters: '%s'",
    'InvalidLoginServer'      => 'Invalid login server selected, please try again with a valid server.',
    'InvalidLoginCredentials' => 'Invalid login credentials, please verify that you typed the correct info and try again.',
    'UnexpectedLoginError'    => 'Unexpected error occurred, please try again or report to an admin.',
    'CriticalLoginError'      => 'Something bad happened.  Report to an administrator ASAP.',
    'UsernameAlreadyTaken'    => "The username you've chosen has already been taken by another user.",
    'UsernameTooShort'        => sprintf('Your username should be around %d to %d characters long.', Flux::config('MinUsernameLength'), Flux::config('MaxUsernameLength')),
    'UsernameTooLong'         => sprintf('Your username should be around %d to %d characters long.', Flux::config('MinUsernameLength'), Flux::config('MaxUsernameLength')),
    'PasswordContainsUser'    => 'Your password cannot contain your username.',
    'PasswordHasUsername'     => 'Your password must not contain your username.',
    'PasswordTooShort'        => 'Your password should be around %d to %d characters long.',
    'PasswordTooLong'         => 'Your password should be around %d to %d characters long.',
    'PasswordsDoNotMatch'     => "Your passwords do not match, please make sure that you've typed them both correctly.",
    'PasswordNeedUpper'       => 'Your password must contain at least %d uppercase letter(s).',
    'PasswordNeedLower'       => 'Your password must contain at least %d lowercase letter(s).',
    'PasswordNeedNumber'      => 'Your password must contain at least %d number(s).',
    'PasswordNeedSymbol'      => 'Your password must contain at least %d symbol(s).',
    'EmailAddressInUse'       => "The e-mail address you've entered is already registered to another account.  Please use a different e-mail address.",
    'InvalidEmailAddress'     => "The e-mail address you've entered is not in a valid e-mail address format.",
    'InvalidGender'           => 'Gender should be "M" or "F"',
    'InvalidServer'           => "The server you've selected does not exist.",
    'InvalidSecurityCode'     => 'Please enter the security code correctly.',
    'InvalidPassword'         => 'Your password contains invalid characters.',
    'InvalidBirthdate'        => 'Invalid birthdate input.',
    'CriticalRegisterError'   => 'Something bad happened.  Report to an administrator ASAP.',
    // - account/edit
    'AccountEditTitle'        => 'Modify Account',
    'AccountEditTitle2'       => 'Modifying My Account',
    'AccountEditTitle3'       => 'Modifiying Account (%s)',
    'CannotModifyOwnGroupID'  => 'You cannot modify your own account group ID.',
    'CannotModifyAnyGroupID'  => 'You cannot modify account group IDs.',
    'CannotModifyGroupIDHigh' => 'You cannot set an account group ID to be higher than your own.',
    'InvalidGroupID'          => 'Invalid group ID.',
    'CannotModifyBalance'     => 'You cannot modify account balances.',
    'InvalidLastLoginDate'    => 'Invalid last login date.',
    'AccountModified'         => 'Account has been modified.',
    'AccountEditHeading'      => 'Modify Account',
    'AccountEditButton'       => 'Modify Account',
    'AccountEditNotFound'     => 'No such account.',
    // - account/index
    'AccountIndexTitle'       => 'List Accounts',
    'AccountIndexHeading'     => 'Accounts',
    'LoginBetweenLabel'       => 'Login Between',
    'BirthdateBetweenLabel'   => 'Birthdate Between',
    'AccountIndexNotFound'    => 'No such account.',
    // - account/login
    'LoginTitle'              => 'Log In',
    'LoginHeading'            => 'Log In',
    'LoginButton'             => 'Log In',
    'LoginPageMakeAccount'    => 'Don\'t have an account? <a href="%s">Create one!</a>',
    'TemporarilyBanned'       => 'Your account is temporarily banned.',
    'PermanentlyBanned'       => 'Your account is permanently banned.',
    'IpBanned'                => 'The IP address you are behind is banned.',
    'PendingConfirmation'     => 'Your account is pending e-mail confirmation.',
    // - account/logout
    'LogoutTitle'             => 'Logout',
    'LogoutHeading'           => 'Logout',
    'LogoutInfo'              => 'You are now logged out.',
    'LogoutInfo2'             => 'Please wait a moment while you are <a href="%s">redirected</a>…',
    // - account/resend
    'ResendTitle'             => 'Resend Confirmation E-mail',
    'ResendEnterUsername'     => 'Please enter your account username.',
    'ResendEnterEmail'        => 'Please enter your e-mail address.',
    'ResendFailed'            => 'Failed to resend confirmation code.',
    'ResendEmailSent'         => 'Your confirmation code has been resent, please check your e-mail and proceed to activate your account.',
    'ResendHeading'           => 'Resend Confirmation E-mail',
    'ResendInfo'              => 'Please enter your account name and e-mail address you used during the registration of the account to have us resend your confirmation e-mail.',
    'ResendServerLabel'       => 'Registered Server',
    'ResendAccountLabel'      => 'Account Username',
    'ResendEmailLabel'        => 'E-mail Address',
    'ResendServerInfo'        => 'This is the server the account was registered on.',
    'ResendAccountInfo'       => 'This is the account name you registered.',
    'ResendEmailInfo'         => 'This is the e-mail address you used during the registration of the above account.',
    'ResendButton'            => 'Resend Confirmation E-mail',
    // - account/resetpass
    'ResetPassTitle'          => 'Reset Password',
    'ResetPassEnterAccount'   => 'Please enter your account username.',
    'ResetPassEnterEmail'     => 'Please enter your e-mail address.',
    'ResetPassDisallowed'     => 'Password recovery cannot be used for this account.',
    'ResetPassFailed'         => 'Failed to send reset password e-mail.',
    'ResetPassEmailSent'      => 'An e-mail has been sent with details on how to reset your password.',
    'ResetPassTitle'          => 'Reset Password',
    'ResetPassInfo'           => 'If you lost your password, you can re-set it by entering the e-mail address you used to register your account.',
    'ResetPassInfo2'          => 'An e-mail will then be sent to the specified address with a link allowing you to reset your password, therefore a valid e-mail address is required.',
    'ResetPassServerLabel'    => 'Registered Server',
    'ResetPassAccountLabel'   => 'Account Username',
    'ResetPassEmailLabel'     => 'E-mail Address',
    'ResetPassServerInfo'     => 'This is the server the account was registered on.',
    'ResetPassAccountInfo'    => 'This is the account name you registered.',
    'ResetPassEmailInfo'      => 'This is the e-mail address you used during the registration of the above account.',
    'ResetPassButton'         => 'Send Reset Password E-mail',
    // - account/resetpw
    'ResetPwTitle'            => 'Reset Password',
    'ResetPwFailed'           => 'Failed to re-set password, please try again later.',
    'ResetPwDone'             => 'Your password has been reset and an e-mail containing your new password has been sent to you.',
    'ResetPwDone2'            => 'Your password has been reset, but we failed to deliver the e-mail containing your new password.  Please reset again to resolve this issue.',
    // - account/transfer
    'TransferTitle'           => 'Transfer Donation Credits',
    'TransferGreaterThanOne'  => 'You can only transfer credits in amounts greater than 1.',
    'TransferEnterCharName'   => 'You must input the character name of who will receive the credits.',
    'TransferNoCharExists'    => "Character '%s' does not exist. Please make sure you typed it correctly.",
    'TransferNoBalance'       => 'You do not have a sufficient balance to make the transfer.',
    'TransferUnexpectedError' => 'Unexpected error occurred.',
    'TransferSuccessful'      => 'Credits have been transferred!',
    'TransferHeading'         => 'Transfer Donation Credits',
    'TransferSubHeading'      => 'Credits will be transferred to a character on the %s server.',
    'TransferInfo'            => 'You currently have %s credit(s).',
    'TransferInfo2'           => 'Enter the amount you would like to transfer and the character name belonging to the account you would like your credits transferred to.',
    'TransferAmountLabel'     => 'Amount of Credits',
    'TransferCharNameLabel'   => 'Character Name',
    'TransferAmountInfo'      => 'This is the amount of credits you would like to send.',
    'TransferCharNameInfo'    => 'This is the character name of who will be receiving the credits.',
    'TransferConfirm'         => 'Are you sure you want to do this?',
    'TransferButton'          => 'Transfer',
    'TransferNoCredits'       => 'You have no credits available in your account.',
    // - account/view
    // * account/view submenus
    'ModifyAccountLink'       => 'Modify Account',
    'AccountViewTitle'        => 'View Account',
    'AccountViewTitle2'       => 'Viewing Account (%s)',
    'AccountViewTitle3'       => 'Viewing My Account',
    'AccountTempBanFailed'    => 'Failed to temporarily ban account.',
    'AccountPermBanFailed'    => 'Failed to permanently ban account.',
    'AccountTempBanUnauth'    => 'You are unauthorized to place temporary bans on this account.',
    'AccountPermBanUnauth'    => 'You are unauthorized to place permanent bans on this account.',
    'AccountLiftTempBan'      => 'Account has been unbanned.',
    'AccountLiftPermBan'      => 'Account has been unbanned.',
    'AccountLiftBanUnauth'    => "You are unauthorized to remove this account's ban status.",
    'AccountViewHeading'      => 'Viewing Account',
    'AccountViewDonateLink'   => '(Donate!)',
    'AccountViewTempBanLabel' => 'Temporary Ban',
    'AccountViewPermBanLabel' => 'Permanent Ban',
    'AccountViewUnbanLabel'   => 'Remove Ban',
    'AccountBanReasonLabel'   => 'Reason:',
    'AccountBanUntilLabel'    => 'Ban Until:',
    'AccountTempBanButton'    => 'Ban Account',
    'AccountPermBanButton'    => 'Permanently Ban Account',
    'AccountTempUnbanButton'  => 'Remove Temporary Ban',
    'AccountPermUnbanButton'  => 'Remove Permanent Ban',
    'AccountBanConfirm'       => 'Are you sure?',
    'AccountBanLogSubHeading' => 'Ban Log for %s (recent to oldest)',
    'BanLogBanTypeLabel'      => 'Ban Type',
    'BanLogBanDateLabel'      => 'Ban Date',
    'BanLogBanReasonLabel'    => 'Ban Reason',
    'BanLogBannedByLabel'     => 'Banned By',
    'BanLogBannedByCP'        => 'Control Panel',
    'BanTypeUnbanned'         => 'Unbanned',
    'BanTypePermBanned'       => 'Permanently Banned',
    'BanTypeTempBanned'       => 'Temporarily Banned',
    'AccountViewCharSubHead'  => 'Characters on %s',
    'AccountViewSlotLabel'    => 'Slot',
    'AccountViewCharLabel'    => 'Character Name',
    'AccountViewClassLabel'   => 'Job Class',
    'AccountViewLvlLabel'     => 'Base Level',
    'AccountViewJlvlLabel'    => 'Job Level',
    'AccountViewZenyLabel'    => 'Zeny',
    'AccountViewGuildLabel'   => 'Guild',
    'AccountViewStatusLabel'  => 'Status',
    'AccountViewPrefsLabel'   => 'Preferences',
    'CharModifyPrefsLink'     => 'Modify Preferences',
    'AccountViewNoChars'      => 'This account has no characters on %s.',
    'AccountViewStorage'      => 'Storage Items of %s',
    'AccountViewStorageCount' => '%s has %s storage item(s).',
    'AccountViewNoStorage'    => 'There are no storage items on this account.',
    'AccountViewNotFound'     => "Records indicate that the account you're trying to view does not exist.",
    // - account/xferlog
    'XferLogTitle'            => 'Credit Transfer History',
    'XferLogHeading'          => 'Credit Transfer History',
    'XferLogReceivedSubHead'  => 'Transfers: Received',
    'XferLogSentSubHead'      => 'Transfers: Sent',
    'XferLogCreditsLabel'     => 'Credits',
    'XferLogFromLabel'        => 'From E-mail',
    'XferLogDateLabel'        => 'Transfer Date',
    'XferLogCharNameLabel'    => 'To Character',
    'XferLogNotReceived'      => 'You have not received any credit transfers.',
    'XferLogNotSent'          => 'You have not sent any credit transfers.',
    
    // Module: character
    // - character/changeslot
    // - character/index
    // - character/mapstats
    // - character/online
    // - character/prefs
    // - character/resetlook
    'CantResetLookWhenOnline' => 'Cannot reset look while %s is online.',
    'ResetLookSuccessful'     => "%s's look has been reset!",
    'ResetLookFailed'         => "Failed to reset %s's look.",
    // - character/resetpos
    'CantResetPosWhenOnline'  => 'Cannot reset position while %s is online.',
    'CantResetFromCurrentMap' => "You cannot reset %s's position from the current map.",
    'ResetPositionSuccessful' => "%s's position has been reset!",
    'ResetPositionFailed'     => "Failed to reset %s's position.",
    // - character/view
    // - character/divorce
    'DivorceTitle'            => 'Divorce',
    'DivorceHeading'          => 'Divorce',
    'DivorceNotMarried'       => '%s is not married.',
    'DivorceInvalidPartner'   => 'Invalid partner ID.',
    'DivorceInvalidChild'     => 'Invalid child ID.',
    'DivorceMustBeOffline'    => 'Both %s and his/her partner must be off-line.',
    'DivorceMustBeOffline2'   => '%s, his/her partner and their child must be off-line.',
    'DivorceText1'            => "Are you sure you want to divorce %s and his/her partner?",
    'DivorceText2'            => 'If %s has a child, the child will also be orphaned.',
    'DivorceText3'            => 'Wedding rings will also be deleted.',
    'DivorceButton'           => 'Yes, do it please.',
    'DivorceSuccessful'       => '%s has been divorced!',
    
    // Module: cplog
    // - cplog/index.php
    // - cplog/login.php
    // - cplog/paypal.php
    // - cplog/resetpass.php
    // - cplog/txnview.php
    
    // Module: donate
    // - donate/complete
    // - donate/history
    // - donate/index
    // - donate/trusted
    
    // Module: errors
    // - errors/missing_action
    'MissingActionTitle'      => 'Missing Action',
    'MissingActionHeading'    => 'Missing Action!',
    'MissingActionModLabel'   => 'Module:',
    'MissingActionActLabel'   => 'Action:',
    'MissingActionReqLabel'   => 'Request URI:',
    'MissingActionLocLabel'   => 'File system location:',
    // - errors/missing_view
    'MissingViewTitle'        => 'Missing View',
    'MissingViewHeading'      => 'Missing View!',
    'MissingViewModLabel'     => 'Module:',
    'MissingViewActLabel'     => 'Action:',
    'MissingViewReqLabel'     => 'Request URI:',
    'MissingViewLocLabel'     => 'File system location:',
    
    // Module: guild
    // - guild/export
    // - guild/index
    // - guild/view
    
    // Module: history
    // - history/cplogin
    'HistoryCpLoginTitle'     => 'Control Panel Logins',
    'HistoryCpLoginHeading'   => 'Control Panel Logins',
    'HistoryLoginDateLabel'   => 'Login Date/Time',
    'HistoryIpAddrLabel'      => 'IP Address',
    'HistoryErrorCodeLabel'   => 'Error Code',
    'HistoryNoCpLogins'       => 'No control panel login attempts found.',
    // -history/emailchange
    'HistoryEmailTitle'       => 'E-Mail Changes',
    'HistoryEmailHeading'     => 'E-Mail Changes',
    'HistoryEmailRequestDate' => 'Request Date/Time',
    'HistoryEmailRequestIp'   => 'Request IP',
    'HistoryEmailOldAddress'  => 'Old E-Mail',
    'HistoryEmailNewAddress'  => 'New E-Mail',
    'HistoryEmailChangeDate'  => 'Change Date',
    'HistoryEmailChangeIp'    => 'Change IP',
    'HistoryNoEmailChanges'   => 'No e-mail change attempts found.',
    // - history/gamelogin
    'HistoryGameLoginTitle'   => 'Game Logins',
    'HistoryGameLoginHeading' => 'Game Logins',
    'HistoryRepsCodeLabel'    => 'Response Code',
    'HistoryLogMessageLabel'  => 'Log Message',
    'HistoryNoGameLogins'     => 'No in-game login attempts found.',
    // - history/index
    'HistoryIndexTitle'       => 'My Account History',
    'HistoryIndexHeading'     => 'My Account History',
    'HistoryIndexInfo'        => 'Here you can view past account activity of your account.',
    'HistoryIndexInfo2'       => 'Please select an action from the menu.',
    // - history/passchange
    'HistoryPassChangeTitle'      => 'Password Changes',
    'HistoryPassChangeHeading'    => 'Password Changes',
    'HistoryPassChangeChangeDate' => 'Change Date',
    'HistoryPassChangeChangeIp'   => 'Change IP',
    'HistoryNoPassChanges'        => 'No password changes found.',
    // -history/passreset
    'HistoryPassResetTitle'       => 'Password Resets',
    'HistoryPassResetHeading'     => 'Password Resets',
    'HistoryPassResetRequestDate' => 'Request Date/Time',
    'HistoryPassResetRequestIp'   => 'Request IP',
    'HistoryPassResetResetDate'   => 'Reset Date',
    'HistoryPassResetResetIp'     => 'Reset IP',
    'HistoryNoPassResets'         => 'No password reset attempts found.',
    
    // Module: ipban
    // - ipban/add
    'IpbanAddTitle'           => 'Add IP Ban',
    'IpbanEnterIpPattern'     => 'Please input an IP address or pattern.',
    'IpbanInvalidPattern'     => 'Invalid IP address or pattern.',
    'IpbanWhitelistedPattern' => 'This pattern is whitelisted and cannot be blocked.',
    'IpbanEnterReason'        => 'Please enter a reason for the IP ban.',
    'IpbanSelectUnbanDate'    => 'Unban date is required.',
    'IpbanFutureDate'         => 'Unban date must be specified to a future date.',
    'IpbanAlreadyBanned'      => 'A matching IP (%s) has already been banned.',
    'IpbanPatternBanned'      => "The IP address/pattern '%s' has been banned.",
    'IpbanAddFailed'          => 'Failed to add IP ban.',
    'IpbanAddHeading'         => 'Add IP Ban',
    'IpbanIpAddressLabel'     => 'IP Address',
    'IpbanReasonLabel'        => 'Ban Reason',
    'IpbanUnbanDateLabel'     => 'Unban Date',
    'IpbanIpAddressInfo'      => 'You may specify a pattern such as 218.139.*.*',
    'IpbanAddButton'          => 'Add IP Ban',
    // - ipban/edit
    'IpbanEditTitle'          => 'Modify IP Ban',
    'IpbanEnterEditReason'    => 'Please enter a reason for the IP ban modification.',
    'IpbanEditFailed'         => 'Failed to modify IP ban.',
    'IpbanEditHeading'        => 'Modify IP Ban',
    'IpbanEditReasonLabel'    => 'Edit Reason',
    'IpbanEditButton'         => 'Modify IP Ban',
    // - ipban/index
    'IpbanListTitle'          => 'IP Ban List',
    'IpbanListHeading'        => 'IP Ban List',
    'IpbanBannedIpLabel'      => 'Banned IP',
    'IpbanBanDateLabel'       => 'Ban Date',
    'IpbanBanReasonLabel'     => 'Ban Reason',
    'IpbanBanExpireLabel'     => 'Ban Expiration Date',
    'IpbanModifyLink'         => 'Modify',
    'IpbanRemoveLink'         => 'Remove',
    'IpbanUnbanButton'        => 'Unban Selected',
    'IpbanListNoBans'         => 'There are currently no IP bans.',
    // - ipban/remove
    'IpbanRemoveTitle'        => 'Remove IP Ban',
    'IpbanEnterRemoveReason'  => 'Please enter a reason for the IP ban removal.',
    'IpbanNotBanned'          => 'No matching IP (%s) is currently banned.',
    'IpbanPatternUnbanned'    => "The IP address/pattern '%s' has been unbanned.",
    'IpbanRemoveFailed'       => 'Failed to remove IP ban.',
    'IpbanRemoveHeading'      => 'Remove IP Ban',
    'IpbanRemoveReasonLabel'  => 'Unban Reason',
    'IpbanRemoveButton'       => 'Remove IP Ban',
    // - ipban/unban
    'IpbanNothingToUnban'     => 'Nothing to unban.',
    'IpbanEnterUnbanReason'   => 'Please enter a reason for lifting the IP ban(s).',
    'IpbanUnbanned'           => 'Lifted selected IP ban(s)!',
    'IpbanUnbanFailed'        => 'Failed to lift %d of the specified IP unban(s)!',
    
    // Module: item
    // - item/add
    // - item/copy
    // - item/edit
    // - item/index
    // - item/view
    
    // Module: itemshop
    // - itemshop/add
    // - itemshop/delete
    // - itemshop/edit
    // - itemshop/imagedel
    
    // Module: logdata
    // - logdata/chat
    // - logdata/command
    'CommandLogTitle'         => 'List Commands',
    'CommandLogHeading'       => 'Commands',
    'CommandLogNotFound'      => 'No commands found.',
    'CommandLogDateLabel'     => 'Date/Time',
    'CommandLogAccountIdLabel'=> 'Account ID',
    'CommandLogCharIdLabel'   => 'Character ID',
    'CommandLogCharNameLabel' => 'Character Name',
    'CommandLogCommandLabel'  => 'Command',
    'CommandLogMapLabel'      => 'Map',
    // - logdata/index
    // - logdata/login
    // - logdata/pick
    'PickLogTitle'            => 'List Item Picks',
    'PickLogHeading'          => 'Item Picks',
    'PickLogNotFound'         => 'No item picks found.',
    'PickLogDateLabel'        => 'Date/Time',
    'PickLogCharacterLabel'   => 'Character',
    'PickLogTypeLabel'        => 'Type',
    'PickLogItemLabel'        => 'Item Name',
    'PickLogAmountLabel'      => 'Amount',
    'PickLogRefineLabel'      => 'Refine',
    'PickLogCard0Label'       => 'Card 0',
    'PickLogCard1Label'       => 'Card 1',
    'PickLogCard2Label'       => 'Card 2',
    'PickLogCard3Label'       => 'Card 3',
    'PickLogMapLabel'         => 'Map',
    // - logdata/zeny
    'ZenyLogTitle'            => 'List Zeny Log',
    'ZenyLogHeading'          => 'Zeny Log',
    'ZenyLogNotFound'         => 'No zeny logs found.',
    'ZenyLogDateLabel'        => 'Date/Time',
    'ZenyLogCharacterLabel'   => 'Character',
    'ZenyLogSourceLabel'      => 'Source',
    'ZenyLogTypeLabel'        => 'Type',
    'ZenyLogAmountLabel'      => 'Amount',
    'ZenyLogMapLabel'         => 'Map',
    
    // Module: mail
    // - mail/index
    'MailerTitle'             => 'Form Mailer',
    'MailerHeading'           => 'Form Mailer',
    'MailerEnterToAddress'    => 'Please enter a "to" address.',
    'MailerEnterSubject'      => 'Please enter a subject.',
    'MailerEnterBodyText'     => 'Please enter some body text.',
    'MailerEmailHasBeenSent'  => 'Your e-mail has been successfully sent to %s.',
    'MailerFailedToSend'      => 'The mailer system failed to send the e-mail.  This could be a misconfiguration.',
    'MailerInfo'              => 'You may use the below mail form to send an e-mail using the control panel.',
    'MailerFromLabel'         => 'From',
    'MailerToLabel'           => 'To',
    'MailerSubjectLabel'      => 'Subject',
    'MailerBodyLabel'         => 'Body',
    'MailerBodyInfo'          => 'Body is in Markdown syntax.',
    
    // Module: main
    // - main/index
    'MainPageHeading'         => 'Flux Control Panel',
    'MainPageInfo'            => "If you are seeing this page, it's likely that you've successfully installed Flux.",
    'MainPageInfo2'           => "Would you like to change this page? Well, here's how you can:",
    'MainPageStep1'           => 'Open "%s" in your text editor.',
    'MainPageStep2'           => 'Edit the file from your editor and save your changes.',
    'MainPageThanks'          => 'Thanks for using Flux!',
    // - main/pagenotfound
    'PageNotFoundTitle'       => '404 Page Not Found',
    'PageNotFoundHeading'     => 'Page Not Found',
    'PageNotFoundInfo'        => 'The page you have requested was not found on our server.  Please check the address and make sure it is correct, and try again.',
    // - main/preprocess
    'DisallowedDuringWoE'     => 'The page you have requested is not accessible during WoE.',
    
    // Module: monster
    // - monster/index
    // - monster/view
    
    // Module: purchase
    // - purchase/add
    // - purchase/cart
    // - purchase/checkout
    // - purchase/clear
    // - purchase/index
    // - purchase/pending
    // - purchase/remove
    
    // Module: ranking
    // - ranking/character
    // - ranking/guild
    // - ranking/zeny
    
    // Module: server
    // - server/info
    'ServerInfoTitle'         => 'Server Information',
    'ServerInfoHeading'       => 'Server Information',
    'ServerInfoText'          => "Here you'll find various server information.",
    'ServerInfoSubHeading'    => 'Information for %s',
    'ServerInfoSubHeading2'   => 'Job Class Information for %s',
    'ServerInfoAccountLabel'  => 'Accounts',
    'ServerInfoCharLabel'     => 'Characters',
    'ServerInfoGuildLabel'    => 'Guilds',
    'ServerInfoPartyLabel'    => 'Parties',
    'ServerInfoZenyLabel'     => 'Zeny',
    // - server/status
    'ServerStatusTitle'       => 'Current Server Status',
    'ServerStatusHeading'     => 'Server Status',
    'ServerStatusInfo'        => "Understanding the online and offline status of each server can help you understand how an issue can relate to your problem. For example, if the login server is offline it means that you won't be able to log into the game. The character server and map servers are necessary for the actual gameplay past the point of logging in.",
    'ServerStatusServerLabel' => 'Server',
    'ServerStatusLoginLabel'  => 'Login Server',
    'ServerStatusCharLabel'   => 'Character Server',
    'ServerStatusMapLabel'    => 'Map Server',
    'ServerStatusOnlineLabel' => 'Players Online',
    
    // Module: service
    // - service/tos
    'TermsTitle'              => 'Terms of Service',
    'TermsHeading'            => 'Terms of Service',
    'TermsInfo'               => 'Please read before creating an account!',
    'TermsInfo2'              => "FOR CONTROL PANEL ADMINISTRATOR:  You may add your server's ToS in this view file directly.  The location of the view file is: %s",
    
    // Module: unauthorized
    // - unauthorized/index
    'UnauthorizedTitle'       => 'Unauthorized',
    'UnauthorizedHeading'     => 'Unauthorized',
    'UnauthorizedInfo'        => 'You are unauthorized to view this page. <a href="%s">Redirecting…</a>',
    
    // Module: woe
    // - woe/index
    'WoeTitle'                => 'WoE Hours',
    'WoeHeading'              => 'War of Emperium Hours',
    'WoeInfo'                 => "Below are the WoE hours for %s.  These hours are subject to change at anytime, but let's hope not.",
    'WoeServerTimeInfo'       => 'The current server time is:',
    'WoeServerLabel'          => 'Servers',
    'WoeTimesLabel'           => 'War of Emperium Times',
    'WoeNotScheduledInfo'     => 'There are no scheduled WoE hours.',
);
?>
Viewed 798 times, submitted by Guest.