29 lines
884 B
PHP
29 lines
884 B
PHP
<?php
|
|
/**
|
|
* @package Dotclear
|
|
*
|
|
* @copyright Olivier Meunier & Association Dotclear
|
|
* @copyright GPL-2.0-only
|
|
*/#
|
|
#
|
|
#
|
|
# DOT NOT MODIFY THIS FILE !
|
|
|
|
|
|
|
|
|
|
$GLOBALS['__l10n']['The configuration has been updated.'] = '';
|
|
$GLOBALS['__l10n']['Settings'] = '';
|
|
$GLOBALS['__l10n']['Plugin activation'] = '';
|
|
$GLOBALS['__l10n']['Enable dcCKEditor plugin'] = '';
|
|
$GLOBALS['__l10n']['Options'] = '';
|
|
$GLOBALS['__l10n']['Add alignment buttons'] = '';
|
|
$GLOBALS['__l10n']['Add lists buttons'] = '';
|
|
$GLOBALS['__l10n']['Save configuration'] = '';
|
|
$GLOBALS['__l10n']['Add text color button'] = '';
|
|
$GLOBALS['__l10n']['Add collapse button'] = '';
|
|
$GLOBALS['__l10n']['Add format selection'] = '';
|
|
$GLOBALS['__l10n']['Advanced options'] = '';
|
|
$GLOBALS['__l10n']['Text areas to be used by CKEditor'] = '';
|
|
$GLOBALS['__l10n']['Comma separed list of textareas - jQuery selector. Defaut: '] = '';
|