mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 02:28:27 +08:00
New translations pagination.php (Norwegian Bokmal)
This commit is contained in:
parent
76a6fb78bf
commit
b3f025561d
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 New Issue
Block a user