mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-14 00:39:08 +00:00
New translations pagination.php (Slovenian)
This commit is contained in:
parent
a815adc24f
commit
9b6a7f0f64
1 changed files with 12 additions and 0 deletions
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…
Add table
Reference in a new issue