New translations pagination.php (Norwegian Bokmal)
This commit is contained in:
parent
76a6fb78bf
commit
b3f025561d
1 changed files with 12 additions and 0 deletions
12
resources/lang/nb/pagination.php
Normal file
12
resources/lang/nb/pagination.php
Normal 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' => '« Previous',
|
||||||
|
'next' => 'Next »',
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in a new issue