Changeset 1111 for trunk/language/en_UK.iso-8859-1
- Timestamp:
- Mar 28, 2006, 11:05:12 PM (19 years ago)
- Location:
- trunk/language/en_UK.iso-8859-1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/en_UK.iso-8859-1/admin.lang.php
r1107 r1111 294 294 $lang['purge history'] = 'purge history'; 295 295 $lang['purge never used notification feeds'] = 'purge never used notification feeds'; 296 $lang['repair and optimize database'] = 'repair and optimize database'; 296 297 $lang['purge sessions'] = 'purge sessions'; 297 298 $lang['randomly represented'] = 'randomly represented'; -
trunk/language/en_UK.iso-8859-1/help/maintenance.html
r889 r1111 12 12 <ul> 13 13 14 <li><strong> update categories informations</strong>. For each category,14 <li><strong>Update categories informations</strong>. For each category, 15 15 informations to update or control are the following : list of parent 16 16 categories, number of pictures, date of the last picture, position among … … 18 18 the coherence of representative picture.</li> 19 19 20 <li><strong> update images informations</strong>. For each picture,20 <li><strong>Update images informations</strong>. For each picture, 21 21 informations to update are : full path to file, average 22 22 rate. <em>Warning</em>: do not get confuse with metadata informations … … 26 26 example).</li> 27 27 28 <li><strong> purge history</strong>. Delete all lines from28 <li><strong>Purge history</strong>. Delete all lines from 29 29 <code>history</code> table. Screen <span class="pwgScreen">Administration, 30 30 General, History</span> shows no informations anymore on past … … 32 32 get informations back.</li> 33 33 34 <li><strong> purge sessions</strong>. Delete expired user sessions.</li>34 <li><strong>Purge sessions</strong>. Delete expired user sessions.</li> 35 35 36 <li><strong>purge never used notification feeds</strong></li> 36 <li><strong>Purge never used notification feeds</strong></li> 37 38 <li><strong>Repair and optimize database</strong> 39 For each table, re-odrer, repair and optimize operations are done. 40 </li> 37 41 38 42 </ul>
Note: See TracChangeset
for help on using the changeset viewer.