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