10 lines
287 B
PHP
10 lines
287 B
PHP
<?php
|
|
/**
|
|
* Czech language file for the configuration manager
|
|
*
|
|
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
|
*/
|
|
$lang['position'] = 'Umístění informačního banneru o cookies na stránce';
|
|
$lang['position_o_top'] = 'výše';
|
|
$lang['position_o_bottom'] = 'níže';
|