admin_webpage.lang.php
来自「一款开源的sns系统源码 安装简单」· PHP 代码 · 共 71 行
PHP
71 行
<?php// -----------------------------------------------------------------------// This file is part of AROUNDMe// // Copyright (C) 2003-2007 Barnraiser// http://www.barnraiser.org/// info@barnraiser.org// // This program is free software: you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation, either version 3 of the License, or// (at your option) any later version.// // This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the// GNU General Public License for more details.// // You should have received a copy of the GNU General Public License// along with this program; see the file COPYING.txt. If not, see// <http://www.gnu.org/licenses/>// -----------------------------------------------------------------------// HEADERS$lang['hdr_webpages'] = "Your web pages";$lang['hdr_manage_webpages'] = "Managing your web pages";$lang['hdr_edit_webpage'] = "Edit your web page";$lang['hdr_default_webpage'] = "Setting the home page";$lang['hdr_delete_webpages'] = "Delete web pages";// HREF$lang['href_return_to_start'] = "back to start page";$lang['href_stylesheet'] = "create and edit a stylesheet";$lang['href_list_webpages'] = "list web pages";$lang['href_goto_webpage'] = "go to this webpage";// SUBMIT$lang['sub_save'] = "save";$lang['sub_set_default'] = "set as start page";$lang['sub_delete'] = "delete selected";$lang['sub_confirm_delete'] = "confirm that you want to delete these pages";$lang['sub_cancel_delete'] = "cancel";// ERRORS$lang['error']['interlink_bad_chars'] = "You can only use the characters a-z A-Z and 0-9 in an interlink.";$lang['error']['interlink_too_long'] = "A interlink must be under 30 characters long.";$lang['error']['title_empty'] = "Please enter a title for your web page";// MESSAGE LOG$lang['message']['webpage_saved'] = "Webpage saved.";// BODY TEXTS$lang['txt_webpage_title'] = "title";$lang['txt_webpage_body'] = "page content";$lang['txt_create_webpage'] = "You can make new web pages from any other web page by using the INTERLINK tag. You can find out more about XHTML tags and Javascript by clicking the help button when you edit a page.";$lang['txt_default_webpage'] = "Your default page is the first page a visitor to your web space sees. You can set any page to be your default page.";$lang['txt_delete_webpages'] = "Check the boxes of the pages you want to delete, then press the 'delete selected web pages' button. You cannot delete your default web page so if you want to delete it set another page as your default web page first.";$lang['txt_confirm_delete'] = "Confirm that you wish to delete the following pages";$lang['txt_label_name'] = "name";$lang['txt_label_title'] = "title";$lang['txt_label_created'] = "created";$lang['txt_label_start'] = "start";$lang['txt_label_delete'] = "delete";?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?