New translations.

This commit is contained in:
James Cole
2016-08-12 10:34:45 +02:00
parent 76649cb7de
commit b9e1e01337
40 changed files with 4037 additions and 1270 deletions

View File

@@ -0,0 +1,13 @@
<?php
/**
* pagination.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
return [
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
];