Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
 
3
/**
4
 * libphonenumber-for-php-lite data file
5
 * This file has been @generated from libphonenumber data
6
 * Do not modify!
7
 * @internal
8
 */
9
 
10
return [
11
    'id' => 'ET',
12
    'countryCode' => 251,
13
    'generalDesc' => [
14
        'pattern' => '(?:11|[2-579]\\d)\\d{7}',
15
        'posLength' => [
16
            9,
17
        ],
18
        'posLengthLocal' => [
19
            7,
20
        ],
21
    ],
22
    'fixedLine' => [
23
        'pattern' => '11667[01]\\d{3}|(?:11(?:1(?:1[124]|2[2-7]|3[1-5]|5[5-8]|8[6-8])|2(?:13|3[6-8]|5[89]|7[05-9]|8[2-6])|3(?:2[01]|3[0-289]|4[1289]|7[1-4]|87)|4(?:1[69]|3[2-49]|4[0-3]|6[5-8]|7\\d)|5(?:1[578]|44|5[0-4])|6(?:1[578]|2[69]|39|4[5-7]|5[0-5]|6[0-59]|8[015-8]))|2(?:2(?:11[1-9]|22[0-7]|33\\d|44[1467]|66[1-68])|5(?:11[124-6]|33[2-8]|44[1467]|55[14]|66[1-3679]|77[124-79]|880))|3(?:3(?:11[0-46-8]|(?:22|55)[0-6]|33[0134689]|44[04]|66[01467])|4(?:44[0-8]|55[0-69]|66[0-3]|77[1-5]))|4(?:6(?:119|22[0-24-7]|33[1-5]|44[13-69]|55[14-689]|660|88[1-4])|7(?:(?:11|22)[1-9]|33[13-7]|44[13-6]|55[1-689]))|5(?:7(?:227|55[05]|(?:66|77)[14-8])|8(?:11[149]|22[013-79]|33[0-68]|44[013-8]|550|66[1-5]|77\\d)))\\d{4}',
24
        'example' => '111112345',
25
        'posLengthLocal' => [
26
            7,
27
        ],
28
    ],
29
    'mobile' => [
30
        'pattern' => '700[1-9]\\d{5}|(?:7(?:0[1-9]|1[0-8]|22|77|86|99)|9\\d\\d)\\d{6}',
31
        'example' => '911234567',
32
    ],
33
    'tollFree' => [
34
        'posLength' => [
35
            -1,
36
        ],
37
    ],
38
    'premiumRate' => [
39
        'posLength' => [
40
            -1,
41
        ],
42
    ],
43
    'sharedCost' => [
44
        'posLength' => [
45
            -1,
46
        ],
47
    ],
48
    'personalNumber' => [
49
        'posLength' => [
50
            -1,
51
        ],
52
    ],
53
    'voip' => [
54
        'posLength' => [
55
            -1,
56
        ],
57
    ],
58
    'pager' => [
59
        'posLength' => [
60
            -1,
61
        ],
62
    ],
63
    'uan' => [
64
        'posLength' => [
65
            -1,
66
        ],
67
    ],
68
    'voicemail' => [
69
        'posLength' => [
70
            -1,
71
        ],
72
    ],
73
    'noInternationalDialling' => [
74
        'posLength' => [
75
            -1,
76
        ],
77
    ],
78
    'internationalPrefix' => '00',
79
    'nationalPrefix' => '0',
80
    'nationalPrefixForParsing' => '0',
81
    'numberFormat' => [
82
        [
83
            'pattern' => '(\\d{2})(\\d{3})(\\d{4})',
84
            'format' => '$1 $2 $3',
85
            'leadingDigitsPatterns' => [
86
                '[1-579]',
87
            ],
88
            'nationalPrefixFormattingRule' => '0$1',
89
            'domesticCarrierCodeFormattingRule' => '',
90
        ],
91
    ],
92
];