lang_main.php
来自「太烦了」· PHP 代码 · 共 38 行
PHP
38 行
<?php$lang['user_title']="Backup and Restore"; //link name$lang['backup']="Backup";$lang['backup2']="I'd like to backup";$lang['option1']="Profile data, including answers to questions, and personal info";$lang['option2']="Uploaded photos";$lang['option3']="Messages";$lang['option4']="Views & Winks";$lang['option5']="Ban, Buddy, and Hot lists";$lang['option6']="Blog data (excluding comments)";$lang['checkall']="Check All";$lang['uncheckall']="Un-check All";$lang['submit']="Perform Backup";$lang['submit2']="Perform Restore";$lang['note']="With this tool, you may backup any or all of your profile information, lists, pictures, messages and blog data. Due to file size limitations, uploaded videos cannot be backed-up with this system.";$lang['note2']="You can backup files only once per hour.";$lang['note3']="You may restore a previous backup by uploading it here. You should only use files that were created using the above backup tool.";$lang['succes']="The backup file has been succesfully created.";$lang['succes2']="The data restoration was successful. Click below to return to the Backup & Restore system if you would like to perform additional backups or restorations.";$lang['clickhere']="Click here";$lang['todownload']="to download.";$lang['error']="You have already performed the maximum number of backups allowed for the allotted time period. This limit is used to reduce server load. Please wait some time before performing another backup.";$lang['error2']="The restore system has detected that changes have been made to the backup XML file. For security reasons, you may only restore files exactly as they are backed-up using this system. Please return to the previous page and choose a valid backup file.";$lang['error3']="Please choose at least one item to backup.";$lang['restore']="Restore";$lang['return']="Return to Previous Step";$lang['restore_file_missing'] = "Please specify the file to use for the restoration.";?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?