TT#115002 Add missing localization for 'SIP Peering Group'

The localization was missing for the following lines:
> <p>ANY of the rules must match to choose the peering group for outbound calls.</p>
> <p>ALL of the rules must match to choose the peering group for inbound calls.</p>

Committing them to test translation of new messages on crowdin.com.

Change-Id: I5fef746f38d09ddb1ce27131758f104bf0f7bdeb
mr9.4
Alexander Lutay 5 years ago
parent a7d718cc28
commit 02a183e6a4

@ -34,7 +34,7 @@
<div class="ngcp-separator"></div>
<h3>[% c.loc('Outbound Peering Rules') %]</h3>
<p>ANY of the rules must match to choose the peering group for outbound calls.</p>
<p>[% c.loc('ANY of the rules must match to choose the peering group for outbound calls.') %]</p>
[%
helper.name = c.loc('Outbound Peering Rule');
helper.identifier = 'PeeringRules';
@ -66,7 +66,7 @@
<div class="ngcp-separator"></div>
<h3>[% c.loc('Inbound Peering Rules') %]</h3>
<p>ALL of the rules must match to choose the peering group for inbound calls.</p>
<p>[% c.loc('ALL of the rules must match to choose the peering group for inbound calls.') %]</p>
[%
helper.name = c.loc('Inbound Peering Rule');
helper.identifier = 'InboundPeeringRules';

Loading…
Cancel
Save