mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
b3a4d8af2a
+ Czech language (cs) + settings.php in english populated by new option Note: validation php taken from lavarel official translation (https://github.com/caouecs/Laravel-lang/blob/master/src/cs/validation.php)
13 lines
238 B
PHP
13 lines
238 B
PHP
<?php
|
|
/**
|
|
* Pagination Language Lines
|
|
* The following language lines are used by the paginator library to build
|
|
* the simple pagination links.
|
|
*/
|
|
return [
|
|
|
|
'previous' => '« Pøedchozí',
|
|
'next' => 'Další »',
|
|
|
|
];
|