A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_optimize.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3         <!-- @TODO Shouldn't we add a title here? //-->
4         <tr>
5                 <td width="120" class="header_column bottom right" align="center"><strong>{--ADMIN_OPTIMIZE_DBNAME--}:</strong></td>
6                 <td width="110" class="header_column bottom right" align="center"><strong>{--ADMIN_OPTIMIZE_REPAIRED--}:</strong></td>
7                 <td width="110" class="header_column bottom right" align="center"><strong>{--ADMIN_OPTIMIZE_OPTIMIZED--}:</strong></td>
8                 <td width="120" class="header_column bottom right" align="center"><strong>{--ADMIN_OPTIMIZE_TOTAL_SIZE--}:</strong></td>
9                 <td width="120" class="header_column bottom" align="center"><strong>{--ADMIN_OPTIMIZE_GAIN_SIZE--}:</strong></td>
10         </tr>
11         $content[rows]
12         <tr>
13                 <td colspan="5" class="table_footer" style="padding-top: 15px; padding-bottom: 15px;">
14                         {--ADMIN_OPTIMIZE_DB_TOTAL_TABLES--}: <strong>$content[total_tabs]</strong><br />
15                         {--ADMIN_OPTIMIZE_DB_TOTAL_SIZE--}: <strong>{%pipe,translateComma=$content[total_size]%} {--KBYTES--}</strong><br />
16                         {--ADMIN_OPTIMIZE_DB_TOTAL_OPTIMIZE--}: <strong>$content[total_rows]</strong><br />
17                         {--ADMIN_OPTIMIZE_DB_TOTAL_OPTI--}: <strong>{%pipe,translateComma=$content[total_optimized]%} {--KBYTES--}</strong><br />
18                         {--ADMIN_OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: <strong>$content[now_optimized]</strong><br />
19                         {--ADMIN_OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: <strong>{%pipe,translateComma=$content[total_gain]%} {--KBYTES--}</strong>
20                 </td>
21         </tr>
22 </table>
23 </div>
24
25 <div class="notice" align="left">
26         <strong>Aufl&ouml;sung der Zahlen in Klammern:</strong>
27         <ol>
28                 <li>Tabellen mit dem Typ &quot;InnoDB&quot; brauchen nicht optimiert
29                 werden und sollten eher neu erstellt (nicht l&ouml;schen und neu
30                 anlegen!) und dann analysiert werden. Dies unterst&uuml;tzt {?TITLE?}
31                 noch nicht.</li>
32                 <li>Tabellen mit dem Typ &quot;Speicher/Heap&quot; k&ouml;nnen nicht
33                 optimiert werden.</li>
34         </ol>
35 </div>