zURL/system/i18n/fr.php

7 lines
144 B
PHP
Raw Normal View History

2010-02-26 12:53:37 +00:00
<?php defined('SYSPATH') or die('No direct script access.');
return array
(
'French' => 'Français',
'Hello, world!' => 'Bonjour, monde!',
);