First Commit
This commit is contained in:
commit
610aa1e202
4204 changed files with 636764 additions and 0 deletions
17
resources/lang/uk/pagination.php
Executable file
17
resources/lang/uk/pagination.php
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Мовні ресурси для виведення декількох сторінок
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Наведені нижче ресурси використовуються бібліотекою виведення сторінок
|
||||
| для створення посилать навігації. Ви можете їх змінити на будь-які
|
||||
| інші тексти посилань, що краще підходитимуть Вашому додатку.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Назад',
|
||||
'next' => 'Далі »',
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue