mirror of
https://github.com/gryf/wicd.git
synced 2026-04-20 21:01:25 +02:00
Fixed the width of the connection summary window. Uses tables now. All
information updated every couple of seconds.
This commit is contained in:
@@ -85,8 +85,10 @@ language['tray_connected_to_wireless'] = _('Wireless Network\n$A at $B\nSpeed: $
|
||||
language['connected_to_wired'] = _('Connected to wired network (IP: $A)')
|
||||
language['tray_connected_to_wired'] = _('Wired Network\nIP: $A')
|
||||
language['not_connected'] = _('Not connected')
|
||||
language['conn_info_wired'] = _('Wired\nIP:\t\t$A\nRX:\t\t$B KB/s\nTX:\t\t$C KB/s\n\n\n')
|
||||
language['conn_info_wireless'] = _('Wireless\nSSID:\t$A\nSpeed\t$B\nIP:\t\t$C\nStrength:\t$D\nRX:\t\t$E KB/s\nTX:\t\t$F KB/s')
|
||||
language['conn_info_wired_labels'] = _('Wired\nIP:\nRX:\nTX:\n\n\n')
|
||||
language['conn_info_wireless_labels'] = _('Wireless\nSSID:\nSpeed:\nIP:\nStrength:\nRX:\nTX:')
|
||||
language['conn_info_wired'] = _('\n$A\n$B KB/s\n$C KB/s\n\n\n')
|
||||
language['conn_info_wireless'] = _('\n$A\n$B\n$C\n$D\n$E KB/s\n$F KB/s')
|
||||
language['no_wireless_networks_found'] = _('No wireless networks found.')
|
||||
language['killswitch_enabled'] = _('Wireless Kill Switch Enabled')
|
||||
language['key'] = _('Key')
|
||||
|
||||
Reference in New Issue
Block a user