📄 file.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/>// -----------------------------------------------------------------------// HEADERS$lang['hdr_upload_file'] = "Upload a file";$lang['hdr_images'] = "Images";$lang['hdr_files'] = "Files";$lang['hdr_selected_file'] = "Your selected file";// HREF$lang['href_start_page'] = "back to start page";// ERROR$lang['error']['not_enough_space'] = "You don't have enough space to upload this file";$lang['error']['width_not_numeric'] = "You defined a new width to the image, but it is not numeric. Please give a numeric width.";$lang['error']['file_not_set'] = "There is no file defined to upload. Please choose a file";$lang['error']['not_valid_mime'] = "The filetype you tried to upload is forbidden.";$lang['error']['file_not_uploaded'] = "The file could not be uploaded because an undefined error occured.";$lang['error']['file_not_deleted'] = "The file could not be deleted because it does not exists at the correct place.";$lang['error']['file_not_deleted_database'] = "The file could not be deleted because it does not exists in the database";$lang['error']['files_not_deleted'] = "The files could not be deleted";// BODY TEXTS$lang['txt_files'] = "You can upload pictures saved in JPG, GIF or PNG format, sound files saved in MP3 format, movie files saved in MPEG format, text files or PDF files. Remember you must have permission to publish a file for which you do not hold the copyright.";$lang['txt_file'] = "file";$lang['txt_file_allocation'] = "File allocation";$lang['txt_file_name'] = "file name";$lang['txt_width_intro'] = "If you are uploading a picture you can set the width to be the width in pixels that you want the image to be";$lang['txt_width'] = "width";$lang['txt_upload'] = "upload";$lang['txt_file_title'] = "Title";$lang['txt_file_uploaded'] = "Uploaded";$lang['txt_file_size'] = "Size";$lang['txt_file_width'] = "Width";$lang['txt_file_height'] = "Height";$lang['txt_external_tag'] = "External image-tag";$lang['txt_internal_tag'] = "Internal image-tag";$lang['txt_delete_image'] = "delete this image";$lang['txt_click_view'] = "Click to view";$lang['txt_external_tag_url'] = "external tag";$lang['txt_internal_tag_url'] = "internal tag";$lang['txt_check_to_delete'] = "check to delete";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -