Projet

Général

Profil

Paste
Télécharger (385 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ckeditor / includes / uicolor / lang / cs.js @ 76df55b7

1
/**
2
 * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3
 * For licensing, see LICENSE.html or http://ckeditor.com/license
4
 */
5

    
6
CKEDITOR.plugins.setLang( 'uicolor', 'cs', {
7
        title: 'Výběr barvy rozhraní',
8
        preview: 'Živý náhled',
9
        config: 'Vložte tento řetězec do Vašeho souboru config.js',
10
        predefined: 'Přednastavené sady barev'
11
});