10 lines
188 B
PHP
10 lines
188 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => '« 이전',
|
|
'next' => '다음 »',
|
|
'showing' => ':type :total 중 :first 보는 중',
|
|
|
|
];
|