aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/toolbar/lang/gu.js
blob: 7ff25356ae4d7f1a37b3cee2cc2405ff7d8d4fae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'toolbar', 'gu', {
	toolbarCollapse: 'ટૂલબાર નાનું કરવું',
	toolbarExpand: 'ટૂલબાર મોટું કરવું',
	toolbarGroups: {
		document: 'દસ્તાવેજ',
		clipboard: 'ક્લિપબોર્ડ/અન',
		editing: 'એડીટ કરવું',
		forms: 'ફોર્મ',
		basicstyles: 'બેસિક્ સ્ટાઇલ',
		paragraph: 'ફકરો',
		links: 'લીંક',
		insert: 'ઉમેરવું',
		styles: 'સ્ટાઇલ',
		colors: 'રંગ',
		tools: 'ટૂલ્સ'
	},
	toolbars: 'એડીટર ટૂલ બાર'
} );