16 lines
400 B
JavaScript
16 lines
400 B
JavaScript
|
|
// I18N constants
|
||
|
|
|
||
|
|
// LANG: "fr", ENCODING: UTF-8
|
||
|
|
// Sponsored by http://www.ebdata.com
|
||
|
|
// Author: Cédric Guillemette, <cguillemette@ebdata.com>
|
||
|
|
//
|
||
|
|
// (c) www.ebdata.com 2004
|
||
|
|
// Distributed under the same terms as HTMLArea itself.
|
||
|
|
// This notice MUST stay intact for use (see license.txt).
|
||
|
|
|
||
|
|
{
|
||
|
|
"Default": "Défaut",
|
||
|
|
"Undefined": "Non défini",
|
||
|
|
"Choose stylesheet": "Choisir feuille de style"
|
||
|
|
}
|