add contents
This commit is contained in:
15
lib/plugins/pagelist/lang/cs/lang.php
Normal file
15
lib/plugins/pagelist/lang/cs/lang.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Lukas Zapletal <lukas.zapletal at gmail dot com>
|
||||
* @author Roman Svoboda <svoboro1@fel.cvut.cz>
|
||||
*/
|
||||
$lang['page'] = 'Stránka';
|
||||
$lang['date'] = 'Datum';
|
||||
$lang['user'] = 'Uživatel';
|
||||
$lang['desc'] = 'Popis';
|
||||
$lang['diff'] = 'Rozdíly';
|
||||
$lang['diff_title'] = 'Zobrazit rozdíly vůči aktuální verzi';
|
||||
$lang['diff_alt'] = 'Zobrazit rozdíly vůči aktuální verzi';
|
Reference in New Issue
Block a user