New translations pagination.php (Slovenian)

This commit is contained in:
Dan Brown 2020-03-09 18:49:31 +00:00
parent a815adc24f
commit 9b6a7f0f64

View File

@ -0,0 +1,12 @@
<?php
/**
* Pagination Language Lines
* The following language lines are used by the paginator library to build
* the simple pagination links.
*/
return [
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
];