mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-17 16:46:12 +00:00
20 lines
938 B
JavaScript
Executable File
20 lines
938 B
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'div', 'gu', {
|
|
IdInputLabel: 'Id',
|
|
advisoryTitleInputLabel: 'એડવાઈઝર શીર્ષક',
|
|
cssClassInputLabel: 'સ્ટાઈલશીટ કલાસીસ',
|
|
edit: 'ડીવીમાં ફેરફાર કરવો',
|
|
inlineStyleInputLabel: 'ઈનલાઈન પદ્ધતિ',
|
|
langDirLTRLabel: 'ડાબે થી જમણે (LTR)',
|
|
langDirLabel: 'ભાષાની દિશા',
|
|
langDirRTLLabel: 'જમણે થી ડાબે (RTL)',
|
|
languageCodeInputLabel: 'ભાષાનો કોડ',
|
|
remove: 'ડીવી કાઢી કાઢવું',
|
|
styleSelectLabel: 'સ્ટાઈલ',
|
|
title: 'Div કન્ટેનર બનાવુંવું',
|
|
toolbar: 'Div કન્ટેનર બનાવુંવું'
|
|
});
|