HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/itpartnership.net (cms)/admin/lang/pt_PT.nls.php
<?php

#NLS (National Language System) array.

#Portuguese 

#Native language name
$nls['language']['pt_PT'] = 'Português de Portugal';
$nls['englishlang']['pt_PT'] = 'Portuguese';

#Possible aliases for language
$nls['alias']['pt'] = 'pt_PT';
$nls['alias']['portuguese'] = 'pt_PT' ;
$nls['alias']['port'] = 'pt_PT' ;
$nls['alias']['pt-PT'] = 'pt_PT' ;
$nls['alias']['pt_PT'] = 'pt_PT' ;

#Encoding of the language
$nls['encoding']['pt_PT'] = 'UTF-8';

#Location of the file(s)
$nls['file']['pt_PT'] = array(dirname(__FILE__).'/pt_PT/admin.inc.php');

#Language setting for HTML area
# Only change this when translations exist in HTMLarea and plugin dirs
# (please send language files to HTMLarea development)

$nls['htmlarea']['pt_PT'] = 'pt_pt';
?>