From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- sources/plugins/forms/lang/ug.js | 71 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 sources/plugins/forms/lang/ug.js (limited to 'sources/plugins/forms/lang/ug.js') diff --git a/sources/plugins/forms/lang/ug.js b/sources/plugins/forms/lang/ug.js new file mode 100644 index 00000000..1eed4af8 --- /dev/null +++ b/sources/plugins/forms/lang/ug.js @@ -0,0 +1,71 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'forms', 'ug', { + button: { + title: 'توپچا خاسلىقى', + text: 'بەلگە (قىممەت)', + type: 'تىپى', + typeBtn: 'توپچا', + typeSbm: 'تاپشۇر', + typeRst: 'ئەسلىگە قايتۇر' + }, + checkboxAndRadio: { + checkboxTitle: 'كۆپ تاللاش خاسلىقى', + radioTitle: 'تاق تاللاش توپچا خاسلىقى', + value: 'تاللىغان قىممەت', + selected: 'تاللانغان', + required: 'زۆرۈر' + }, + form: { + title: 'جەدۋەل خاسلىقى', + menu: 'جەدۋەل خاسلىقى', + action: 'مەشغۇلات', + method: 'ئۇسۇل', + encoding: 'جەدۋەل كودلىنىشى' + }, + hidden: { + title: 'يوشۇرۇن دائىرە خاسلىقى', + name: 'ئات', + value: 'دەسلەپكى قىممىتى' + }, + select: { + title: 'جەدۋەل/تىزىم خاسلىقى', + selectInfo: 'ئۇچۇر تاللاڭ', + opAvail: 'تاللاش تۈرلىرى', + value: 'قىممەت', + size: 'ئېگىزلىكى', + lines: 'قۇر', + chkMulti: 'كۆپ تاللاشچان', + required: 'زۆرۈر', + opText: 'تاللانما تېكىستى', + opValue: 'تاللانما قىممىتى', + btnAdd: 'قوش', + btnModify: 'ئۆزگەرت', + btnUp: 'ئۈستىگە', + btnDown: 'ئاستىغا', + btnSetValue: 'دەسلەپكى تاللانما قىممىتىگە تەڭشە', + btnDelete: 'ئۆچۈر' + }, + textarea: { + title: ' كۆپ قۇرلۇق تېكىست خاسلىقى', + cols: 'ھەرپ كەڭلىكى', + rows: 'قۇر سانى' + }, + textfield: { + title: 'تاق قۇرلۇق تېكىست خاسلىقى', + name: 'ئات', + value: 'دەسلەپكى قىممىتى', + charWidth: 'ھەرپ كەڭلىكى', + maxChars: 'ئەڭ كۆپ ھەرپ سانى', + required: 'زۆرۈر', + type: 'تىپى', + typeText: 'تېكىست', + typePass: 'ئىم', + typeEmail: 'تورخەت', + typeSearch: 'ئىزدە', + typeTel: 'تېلېفون نومۇر', + typeUrl: 'ئادرېس' + } +} ); -- cgit v1.2.3