mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
19 lines
756 B
JavaScript
19 lines
756 B
JavaScript
|
/**
|
||
|
* Czech lang variables
|
||
|
* encoding: utf-8
|
||
|
*
|
||
|
* $Id: cs.js,v 1.6 2006/01/11 14:25:49 spocke Exp $
|
||
|
*/
|
||
|
|
||
|
tinyMCE.addToLang('',{
|
||
|
insertdate_def_fmt : '%d.%m.%Y',
|
||
|
inserttime_def_fmt : '%H:%M',
|
||
|
insertdate_desc : 'Vložit datum',
|
||
|
inserttime_desc : 'Vložit čas',
|
||
|
inserttime_months_long : new Array('Leden','Únor','Březen','Duben','Květen','Červen','Červenec','Srpen','Září','Říjen','Listopad','Prosinec'),
|
||
|
inserttime_months_short : new Array('Led','Úno','Bře','Dub','Kvě','Črv','Čvc','Srp','Zář','Říj','Lis','Pro'),
|
||
|
inserttime_day_long : new Array('Neděle','Pondělí','Úterý','Středa','Čtvrtek','Pátek','Sobota','Neděle'),
|
||
|
inserttime_day_short : new Array('Ne','Po','Út','St','Čt','Pá','So','Ne')
|
||
|
});
|
||
|
|