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

10 lines
199 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;',
'showing' => 'Visar :first till :last av :total :type',
];