- Timestamp:
- 10/26/17 16:50:04 (7 years ago)
- Branches:
- master, perl-5.22
- Children:
- d6ed36a
- Parents:
- 9684832
- Location:
- npl/syn3/webint/src/vpn
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/syn3/webint/src/vpn/edittunnel.php
r9684832 re248cf2 99 99 elseif ($new_leftsourceip && !ValidIp($new_leftsourceip)) 100 100 $errors[new_leftsourceip]=_EnterValidIp(); 101 else { 102 $tunnels=vpn_ReadTunnels(); 103 foreach ($tunnels as $name=>$data) 104 { 105 if (($name != $new_name) && ($data[leftid]==$new_leftid) && ($data[right]==$new_right)) 106 { 107 $errors[new_leftid]=_TunnelAlreadyExistsBetweenHosts($name); 108 break; 109 } 110 } 111 } 101 112 102 113 -
npl/syn3/webint/src/vpn/lang_de.php
r9684832 re248cf2 240 240 );} 241 241 242 function _TunnelAlreadyExistsBetweenHosts($a="",$b="",$c="",$d="") { return ( 243 "Tunnel $a already exists between these IP adresses." 244 );} 245 242 246 function _TunnelDownError($a='',$b='') { return ( 243 247 "Fehler beim Deaktivieren des Tunnels $a: $b" -
npl/syn3/webint/src/vpn/lang_deD.php
r9684832 re248cf2 240 240 );} 241 241 242 function _TunnelAlreadyExistsBetweenHosts($a="",$b="",$c="",$d="") { LangDebug("Tunnel $a already exists between these IP adresses.", "http://www.syn-3.nl/mosaddphp/translate/editlang.php?src_lang=en&add_langID=de&add_labelID=_TunnelAlreadyExistsBetweenHosts");return ( 243 "Tunnel $a already exists between these IP adresses." 244 );} 245 242 246 function _TunnelDownError($a='',$b='') { LangDebug("Fehler beim Deaktivieren des Tunnels $a: $b", "http://www.syn-3.nl/mosaddphp/translate/editlang.php?edit_ID=4301");return ( 243 247 "Fehler beim Deaktivieren des Tunnels $a: $b" -
npl/syn3/webint/src/vpn/lang_en.php
r9684832 re248cf2 240 240 );} 241 241 242 function _TunnelAlreadyExistsBetweenHosts($a="",$b="",$c="",$d="") { return ( 243 "Tunnel $a already exists between these IP adresses." 244 );} 245 242 246 function _TunnelDownError($a='',$b='') { return ( 243 247 "Error while disabling tunnel $a: $b" -
npl/syn3/webint/src/vpn/lang_enD.php
r9684832 re248cf2 240 240 );} 241 241 242 function _TunnelAlreadyExistsBetweenHosts($a="",$b="",$c="",$d="") { LangDebug("Tunnel $a already exists between these IP adresses.", "http://www.syn-3.nl/mosaddphp/translate/editlang.php?edit_ID=8326");return ( 243 "Tunnel $a already exists between these IP adresses." 244 );} 245 242 246 function _TunnelDownError($a='',$b='') { LangDebug("Error while disabling tunnel $a: $b", "http://www.syn-3.nl/mosaddphp/translate/editlang.php?edit_ID=1387");return ( 243 247 "Error while disabling tunnel $a: $b" -
npl/syn3/webint/src/vpn/lang_nl.php
r9684832 re248cf2 240 240 );} 241 241 242 function _TunnelAlreadyExistsBetweenHosts($a="",$b="",$c="",$d="") { return ( 243 "Tunnel $a bestaat al tussen deze twee IP adressen." 244 );} 245 242 246 function _TunnelDownError($a='',$b='') { return ( 243 247 "Probleem tijdens het uitschakellen van tunnel $a: $b" -
npl/syn3/webint/src/vpn/lang_nlD.php
r9684832 re248cf2 240 240 );} 241 241 242 function _TunnelAlreadyExistsBetweenHosts($a="",$b="",$c="",$d="") { LangDebug("Tunnel $a bestaat al tussen deze twee IP adressen.", "http://www.syn-3.nl/mosaddphp/translate/editlang.php?edit_ID=8327");return ( 243 "Tunnel $a bestaat al tussen deze twee IP adressen." 244 );} 245 242 246 function _TunnelDownError($a='',$b='') { LangDebug("Probleem tijdens het uitschakellen van tunnel $a: $b", "http://www.syn-3.nl/mosaddphp/translate/editlang.php?edit_ID=423");return ( 243 247 "Probleem tijdens het uitschakellen van tunnel $a: $b" -
npl/syn3/webint/src/vpn/lang_pl.php
r9684832 re248cf2 240 240 );} 241 241 242 function _TunnelAlreadyExistsBetweenHosts($a="",$b="",$c="",$d="") { return ( 243 "Tunnel $a already exists between these IP adresses." 244 );} 245 242 246 function _TunnelDownError($a='',$b='') { return ( 243 247 "Bład podczas wyłączania tunelu $a: $b" -
npl/syn3/webint/src/vpn/lang_plD.php
r9684832 re248cf2 238 238 function _ThisSide($a='',$b='') { LangDebug("Ustawienia \'tutaj\'", "http://www.syn-3.nl/mosaddphp/translate/editlang.php?edit_ID=4726");return ( 239 239 "Ustawienia 'tutaj'" 240 );} 241 242 function _TunnelAlreadyExistsBetweenHosts($a="",$b="",$c="",$d="") { LangDebug("Tunnel $a already exists between these IP adresses.", "http://www.syn-3.nl/mosaddphp/translate/editlang.php?src_lang=en&add_langID=pl&add_labelID=_TunnelAlreadyExistsBetweenHosts");return ( 243 "Tunnel $a already exists between these IP adresses." 240 244 );} 241 245 -
npl/syn3/webint/src/vpn/lang_pt.php
r9684832 re248cf2 240 240 );} 241 241 242 function _TunnelAlreadyExistsBetweenHosts($a="",$b="",$c="",$d="") { return ( 243 "Tunnel $a already exists between these IP adresses." 244 );} 245 242 246 function _TunnelDownError($a='',$b='') { return ( 243 247 "Error while disabling tunnel $a: $b" -
npl/syn3/webint/src/vpn/lang_ptD.php
r9684832 re248cf2 240 240 );} 241 241 242 function _TunnelAlreadyExistsBetweenHosts($a="",$b="",$c="",$d="") { LangDebug("Tunnel $a already exists between these IP adresses.", "http://www.syn-3.nl/mosaddphp/translate/editlang.php?src_lang=en&add_langID=pt&add_labelID=_TunnelAlreadyExistsBetweenHosts");return ( 243 "Tunnel $a already exists between these IP adresses." 244 );} 245 242 246 function _TunnelDownError($a='',$b='') { LangDebug("Error while disabling tunnel $a: $b", "http://www.syn-3.nl/mosaddphp/translate/editlang.php?src_lang=en&add_langID=pt&add_labelID=_TunnelDownError");return ( 243 247 "Error while disabling tunnel $a: $b"
Note: See TracChangeset
for help on using the changeset viewer.