first commit. dokuwiki.
[h2N7SspZmY.git] / lib / plugins / pagelist / lang / cs / lang.php
blobc85a1b44938c188bc4d61ef5906a08382f22998d
1 <?php
2 /**
3 * Czech language file (UTF-8 encoding)
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author Lukas Zapletal <lukas.zapletal at gmail dot com>
7 */
9 // custom language strings for the plugin
10 $lang['page'] = 'Stránka';
11 $lang['date'] = 'Datum';
12 $lang['user'] = 'Uživatel';
13 $lang['desc'] = 'Popis';
15 //Setup VIM: ex: et ts=2 enc=utf-8 :