forked from misd-service-development/phone-number-bundle
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathvalidators.en.xlf
51 lines (51 loc) · 2.46 KB
/
validators.en.xlf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>This value is not a valid phone number.</source>
<target>This value is not a valid phone number.</target>
</trans-unit>
<trans-unit id="2">
<source>This value is not a valid fixed-line number.</source>
<target>This value is not a valid fixed-line number.</target>
</trans-unit>
<trans-unit id="3">
<source>This value is not a valid mobile number.</source>
<target>This value is not a valid mobile number.</target>
</trans-unit>
<trans-unit id="4">
<source>This value is not a valid pager number.</source>
<target>This value is not a valid pager number.</target>
</trans-unit>
<trans-unit id="5">
<source>This value is not a valid personal number.</source>
<target>This value is not a valid personal number.</target>
</trans-unit>
<trans-unit id="6">
<source>This value is not a valid premium-rate number.</source>
<target>This value is not a valid premium-rate number.</target>
</trans-unit>
<trans-unit id="7">
<source>This value is not a valid shared-cost number.</source>
<target>This value is not a valid shared-cost number.</target>
</trans-unit>
<trans-unit id="8">
<source>This value is not a valid toll-free number.</source>
<target>This value is not a valid toll-free number.</target>
</trans-unit>
<trans-unit id="9">
<source>This value is not a valid UAN.</source>
<target>This value is not a valid UAN.</target>
</trans-unit>
<trans-unit id="10">
<source>This value is not a valid VoIP number.</source>
<target>This value is not a valid VoIP number.</target>
</trans-unit>
<trans-unit id="11">
<source>This value is not a valid voicemail access number.</source>
<target>This value is not a valid voicemail access number.</target>
</trans-unit>
</body>
</file>
</xliff>