Ignore:
Timestamp:
Apr 12, 2011, 10:39:42 PM (13 years ago)
Author:
Eric
Message:

Bug 2258 fixed : New feature to backup UAM configuration data
Next version 2.20.3 hard coded
Some translations left to do

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

Legend:

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

    r9908 r10342  
    263263Please refer to the <b>Consejos y ejemplos</b> at the bottom of this page for details.';
    264264// --------- End: New or revised $lang ---- from version 2.20.0
     265
     266
     267// --------- Starting below: New or revised $lang ---- from version 2.20.3
     268/*TODO*/$lang['UAM_DumpTitle'] = 'Backup your configuration';
     269/*TODO*/$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;.
     270<br><br>
     271<b style=&quot;color: red;&quot;>Warning: The file is overwritten each backup action!</b>
     272<br><br>
     273It 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.
     274<br><br>
     275The recovery from this interface is not supported. Use tools like phpMyAdmin.';
     276// --------- End: New or revised $lang ---- from version 2.20.3
    265277?>
  • extensions/UserAdvManager/trunk/language/es_ES/plugin.lang.php

    r9908 r10342  
    229229// --------- Starting below: New or revised $lang ---- from version 2.15.1
    230230$lang['UAM_Support_txt'] = 'El apoyo oficial sobre este plugin se encuentra solo en el foro de Piwigo:<br>
    231 <a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">Foro Francés - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a>
    232 <br>o<br>
    233231<a href="http://piwigo.org/forum/viewtopic.php?id=15015" onclick="window.open(this.href);return false;">Foro Inglés - http://piwigo.org/forum/viewtopic.php?id=15015</a><br><br>
    234232También está disponible, el bugtracker del proyecto: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
     
    358356$lang['UAM_Stuffs'] = 'PWG Stuffs módulo';
    359357// --------- End: New or revised $lang ---- from version 2.20.0
     358
     359
     360// --------- Starting below: New or revised $lang ---- from version 2.20.3
     361/*TODO*/$lang['UAM_DumpTxt'] = 'Backup your configuration';
     362/*TODO*/$lang['UAM_Dump_Download'] = 'To download the backup file, please check this box:';
     363/*TODO*/$lang['UAM_Save'] = 'Run backup';
     364/*TODO*/$lang['UAM_Dump_OK'] = 'Backup file created successfully';
     365/*TODO*/$lang['UAM_Dump_NOK'] = 'Error: Unable to create backup file !';
     366// --------- End: New or revised $lang ---- from version 2.20.3
    360367?>
Note: See TracChangeset for help on using the changeset viewer.