speclostpass.php

来自「一款基于PHP的网络日记程序。WikyBlog支持:多用户的 BLOG」· PHP 代码 · 共 28 行

PHP
28
字号
<?php$lang['CHANGE_PASS_INTRO'] = 'To change your password, we first need to send you a "Permission Key" so that you may access this restricted feature. Once you have received the key, return to this page and enter the information below. Please note, your "Permission Key" will only work for your Username.';$lang['next_step'] = 'Volgende Stap';$lang['PASS_EMAIL_SUBJECT'] = 'Permission Key for %s.';$lang['PASS_EMAIL_TEXT'] ='Your permission key for %s is %s.';$lang['get_your_key'] = 'Krijg je Toestemmings Sleutel';$lang['GET_YOUR_KEY'] = 'Je sleutel zal naar het e-mailadres toegestuurd worden dat je gebruikt hebt bij het registreren.';$lang['send_key'] = 'Stuur Toestemmings Sleutel';$lang['change_password'] = 'Wijzig je wachtwoord';$lang['permission_key'] = 'Toestemmings Sleutel';$lang['new_password'] = 'Nieuw wachtwoord';//messages$lang['PASSWORD_CHANGE_FAILED'] = 'Wachtwoord Verandering mislukt: Niet correcte Permissie Sleutel of Gebruikersnaam';$lang['PASSWORD_CHANGED'] = 'Wachtwoord succesvol geupdate voor <tt>%s</tt>.';$lang['PROVIDE_PASSWORD'] = 'Je moet een nieuw wachtwoord ingeven';$lang['PROVIDE_PERMISSION_KEY'] = 'Je moet een Permissie Sleutel verstrekken om je wachtwoord te veranderen ';$lang['PERMISSION_KEY_SENT'] = 'Permission Key sent successfully. Retrieve the key form your email and use it to change your password using the form below.';$lang['PERMISSION_KEY_NOT_SENT'] = 'Failed to send Permission Key to the provided email address, please contact the website administrator for additional help.';$lang['NO_EMAIL_FOR_ACCOUNT'] = 'An email address was not provided for this account. Please contact the website administrator for additional help.';

⌨️ 快捷键说明

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