Files
BootstrapPageGenerator/ckeditor/plugins/forms/lang/az.js
Francesco Malagrino f9caa9759b new ckeditor
New ckeditor
2017-03-26 21:10:58 +02:00

72 lines
1.8 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'forms', 'az', {
button: {
title: 'Düymənin xüsusiyyətləri',
text: 'Mətn (kəmiyyət)',
type: 'Növ',
typeBtn: 'Düymə',
typeSbm: 'Təsdiq et',
typeRst: 'Dəyişiklikləri imtina et'
},
checkboxAndRadio: {
checkboxTitle: 'Qutucuqun xüsusiyyətləri',
radioTitle: 'Radio düyməsinin xüsusiyyətləri',
value: 'Kəmiyyət',
selected: 'Seçilmiş',
required: 'Tələb olunur'
},
form: {
title: 'Formanın xüsusiyyətləri',
menu: 'Formanın xüsusiyyətləri',
action: 'Emal edən ünvan',
method: 'Göndərilmə üsulu',
encoding: 'Kodlaşdırma'
},
hidden: {
title: 'Gizli xanasının xüsusiyyətləri',
name: 'Ad',
value: 'Kəmiyyət'
},
select: {
title: 'SELECT elementinin xüsusiyyətləri',
selectInfo: 'SELECT elementinin haqqında məlumat',
opAvail: 'Mövcud olan seçimləri',
value: 'Kəmiyyət',
size: 'Ölçülər',
lines: 'xəttlər',
chkMulti: 'Çox kəmiyyətli xana',
required: 'Tələb olunur',
opText: 'Mətn',
opValue: 'Kəmiyyət',
btnAdd: ıavə et',
btnModify: 'Redaktə et',
btnUp: 'Yuxarı',
btnDown: 'Aşağı',
btnSetValue: 'Susmaya görə kəmiyyəti kimi seç',
btnDelete: 'Sil'
},
textarea: {
title: 'Mətn xanasının xüsusiyyətləri',
cols: 'Sütunlar',
rows: 'Sətirlər'
},
textfield: {
title: 'Mətn xanasının xüsusiyyətləri',
name: 'Ad',
value: 'Kəmiyyət',
charWidth: 'İşarənin eni',
maxChars: 'İşarələrin hüdudu',
required: 'Tələb olunur',
type: 'Növ',
typeText: 'Mətn',
typePass: 'Şifrə',
typeEmail: 'E-poçt',
typeSearch: 'Axtarış',
typeTel: 'Telefon nömrəsi',
typeUrl: 'Link'
}
} );