lms/lang/de/pagination.php

7 lines
89 B
PHP

<?php
return array (
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
);