messages.inc.php

来自「一款文件上传程序」· PHP 代码 · 共 58 行

PHP
58
字号
<?php
$lang_misc = array
(
	'main_folder'		=> 'Main Folder',
	'error'				=> 'Error',
	'unlimited'			=> 'Unlimited',
	'reg_notify'		=> "This is an automatic notification from the uploader.\nA new user \"{username}\" has registered for an account.",
	'reg_notify_email_subj' => 'Uploader - New user notification',
	'login_required'	=> 'You need to be logged in to view this page.',
	'user_not_found'	=> 'Sorry but we were unable to locate that user.',
	'user_invalid'		=> 'Invalid user specified.',
	'email_hidden'		=> 'Not visible'
);


$lang_titles = array
(
	'error'				=> 'Error',
	'reg_title1'		=> 'User Registration',
	'reg_title2'		=> 'Registration Errors',
	'reg_title3'		=> 'Registration Successul',
	'reg_title4'		=> 'Registration Disabled',
	'mf_title1'			=> 'My Files',
	'mf_fld_title1'		=> 'Rename folder',
	'mf_fld_title2'		=> 'Manage folders',
	'mf_img_title1'		=> '[IMG] Tags',
	'mf_rename'			=> 'Rename',
	'act_title1'		=> 'Account activation',
	'log_title1'		=> 'Login error',
	'log_title2'		=> 'Login required',
	'ucp_title1'		=> 'UserCP',
);

$lang_commons = array
(
	'not_logged_in'		=> 'You are not logged in. Please <a href="account.php?action=login" class="special">login now</a> or <a href="account.php?action=register" class="special">register</a> if you do not have an account.',
	'account_suspended'	=> 'Your account has been suspended.',
	'account_not_activated'	=> 'Your account has not been activated. If you did not receive an activation email, <a href="account.php?action=resend_activation">click here</a>.',
	'account_not_approved'	=> 'Your account has not been approved yet, you cannot access the uploader at this time.',
);


$lang_browse = array
(
	'no_public_folders'	=> 'Sorry but {user} does not have any public folders for you to browse.',
	'bad_folder'		=> 'The folder you requested does not exist or it is not a public folder.',
	'login_required'	=> 'You must be logged in to view other members.',
	'disabled'			=> 'This feature has been disabled.',
	'title1'			=> 'Members',
	'title2'			=> 'User info',
);

$lang_public = array
(
	'file_not_found'	=> 'File not found. It may have been removed due to excessive bandwidth usage or other reasons.',
	'disabled'			=> 'Public uploading has been disabled.',
);
?>

⌨️ 快捷键说明

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