OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
email
/
vendor
/
phpmailer
/
phpmailer
/
test
/
Fixtures
/
LocalizationTest
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/10/2024 05:28:18 AM
rwxr-xr-x
📄
phpmailer.lang-fr.php
266 bytes
07/10/2024 05:28:18 AM
rw-r--r--
📄
phpmailer.lang-nl.php
266 bytes
07/10/2024 05:28:18 AM
rw-r--r--
📄
phpmailer.lang-xa_scri_cc.php
190 bytes
07/10/2024 05:28:18 AM
rw-r--r--
📄
phpmailer.lang-xb_scri.php
182 bytes
07/10/2024 05:28:18 AM
rw-r--r--
📄
phpmailer.lang-xc_cc.php
183 bytes
07/10/2024 05:28:18 AM
rw-r--r--
📄
phpmailer.lang-xd_cc.php
183 bytes
07/10/2024 05:28:19 AM
rw-r--r--
📄
phpmailer.lang-xd_scri.php
182 bytes
07/10/2024 05:28:19 AM
rw-r--r--
📄
phpmailer.lang-xe.php
175 bytes
07/10/2024 05:28:19 AM
rw-r--r--
📄
phpmailer.lang-xx.php
193 bytes
07/10/2024 05:28:19 AM
rw-r--r--
📄
phpmailer.lang-yy.php
600 bytes
07/10/2024 05:28:19 AM
rw-r--r--
📄
phpmailer.lang-zz.php
867 bytes
07/10/2024 05:28:19 AM
rw-r--r--
Editing: phpmailer.lang-zz.php
Close
<?php /** * Test fixture. * * Used in the `PHPMailer\LocalizationTest` to test that language strings not * set via a fixed, known group of array index keys are disregarded. */ $PHPMAILER_LANG['extension_missing'] = 'Confirming that test fixture was loaded correctly (zz).'; // Keys not in the original array. $PHPMAILER_LANG['unknown'] = 'Unknown text.'; $PHPMAILER_LANG['invalid'] = 'Invalid text.'; // Keys which exist in the original array, but use the wrong letter case or space instead of underscore. $PHPMAILER_LANG['Authenticate'] = 'Overruled text, index not same case'; $PHPMAILER_LANG['CONNECT_HOST'] = 'Overruled text, index not same case'; $PHPMAILER_LANG['Data_Not_Accepted'] = 'Overruled text, index not same case'; $PHPMAILER_LANG['empty message'] = 'Overruled text, index not same case';