* (bug 3069) Warning on upload of scaled down images
[lhc/web/wiklou.git] / languages / messages / MessagesLn.php
1 <?php
2
3 /**
4 * Lingala language
5 *
6 * @addtogroup Language
7 */
8
9 $linkPrefixExtension = true;
10
11 # Same as the French (bug 8485)
12 $separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
13
14 $messages = array( 'linkprefix' => '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD' );
15
16 ?>