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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user