X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Flang%2Ftr.js;h=c8a093dd63c0163ca3c654ad15f5f2d2edcfa17f;hb=e73319a12b56100b29ef456fd74114fe5519e01c;hp=faf9434648e9c7437e5f512be8ed830a7ef2b3a6;hpb=4e90e78dc97789709ee7404359a5517540c27553;p=ckeditor.git diff --git a/_source/lang/tr.js b/_source/lang/tr.js index faf9434..c8a093d 100644 --- a/_source/lang/tr.js +++ b/_source/lang/tr.js @@ -13,7 +13,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['tr'] = @@ -33,8 +33,8 @@ CKEDITOR.lang['tr'] = editorTitle : 'Zengin metin editörü, %1, yardım için ALT 0 tuşuna basın.', // ARIA descriptions. - toolbar : 'Toolbar', - editor : 'Zengin Metin Editörü', + toolbars : 'Editor toolbars', // MISSING + editor : 'Zengin Metin Editörü', // Toolbar buttons without dialogs. source : 'Kaynak', @@ -120,6 +120,10 @@ CKEDITOR.lang['tr'] = alignBottom : 'Alt', invalidHeight : 'Yükseklik sayı olmalıdır.', invalidWidth : 'Genişlik bir sayı olmalıdır.', + invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING + invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING + cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, hazır değildir' @@ -200,7 +204,8 @@ CKEDITOR.lang['tr'] = menu : 'Bağlantı Özellikleri', title : 'Bağlantı Özellikleri', name : 'Bağlantı Adı', - errorName : 'Lütfen bağlantı için ad giriniz' + errorName : 'Lütfen bağlantı için ad giriniz', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -236,6 +241,7 @@ CKEDITOR.lang['tr'] = findWhat : 'Aranan:', replaceWith : 'Bununla değiştir:', notFoundMsg : 'Belirtilen yazı bulunamadı.', + findOptions : 'Find Options', // MISSING matchCase : 'Büyük/küçük harf duyarlı', matchWord : 'Kelimenin tamamı uysun', matchCyclic : 'Eşleşen döngü', @@ -412,7 +418,6 @@ CKEDITOR.lang['tr'] = upload : 'Karşıya Yükle', alt : 'Alternatif Yazı', lockRatio : 'Oranı Kilitle', - unlockRatio : 'Kilitli Oran', resetSize : 'Boyutu Başa Döndür', border : 'Kenar', hSpace : 'Yatay Boşluk', @@ -714,6 +719,8 @@ CKEDITOR.lang['tr'] = { title : 'CKEditor Hakkında', dlgTitle : 'CKEditor Hakkında', + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'Lisanslama hakkında daha fazla bilgi almak için lütfen sitemizi ziyaret edin:', copy : 'Copyright © $1. Tüm hakları saklıdır.' }, @@ -744,9 +751,64 @@ CKEDITOR.lang['tr'] = toolbarCollapse : 'Toolbar\'ı topla', toolbarExpand : 'Toolbar\'ı aç', + toolbarGroups : + { + document : 'Document', // MISSING + clipboard : 'Clipboard/Undo', // MISSING + editing : 'Editing', // MISSING + forms : 'Forms', // MISSING + basicstyles : 'Basic Styles', // MISSING + paragraph : 'Paragraph', // MISSING + links : 'Links', // MISSING + insert : 'Insert', // MISSING + styles : 'Styles', // MISSING + colors : 'Colors', // MISSING + tools : 'Tools' // MISSING + }, + bidi : { ltr : 'Text direction from left to right', // MISSING rtl : 'Text direction from right to left' // MISSING + }, + + docprops : + { + label : 'Belge Özellikleri', + title : 'Belge Özellikleri', + design : 'Design', // MISSING + meta : 'Tanım Bilgisi (Meta)', + chooseColor : 'Seçiniz', + other : '', + docTitle : 'Sayfa Başlığı', + charset : 'Karakter Kümesi Kodlaması', + charsetOther : 'Diğer Karakter Kümesi Kodlaması', + charsetASCII : 'ASCII', // MISSING + charsetCE : 'Orta Avrupa', + charsetCT : 'Geleneksel Çince (Big5)', + charsetCR : 'Kiril', + charsetGR : 'Yunanca', + charsetJP : 'Japonca', + charsetKR : 'Korece', + charsetTR : 'Türkçe', + charsetUN : 'Unicode (UTF-8)', // MISSING + charsetWE : 'Batı Avrupa', + docType : 'Belge Türü Başlığı', + docTypeOther : 'Diğer Belge Türü Başlığı', + xhtmlDec : 'XHTML Bildirimlerini Dahil Et', + bgColor : 'Arka Plan Rengi', + bgImage : 'Arka Plan Resim URLsi', + bgFixed : 'Sabit Arka Plan', + txtColor : 'Yazı Rengi', + margin : 'Kenar Boşlukları', + marginTop : 'Tepe', + marginLeft : 'Sol', + marginRight : 'Sağ', + marginBottom : 'Alt', + metaKeywords : 'Belge Dizinleme Anahtar Kelimeleri (virgülle ayrılmış)', + metaDescription : 'Belge Tanımı', + metaAuthor : 'Yazar', + metaCopyright : 'Telif', + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };