akaunting/resources/lang/nl-NL/pagination.php

11 lines
213 B
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
2020-03-25 00:46:36 +03:00
'previous' => 'Previous',
'next' => 'Next',
'showing' => ':first-:last of :total records.',
'page' => 'per page.',
2017-11-30 12:27:54 +03:00
];