mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 21:43:11 +01:00
17 lines
348 B
JavaScript
17 lines
348 B
JavaScript
|
/**
|
||
|
* Czech lang variables
|
||
|
* encoding: utf-8
|
||
|
*
|
||
|
* $Id: cs.js,v 1.8 2006/02/23 09:05:57 spocke Exp $
|
||
|
*/
|
||
|
|
||
|
tinyMCE.addToLang('flash',{
|
||
|
title : 'Vložit / editovat Flash',
|
||
|
desc : 'Vložit / editovat Flash',
|
||
|
file : 'Flash soubor (.swf)',
|
||
|
size : 'Velikost',
|
||
|
list : 'Flash soubory',
|
||
|
props : 'Flash nastavení',
|
||
|
general : 'Obecné'
|
||
|
});
|