📄 admin_webspace.lang.php
字号:
<?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/>// -----------------------------------------------------------------------// LANGUAGES ARRAY$lang['arr_language']['en'] = "english";$lang['arr_language']['sv'] = "swedish";// HEADERS$lang['hdr_webspace_intro'] = "Your web space";$lang['hdr_edit_webspace'] = "Edit your web space";// HREF$lang['href_return_to_start'] = "back to start page";// SUBMIT$lang['sub_save'] = "save";// ERRORS$lang['error']['title_empty'] = "Please enter a title for your webspace";$lang['error']['description_empty'] = "Please enter a description for your webspace";// BODY TEXTS$lang['txt_admin_intro'] = "Your web space is your personal web site. In your web space you can create pages, add in media (pictures, sounds and movies). You can share your space with your friends (or everyone) and build up a social network of friends who you connect to via their web spaces.";$lang['txt_lock_webspace'] = "lock it";$lang['txt_input_locked'] = "Lock my web space so that only connections that I invite in can see it.";$lang['txt_webspace_title'] = "title";$lang['txt_webspace_description'] = "description";$lang['txt_webspace_keywords'] = "tags";$lang['txt_input_description'] = "Give a description of your web space. This will appear in search sites and in your connections network.";$lang['txt_input_keywords'] = "You can use up to 25 comma separated words to describe your web space. People use these to help find your web space.";$lang['txt_language'] = "language";$lang['txt_input_language'] = "Select the language you would prefer your webspace navigation to be in.";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -