New translations pagination.php (Norwegian Bokmal)

This commit is contained in:
Dan Brown 2021-01-02 16:06:13 +00:00
parent 76a6fb78bf
commit b3f025561d

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;',
];