Cleaned up translation files.

This commit is contained in:
James Cole
2016-03-13 17:19:09 +01:00
parent 18b80a69c2
commit 41a2e657b1
36 changed files with 2352 additions and 2383 deletions

View File

@@ -1,19 +1,13 @@
<?php
/**
* pagination.php
* Copyright (C) 2016 Sander Dorigo
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
];