mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-09-10 17:31:58 +03:00
New translations pagination.php (Norwegian Bokmal)
This commit is contained in:
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 »',
|
||||||
|
|
||||||
|
];
|
Reference in New Issue
Block a user