Add JS files
This commit is contained in:
26
include/jQuery/ckeditor/plugins/image/lang/lv.js
Executable file
26
include/jQuery/ckeditor/plugins/image/lang/lv.js
Executable file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'image', 'lv', {
|
||||
alertUrl: 'Lūdzu norādīt attēla hipersaiti',
|
||||
alt: 'Alternatīvais teksts',
|
||||
border: 'Rāmis',
|
||||
btnUpload: 'Nosūtīt serverim',
|
||||
button2Img: 'Vai vēlaties pārveidot izvēlēto attēla pogu uz attēla?',
|
||||
hSpace: 'Horizontālā telpa',
|
||||
img2Button: 'Vai vēlaties pārveidot izvēlēto attēlu uz attēla pogas?',
|
||||
infoTab: 'Informācija par attēlu',
|
||||
linkTab: 'Hipersaite',
|
||||
lockRatio: 'Nemainīga Augstuma/Platuma attiecība',
|
||||
menu: 'Attēla īpašības',
|
||||
resetSize: 'Atjaunot sākotnējo izmēru',
|
||||
title: 'Attēla īpašības',
|
||||
titleButton: 'Attēlpogas īpašības',
|
||||
upload: 'Augšupielādēt',
|
||||
urlMissing: 'Trūkst attēla atrašanās adrese.',
|
||||
vSpace: 'Vertikālā telpa',
|
||||
validateBorder: 'Apmalei jābūt veselam skaitlim',
|
||||
validateHSpace: 'HSpace jābūt veselam skaitlim',
|
||||
validateVSpace: 'VSpace jābūt veselam skaitlim'
|
||||
} );
|
||||
Reference in New Issue
Block a user