@@ -570,14 +570,14 @@ public enum TraceLevel
570
570
571
571
public class InstallationTraceResultLine
572
572
{
573
- // Hvis trace rammer OLT udfyldes følgende
573
+ // If trace hits OLT, fill in the following
574
574
public string co_olt_port { get ; set ; }
575
575
public string co_olt_card { get ; set ; }
576
576
public string co_olt_name { get ; set ; }
577
577
public string co_olt_spec { get ; set ; }
578
578
public string co_olt_rack { get ; set ; }
579
579
580
- // Første splidse /patch punkt som trace ramme i teknikhuset
580
+ // First splice /patch point as trace frame in the technical house
581
581
public string co_1sp_port { get ; set ; }
582
582
public string co_1sp_card { get ; set ; }
583
583
public string co_1sp_spec { get ; set ; }
@@ -587,14 +587,14 @@ public class InstallationTraceResultLine
587
587
public string co_node_spec { get ; set ; }
588
588
public string co_node_name { get ; set ; }
589
589
590
- // Flekspunkt information
591
- // Hvis trace rammer flekspunkt :
590
+ // Flex point information
591
+ // If trace hits flex point :
592
592
public string fp_splitter_port { get ; set ; }
593
593
public string fp_splitter_name { get ; set ; }
594
594
public string fp_splitter_rack { get ; set ; }
595
595
public string fp_splitter_spec { get ; set ; }
596
596
597
- // Første splidse /patch punkt som trace ramme i flekspunktet
597
+ // First splice /patch point as trace frame in the flex point
598
598
public string fp_1sp_port { get ; set ; }
599
599
public string fp_1sp_card { get ; set ; }
600
600
public string fp_1sp_spec { get ; set ; }
@@ -603,24 +603,24 @@ public class InstallationTraceResultLine
603
603
public string fp_node_spec { get ; set ; }
604
604
public string fp_node_name { get ; set ; }
605
605
606
- // Primær distributionspunkt/gadeskab information
606
+ // Primary distribution point/street cabinet information
607
607
public string pd_1sp_port { get ; set ; }
608
608
public string pd_1sp_card { get ; set ; }
609
609
public string pd_1sp_name { get ; set ; }
610
610
public string pd_1sp_spec { get ; set ; }
611
611
public string pd_node_spec { get ; set ; }
612
612
public string pd_node_name { get ; set ; }
613
613
614
- // Sekundær splidsepunkt 1
614
+ // Secondary splice point 1
615
615
public string sd1_1sp_port { get ; set ; }
616
616
public string sd1_1sp_card { get ; set ; }
617
617
public string sd1_1sp_name { get ; set ; }
618
618
public string sd1_1sp_spec { get ; set ; }
619
619
public string sd1_node_spec { get ; set ; }
620
620
public string sd1_node_name { get ; set ; }
621
621
622
- // Kundeterminering
623
- // Tracen starter ved kundertermineringen (port 1 til 4)
622
+ // Customer termination
623
+ // The trace starts at the customer termination (port 1 to 4)
624
624
public string inst_port { get ; set ; }
625
625
public string inst_card { get ; set ; }
626
626
public string inst_spec { get ; set ; }
0 commit comments