-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathenglish.php
More file actions
50 lines (35 loc) · 2.23 KB
/
Copy pathenglish.php
File metadata and controls
50 lines (35 loc) · 2.23 KB
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
<?php
$_LANG['dnssectabname'] = 'DNSSEC Management';
$_LANG['dnssec']['pagename'] = 'DNSSEC Records';
$_LANG['dnssec']['tablename'] = 'Manage DNSSEC Records';
$_LANG['dnssec']['activatednssecbutton'] = 'Activate DNSSEC';
$_LANG['dnssec']['deactivatednssecbutton'] = 'Deactivate DNSSEC';
$_LANG['dnssec']['alertdnssecnotactivated'] = 'DNSSEC is not active on this domain.';
$_LANG['dnssec']['alertdnssecactivated'] = 'DNSSEC is active for this domain. If you deactivate DNSSEC, all existing keys will be deleted from this domain.';
$_LANG['dnssec']['tableheaderflags'] = 'Flags';
$_LANG['dnssec']['tableheaderalgorithms'] = 'Algorithm';
$_LANG['dnssec']['tableheaderpublickeys'] = 'Public key';
$_LANG['dnssec']['tableheaderactions'] = 'Actions';
$_LANG['dnssec']['tablebuttonactiondelete'] = 'Delete';
$_LANG['dnssec']['tablebuttonactionsave'] = 'Save';
$_LANG['dnssec']['buttonadddnssecrecord'] = 'Add A New DNSSEC Record';
$_LANG['esIdentificationType'] = 'Identification Type';
$_LANG['esIdentificationNumber'] = "Company or Individual ID";
$_LANG['esIdentificationPassport'] = "Passport/Individual ID";
$_LANG['esIdentificationCompany'] = "Company Registration ID";
$_LANG['esIdentificationCORI'] = "Company or Individual ID";
$_LANG['ptIdentificationType'] = 'Tipo de Contribuinte (VAT/TAX ID)';
$_LANG['ptIdentificationNumber'] = 'Tipo de Contribuinte (VAT/TAX ID)';
$_LANG['ptIdentificationVat'] = "NIPC (empresa)";
$_LANG['ptIdentificationSocialSecurityNumber'] = "NIF (particular)";
$_LANG['ptIdentificationCORI'] = 'Tipo de Contribuinte (VAT/TAX ID)';
$_LANG['itIdentificationCompany'] = 'Company Registration Number';
$_LANG['itIdentificationSocialSecurityNumber'] = 'Individual Codice Fiscale';
$_LANG['seIdentificationCompany'] = 'Legal Entity';
$_LANG['seIdentificationSocialSecurityNumber'] = 'Private individual';
$_LANG['fiIdentificationCompany'] = 'Company Registration Number';
$_LANG['fiIdentificationPassport'] = 'Passport/ID number for Individuals';
$_LANG['fiIdentificationSocialSecurityNumber'] = 'Social Security Number for Individuals';
$_LANG['fiIdentificationBirthDate'] = 'Birthday for Foreign Private Individuals (YYYY-MM-DD)';
$_LANG['dkUserType'] = 'User Type';
$_LANG['dkSoleProprietorship'] = 'Sole Proprietorship';