akaunting/resources/lang/sv-SE/pagination.php

11 lines
235 B
PHP
Raw Normal View History

2018-03-12 21:36:46 +03:00
<?php
return [
'previous' => '&laquo; Föregående',
'next' => 'Nästa &raquo;',
2019-12-25 14:32:47 +03:00
'showing' => ':first-:last of :total records.',
'page' => 'per sida.',
2018-03-12 21:36:46 +03:00
];