aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/basicstyles/lang/gu.js
blob: 9061903979433a15537ce1e50e28ab2842db59ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'basicstyles', 'gu', {
	bold: 'બોલ્ડ/સ્પષ્ટ',
	italic: 'ઇટેલિક, ત્રાંસા',
	strike: 'છેકી નાખવું',
	subscript: 'એક ચિહ્નની નીચે કરેલું બીજું ચિહ્ન',
	superscript: 'એક ચિહ્ન ઉપર કરેલું બીજું ચિહ્ન.',
	underline: 'અન્ડર્લાઇન, નીચે લીટી'
} );