forked from FreePBX/superfecta
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Module Tag script: superfecta 13.0.4.3] If the Caller ID is 'unknown…
…', 'anonymous' or empty then skip the check
- Loading branch information
Showing
10 changed files
with
99 additions
and
87 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,15 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-03 20:17-0400\n" | ||
"POT-Creation-Date: 2017-12-08 18:29-0500\n" | ||
"PO-Revision-Date: 2016-12-11 12:35+0200\n" | ||
"Last-Translator: Ernesto <[email protected]>\n" | ||
"Language-Team: Spanish <http://weblate.freepbx.org/projects/freepbx/" | ||
"superfecta/es_ES/>\n" | ||
"Language: es_ES\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: es_ES\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 2.4\n" | ||
|
||
|
@@ -177,9 +177,9 @@ msgstr "" | |
"Si desea prefijar información sobre el identificador de llamadas, puede " | ||
"especificar aquí un URL donde pueda recuperarse ese prefijo. <br> Los datos " | ||
"no se analizarán de ninguna manera y se truncarán en los primeros 10 " | ||
"caracteres. <br> Ejemplo URL: http://www.example.com/GetCID.php?phone_number=" | ||
"[número] <br> [thenumber] se reemplazará con el número de teléfono completo " | ||
"de 10 dígitos cuando se llame la URL" | ||
"caracteres. <br> Ejemplo URL: http://www.example.com/GetCID.php?" | ||
"phone_number=[número] <br> [thenumber] se reemplazará con el número de " | ||
"teléfono completo de 10 dígitos cuando se llame la URL" | ||
|
||
#: views/add_scheme.php:63 | ||
msgid "" | ||
|
@@ -194,22 +194,23 @@ msgid "" | |
"prefix) will not make any changes but will create a match. Only the first " | ||
"matched pattern will be executed and the remaining rules will not be acted " | ||
"on.<br /><br /><b>Rules:</b><br />\n" | ||
"\t\t\t\t\t\t\t<strong>X</strong> matches any digit from 0-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>Z</strong> matches any digit from 1-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>N</strong> matches any digit from 2-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>X</strong> matches any digit from " | ||
"0-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>Z</strong> matches any digit from " | ||
"1-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>N</strong> matches any digit from " | ||
"2-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>[1237-9]</strong> matches any digit or letter " | ||
"in the brackets (in this example, 1,2,3,7,8,9)<br />\n" | ||
"\t\t\t\t\t\t\t<strong>.</strong> wildcard, matches one or " | ||
"more characters (not allowed before a | or +)<br />\n" | ||
"\t\t\t\t\t\t\t<strong>|</strong> removes a dialing prefix " | ||
"from the number (for example, 613|NXXXXXX would match when some one dialed " | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look up.)" | ||
"<br><strong>+</strong> adds a dialing prefix to the number " | ||
"(for example, 1613+NXXXXXX would match when someone dialed \"5551234\" and " | ||
"would pass \"16135551234\" to the Superfecta look up.)<br /><br />\n" | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look " | ||
"up.)<br><strong>+</strong> adds a dialing prefix to the " | ||
"number (for example, 1613+NXXXXXX would match when someone dialed " | ||
"\"5551234\" and would pass \"16135551234\" to the Superfecta look up.)<br /" | ||
"><br />\n" | ||
"\t\t\t\t\t\t\tYou can also use both + and |, for example: 01+0|1ZXXXXXXXXX " | ||
"would match \"016065551234\" and dial it as \"0116065551234\" Note that the " | ||
"order does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." | ||
|
@@ -272,10 +273,11 @@ msgid "" | |
"characters (not allowed before a | or +)<br />\n" | ||
"\t\t\t\t<strong>|</strong> removes a dialing prefix from " | ||
"the number (for example, 613|NXXXXXX would match when some one dialed " | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look up.)" | ||
"<br><strong>+</strong> adds a dialing prefix to the number " | ||
"(for example, 1613+NXXXXXX would match when someone dialed \"5551234\" and " | ||
"would pass \"16135551234\" to the Superfecta look up.)<br /><br />\n" | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look " | ||
"up.)<br><strong>+</strong> adds a dialing prefix to the " | ||
"number (for example, 1613+NXXXXXX would match when someone dialed " | ||
"\"5551234\" and would pass \"16135551234\" to the Superfecta look up.)<br /" | ||
"><br />\n" | ||
"\t\t\t\tYou can also use both + and |, for example: 01+0|1ZXXXXXXXXX would " | ||
"match \"016065551234\" and dial it as \"0116065551234\" Note that the order " | ||
"does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,15 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-03 20:17-0400\n" | ||
"POT-Creation-Date: 2017-12-08 18:29-0500\n" | ||
"PO-Revision-Date: 2017-03-08 21:01+0200\n" | ||
"Last-Translator: Kingvoice <[email protected]>\n" | ||
"Language-Team: Portuguese (Brazil) <http://weblate.freepbx.org/projects/" | ||
"freepbx/superfecta/pt_BR/>\n" | ||
"Language: pt_BR\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: pt_BR\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 2.4\n" | ||
|
||
|
@@ -177,9 +177,9 @@ msgstr "" | |
"Se você deseja prefixar informações sobre o identificador de chamada, você " | ||
"pode especificar uma URL aqui onde esse prefixo pode ser recuperado. <br> Os " | ||
"dados não serão analisados de forma alguma e serão truncados para os " | ||
"primeiros 10 caracteres. URL: http://www.exemplo.com/GetCID.php?phone_number=" | ||
"[numero] <br> [numero] será substituído pelo número de telefone completo de " | ||
"10 dígitos quando a URL for chamada" | ||
"primeiros 10 caracteres. URL: http://www.exemplo.com/GetCID.php?" | ||
"phone_number=[numero] <br> [numero] será substituído pelo número de telefone " | ||
"completo de 10 dígitos quando a URL for chamada" | ||
|
||
#: views/add_scheme.php:63 | ||
msgid "" | ||
|
@@ -194,22 +194,23 @@ msgid "" | |
"prefix) will not make any changes but will create a match. Only the first " | ||
"matched pattern will be executed and the remaining rules will not be acted " | ||
"on.<br /><br /><b>Rules:</b><br />\n" | ||
"\t\t\t\t\t\t\t<strong>X</strong> matches any digit from 0-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>Z</strong> matches any digit from 1-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>N</strong> matches any digit from 2-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>X</strong> matches any digit from " | ||
"0-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>Z</strong> matches any digit from " | ||
"1-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>N</strong> matches any digit from " | ||
"2-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>[1237-9]</strong> matches any digit or letter " | ||
"in the brackets (in this example, 1,2,3,7,8,9)<br />\n" | ||
"\t\t\t\t\t\t\t<strong>.</strong> wildcard, matches one or " | ||
"more characters (not allowed before a | or +)<br />\n" | ||
"\t\t\t\t\t\t\t<strong>|</strong> removes a dialing prefix " | ||
"from the number (for example, 613|NXXXXXX would match when some one dialed " | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look up.)" | ||
"<br><strong>+</strong> adds a dialing prefix to the number " | ||
"(for example, 1613+NXXXXXX would match when someone dialed \"5551234\" and " | ||
"would pass \"16135551234\" to the Superfecta look up.)<br /><br />\n" | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look " | ||
"up.)<br><strong>+</strong> adds a dialing prefix to the " | ||
"number (for example, 1613+NXXXXXX would match when someone dialed " | ||
"\"5551234\" and would pass \"16135551234\" to the Superfecta look up.)<br /" | ||
"><br />\n" | ||
"\t\t\t\t\t\t\tYou can also use both + and |, for example: 01+0|1ZXXXXXXXXX " | ||
"would match \"016065551234\" and dial it as \"0116065551234\" Note that the " | ||
"order does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." | ||
|
@@ -240,10 +241,11 @@ msgid "" | |
"characters (not allowed before a | or +)<br />\n" | ||
"\t\t\t\t<strong>|</strong> removes a dialing prefix from " | ||
"the number (for example, 613|NXXXXXX would match when some one dialed " | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look up.)" | ||
"<br><strong>+</strong> adds a dialing prefix to the number " | ||
"(for example, 1613+NXXXXXX would match when someone dialed \"5551234\" and " | ||
"would pass \"16135551234\" to the Superfecta look up.)<br /><br />\n" | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look " | ||
"up.)<br><strong>+</strong> adds a dialing prefix to the " | ||
"number (for example, 1613+NXXXXXX would match when someone dialed " | ||
"\"5551234\" and would pass \"16135551234\" to the Superfecta look up.)<br /" | ||
"><br />\n" | ||
"\t\t\t\tYou can also use both + and |, for example: 01+0|1ZXXXXXXXXX would " | ||
"match \"016065551234\" and dial it as \"0116065551234\" Note that the order " | ||
"does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,11 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-03 20:17-0400\n" | ||
"POT-Creation-Date: 2017-12-08 18:29-0500\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
@@ -183,22 +184,23 @@ msgid "" | |
"prefix) will not make any changes but will create a match. Only the first " | ||
"matched pattern will be executed and the remaining rules will not be acted " | ||
"on.<br /><br /><b>Rules:</b><br />\n" | ||
"\t\t\t\t\t\t\t<strong>X</strong> matches any digit from 0-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>Z</strong> matches any digit from 1-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>N</strong> matches any digit from 2-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>X</strong> matches any digit from " | ||
"0-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>Z</strong> matches any digit from " | ||
"1-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>N</strong> matches any digit from " | ||
"2-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>[1237-9]</strong> matches any digit or letter " | ||
"in the brackets (in this example, 1,2,3,7,8,9)<br />\n" | ||
"\t\t\t\t\t\t\t<strong>.</strong> wildcard, matches one or " | ||
"more characters (not allowed before a | or +)<br />\n" | ||
"\t\t\t\t\t\t\t<strong>|</strong> removes a dialing prefix " | ||
"from the number (for example, 613|NXXXXXX would match when some one dialed " | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look up.)" | ||
"<br><strong>+</strong> adds a dialing prefix to the number " | ||
"(for example, 1613+NXXXXXX would match when someone dialed \"5551234\" and " | ||
"would pass \"16135551234\" to the Superfecta look up.)<br /><br />\n" | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look " | ||
"up.)<br><strong>+</strong> adds a dialing prefix to the " | ||
"number (for example, 1613+NXXXXXX would match when someone dialed " | ||
"\"5551234\" and would pass \"16135551234\" to the Superfecta look up.)<br /" | ||
"><br />\n" | ||
"\t\t\t\t\t\t\tYou can also use both + and |, for example: 01+0|1ZXXXXXXXXX " | ||
"would match \"016065551234\" and dial it as \"0116065551234\" Note that the " | ||
"order does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." | ||
|
@@ -229,10 +231,11 @@ msgid "" | |
"characters (not allowed before a | or +)<br />\n" | ||
"\t\t\t\t<strong>|</strong> removes a dialing prefix from " | ||
"the number (for example, 613|NXXXXXX would match when some one dialed " | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look up.)" | ||
"<br><strong>+</strong> adds a dialing prefix to the number " | ||
"(for example, 1613+NXXXXXX would match when someone dialed \"5551234\" and " | ||
"would pass \"16135551234\" to the Superfecta look up.)<br /><br />\n" | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look " | ||
"up.)<br><strong>+</strong> adds a dialing prefix to the " | ||
"number (for example, 1613+NXXXXXX would match when someone dialed " | ||
"\"5551234\" and would pass \"16135551234\" to the Superfecta look up.)<br /" | ||
"><br />\n" | ||
"\t\t\t\tYou can also use both + and |, for example: 01+0|1ZXXXXXXXXX would " | ||
"match \"016065551234\" and dial it as \"0116065551234\" Note that the order " | ||
"does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,15 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-03 20:17-0400\n" | ||
"POT-Creation-Date: 2017-12-08 18:29-0500\n" | ||
"PO-Revision-Date: 2017-08-03 10:42+0200\n" | ||
"Last-Translator: PETER <[email protected]>\n" | ||
"Language-Team: Vietnamese <http://weblate.freepbx.org/projects/freepbx/" | ||
"superfecta/vi/>\n" | ||
"Language: vi\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: vi\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
"X-Generator: Weblate 2.4\n" | ||
|
||
|
@@ -194,22 +194,23 @@ msgid "" | |
"prefix) will not make any changes but will create a match. Only the first " | ||
"matched pattern will be executed and the remaining rules will not be acted " | ||
"on.<br /><br /><b>Rules:</b><br />\n" | ||
"\t\t\t\t\t\t\t<strong>X</strong> matches any digit from 0-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>Z</strong> matches any digit from 1-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>N</strong> matches any digit from 2-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>X</strong> matches any digit from " | ||
"0-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>Z</strong> matches any digit from " | ||
"1-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>N</strong> matches any digit from " | ||
"2-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>[1237-9]</strong> matches any digit or letter " | ||
"in the brackets (in this example, 1,2,3,7,8,9)<br />\n" | ||
"\t\t\t\t\t\t\t<strong>.</strong> wildcard, matches one or " | ||
"more characters (not allowed before a | or +)<br />\n" | ||
"\t\t\t\t\t\t\t<strong>|</strong> removes a dialing prefix " | ||
"from the number (for example, 613|NXXXXXX would match when some one dialed " | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look up.)" | ||
"<br><strong>+</strong> adds a dialing prefix to the number " | ||
"(for example, 1613+NXXXXXX would match when someone dialed \"5551234\" and " | ||
"would pass \"16135551234\" to the Superfecta look up.)<br /><br />\n" | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look " | ||
"up.)<br><strong>+</strong> adds a dialing prefix to the " | ||
"number (for example, 1613+NXXXXXX would match when someone dialed " | ||
"\"5551234\" and would pass \"16135551234\" to the Superfecta look up.)<br /" | ||
"><br />\n" | ||
"\t\t\t\t\t\t\tYou can also use both + and |, for example: 01+0|1ZXXXXXXXXX " | ||
"would match \"016065551234\" and dial it as \"0116065551234\" Note that the " | ||
"order does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." | ||
|
@@ -267,10 +268,11 @@ msgid "" | |
"characters (not allowed before a | or +)<br />\n" | ||
"\t\t\t\t<strong>|</strong> removes a dialing prefix from " | ||
"the number (for example, 613|NXXXXXX would match when some one dialed " | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look up.)" | ||
"<br><strong>+</strong> adds a dialing prefix to the number " | ||
"(for example, 1613+NXXXXXX would match when someone dialed \"5551234\" and " | ||
"would pass \"16135551234\" to the Superfecta look up.)<br /><br />\n" | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look " | ||
"up.)<br><strong>+</strong> adds a dialing prefix to the " | ||
"number (for example, 1613+NXXXXXX would match when someone dialed " | ||
"\"5551234\" and would pass \"16135551234\" to the Superfecta look up.)<br /" | ||
"><br />\n" | ||
"\t\t\t\tYou can also use both + and |, for example: 01+0|1ZXXXXXXXXX would " | ||
"match \"016065551234\" and dial it as \"0116065551234\" Note that the order " | ||
"does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: FreePBX 2.5 Chinese Translation\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-03 20:17-0400\n" | ||
"POT-Creation-Date: 2017-12-08 18:29-0500\n" | ||
"PO-Revision-Date: 2017-07-31 07:35+0800\n" | ||
"Last-Translator: james <[email protected]>\n" | ||
"Language-Team: Simplified Chinese <http://weblate.freepbx.org/projects/" | ||
"freepbx/framework/zh_CN/>\n" | ||
"Language: zh_CN\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: zh_CN\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
"X-Generator: Weblate 2.2-dev\n" | ||
|
||
|
@@ -171,22 +171,23 @@ msgid "" | |
"prefix) will not make any changes but will create a match. Only the first " | ||
"matched pattern will be executed and the remaining rules will not be acted " | ||
"on.<br /><br /><b>Rules:</b><br />\n" | ||
"\t\t\t\t\t\t\t<strong>X</strong> matches any digit from 0-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>Z</strong> matches any digit from 1-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>N</strong> matches any digit from 2-" | ||
"9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>X</strong> matches any digit from " | ||
"0-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>Z</strong> matches any digit from " | ||
"1-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>N</strong> matches any digit from " | ||
"2-9<br />\n" | ||
"\t\t\t\t\t\t\t<strong>[1237-9]</strong> matches any digit or letter " | ||
"in the brackets (in this example, 1,2,3,7,8,9)<br />\n" | ||
"\t\t\t\t\t\t\t<strong>.</strong> wildcard, matches one or " | ||
"more characters (not allowed before a | or +)<br />\n" | ||
"\t\t\t\t\t\t\t<strong>|</strong> removes a dialing prefix " | ||
"from the number (for example, 613|NXXXXXX would match when some one dialed " | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look up.)" | ||
"<br><strong>+</strong> adds a dialing prefix to the number " | ||
"(for example, 1613+NXXXXXX would match when someone dialed \"5551234\" and " | ||
"would pass \"16135551234\" to the Superfecta look up.)<br /><br />\n" | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look " | ||
"up.)<br><strong>+</strong> adds a dialing prefix to the " | ||
"number (for example, 1613+NXXXXXX would match when someone dialed " | ||
"\"5551234\" and would pass \"16135551234\" to the Superfecta look up.)<br /" | ||
"><br />\n" | ||
"\t\t\t\t\t\t\tYou can also use both + and |, for example: 01+0|1ZXXXXXXXXX " | ||
"would match \"016065551234\" and dial it as \"0116065551234\" Note that the " | ||
"order does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." | ||
|
@@ -217,10 +218,11 @@ msgid "" | |
"characters (not allowed before a | or +)<br />\n" | ||
"\t\t\t\t<strong>|</strong> removes a dialing prefix from " | ||
"the number (for example, 613|NXXXXXX would match when some one dialed " | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look up.)" | ||
"<br><strong>+</strong> adds a dialing prefix to the number " | ||
"(for example, 1613+NXXXXXX would match when someone dialed \"5551234\" and " | ||
"would pass \"16135551234\" to the Superfecta look up.)<br /><br />\n" | ||
"\"6135551234\" but would only pass \"5551234\" to the Superfecta look " | ||
"up.)<br><strong>+</strong> adds a dialing prefix to the " | ||
"number (for example, 1613+NXXXXXX would match when someone dialed " | ||
"\"5551234\" and would pass \"16135551234\" to the Superfecta look up.)<br /" | ||
"><br />\n" | ||
"\t\t\t\tYou can also use both + and |, for example: 01+0|1ZXXXXXXXXX would " | ||
"match \"016065551234\" and dial it as \"0116065551234\" Note that the order " | ||
"does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." | ||
|
Oops, something went wrong.