Added language variables.

New MySQL installations should work now. Other DB types, uninstalling and updating still have to be done.
Please note: this is still early development stage. Updates from other versions will fail! Only new installations will work without mayor errors.
This commit is contained in:
Kevin
2008-10-04 20:57:55 +00:00
parent 85e9ae633b
commit 9c1bf92d0a
3 changed files with 38 additions and 8 deletions

View File

@@ -107,19 +107,27 @@
<tbody>
<tr>
<td>{ICON_EDIT}</td>
<td>Enable</td>
<td>{L_EDIT}</td>
</tr>
<tr>
<td>{ICON_DELETE}</td>
<td>Disable</td>
<td>{L_DELETE}</td>
</tr>
<tr>
<td>{ICON_MOVE_UP}</td>
<td>Move Up</td>
<td>{L_MOVE_UP}</td>
</tr>
<tr>
<td>{ICON_MOVE_DOWN}</td>
<td>Move Down</td>
<td>{L_MOVE_DOWN}</td>
</tr>
<tr>
<td>{ICON_MOVE_LEFT}</td>
<td>{L_MOVE_LEFT}</td>
</tr>
<tr>
<td>{ICON_MOVE_RIGHT}</td>
<td>{L_MOVE_RIGHT}</td>
</tr>
</tbody>
</table>