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

Bug 2450 fixed - New feature : Backup file restoration.

Location:
extensions/UserAdvManager/trunk/language/en_UK
Files:
2 edited

Legend:

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

    r12271 r12275  
    167167
    168168
    169 // --------- Starting below: New or revised $lang ---- from version 2.20.3
    170 $lang['UAM_DumpTitle'] = 'Backup your configuration';
    171 $lang['UAM_DumpTitle_d'] = 'This allows you to save the entire configuration of the plugin in a file so you can restore it if something goes wrong (wrong manipulation or before an update, for example). By default, the file is stored in this folder ../plugins/UserAdvManager/include/backup/ and is called "UAM_dbbackup.sql".
    172 <br><br>
    173 <b style=&quot;color: red;&quot;>Warning: The file is overwritten each backup action!</b>
    174 <br><br>
    175 It can sometimes be useful to retrieve the backup file on your computer. For example: To restore to another database, to outsource or to keep multiple save files. To do this, just check the box to download the file.
    176 <br><br>
    177 The recovery from this interface is not supported. Use tools like phpMyAdmin.';
    178 // --------- End: New or revised $lang ---- from version 2.20.3
    179 
    180 
    181169// --------- Starting below: New or revised $lang ---- from version 2.20.4
    182170$lang['UAM_HidePasswTitle'] = 'Password in clear text in the information email';
     
    344332The webmaster, administrators and guest accounts are excluded from this function.<br>
    345333These users will be automatically redirected to their customization page at each of their connections until they changed their password and an explicit message will be displayed on this page.';
     334$lang['UAM_DumpTitle'] = 'Backup and restore your configuration';
     335$lang['UAM_DumpTitle_d'] = 'This allows you to save the entire configuration of the plugin in a file so you can restore it if something goes wrong (wrong manipulation or before an update, for example). By default, the file is stored in this folder ../plugins/UserAdvManager/include/backup/ and is called &quot;UAM_dbbackup.sql&quot;.
     336<br><br>
     337<b style=&quot;color: red;&quot;>Warning: The file is overwritten each backup action!</b>
     338<br><br>
     339It can sometimes be useful to retrieve the backup file on your computer. For example: To restore to another database, to outsource or to keep multiple save files. To do this, just check the box to download the file.
     340<br><br>
     341The recovery from this interface is available only for the local backup file (../plugins/UserAdvManager/include/backup/UAM_dbbackup.sql). Downloaded backup file can\'t be restored by this way. To do this, please use your dedicated database management tool (like PhpMyAdmin for MySql database).
     342<br><br>
     343<b style=&quot;color: red;&quot;>Warning: After the restore, it is necessary to reload the administration page of the plugin to see the restored settings!</b>';
    346344// --------- End: New or revised $lang ---- from version 2.30.0
    347345?>
  • 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.