Updated translations [skip ci]

This commit is contained in:
James Cole
2016-10-10 08:19:00 +02:00
parent 1500018ccc
commit 62aa1eb487
18 changed files with 1536 additions and 174 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; Prethodna',
'next' => 'Sljedeća &raquo;',
];