Browse code

added changes to implement the From number drop-down list, the available numbers and default number fields and the debug logging checkbox, etc.

DoubleBastionAdmin authored on 08/01/2024 19:33:20
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+OC.L10N.register(
2
+    "sip_trip_phone",
3
+    {
4
+    "Settings" : "Settings",
5
+    "SIP Trip Phone" : "SIP Trip Phone",
6
+    "Enter your credentials in the fields from below:" : "Enter your credentials in the fields from below:",
7
+    "Display Name:" : "Display Name:",
8
+    "SIP User:" : "SIP User:",
9
+    "SIP User Password:" : "SIP User Password:",
10
+    "WSS URL:" : "WSS URL:",
11
+    "SIP Realm  (the IPv4 address of your Asterisk server or the domain from the WSS URL offered by the SIP provider):" : "SIP Realm  (the IPv4 address of your Asterisk server or the domain from the WSS URL offered by the SIP provider):",
12
+    "STUN Server's IPv4 address and port number or domain and port number (optional):" : "STUN Server's IPv4 address and port number or domain and port number (optional):",
13
+    "Show debug logging in my browser's console:" : "Show debug logging in my browser's console:",
14
+    "Available phone number(s):" : "Available phone number(s):",
15
+    "Default phone number for outgoing calls (optional):" : "Default phone number for outgoing calls (optional):",
16
+    "Save" : "Save"
17
+},
18
+"nplurals=2; plural=(n != 1);");