User:Duesentrieb/CatScan-tr

From Meta, a Wikimedia project coordination wiki

This page contains the Turkish language file for the CatScan tool by Duesentrieb. If you like, you can use it to provide a new translation:

  • Create a new entry on User:Duesentrieb/CatScan#Languages, pointing to a page named like this one, but the with appropriate language code at the end.
  • Copy the messages below to that file, and start translating. When you are done, please drop a note on my talk page.
  • Remember to enclose it in <pre> and <nowiki> tags (in that order)

NOTE: if you provide an interface translation, you must grant me permission to use it under the terms of the GPL, as well as the GFDL! Please put a copyright notice to that effect at the top of the translation you are providing!

<?
  /*
  Language file for the CatScan tool.
  Copyright (C) 2006, Daniel Kinzler, brightbyte.de
  This file is licensed under the GPL and the GFDL:
  
  
  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.2
  or any later version published by the Free Software Foundation;
  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
  Texts.  A copy of the license is included in the section entitled "GNU
  Free Documentation License".
  
  
  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
  as published by the Free Software Foundation; either version 2
  of the License, or (at your option) any later version.
  
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
  
  require_once('CatScan_msg.php');
  
  $messages['set_language']= 'dil belirle';
  
  $messages['wiki']= 'Viki';
  
  $messages['search_in_category']= 'arama için kategori belirle';
  $messages['with_depth']= 'derinlik belirle';
  $messages['for_pages_by_category']= 'kategoriye göre aranan sayfalar';
  $messages['for_pages_by_template']= 'içerdiği şablona göre aranan sayfalar';
  $messages['inverse']= 'değiştir';
  $messages['untagged_only']= 'bu şablonu içermeyen sayfalar';
  $messages['for_all_pages']= 'bütün sayfalar';
  $messages['all_pages_hint']= 'yukarıda şablon belirtildiği halde bu şablonu içeren sayfalar gösterilecektir';
  $messages['for_stubs']= 'taslak maddeler';
  $messages['and']= 've';
  $messages['or']= 'veya';
  $messages['main_namespace_only']= 'sadece maddenin başlık kapsamı içerisinde';
  $messages['having_less_than_x_bytes_1']= 'en fazla $1 bayt büyüklüğünde olan';
  $messages['less_than_x_links_1']= 'en fazla $1 bağlantıya sahip olan';
  $messages['for_changes_in_the_last']= 'değişiklikler, son';
  $messages['hours']= 'saat için';
  $messages['hide_minor']= 'küçük değişiklikleri gizle';
  $messages['hide_bots']= 'botları gizle';
  $messages['only_new']= 'sadece yeni maddeler';
  $messages['for_all_images']= 'bütün resimler';
  $messages['for_all_categories']= 'bütün kategoriler';
  $messages['csv_output']= 'CSV formatı;
  
  $messages['catscan_go']= 'ara';
  
  $messages['recursing_categories']= 'alt kategorileri göster...';
  
  $messages['category_tree']= 'kategori ağacı';
  $messages['category_as_tree_1']= 'kategori <i>$1</i>, ağaç yapısı ile';
  
  $messages['articles_under_1']= '<i>$1</i> altında bulunan maddeler';
  $messages['highliting_template']= 'şablonun gösterilmesi';
  $messages['category_intersection_2']= '<i>$1</i> ve <i>$2</i> altında bulunan maddeler';   
  $messages['tagged_in_category_2']= '<i>$1</i> altında bulunan ve <i>$2</i> şablonunu içeren maddeler';
  $messages['untagged_in_category_2']= '<i>$1</i> altında bulunan ve <i>$2</i> şablonunu içermeyen maddeler';
  $messages['images_under_1']= '<i>$1</i> altında bulunan resimler';
  $messages['images_used_under_1']= '<i>$1</i> altında kullanılan resimler';
  $messages['categories_under_1']= '<i>$1</i> için alt kategoriler';
  $messages['changes_in_2']= '<i>$2</i> altında bulunan maddelerde son <i>$1</i> saat içinde yapılan değişiklikler';
  $messages['stubs_under_4']= '<i>$1</i> altında bulunan, en fazla <i>$2</i> bayt büyüklüğünde olan <i>$3</i> en fazla <i>$4</i> bağlantıya sahip olan taslak maddeler';
  $messages['stubs_by_size_under_2']= '<i>$1</i> altında bulunan ve en fazla <i>$2</i> bayt büyüklüğünde olan taslak maddeler';
  $messages['stubs_by_links_under_2']= '<i>$1</i> altında bulunan ve en fazla <i>$2</i> bağlantıya sahip olan taslak maddeler';
  
  $messages['found_categories_1']= '$1 kategori bulundu';
  $messages['no_matches']= 'Sonuç yok!';
  $messages['found_articles_1']= '$1 sayfa bulundu';
  
  ?>