mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 20:51:23 +01:00
14 lines
226 B
JavaScript
14 lines
226 B
JavaScript
/**
|
|
* Slovak lang variables
|
|
* encoding: utf-8
|
|
*
|
|
* @author Vladimir VASIL vvasil@post.sk
|
|
*
|
|
* $Id: sk.js,v 1.1 2005/11/22 20:56:44 spocke Exp $
|
|
*/
|
|
|
|
tinyMCE.addToLang('',{
|
|
save_desc : 'Uložiť'
|
|
});
|
|
|