]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/menu/40-services.menu
Netzwerkscripts erweitert.
[people/pmueller/ipfire-2.x.git] / config / menu / 40-services.menu
index f1dc38e6402e9025136d04ce71b781fcb6fe370c..9901e8f3f1df00ac4d958fe0a5535a9fb7aabda9 100644 (file)
@@ -1,23 +1,23 @@
     $subservices->{'10.ipsec'} = {
                                'caption' => 'IPSec',
                                'uri' => '/cgi-bin/vpnmain.cgi',
-                               'title' => "$tr{'virtual private networking'}",
+                               'title' => "$Lang::tr{'virtual private networking'}",
                                'enabled' => 1,
                                };
     $subservices->{'20.openvpn'} = {
                                'caption' => 'OpenVPN',
                                'uri' => '/cgi-bin/ovpnmain.cgi',
-                               'title' => "$tr{'virtual private networking'}",
+                               'title' => "$Lang::tr{'virtual private networking'}",
                               'enabled' => 1,
                                };
-    $subservices->{'30.dyndns'} = {'caption' => $tr{'dynamic dns'},
+    $subservices->{'30.dyndns'} = {'caption' => $Lang::tr{'dynamic dns'},
                                'uri' => '/cgi-bin/ddns.cgi',
-                               'title' => "$tr{'dynamic dns'}",
+                               'title' => "$Lang::tr{'dynamic dns'}",
                                'enabled' => 1,
                                };
-    $subservices->{'40.time'} = {'caption' => $tr{'time server'},
+    $subservices->{'40.time'} = {'caption' => $Lang::tr{'time server'},
                                'uri' => '/cgi-bin/time.cgi',
-                               'title' => "$tr{'time server'}",
+                               'title' => "$Lang::tr{'time server'}",
                                'enabled' => 1,
                                };
     $subservices->{'50.qos'} = {'caption' => 'Quality of Service',
                                'title' => "Quality of Service",
                                'enabled' => 1,
                                };
-    $subservices->{'60.ids'} = {'caption' => $tr{'intrusion detection'},
+    $subservices->{'60.ids'} = {'caption' => $Lang::tr{'intrusion detection'},
                                'enabled' => 1,
                                'uri' => '/cgi-bin/ids.cgi',
-                               'title' => "$tr{'intrusion detection system'}",
+                               'title' => "$Lang::tr{'intrusion detection system'}",
                                };
     $subservices->{'70.extrahd'} = {'caption' => "ExtraHD",
                                'enabled' => 1,