BookStack/resources/lang/no_NB/pagination.php
Ole Aldric 837cccd4d4 Added translation for Norwegian (Bokmål)
This will add translations for Norwegian to BookStack. It is identified by the langID no_NB
2020-10-19 11:43:43 +02:00

13 lines
236 B
PHP

<?php
/**
* Pagination Language Lines
* The following language lines are used by the paginator library to build
* the simple pagination links.
*/
return [
'previous' => '&laquo; Forrige',
'next' => 'Neste &raquo;',
];