User:Duesentrieb/CatScan-bg

From Meta, a Wikimedia project coordination wiki

This page contains the Bulgarian 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']= 'Промени езика';

$messages['wiki']= 'Уики';

$messages['search_in_category']= 'търси в категория';
$messages['with_depth']= 'дълбочина';
$messages['for_pages_by_category']= 'страници по категории';
$messages['for_pages_by_template']= 'страници по шаблони';
$messages['inverse']= 'инверсно';
$messages['untagged_only']= 'страници без шаблони';
$messages['for_all_pages']= 'всички страници';
$messages['all_pages_hint']= 'подчертаване на резултатите с шаблон при търсене по шаблони';
$messages['for_stubs']= 'мъничета';
$messages['and']= 'и';
$messages['or']= 'или';
$messages['main_namespace_only']= 'само от пространството на статиите';
$messages['having_less_than_x_bytes_1']= 'по-малко от $1 байта';
$messages['less_than_x_links_1']= 'по-малко от $1 линкове';
$messages['for_changes_in_the_last']= 'промени в последните';
$messages['hours']= 'часове';
$messages['hide_minor']= 'скриване на малки промени';
$messages['hide_bots']= 'скриване на роботи';
$messages['only_new']= 'само нови статии';
$messages['for_all_images']= 'всички картини';
$messages['for_all_categories']= 'всички категории';
$messages['csv_output']= 'CSV-формат';

$messages['catscan_go']= 'търси';

$messages['recursing_categories']= 'претърсване на подкатегории...';

$messages['category_tree']= 'дърво на категориите';
$messages['category_as_tree_1']= 'покажи категория $1 като дърво';

$messages['articles_under_1']= 'статии в $1';
$messages['highliting_template']= 'подчертаване на шаблон $1';
$messages['category_intersection_2']= 'статии в $1, които са вклющени и в $2';
$messages['tagged_in_category_2']= 'статии в $1, които съдържат шаблона $2';
$messages['untagged_in_category_2']= 'статии в $1, които не съдържат $2';
$messages['images_under_1']= 'картини в $1';
$messages['images_used_under_1']= 'картини използвани в $1';
$messages['categories_under_1']= 'подкатегории на $1';
$messages['changes_in_2']= 'промени от последните $1 часове по статиите в $2';
$messages['stubs_under_4']= 'мъничета $1 по-малки от $2 байта $3 по-малко $4 линкове';
$messages['stubs_by_size_under_2']= 'мъничета в $1 по-малки от $2 байта';
$messages['stubs_by_links_under_2']= 'мъничета в $1 с по-малко от $2 линкове';

$messages['found_categories_1']= '$1 намерени категории';
$messages['no_matches']= 'не е намерено нищо!';
$messages['found_articles_1']= '$1 намерени страници';

?>