mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 23:44:32 +02:00
11 lines
171 B
PHP
Executable file
11 lines
171 B
PHP
Executable file
<?php
|
|
|
|
// private language message file for unit testing purposes
|
|
|
|
$fallback = 'en';
|
|
|
|
$messages = array(
|
|
'HTMLPurifier' => 'HTML Purifier X'
|
|
);
|
|
|
|
// vim: et sw=4 sts=4
|