mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
New translations pagination.php (Slovenian)
This commit is contained in:
parent
a815adc24f
commit
9b6a7f0f64
12
resources/lang/sl/pagination.php
Normal file
12
resources/lang/sl/pagination.php
Normal 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' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
|
||||
];
|
Loading…
Reference in New Issue
Block a user