1<?php 2/** 3 * DokuWiki Plugin miniblog 4 * 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 6 * @author lainme <lainme993@gmail.com> 7 */ 8 9$lang['newer'] = '<<较新的文章'; 10$lang['older'] = '较早的文章>>'; 11