mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-18 00:56:16 +00:00
25 lines
1.1 KiB
JavaScript
Executable File
25 lines
1.1 KiB
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'wsc', 'he', {
|
|
btnIgnore: 'התעלמות',
|
|
btnIgnoreAll: 'התעלמות מהכל',
|
|
btnReplace: 'החלפה',
|
|
btnReplaceAll: 'החלפת הכל',
|
|
btnUndo: 'החזרה',
|
|
changeTo: 'שינוי ל',
|
|
errorLoading: 'שגיאה בהעלאת השירות: %s.',
|
|
ieSpellDownload: 'בודק האיות לא מותקן, האם להורידו?',
|
|
manyChanges: 'בדיקות איות הסתיימה: %1 מילים שונו',
|
|
noChanges: 'בדיקות איות הסתיימה: לא שונתה אף מילה',
|
|
noMispell: 'בדיקות איות הסתיימה: לא נמצאו שגיאות כתיב',
|
|
noSuggestions: '- אין הצעות -',
|
|
notAvailable: 'לא נמצא שירות זמין.',
|
|
notInDic: 'לא נמצא במילון',
|
|
oneChange: 'בדיקות איות הסתיימה: שונתה מילה אחת',
|
|
progress: 'בודק האיות בתהליך בדיקה....',
|
|
title: 'בדיקת איות',
|
|
toolbar: 'בדיקת איות'
|
|
});
|