File: cs.js

package info (click to toggle)
turbotinymce 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,196 kB
  • ctags: 826
  • sloc: python: 159; sh: 22; makefile: 13
file content (18 lines) | stat: -rwxr-xr-x 756 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * 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')
});