⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lang_english.php

📁 BLOG HOSTER---PHP & MYSQL Create Blogs in seconds Installation of your BlogHoster system is easy.
💻 PHP
📖 第 1 页 / 共 5 页
字号:
<?
//#### BLOGHOSTER ENGLISH LANGUAGE FILE ####

//##########################################
//    This language file is included in the following files:
//    ./admin/admin_header.php
//    ./manager/header.php
//    ./header.php
//
//    ./manager/richtext.js does not use this language file so 
//       [font] and [size] are non-changeable
//    ./admin/admin_signup.php contains a country list that does
//       not use this language file
//    ./countries.php does not use this language file
//##########################################
//
// Set the current file variable to save
// server resources when setting lang vars
// NOTE: The variables in the following
//       sections are set for all
//       inclusions of this file:
//       ./admin/admin_header.php 
//       ./manager/header.php
//       ./header.php 
//
   $c = basename($_SERVER['PHP_SELF']);
//
//
//
//##########################################
//
// Set the current locale so that date
// and time functions will display in
// the correct language. More information
// about this setting can be found on the
// official PHP website:
// http://us4.php.net/setlocale
// Also set the variable $multi_language
// to "yes" if you want dates and times
// to be translated.
//
   setlocale(LC_ALL, 'C');
   $multi_language = "no";
//
//
// Please note that this is function is
// system dependent. To find out what codes
// are supported by your system, uncomment
// the following function and load any page
// that uses this file. At the top of the 
// page you should see a large paragraph
// containing all the possible language
// codes.
//
// system('locale -a');
//
//
//
//#### "/ADMIN" DIRECTORY ##################

  //## admin.php
    if($c == "admin.php") {
      $admin1 = "Language Setting Saved";
      $admin2 = "Your new language pack setting has been saved.";
      $admin3 = "Return";
      $admin4 = "Help Tips Enabled";
      $admin5 = "The question mark help icons will now appear next to certain fields on the user interface.";
      $admin6 = "Help Tips Disabled";
      $admin7 = "The question mark help icons will now be hidden from the user interface.";
      $admin8 = "Debug Mode Enabled";
      $admin9 = "Debug Mode is now ON. All errors that occur from within the system will be visible.";
      $admin10 = "Debug Mode Disabled";
      $admin11 = "Debug Mode is now OFF. Most errors that are occur from within the system will be invisible.";
      $admin12 = "Never";
      $admin13 = "by";
      $admin14 = "Hello";
      $admin15 = "Welcome to your BlogHoster control panel. Virtually every aspect of your BlogHoster system can be configured or managed from your control panel. Your basic system statistics are displayed below.";
      $admin16 = "Quick Statistics";
      $admin17 = "Total Users:";
      $admin18 = "users";
      $admin19 = "Total Entries:";
      $admin20 = "entries";
      $admin21 = "Total Comments:";
      $admin22 = "comments";
      $admin23 = "Total Templates:";
      $admin24 = "templates";
      $admin25 = "Last Signup:";
      $admin26 = "Last Login:";
      $admin27 = "Version:";
      $admin28 = "Change Administrator Profile";
      $admin29 = "If you want to change your name, email address, username, and password, <a href='admin_changepass.php'>click here</a>.";
      $admin30 = "Language Pack";
      $admin31 = "Please select which language pack you want to use. If you have created your own pack, select \"Custom Pack\" and enter the file name. Be sure to place your language file in the \"lang\" directory. Please note that the language you select will be used as the default language for all your users unless otherwise specified by them in their control panel.";
      $admin32 = "Custom Pack:";
      $admin33 = "Save Changes";
      $admin34 = "Popup Help Tips";
      $admin35 = "If you have turned help tips on, users will see a small question mark icon next to certain fields in the user area. When clicked on, these provide extra tips and instructions for entering information into fields, etc.";
      $admin36 = "Yes, tips should be visible.";
      $admin37 = "No, tips should not be visible.";
      $admin38 = "Debug Mode";
      $admin39 = "When Debug Mode is off, most script errors that occur will be hidden from your users. It is recommended to only turn Debug Mode on if you are having a problem.";
      $admin40 = "Debug Mode OFF";
      $admin41 = "Debug Mode ON";
      $admin42 = "License Key:";
      $admin43 = "Uploaded Files:";
      $admin44 = "files";
      $admin45 = "Total Logins:";
      $admin46 = "logins (since reset)";
      $admin47 = "Homepage URL";
      $admin48 = "When users are not logged in and they try to access \"index.php\" or any of the members only areas of your BlogHoster, they will be redirected to \"login.php\" unless you provide an alternative below. This is particularly useful if you have BlogHoster installed in your domain's home directory. You must provide a full URL path, for example: <i>http://www.domain.com/home.html</i><br><br><b>Redirect users to:</b>";
      $admin49 = "Homepage URL Updated";
      $admin50 = "Your new homepage URL has been saved.";
    }

  //## admin_backup.php
    if($c == "admin_backup.php") {
      $admin_backup1 = "You have not specified a valid backup file.";
      $admin_backup2 = "You must specify a backup file to restore the database from.";
      $admin_backup3 = "Error";
      $admin_backup4 = "Please use your browser's back button to try again.";
      $admin_backup5 = "There has been an error restoring your database in the following query:";
      $admin_backup6 = "Restoration Complete!";
      $admin_backup7 = "Your database has been successfully restored. <a href='admin_logout.php'>Click here</a> to re-login to the admin panel.";
      $admin_backup8 = "Warning! This will overwrite all data currently in your Bloghoster tables! Do you wish to continue?";
      $admin_backup9 = "Backup Database";
      $admin_backup10 = "To backup your database, click the button and download the file to your hard disk. If your database is very large and you are having trouble downloading your backup file from this page, you should create a backup of your database manually with your server's control panel, PHPMyAdmin, or a similar application.";
      $admin_backup11 = "Download Backup";
      $admin_backup12 = "Restore Database";
      $admin_backup13 = "To restore your database, upload your backup TXT file from your hard disk.";
      $admin_backup14 = "Warning: This will overwrite ALL current data in your database!";
      $admin_backup15 = "Backup File";
      $admin_backup16 = "Restore Database";
    }

  //## admin_ban.php
    if($c == "admin_ban.php") {
      $admin_ban1 = "Banning and Anti-Spam Settings";
      $admin_ban2 = "Your changes have been saved.";
      $admin_ban3 = "Return";
      $admin_ban4 = "Banning and Anti-Spam Settings";
      $admin_ban5 = "Use this page to prevent new users from signing up with certain usernames, email addresses, or IP addresses. You can also ban users with certain IP addresses from even viewing any part of your system. You can also specify certain words to censor in users' entries and comments. These words will be replaced with asterisks (*).";
      $admin_ban6 = "Ban new users by username?";
      $admin_ban7 = "If you want to prevent users from signing up with certain usernames, please list them in the box below. Seperate each username by only a comma, for example: <i>username1,username2,username3</i>";
      $admin_ban8 = "Banned Usernames";
      $admin_ban9 = "Ban new users by email address?";
      $admin_ban10 = "If you want to prevent users from signing up with certain email addresses, please list them in the box below. Seperate each email address by only a comma, for example: <i>email1@domain1.com,email2@domain2.com,email3@domain3.com</i>";
      $admin_ban11 = "Banned Email Addresses";
      $admin_ban12 = "Ban new users by IP address?";
      $admin_ban13 = "If you want to prevent users from signing up with certain IP addresses, please list them in the box below. Seperate each IP address by only a comma, for example: <i>123.45.678.90,98.765.43.210,127.0.0.1</i><br>If you want to ban an entire IP range, use a * to denote a wildcard, for example: <i>123.45.678.*,98.765.*.*</i>";
      $admin_ban14 = "Banned IP Addresses";
      $admin_ban15 = "Ban access by IP address?";
      $admin_ban16 = "If you want to completely disallow access to your system for certain IP addresses, please list them in the box below. Seperate each IP address by only a comma, for example: <i>123.45.678.90,98.765.43.210,127.0.0.1</i><br>If you want to ban an entire IP range, use a * to denote a wildcard, for example: <i>123.45.678.*,98.765.*.*</i> <br>Note: Any users with these IP addresses will not be able to view any part of your system.";
      $admin_ban17 = "Banned IP Addresses";
      $admin_ban18 = "Save Changes";
      $admin_ban19 = "Censor words in new entries and comments?";
      $admin_ban20 = "If you want to prevent your users from using certain words in their entries and comments, enter them below. Separate each word by only a comma, for example: <i>word1,word2,word3</i><br>Note: Only words from new entries and comments will be censored - old entries and comments will not be affected.";
      $admin_ban21 = "Censored Words";
      $admin_ban22 = "Require users to enter a validation code when commenting?";
      $admin_ban23 = "No, users do not have to enter a verification code.";
      $admin_ban24 = "Yes, make users enter the verification code.";
      $admin_ban25 = "Note: If you have selected Yes, an image containing a random sequence of 6 numbers will be shown to users on the \"write a comment\" page. Users will be required to enter these numbers into the Verification Code field in order to post their comment. This feature helps prevent users from trying to create comment spam. For this feature to work properly, your server must have the GD Libraries (2.0 or higher) installed and configured to work with PHP. If you are seeing errors or users cannot signup, try turning this off.";
    }

  //## admin_broadcast.php
    if($c == "admin_broadcast.php") {
      $admin_broadcast1 = "Broadcast An Entry";
      $admin_broadcast2 = "Use the following form to post a new entry to every user's weblog on the system. The entry will appear as though it were added by the users themselves. The date you choose will be displayed with whatever date format your users have selected.";
      $admin_broadcast3 = "Title:";
      $admin_broadcast4 = "Time/Date:";
      $admin_broadcast5 = "Broadcast Entry";
      $admin_broadcast6 = "Broadcast Complete";
      $admin_broadcast7 = "Your entry has been added to every weblog on the system.";
      $admin_broadcast8 = "Return";
    }

  //## admin_changepass.php
    if($c == "admin_changepass.php") {
      $admin_changepass1 = "Success";
      $admin_changepass2 = "Your login information has been successfully changed. Don't forget your new username and password - you will need to use it for your next login.";
      $admin_changepass3 = "Return Home";
      $admin_changepass4 = "Change Administrator Profile";
      $admin_changepass5 = "Please complete the following form to change your Control Panel name, username and/or password.";
      $admin_changepass6 = "Admin Username";
      $admin_changepass7 = "Admin Password";
      $admin_changepass8 = "First Name";
      $admin_changepass9 = "Last Name";
      $admin_changepass10 = "Email Address";
      $admin_changepass11 = "Save Changes";
      $admin_changepass12 = "Cancel";
    }

  //## admin_emailall.php
    if($c == "admin_emailall.php") {
      $admin_emailall1 = "Emailing Users...";
      $admin_emailall2 = "Your message is being sent to every user on your system. You will be redirected to another page when the broadcast is complete - please wait...";
      $admin_emailall3 = "Broadcast Complete";
      $admin_emailall4 = "Your email has been sent to every registered user on your system.";
      $admin_emailall5 = "Return";
      $admin_emailall6 = "Email All Users";
      $admin_emailall7 = "Use this form to send an email to every user on your system. To generate a list of all your users' email addresses, <a href='admin_emaillist.php' target='_blank'>click here</a>. Note: The following variables are available for use in your subject or message:<br><i>&lt;fname&gt;</i> - First Name<br><i>&lt;lname&gt;</i> - Last Name<br><i>&lt;username&gt;</i> - Username";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -