移动系统liao
2024-05-15 d7c7a6e9d05eec7b38b41b8ae39f373f650ca891
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
CKEDITOR.plugins.setLang('html5video', 'he', {
    button: 'הוסף וידאו HTML5',
    title: 'וידאו HTML5',
    infoLabel: 'מידע וידאו',
    allowed: 'סוגי קבצים מורשים: MP4, WebM, Ogv',
    urlMissing: 'כתובת הוידאו חסרה',
    videoProperties: 'מאפייני וידאו',
    upload: 'העלה',
    btnUpload: 'שלח לשרת',
    advanced: 'מתקדם',
    autoplay: 'ניגון אוטומטי?',
    allowdownload: 'Allow download?',
    advisorytitle: 'Advisory title',
    yes: 'כן',
    no: 'לא',
    responsive: 'רוחב רספונסיבי'
});