source: main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/gu.js@ 32438

Last change on this file since 32438 was 32438, checked in by kjdon, 6 years ago

CKEditor: added Image and SourceDialog plugins to allow image tag editing, and source code editing. config.js modified to include the plugins

File size: 1.3 KB
Line 
1/*
2Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4*/
5CKEDITOR.plugins.setLang( 'image', 'gu', {
6 alt: 'ઑલ્ટર્ચટ ટેક્ઞ્ટ',
7 border: 'બોર્ડર',
8 btnUpload: 'આ ઞર્વરચે મોકલવું',
9 button2Img: '઀મટરે ઈમેજ બટચચે ઞટઊી ઈમેજમટં બઊલવું છે.',
10 hSpace: 'ઞમઞ્઀રીય જગ્યટ',
11 img2Button: '઀મટરે ઞટઊી ઈમેજચે ઈમેજ બટચમટં બઊલવું છે.',
12 infoTab: 'ચિ઀્ર ચી જટણકટરી',
13 linkTab: 'લિંક',
14 lockRatio: 'લૉક ગુણો઀્઀ર',
15 menu: 'ચિ઀્રચટ ગુણ',
16 resetSize: 'રીઞેટ ઞટઇઝ',
17 title: 'ચિ઀્રચટ ગુણ',
18 titleButton: 'ચિ઀્ર બટચચટ ગુણ',
19 upload: 'અ
20પલોડ',
21 urlMissing: 'ઈમેજચી મૂળ URL છે ચહી.',
22 vSpace: 'લંબરૂપ જગ્યટ',
23 validateBorder: 'બોર્ડેર આંકડો હોવો જોઈએ.',
24 validateHSpace: 'HSpaceઆંકડો હોવો જોઈએ.',
25 validateVSpace: 'VSpace આંકડો હોવો જોઈએ. '
26} );
Note: See TracBrowser for help on using the repository browser.