1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Updated translations with latest Crowdin changes (#5345)

This commit is contained in:
Dan Brown
2024-12-23 11:23:44 +00:00
committed by GitHub
parent c84d999456
commit 2be504e0d2
318 changed files with 5889 additions and 94 deletions

12
lang/is/pagination.php Normal file
View 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' => '&laquo; Fyrri',
'next' => 'Næsta&raquo;',
];