mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
5 lines
344 B
PHP
5 lines
344 B
PHP
<?php
|
|
SDK::setLanguageEntries('Users', 'LBL_RECOVER_EMAIL_BODY1', array(
|
|
'it_it'=>'È stata eseguita una richiesta di recupero password per il tuo account dall\'indirizzo ip %s.<br />Se hai eseguito tu questa richiesta clicca',
|
|
'en_us'=>'The password for your account was recovered from the ip %s.<br />To run this operation please click'
|
|
)); |