mirror of
https://github.com/Daniel15/zURL
synced 2024-11-23 00:46:45 +00:00
7 lines
144 B
PHP
7 lines
144 B
PHP
<?php defined('SYSPATH') or die('No direct script access.');
|
|
|
|
return array
|
|
(
|
|
'French' => 'Français',
|
|
'Hello, world!' => 'Bonjour, monde!',
|
|
); |