Fix tab translation for Subnet

SVN:trunk[2453]
This commit is contained in:
Erwan Taloc
2012-11-21 13:53:13 +00:00
parent 084609bfad
commit 07fee4ac00
2 changed files with 11 additions and 2 deletions

View File

@@ -1487,6 +1487,7 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:IPInterface+' => '',
'Class:IPInterface/Attribute:ipaddress' => 'IP address',
'Class:IPInterface/Attribute:ipaddress+' => '',
'Class:IPInterface/Attribute:macaddress' => 'MAC address',
'Class:IPInterface/Attribute:macaddress+' => '',
'Class:IPInterface/Attribute:comment' => 'Comment',
@@ -1776,6 +1777,10 @@ Dict::Add('EN US', 'English', 'English', array(
'Server:otherinfo' => 'Other informations',
'Person:info' => 'General informations',
'Person:notifiy' => 'Notification',
'Class:Subnet/Tab:IPUsage' => 'IP Usage',
'Class:Subnet/Tab:IPUsage-explain' => 'Interfaces having an IP in the range: <em>%1$s</em> to <em>%2$s</em>',
'Class:Subnet/Tab:FreeIPs' => 'Free IPs',
'Class:Subnet/Tab:FreeIPs-count' => 'Free IPs: %1$s',
'Class:Subnet/Tab:FreeIPs-explain' => 'Here is an extract of 10 free IP addresses',
));
?>

View File

@@ -1765,6 +1765,10 @@ Dict::Add('EN US', 'English', 'English', array(
'Server:otherinfo' => 'Autres informations',
'Person:info' => 'Informations générales',
'Person:notifiy' => 'Notification',
'Class:Subnet/Tab:IPUsage' => 'IP utilisées',
'Class:Subnet/Tab:IPUsage-explain' => 'Interfaces ayant une IP dans la plage: <em>%1$s</em> à <em>%2$s</em>',
'Class:Subnet/Tab:FreeIPs' => 'IP disponibles',
'Class:Subnet/Tab:FreeIPs-count' => 'IP disponibles: %1$s',
'Class:Subnet/Tab:FreeIPs-explain' => 'Voici un échantillon de dix addresses IP disponibles',
));
?>