summaryrefslogtreecommitdiff
path: root/_source/plugins/devtools/lang/gu.js
blob: cea92823bfcd78d29fe4fe414d4787859b387cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.plugins.setLang( 'devtools', 'gu',
{
	devTools :
	{
		title		: 'પ્રાથમિક માહિતી',
		dialogName	: 'વિન્ડોનું નામ',
		tabName		: 'ટેબનું નામ',
		elementId	: 'પ્રાથમિક આઈડી',
		elementType	: 'પ્રાથમિક પ્રકાર'
	}
});