source: main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/he.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.1 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', 'he', {
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 urlMissing: 'כתובת התמונה חסךה.',
21 vSpace: 'מ׹ווח אנכי',
22 validateBorder: 'שדה המסגךת חייב להיות מס׀ך שלם.',
23 validateHSpace: 'שדה המ׹ווח האו׀קי חייב להיות מס׀ך שלם.',
24 validateVSpace: 'שדה המ׹ווח האנכי חייב להיות מס׀ך שלם.'
25} );
Note: See TracBrowser for help on using the repository browser.