1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

New Crowdin updates (#3737)

This commit is contained in:
Dan Brown
2022-10-20 12:18:58 +01:00
committed by GitHub
parent f9c0edbd0c
commit 5d37a814fd
120 changed files with 2252 additions and 604 deletions

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; Προηγούμενο',
'next' => 'Επόμενο &raquo;',
];