Browse
For agents
About
Contact Forms by Cimatti
/
1.1
Contact Forms by Cimatti
v1.1
Switch version
2.3.6
2.3.5
2.3.0
2.2.32
2.2.4
2.2.0
2.1.2
2.1.1
trunk
1.0
1.1
1.2
1.2.1
1.3
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.4.0
1.4.1
All 62 releases
Overview
Code
contact-forms
/
PFBC
/
Resources
/
ckeditor
/
plugins
/
devtools
/
lang
/
en.js
en.js
in Contact Forms by Cimatti 1.1, at PFBC/Resources/ckeditor/plugins/devtools/lang/en.js
7 lines
340 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
2
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3
For licensing, see LICENSE.html or http://ckeditor.com/license
4
*/
5
6
CKEDITOR
.
plugins
.
setLang
(
'
devtools
'
,
'
en
'
,
{
devTools
:
{
title
:
'
Element Information
'
,
dialogName
:
'
Dialog window name
'
,
tabName
:
'
Tab name
'
,
elementId
:
'
Element ID
'
,
elementType
:
'
Element type
'
}
}
)
;
7