Norwegian translation (#134)

* Norwegian translation

Norwegian translation

* Norwegian translation
This commit is contained in:
wef0rm
2023-07-11 13:42:47 +02:00
committed by GitHub
parent a314fdee3f
commit 918c9a5a61
6 changed files with 274 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines  Norwegian Translation
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Forrige',
'next' => 'Neste &raquo;',
];