1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added Swedish translation

This commit is contained in:
marcusforsberg
2018-01-26 20:16:35 +01:00
parent f4bfbf91db
commit 682bc9f896
11 changed files with 843 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| 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; Föregående',
'next' => 'Nästa &raquo;',
];