mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Add Multi-Language Support (almost finished)
approx. 90% are already translated. At the moment 2 languages are included. English and German. If you are interested, feel free to add more translations. See the maintenance.php for more information. The Frontend is almost done. Some translations in the notification system are still pending. I am aware that the language files still have some optimization potential, but after 3 days of localization, I don't feel like doing that right now.
This commit is contained in:
@@ -121,18 +121,18 @@
|
||||
<table id="tableEvents" class="table table-bordered table-hover table-striped ">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Order</th>
|
||||
<th>Device</th>
|
||||
<th>Owner</th>
|
||||
<th>Date</th>
|
||||
<th>Event Type</th>
|
||||
<th>Connection</th>
|
||||
<th>Disconnection</th>
|
||||
<th>Duration</th>
|
||||
<th>Duration Order</th>
|
||||
<th>IP</th>
|
||||
<th>IP Order</th>
|
||||
<th>Additional Info</th>
|
||||
<th><?php echo $pia_lang['Events_TableHead_Order'];?></th>
|
||||
<th><?php echo $pia_lang['Events_TableHead_Device'];?></th>
|
||||
<th><?php echo $pia_lang['Events_TableHead_Owner'];?></th>
|
||||
<th><?php echo $pia_lang['Events_TableHead_Date'];?></th>
|
||||
<th><?php echo $pia_lang['Events_TableHead_EventType'];?></th>
|
||||
<th><?php echo $pia_lang['Events_TableHead_Connection'];?></th>
|
||||
<th><?php echo $pia_lang['Events_TableHead_Disconnection'];?></th>
|
||||
<th><?php echo $pia_lang['Events_TableHead_Duration'];?></th>
|
||||
<th><?php echo $pia_lang['Events_TableHead_DurationOrder'];?></th>
|
||||
<th><?php echo $pia_lang['Events_TableHead_IP'];?></th>
|
||||
<th><?php echo $pia_lang['Events_TableHead_IPOrder'];?></th>
|
||||
<th><?php echo $pia_lang['Events_TableHead_AdditionalInfo'];?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user