aboutsummaryrefslogtreecommitdiffstats
path: root/ur/legal/locales.php
blob: b03c08089bca77fe6110272ed7f4d906211d8353 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

$_t = array(
    'en' => array(
        'page_h1' => 'Legal notices',
    ),
    'fr' => array(
        'page_h1' => 'Mentions légales',
        
    )
);