tazpanel rev 482

libtazpanel: show ppp conections
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 11 16:09:05 2015 +0200 (2015-05-11)
parents 525e6519e66b
children 16c27be73670
files lib/libtazpanel po/fr.po
line diff
     1.1 --- a/lib/libtazpanel	Sun May 10 11:51:03 2015 +0100
     1.2 +++ b/lib/libtazpanel	Mon May 11 16:09:05 2015 +0200
     1.3 @@ -178,6 +178,9 @@
     1.4  			wlan*|ath*|ra*)
     1.5  				echo "		<tr><td><a data-icon='wifi' href='network.cgi?wifi'>$i</a></td>
     1.6  					<td>Wireless</td> $(interface_status $i)</tr>" ;;
     1.7 +			ppp*)
     1.8 +				echo "		<tr><td><span data-icon='removable'>$i</span></td>
     1.9 +					<td>Point to point</td> $(interface_status $i)</tr>" ;;
    1.10  			lo)
    1.11  				echo "		<tr><td><span data-icon='loopback'>$i</span></td>
    1.12  					<td>Loopback</td> $(interface_status $i)</tr>" ;;
     2.1 --- a/po/fr.po	Sun May 10 11:51:03 2015 +0100
     2.2 +++ b/po/fr.po	Mon May 11 16:09:05 2015 +0200
     2.3 @@ -1248,3 +1248,6 @@
     2.4  
     2.5  #~ msgid "Console keymap"
     2.6  #~ msgstr "Type de clavier de la console"
     2.7 +
     2.8 +msgid "Tweaks"
     2.9 +msgstr "Réglages"