PHP Classes

File: Web/application/language/en/ae_change_pass_lang.php

Recommend this page to a friend!
  Classes of Burge Lab   Burge CMF   Web/application/language/en/ae_change_pass_lang.php   Download  
File: Web/application/language/en/ae_change_pass_lang.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Burge CMF
Framework to publish managed content
Author: By
Last change:
Date: 7 years ago
Size: 394 bytes
 

Contents

Class file image Download
<?php

$lang
['change_pass']="Change password";

$lang['prev_pass']="Previous password";
$lang['new_pass']="New password";
$lang['repeat_pass']="Repeat new password";
$lang['change']="Change";

$lang['match_repeat_password']="Repeat of password doesn't match.";
$lang['match_prev_password']="Old password doesn't match";
$lang['success_password_change']="Your password changed successfully.";