文件操作 - signin_lang.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/softaculous/enduser/languages/polish/signin_lang.php
编辑文件内容
<?php ////////////////////////////////////////////////////////////// //=========================================================== // login_lang.php //=========================================================== // SOFTACULOUS // Version : 1.1 // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Started by: Alons // Date: 10th Jan 2009 // Time: 21:00 hrs // Site: http://www.softaculous.com/ (SOFTACULOUS) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Inc. //=========================================================== ////////////////////////////////////////////////////////////// if(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } global $softpanel; $l['user_data_missing'] = 'Pole KLUCZ API lub HASŁO API jest puste'; $l['invalid_username'] = 'Nazwa użytkownika lub hasło, które podałeś jest niepoprawne'; $l['invalid_password'] = 'Nazwa użytkownika lub hasło, które podałeś jest niepoprawne'; $l['no_username'] = 'Pole nazwa użytkownika było puste'; $l['no_password'] = 'Pole hasła było puste'; $l['<title>'] = 'Login'; $l['sign_in'] = 'Zaloguj się'; $l['log_user'] = 'KLUCZ API'; $l['log_pass'] = 'HASŁO API'; $l['sub_but'] = 'Login'; $l['<title_fpass>'] = 'Zapomniałeś hasła'; $l['pass_nomatch'] = 'Nazwa użytkownika lub hasło, które podałeś jest niepoprawne.'; $l['forgotpass'] = 'Zapomniałeś hasła'; $l['emailuser'] = 'Adres e-mail'; $l['enteremail'] = 'Wpisz swój adres e-mail'; $l['sub_email'] = 'Zatwierdź'; $l['no_email'] = 'Nie zatwierdziłeś swojego adresu email'; $l['invalidemail'] = 'Potwierdzony przez Ciebie adres e-mail jest nieprawidłowy'; $l['mail_sub'] = 'Resetowanie hasła'; $l['mail_body'] = 'Hi, A request to reset your password has been made. If you did not request the password reset, then please ignore this email. If you would like to reset your password, then please click the URL below : http://'.(($globals['softpanel'] == 'webuzo') ? $softpanel->getConf('WU_PRIMARY_DOMAIN').':2002' : '127.0.0.1').'/index.php?act=login&sa=resetpass&key=&soft-1; Regards, '.$globals['sn']; $l['mail_done'] = 'Została wysłana wiadomość zawierająca szczegóły odnośnie resetu hasła'; $l['back_to_login'] = 'Powrót do logowania'; $l['<title_reset>'] = 'Resetowanie hasła'; $l['resetpass'] = 'Resetowanie hasła'; $l['log_new_pass'] = 'Nowe hasło'; $l['log_reppass'] = 'Potwierdź hasło'; $l['changepass'] = 'Zmień hasło'; $l['no_key'] = 'Nie został potwierdzony klucz resetu'; $l['invalidkey'] = 'Określono nieprawidłowy klucz'; $l['no_new'] = 'Proszę podać prawidłowe hasło'; $l['no_reppass'] = 'Proszę podać potwierdzenie hasła'; $l['no_match'] = 'Hasła, które podałeś nie pasują'; $l['keyexpire'] = 'Klucz jest nieważny'; $l['passchanged'] = 'Hasło zostało pomyślnie zmienione. Prosimy iść do <a href="'.$globals['index'].'act=login">Logowanie</a>'; $l['forgot_pass'] = 'Zapomniałeś hasła';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件