11 lines
284 B
JavaScript
11 lines
284 B
JavaScript
// I18N constants
|
|
|
|
// LANG: "it", ENCODING: UTF-8
|
|
// Distributed under the same terms as HTMLArea itself.
|
|
// This notice MUST stay intact for use (see license.txt).
|
|
|
|
{
|
|
"Insert special character" : "Inserisca il carattere speciale",
|
|
"Cancel" : "Annullamento"
|
|
}
|