akaunting/resources/lang/fi-FI/pagination.php

10 lines
224 B
PHP
Raw Normal View History

2021-01-19 01:08:51 +00:00
<?php
return [
'previous' => 'Edellinen',
'next' => 'Seuraava',
'showing' => ':first-:last :total :sta kirjauksesta.',
'page' => 'per sivu.',
];