Ignore:
Timestamp:
Sep 30, 2011, 10:49:03 PM (13 years ago)
Author:
Eric
Message:

Bug 2450 fixed - New feature : Backup file restoration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/language/en_UK/plugin.lang.php

    r12271 r12275  
    314314
    315315// --------- Starting below: New or revised $lang ---- from version 2.20.3
    316 $lang['UAM_DumpTxt'] = 'Backup your configuration';
    317316$lang['UAM_Dump_Download'] = 'To download the backup file, please check this box:';
    318317$lang['UAM_Save'] = 'Run backup';
     
    392391$lang['UAM_Default_CfmMail_Custom_Txt1'] = 'Welcome [username]! You have confirmed that you are human and may now use [mygallery]!';
    393392$lang['UAM_Default_CfmMail_Custom_Txt2'] = 'Your activation key is incorrect or expired or you have already validated your account, please contact the webmaster to fix this problem.';
     393$lang['UAM_DumpTxt'] = 'Backup and restore your configuration';
     394$lang['UAM_No_Backup_File'] = 'No backup file available!';
     395$lang['UAM_Restoration_NOK'] = 'An error occurred while restoring the configuration. Please check the validity of your backup file.';
     396$lang['UAM_Restoration_OK'] = 'Restoring your configuration completed successfully! Please reload UAM\'s administration page to view the restored settings.';
    394397// --------- End: New or revised $lang ---- from version 2.30.0
    395398?>
Note: See TracChangeset for help on using the changeset viewer.