test.php 100 Bytes
Newer Older
1 2 3 4 5
<?php
/**
 *
 */
return [
6
    'The dog runs fast.' => 'Собака бегает быстро.',
AlexGx committed
7
];