Author: minton Date: 2015-01-23 15:02:33 +0100 (Fri, 23 Jan 2015) New Revision: 91078 Modified: branches/openSUSE-13_2-Branch/packages/ru/po/factory5.ru.po Log: Merged factory5.pot for ru Modified: branches/openSUSE-13_2-Branch/packages/ru/po/factory5.ru.po =================================================================== --- branches/openSUSE-13_2-Branch/packages/ru/po/factory5.ru.po 2015-01-23 14:02:18 UTC (rev 91077) +++ branches/openSUSE-13_2-Branch/packages/ru/po/factory5.ru.po 2015-01-23 14:02:33 UTC (rev 91078) @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: openSUSE-packages\n" -"POT-Creation-Date: 2013-10-14 09:33:56\n" +"POT-Creation-Date: 2014-07-19 02:18:31\n" "PO-Revision-Date: 2013-10-28 16:31+0000\n" "Last-Translator: Александр Мелентьев <minton@opensuse.org>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/openSUSE-packages/language/ru/)\n" @@ -25,81 +25,385 @@ "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. summary(texlive-bbm) -msgid "\"Blackboard-style\" cm fonts" +#. description(perl-MooseX-Types-LoadableClass) +msgid "" +" use Moose::Util::TypeConstraints;\n" +"\n" +" my $tc = subtype as ClassName; coerce $tc, from Str, via { Class::Load::load_class($_); $_ };\n" +"\n" +"I've written those three lines of code quite a lot of times, in quite a lot of places.\n" +"\n" +"Now I don't have to." msgstr "" -#. summary(texlive-a4wide) -msgid "\"Wide\" a4 layout" +#. description(perl-Net-Domain-TLD) +msgid "" +" The purpose of this module is to provide user with current list of available top level domain names including new ICANN additions and ccTLDs Currently TLD definitions have been acquired from the following sources:\n" +"\n" +" http://www.icann.org/tlds/ http://www.dnso.org/constituency/gtld/gtld.html http://www.iana.org/cctld/cctld-whois.htm https://www.iana.org/domains/root/db" msgstr "" -#. summary(texlive-adhocfilelist) -msgid "'\\listfiles' entries from the command line" +#. description(perl-NetPacket) +msgid "\"NetPacket\" provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each \"NetPacket\" descendent module knows how to encode and decode packets for the network protocol it implements. Consult the documentation for the module in question for protocol-specific implementation. Note that there is no inheritance in the \"NetPacket::\" cluster of modules other than each protocol module being a \"NetPacket\". This was seen to be too restrictive as imposing inheritance relationships (for example between the IP, UDP and TCP protocols) would make things like tunneling or other unusual situations difficult." msgstr "" -#. summary(texlive-arabi) -msgid "(La)TeX support for Arabic and Farsi, compliant with Babel" +#. description(perl-MooseX-NonMoose) +msgid "" +"'MooseX::NonMoose' allows for easily subclassing non-Moose classes with Moose, taking care of the annoying details connected with doing this, such as setting up proper inheritance from the Moose::Object manpage and installing (and inlining, at 'make_immutable' time) a constructor that makes sure things like 'BUILD' methods are called. It tries to be as non-intrusive as possible - when this module is used, inheriting from non-Moose classes and inheriting from Moose classes should work identically, aside from the few caveats mentioned below. One of the goals of this module is that including it in a the Moose::Exporter manpage-based package used across an entire application should be possible, without interfering with classes that only inherit from Moose modules, or even classes that don't inherit from anything at all.\n" +"\n" +"There are several ways to use this module. The most straightforward is to just 'use MooseX::NonMoose;' in your class; this should set up everything necessary for extending non-Moose modules. the MooseX::NonMoose::Meta::Role::Class manpage and the MooseX::NonMoose::Meta::Role::Constructor manpage can also be applied to your metaclasses manually, either by passing a '-traits' option to your 'use Moose;' line, or by applying them using the Moose::Util::MetaRole manpage in a the Moose::Exporter manpage-based package. the MooseX::NonMoose::Meta::Role::Class manpage is the part that provides the main functionality of this module; if you don't care about inlining, this is all you need to worry about. Applying the MooseX::NonMoose::Meta::Role::Constructor manpage as well will provide an inlined constructor when you immutabilize your class.\n" +"\n" +"'MooseX::NonMoose' allows you to manipulate the argument list that gets passed to the superclass constructor by defining a 'FOREIGNBUILDARGS' method. This is called with the same argument list as the 'BUILDARGS' method, but should return a list of arguments to pass to the superclass constructor. This allows 'MooseX::NonMoose' to support superclasses whose constructors would get confused by the extra arguments that Moose requires (for attributes, etc.)\n" +"\n" +"Not all non-Moose classes use 'new' as the name of their constructor. This module allows you to extend these classes by explicitly stating which method is the constructor, during the call to 'extends'. The syntax looks like this:\n" +"\n" +" extends 'Foo' => { -constructor_name => 'create' };\n" +"\n" +"similar to how you can already pass '-version' in the 'extends' call in a similar way." msgstr "" -#. summary(spec-cleaner) -msgid ".spec file cleaner" -msgstr "Утилита очистки файлов .spec" +#. description(perl-Net-CIDR-Set) +msgid "" +"'Net::CIDR::Set' represents sets of IP addresses and allows standard set operations (union, intersection, membership test etc) to be performed on them.\n" +"\n" +"In spite of the name it can work with sets consisting of arbitrary ranges of IP addresses - not just CIDR blocks.\n" +"\n" +"Both IPv4 and IPv6 addresses are handled - but they may not be mixed in the same set. You may explicitly set the personality of a set:\n" +"\n" +" my $ip4set = Net::CIDR::Set->new({ type => 'ipv4 }, '10.0.0.0/8');\n" +"\n" +"Normally this isn't necessary - the set will guess its personality from the first data that is added to it." +msgstr "" -#. summary(texlive-asymptote) -msgid "2D and 3D TeX-Aware Vector Graphics Language" +#. description(perl-Path-Class) +msgid "" +"'Path::Class' is a module for manipulation of file and directory specifications (strings describing their locations, like ''/home/ken/foo.txt'' or ''C:\\Windows\\Foo.txt'') in a cross-platform manner. It supports pretty much every platform Perl runs on, including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2, and NetWare.\n" +"\n" +"The well-known module the File::Spec manpage also provides this service, but it's sort of awkward to use well, so people sometimes avoid it, or use it in a way that won't actually work properly on platforms significantly different than the ones they've tested their code on.\n" +"\n" +"In fact, 'Path::Class' uses 'File::Spec' internally, wrapping all the unsightly details so you can concentrate on your application code. Whereas 'File::Spec' provides functions for some common path manipulations, 'Path::Class' provides an object-oriented model of the world of path specifications and their underlying semantics. 'File::Spec' doesn't create any objects, and its classes represent the different ways in which paths must be manipulated on various platforms (not a very intuitive concept). 'Path::Class' creates objects representing files and directories, and provides methods that relate them to each other. For instance, the following 'File::Spec' code:\n" +"\n" +" my $absolute = File::Spec->file_name_is_absolute( File::Spec->catfile( @dirs, $file ) );\n" +"\n" +"can be written using 'Path::Class' as\n" +"\n" +" my $absolute = Path::Class::File->new( @dirs, $file )->is_absolute;\n" +"\n" +"or even as\n" +"\n" +" my $absolute = file( @dirs, $file )->is_absolute;\n" +"\n" +"Similar readability improvements should happen all over the place when using 'Path::Class'.\n" +"\n" +"Using 'Path::Class' can help solve real problems in your code too - for instance, how many people actually take the \"volume\" (like 'C:' on Windows) into account when writing 'File::Spec'-using code? I thought not. But if you use 'Path::Class', your file and directory objects will know what volumes they refer to and do the right thing.\n" +"\n" +"The guts of the 'Path::Class' code live in the the Path::Class::File manpage and the Path::Class::Dir manpage modules, so please see those modules' documentation for more details about how to use them." msgstr "" -#. summary(texlive-asymptote-manual-zh-cn) -msgid "A Chinese translation of the asymptote manual" -msgstr "Китайский перевод руководства asymptote" +#. description(perl-PerlIO-via-dynamic) +msgid "" +"'PerlIO::via::dynamic' is used for creating dynamic the PerlIO manpage layers. It is useful when the behavior or the layer depends on variables. You should not use this module as via layer directly (ie :via(dynamic)).\n" +"\n" +"Use the constructor to create new layers, with two arguments: translate and untranslate. Then use '$p-'via ($fh)> to wrap the handle. Once <$fh> is destroyed, the temporary namespace for the IO layer will be removed.\n" +"\n" +"Note that PerlIO::via::dynamic uses the scalar fields to reference to the object representing the dynamic namespace." +msgstr "" -#. summary(python-seacucumber) -msgid "A Django email backend for Amazon Simple Email Service, backed by celery" +#. description(perl-Role-Tiny) +msgid "'Role::Tiny' is a minimalist role composition tool." msgstr "" +#. description(perl-Test-Command) +msgid "" +"'Test::Command' intends to bridge the gap between the well tested functions and objects you choose and their usage in your programs. By examining the exit status, terminating signal, STDOUT and STDERR of your program you can determine if it is behaving as expected.\n" +"\n" +"This includes testing the various combinations and permutations of options and arguments as well as the interactions between the various functions and objects that make up your program.\n" +"\n" +"The various test functions below can accept either a command string or an array reference for the first argument. If the command is expressed as a string it is passed to 'system' as is. If the command is expressed as an array reference it is dereferenced and passed to 'system' as a list. See ''perldoc -f system'' for how these may differ.\n" +"\n" +"The final argument for the test functions, '$name', is optional. By default the '$name' is a concatenation of the test function name, the command string and the expected value. This construction is generally sufficient for identifying a failing test, but you may always specify your own '$name' if desired.\n" +"\n" +"Any of the test functions can be used as instance methods on a 'Test::Command' object. This is done by dropping the initial '$cmd' argument and instead using arrow notation.\n" +"\n" +"All of the following 'exit_is_num' calls are equivalent.\n" +"\n" +" exit_is_num('true', 0); exit_is_num('true', 0, 'exit_is_num: true, 0'); exit_is_num(['true'], 0); exit_is_num(['true'], 0, 'exit_is_num: true, 0');\n" +"\n" +" my $cmd = Test::Command->new( cmd => 'true' );\n" +"\n" +" exit_is_num($cmd, 0); exit_is_num($cmd, 0, 'exit_is_num: true, 0'); $cmd->exit_is_num(0); $cmd->exit_is_num(0, 'exit_is_num: true, 0');\n" +"\n" +" $cmd = Test::Command->new( cmd => ['true'] );\n" +"\n" +" exit_is_num($cmd, 0); exit_is_num($cmd, 0, 'exit_is_num: true, 0'); $cmd->exit_is_num(0); $cmd->exit_is_num(0, 'exit_is_num: true, 0');" +msgstr "" + +#. description(perl-Test-Spelling) +msgid "" +"'Test::Spelling' lets you check the spelling of a POD file, and report its results in standard 'Test::More' fashion. This module requires a spellcheck program such as _spell_, _aspell_, _ispell_, or _hunspell_.\n" +"\n" +" use Test::Spelling; pod_file_spelling_ok('lib/Foo/Bar.pm', 'POD file spelling OK');\n" +"\n" +"Note that it is a bad idea to run spelling tests during an ordinary CPAN distribution install, or in a package that will run in an uncontrolled environment. There is no way of predicting whether the word list or spellcheck program used will give the same results. You *can* include the test in your distribution, but be sure to run it only for authors of the module by guarding it in a 'skip_all unless -d 'inc/.author'' clause, or by putting the test in your distribution's _xt/_ directory. Anyway, people installing your module really do not need to run such tests, as it is unlikely that the documentation will acquire typos while in transit. :-)\n" +"\n" +"You can add your own stop words, which are words that should be ignored by the spell check, like so:\n" +"\n" +" add_stopwords(qw(asdf thiswordiscorrect));\n" +"\n" +"Adding stop words in this fashion affects all files checked for the remainder of the test script. See the Pod::Spell manpage (which this module is built upon) for a variety of ways to add per-file stop words to each .pm file.\n" +"\n" +"If you have a lot of stop words, it's useful to put them in your test file's 'DATA' section like so:\n" +"\n" +" use Test::Spelling; add_stopwords(<DATA>); all_pod_files_spelling_ok();\n" +"\n" +" __END__ folksonomy Jifty Zakirov\n" +"\n" +"To maintain backwards compatibility, comment markers and some whitespace are ignored. In the near future, the preprocessing we do on the arguments to the add_stopwords manpage will be changed and documented properly." +msgstr "" + +#. description(perl-Time-Out) +msgid "'Time::Out' provides an easy interface to _alarm(2)_ based timeouts. Nested timeouts are supported." +msgstr "" + +#. description(php5-pear-Horde_Scheduler) +msgid "" +"* First stable release for Horde 4.\n" +"* [jan] Allow to autoload scheduler classes (Bug #10783).\n" +"* Removed Horde-specific command line script." +msgstr "" + +#. description(perl-Parse-CPAN-Meta) +msgid "" +"*Parse::CPAN::Meta* is a parser for _META.json_ and _META.yml_ files, using the JSON::PP manpage and/or the CPAN::Meta::YAML manpage.\n" +"\n" +"*Parse::CPAN::Meta* provides three methods: 'load_file', 'load_json_string', and 'load_yaml_string'. These will read and deserialize CPAN metafiles, and are described below in detail.\n" +"\n" +"*Parse::CPAN::Meta* provides a legacy API of only two functions, based on the YAML functions of the same name. Wherever possible, identical calling semantics are used. These may only be used with YAML sources.\n" +"\n" +"All error reporting is done with exceptions (die'ing).\n" +"\n" +"Note that META files are expected to be in UTF-8 encoding, only. When converted string data, it must first be decoded from UTF-8." +msgstr "" + +#. description(perl-Time-Tiny) +msgid "" +"*Time::Tiny* is a member of the the DateTime::Tiny manpage suite of time modules.\n" +"\n" +"It implements an extremely lightweight object that represents a time, without any time data.\n" +"\n" +"The Tiny Mandate Many CPAN modules which provide the best implementation of a concept can be very large. For some reason, this generally seems to be about 3 megabyte of ram usage to load the module.\n" +"\n" +" For a lot of the situations in which these large and comprehensive implementations exist, some people will only need a small fraction of the functionality, or only need this functionality in an ancillary role.\n" +"\n" +" The aim of the Tiny modules is to implement an alternative to the large module that implements a subset of the functionality, using as little code as possible.\n" +"\n" +" Typically, this means a module that implements between 50% and 80% of the features of the larger module, but using only 100 kilobytes of code, which is about 1/30th of the larger module.\n" +"\n" +"The Concept of Tiny Date and Time Due to the inherent complexity, Date and Time is intrinsically very difficult to implement properly.\n" +"\n" +" The arguably *only* module to implement it completely correct is the DateTime manpage. However, to implement it properly the DateTime manpage is quite slow and requires 3-4 megabytes of memory to load.\n" +"\n" +" The challenge in implementing a Tiny equivalent to DateTime is to do so without making the functionality critically flawed, and to carefully select the subset of functionality to implement.\n" +"\n" +" If you look at where the main complexity and cost exists, you will find that it is relatively cheap to represent a date or time as an object, but much much more expensive to modify or convert the object.\n" +"\n" +" As a result, *Time::Tiny* provides the functionality required to represent a date as an object, to stringify the date and to parse it back in, but does *not* allow you to modify the dates.\n" +"\n" +" The purpose of this is to allow for date object representations in situations like log parsing and fast real-time work.\n" +"\n" +" The problem with this is that having no ability to modify date limits the usefulness greatly.\n" +"\n" +" To make up for this, *if* you have the DateTime manpage installed, any *Time::Tiny* module can be inflated into the equivalent the DateTime manpage as needing, loading the DateTime manpage on the fly if necesary.\n" +"\n" +" For the purposes of date/time logic, all *Time::Tiny* objects exist in the \"C\" locale, and the \"floating\" time zone (although obviously in a pure date context, the time zone largely doesn't matter).\n" +"\n" +" When converting up to full the DateTime manpage objects, these local and time zone settings will be applied (although an ability is provided to override this).\n" +"\n" +" In addition, the implementation is strictly correct and is intended to be very easily to sub-class for specific purposes of your own." +msgstr "" + +#. description(perl-YAML-Tiny) +msgid "" +"*YAML::Tiny* is a perl class for reading and writing YAML-style files, written with as little code as possible, reducing load time and memory overhead.\n" +"\n" +"Most of the time it is accepted that Perl applications use a lot of memory and modules. The *::Tiny* family of modules is specifically intended to provide an ultralight and zero-dependency alternative to many more-thorough standard modules.\n" +"\n" +"This module is primarily for reading human-written files (like simple config files) and generating very simple human-readable files. Note that I said *human-readable* and not *geek-readable*. The sort of files that your average manager or secretary should be able to look at and make sense of.\n" +"\n" +"the YAML::Tiny manpage does not generate comments, it won't necessarily preserve the order of your hashes, and it will normalise if reading in and writing out again.\n" +"\n" +"It only supports a very basic subset of the full YAML specification.\n" +"\n" +"Usage is targeted at files like Perl's META.yml, for which a small and easily-embeddable module is extremely attractive.\n" +"\n" +"Features will only be added if they are human readable, and can be written in a few lines of code. Please don't be offended if your request is refused. Someone has to draw the line, and for YAML::Tiny that someone is me.\n" +"\n" +"If you need something with more power move up to the YAML manpage (7 megabytes of memory overhead) or the YAML::XS manpage (6 megabytes memory overhead and requires a C compiler).\n" +"\n" +"To restate, the YAML::Tiny manpage does *not* preserve your comments, whitespace, or the order of your YAML data. But it should round-trip from Perl structure to file and back again just fine." +msgstr "" + +#. summary(pink-pony:pink-pony-data) +msgid "3D racing game with ponies - data files" +msgstr "" + +#. description(python-dogpile.core) +msgid "A \"dogpile\" lock, one which allows a single thread to generate an expensive resource while other threads use the \"old\" value, until the \"new\" value is ready." +msgstr "" + +#. summary(python-dogpile.core) +msgid "A 'dogpile' lock, typically used as a component of a larger caching solution" +msgstr "" + +#. summary(perl-Test-Base) +msgid "A Data Driven Testing Framework" +msgstr "" + +#. summary(python-django_openstack_auth) +msgid "A Django auth backend for use with the OpenStack Keystone" +msgstr "" + #. summary(python-oauthlib) msgid "A Generic Implementation of the OAuth Request-Signing Logic" msgstr "" -#. summary(texlive-beamer) -msgid "A LaTeX class for producing presentations and slides" +#. summary(perl-Task-Kensho-Async) +msgid "A Glimpse at an Enlightened Perl (Async)" msgstr "" -#. description(texlive-apa) +#. summary(perl-Task-Kensho-CLI) +msgid "A Glimpse at an Enlightened Perl (CLI)" +msgstr "" + +#. summary(perl-Task-Kensho-XML) +msgid "A Glimpse at an Enlightened Perl (XML)" +msgstr "" + +#. summary(perl-Task-Kensho-Config) +msgid "A Glimpse at an Enlightened Perl: Config Modules" +msgstr "" + +#. summary(perl-Task-Kensho-Dates) +msgid "A Glimpse at an Enlightened Perl: Date Modules" +msgstr "" + +#. summary(perl-Task-Kensho-Exceptions) +msgid "A Glimpse at an Enlightened Perl: Exception Handling" +msgstr "" + +#. summary(perl-Task-Kensho-ModuleDev) +msgid "A Glimpse at an Enlightened Perl: Module Development" +msgstr "" + +#. summary(perl-Task-Kensho-OOP) +msgid "A Glimpse at an Enlightened Perl: Object Oriented Programming" +msgstr "" + +#. summary(perl-Task-Kensho-Scalability) +msgid "A Glimpse at an Enlightened Perl: Scalability" +msgstr "" + +#. summary(perl-Task-Kensho-Testing) +msgid "A Glimpse at an Enlightened Perl: Testing" +msgstr "" + +#. summary(python-django-appconf) +msgid "A Helper Class for Handling Configuration Defaults of Packaged Apps" +msgstr "" + +#. description(python-futures) msgid "" -"A LaTeX class to format text according to the American Psychological Association Publication Manual (5th ed.) specifications for manuscripts or to the APA journal look found in journals like the Journal of Experimental Psychology etc. In addition, it provides regular LaTeX-like output with a few enhancements and APA-motivated changes.\n" +"A Java-style futures package for Python\n" "\n" -"date: 2008-12-23 15:23:48 +0000" +"This package is described in PEP-3148 and is included in Python 3.2.\n" +"\n" +"See the Python documentation for a full description." msgstr "" -#. summary(texlive-amsrefs) -msgid "A LaTeX-based replacement for BibTeX" +#. summary(php5-pear-phpunit-phploc) +msgid "A LoC counter" msgstr "" -#. summary(python-SocksiPy) -msgid "A Python SOCKS module" +#. summary(perl-MooseX-LazyLogDispatch) +msgid "A Logging Role for Moose" msgstr "" -#. summary(python-python-digest) -msgid "A Python library to aid in implementing HTTP Digest Authentication" +#. summary(perl-MooseX-Log-Log4perl) +msgid "A Logging Role for Moose based on Log::Log4perl" msgstr "" -#. description(python-Trolly) -msgid "A Python wrapper around the Trello API. Provides a group of Python classes to represent Trello Objects. None of the classes cache values as they are designed to be inherited and extended to suit the needs of each user. Each class includes a basic set of methods based on general use cases. This library was based on work done by [sarumont](https://github.com/sarumont/py-trello). Very little was kept from this code, but still props on the initial work." +#. description(php5-pear-phpunit-PHPUnit_MockObject) +msgid "A Mock Object library for the PHPUnit test framework." msgstr "" -#. description(python-utidy) -msgid "A Python wrapper for libtidy. This package supports processing HTML with Tidy, with all the options that the tidy command line supports." +#. summary(perl-MooseX-SimpleConfig) +msgid "A Moose role for setting attributes from a simple configfile" msgstr "" -#. description(python-Routes) -msgid "A Routing package for Python that matches URL's to dicts and vice versa." +#. summary(perl-mousex-getopt) +msgid "A Mouse role for processing command line options" msgstr "" -#. description(spyder) -msgid "A Scientific Python development environment, an alternative to IDLE with powerful interactive features such as variable explorer (with GUI-based editors for dictionaries, lists, NumPy arrays, etc.), object inspector, online help, and a lot more." +#. summary(perl-MouseX-SimpleConfig) +msgid "A Mouse role for setting attributes from a simple configfile" msgstr "" +#. summary(perl-MooseX-Types-Path-Class) +msgid "A Path::Class type library for Moose" +msgstr "" + +#. summary(perl-MouseX-Types-Path-Class) +msgid "A Path::Class type library for Mouse" +msgstr "" + +#. summary(python-jenkinsapi) +msgid "A Python API for accessing resources on a Jenkins continuous-integration server" +msgstr "" + +#. summary(python-mock) +msgid "A Python Mocking and Patching Library for Testing" +msgstr "" + +#. summary(python-dialog) +msgid "A Python interface to the Unix dialog utility" +msgstr "" + +#. description(python-dialog) +msgid "A Python interface to the Unix dialog utility, designed to provide an easy, pythonic and as complete as possible way to use the dialog features from Python code." +msgstr "" + +#. summary(python-CouchDB) +#, fuzzy +#| msgid "Python library for symbolic mathematics" +msgid "A Python library for working with CouchDB" +msgstr "Библиотека Python для символьной математики" + +#. summary(python3-rdflib) +#, fuzzy +#| msgid "Python library for symbolic mathematics" +msgid "A Python library for working with RDF" +msgstr "Библиотека Python для символьной математики" + +#. description(python-eyeD3) +msgid "A Python module for the the manipulation of ID3 tags. It supports the versions 1.0, 1.1, 2.3, and 2.4 of the ID3 standard. It can also retrieve information, such as length and bit rate, from an MP3 file." +msgstr "" + +#. description(python-junitxml) +msgid "A Python unittest TestResult that outputs JUnit compatible XML." +msgstr "" + +#. summary(python-Beaker) +msgid "A Session and Caching library with WSGI Middleware" +msgstr "" + +#. description(python3-sphinxcontrib-issuetracker) +msgid "A Sphinx extension to reference issues in issue trackers, either explicitly with an \"issue\" role or optionally implicitly by issue ids like ``#10`` in plaintext." +msgstr "" + +#. summary(pybliographer) +msgid "A Tool for Bibliographic Databases" +msgstr "" + #. summary(python-morbid) msgid "A Twisted-based publish/subscribe messaging server that uses the STOMP protocol" msgstr "" @@ -112,11 +416,25 @@ msgid "A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies." msgstr "" -#. summary(python-wheel) +#. summary(php5-pear-HTML_Common) +msgid "A base class for other HTML classes" +msgstr "" + +#. description(perl-Params-Coerce) +msgid "" +"A big part of good API design is that we should be able to be flexible in the ways that we take parameters.\n" +"\n" +"Params::Coerce attempts to encourage this, by making it easier to take a variety of different arguments, while adding negligable additional complexity to your code.\n" +"\n" +"Author:\n" +"------- Adam Kennedy <adamk@cpan.org>" +msgstr "" + +#. summary(python3-wheel) msgid "A built-package format for Python" msgstr "" -#. description(python-wheel) +#. description(python3-wheel) msgid "" "A built-package format for Python.\n" "\n" @@ -129,90 +447,48 @@ "The reference implementation is at http://bitbucket.org/dholth/wheel/" msgstr "" -#. description(texlive-aiaa) -msgid "" -"A bundle of LaTeX/BibTeX files and sample documents to aid those producing papers and journal articles according to the guidelines of the American Institute of Aeronautics and Astronautics (AIAA).\n" -"\n" -"date: 2006-09-12 11:40:13 +0000" +#. description(python-dogpile.cache) +msgid "A caching API built around the concept of a \"dogpile lock\", which allows continued access to an expiring data value while a single thread generates a new value." msgstr "" -#. description(texlive-augie) -msgid "" -"A calligraphic font for simulating American-style informal handwriting. The font is distributed in Adobe Type 1 format.\n" -"\n" -"date: 2006-12-29 11:26:56 +0000" +#. summary(python-dogpile.cache) +msgid "A caching front-end based on the Dogpile lock" msgstr "" -#. description(texlive-asaetr) -msgid "" -"A class and BibTeX style for submissions to the Transactions of the American Society of Agricultural Engineers. Also included is the MetaFont source of a slanted Computer Modern Caps and Small Caps font.\n" -"\n" -"date: 2009-04-29 22:32:08 +0000" +#. description(php5-pear-phpunit-bytekit) +msgid "A command-line tool built on the PHP Bytekit extension." msgstr "" -#. summary(texlive-assignment) -msgid "A class file for typesetting homework and lab assignments" -msgstr "" - -#. description(texlive-assignment) -msgid "" -"A class file for typesetting homework and lab assignments.\n" -"\n" -"date: 2006-10-12 13:12:24 +0000" -msgstr "" - -#. summary(texlive-amiri) -msgid "A classical Arabic typeface, Naskh style" -msgstr "" - -#. summary(swingx) -msgid "A collection of Swing components" -msgstr "Коллекция компонентов Swing" - -#. summary(texlive-archaic) -msgid "A collection of archaic fonts" -msgstr "" - -#. summary(texlive-akktex) -msgid "A collection of packages and classes" -msgstr "" - #. description(python-nosexcover) msgid "A companion to the built-in nose.plugins.cover, this plugin will write out an XML coverage report to a file named coverage.xml." msgstr "" -#. summary(texlive-arsclassica) -msgid "A different view of the ClassicThesis package" +#. summary(python-django-debug-toolbar) +msgid "A configurable set of panels that display various debug information" msgstr "" -#. summary(storeBackup) -msgid "A disk-to-disk backup tool for Linux" +#. summary(python-alembic) +msgid "A database migration tool for SQLAlchemy" msgstr "" -#. description(texlive-ascelike) -msgid "" -"A document class and bibliographic style that prepares documents in the style required by the American Society of Civil Engineers (ASCE). These are unofficial files, not sanctioned by that organization, and the files specifically give this caveat. Also included is a short documentation/example of how to use the class.\n" -"\n" -"date: 2012-02-05 16:55:30 +0000" +#. description(php5-pear-Horde_Injector) +msgid "A depedency injection container for the Horde Framework." msgstr "" -#. description(texlive-abstyles) -msgid "" -"A family of modifications of the standard BibTeX styles whose behaviour may be changed by changing the user document, without change to the styles themselves. The package is largely used nowadays in its adaptation for working with Babel.\n" -"\n" -"date: 2008-11-26 22:58:56 +0000" +#. summary(python-happybase) +msgid "A developer-friendly Python library to interact with Apache HBase" msgstr "" -#. description(sgi-bitmap-fonts) -msgid "A few extra fonts from SGI, very readable." +#. description(python-dingus) +msgid "A dingus is sort of like a mock object. The main difference is that you don't set up expectations ahead of time. You just run your code, using a dingus in place of another object or class, and it will record what happens to it. Then, once your code has been exercised, you can make assertions about what it did to the dingus." msgstr "" -#. summary(texlive-Asana-Math) -msgid "A font to typeset maths in Xe(La)TeX and Lua(La)TeX" +#. summary(python-Jinja2) +msgid "A fast and easy to use template engine written in pure Python" msgstr "" -#. summary(python-oauth2) -msgid "A fully tested, abstract interface to creating OAuth clients and servers" +#. summary(python-django-tastypie) +msgid "A flexible & capable API layer for Django" msgstr "" #. description(python-oauthlib) @@ -226,74 +502,92 @@ "OAuthLib is a generic utility which implements the logic of OAuth without assuming a specific HTTP request object. Use it to graft OAuth support onto your favorite HTTP library. If you're a maintainer of such a library, write a thin veneer on top of OAuthLib and get OAuth support for very little effort." msgstr "" -#. description(texlive-bbold) +#. description(perl-Test-Warn) msgid "" -"A geometric sans serif blackboard bold font, for use in mathematics; MetaFont sources are provided, as well as macros for use with LaTeX. The Sauter font package has MetaFont parameter source files for building the fonts at more sizes than you could reasonably imagine. See the blackboard sampler for a feel for the font's appearance.\n" +"A good style of Perl programming calls for a lot of diverse regression tests.\n" "\n" -"date: 2010-02-15 22:28:51 +0000" +"This module provides a few convenience methods for testing warning based code.\n" +"\n" +"If you are not already familiar with the Test::More manpage now would be the time to go take a look." msgstr "" -#. summary(sawfish:sawfish-sounds) -msgid "A highly configurable window manager for X11 - Sound files" +#. description(python-django-appconf) +msgid "A helper class for handling configuration defaults of packaged Django apps gracefully." msgstr "" -#. summary(sawfish:sawfish-lisp) -msgid "A highly configurable window manager for X11 - lisp files" +#. summary(python-Django) +#, fuzzy +#| msgid "Pylons Web Framework" +msgid "A high-level Python Web framework" +msgstr "Веб-фреймворк Pylons" + +#. summary(python3-pyquery) +msgid "A jQuery-like library for python" msgstr "" -#. description(texlive-antomega) -msgid "" -"A language support package for Omega/Lambda. This replaces the original omega package for use with Lambda, and provides extra facilities (including Babel-like language switching, which eases porting of LaTeX documents to Lambda).\n" -"\n" -"date: 2007-01-23 21:34:44 +0000" +#. summary(python-django-grappelli) +msgid "A jazzy skin for the Django Admin-Interface" msgstr "" -#. description(python-tweepy) -msgid "A library for accessing the Twitter.com API. Supports OAuth, covers the entire API, and streaming API." +#. description(python-django-grappelli) +msgid "A jazzy skin for the Django Admin-Interface (only available for standard-compliant browsers)." msgstr "" -#. summary(qt3:qt3-32bit) -msgid "A library for developing applications with graphical user interfaces" +#. summary(python-biplist) +msgid "A library for reading/writing binary plists" msgstr "" -#. summary(python-pushy) -msgid "A library for transparently accessing objects in a remote Python interpreter" +#. summary(perl-MooseX-Types-Common) +msgid "A library of commonly used type constraints" msgstr "" -#. summary(sat4j) -msgid "A library of SAT solvers written in Java" +#. description(perl-MooseX-Log-Log4perl) +msgid "" +"A logging role building a very lightweight wrapper to the Log::Log4perl manpage for use with your the Moose manpage classes. The initialization of the Log4perl instance must be performed prior to logging the first log message. Otherwise the default initialization will happen, probably not doing the things you expect.\n" +"\n" +"For compatibility the 'logger' attribute can be accessed to use a common interface for application logging.\n" +"\n" +"Using the logger within a class is as simple as consuming a role:\n" +"\n" +" package MyClass; use Moose; with 'MooseX::Log::Log4perl';\n" +"\n" +" sub dummy { my $self = shift; $self->log->info(\"Dummy log entry\"); }\n" +"\n" +"The logger needs to be setup before using the logger, which could happen in the main application:\n" +"\n" +" package main; use Log::Log4perl qw(:easy); use MyClass;\n" +"\n" +" BEGIN { Log::Log4perl->easy_init() };\n" +"\n" +" my $myclass = MyClass->new(); $myclass->log->info(\"In my class\"); # Access the log of the object $myclass->dummy; # Will log \"Dummy log entry\"" msgstr "" -#. summary(python-slumber) -msgid "A library that makes consuming a REST API easier and more convenient" +#. description(python-botocore) +msgid "A low-level interface to a growing number of Amazon Web Services." msgstr "" -#. summary(python-polib) -msgid "A library to manipulate gettext files" -msgstr "Библиотека для работы с файлами gettext" - -#. summary(python-sudsds) -msgid "A lightweight SOAP python client ; fork by Czech NIC" +#. summary(python-Flask) +msgid "A microframework based on Werkzeug, Jinja2 and good intentions" msgstr "" -#. summary(python-suds) -msgid "A lightweight SOAP python client that provides a service proxy for Web Services" +#. description(python-django-piston) +msgid "A mini-framework for Django for creating RESTful APIs." msgstr "" #. description(python-mpservlets) msgid "A mod_python handler that uses instances of subclasses of class Servlet (thus its name) to respond to HTTP GET and POST requests. For each request a series of methods are called on the instance, the output of such being sent to the client as the response. This handler was inspired by WebWare." msgstr "" -#. summary(roundcubemail) -msgid "A modern browser-based multilingual IMAP client" +#. summary(php5-pear-Horde_Kolab_Storage) +msgid "A package for handling Kolab data stored on an IMAP server" msgstr "" -#. summary(salt) -msgid "A parallel remote execution system" +#. summary(php5-pear-Horde_Kolab_Server) +msgid "A package for manipulating the Kolab user database" msgstr "" -#. summary(sendxmpp) -msgid "A perl-script to send xmpp, similar to what mail does for mail" +#. summary(php5-pear-phpunit-bytekit) +msgid "A php-bytekit cli" msgstr "" #. summary(python-PasteScript) @@ -304,6 +598,18 @@ msgid "A plugin for nosetests that will write out test results to results.html. The code is adapted from the example html output plugin at https://github.com/nose-devs/nose/blob/master/examples/html_plugin/htmlplug.... and the pyunit Html test runner at http://tungwaiyip.info/software/HTMLTestRunner.html." msgstr "" +#. summary(python-construct) +msgid "A powerful declarative parser/builder for binary data" +msgstr "" + +#. summary(python-lazr.restfulclient) +msgid "A programmable client library for wadllib" +msgstr "" + +#. description(python-lazr.restfulclient) +msgid "A programmable client library that takes advantage of the commonalities among lazr.restful web services to provide added functionality on top of wadllib." +msgstr "" + #. description(python-netaddr) msgid "" "A pure Python network address representation and manipulation library.\n" @@ -313,2286 +619,2873 @@ "Included are routines for: - generating, sorting and summarizing IP addresses; - converting IP addresses and ranges between various different formats; - performing set based operations on groups of IP addresses and subnets; - arbitrary IP address range calculations and conversions; - querying IEEE OUI and IAB organisational information; - querying of IP standards related data from key IANA data sources." msgstr "" -#. summary(python-smmap) -msgid "A pure git implementation of a sliding window memory map manager" +#. summary(python3-rope) +#, fuzzy +#| msgid "A python refactoring library" +msgid "A python3 refactoring library" +msgstr "Библиотека рефакторинга python" + +#. summary(python-junitxml) +msgid "A pyunit extension to output JUnit compatible XML" msgstr "" -#. summary(python-rope) -msgid "A python refactoring library" -msgstr "Библиотека рефакторинга python" +#. description(python-flup) +msgid "A random collection of WSGI modules for Python" +msgstr "" -#. summary(python-testrepository) -msgid "A repository of test results" +#. summary(python-dingus) +msgid "A record-then-assert mocking library" msgstr "" -#. description(texlive-avantgar) -msgid "" -"A set of fonts for use as \"drop-in\" replacements for Adobe's basic set, comprising: - Century Schoolbook (substituting for Adobe's New Century Schoolbook); - Dingbats (substituting for Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for Abobe's Courier); - Nimbus Roman No9 L (substituting for Adobe's Times); - Nimbus Sans L (substituting for Adobe's Helvetica); - Standard Symbols L (substituting for Adobe's Symbol); - URW Bookman; - URW Chancery L Medium Italic (substituting for Adobe's Zapf Chancery); - URW Gothic L Book (substituting for Adobe's Avant Garde); and - URW Palladio L (substituting for Adobe's Palatino).\n" -"\n" -"date: 2012-06-06 20:57:48 +0000" +#. description(python-django-mailer) +msgid "A reusable Django app for queuing and throttling of email sending, scheduled sending, consolidation of multiple notifications into single emails and logging of mail failures." msgstr "" -#. summary(texlive-bartel-chess-fonts) -msgid "A set of fonts supporting chess diagrams" +#. summary(python-django-mailer) +msgid "A reusable Django app for queuing the sending of email" msgstr "" -#. description(texlive-ae) -msgid "" -"A set of virtual fonts which emulates T1 coded fonts using the standard CM fonts. The package name, AE fonts, supposedly stands for \"Almost European\". The main use of the package was to produce PDF files using Adobe Type 1 versions of the CM fonts instead of bitmapped EC fonts. Note that direct substitutes for the bitmapped EC fonts are now available, via the CM-super, Latin Modern and (in a restricted way) CM-LGC font sets.\n" -"\n" -"date: 2009-06-30 09:37:01 +0000" +#. summary(python-jsonpath-rw) +msgid "A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming" msgstr "" -#. summary(texlive-anysize) -msgid "A simple package to set up document margins" +#. summary(python-cerealizer) +msgid "A secure pickle-like module" msgstr "" -#. description(saxon6:saxon6-aelfred) -msgid "A slightly improved version of the AElfred Java XML parser from Microstar." +#. description(python-cerealizer) +msgid "A secure pickle-like module. It support basic types (int, string, unicode, tuple, list, dict, set,...), old and new-style classes (you need to register the class for security), object cycles, and it can be extended to support C-defined type." msgstr "" -#. summary(radiotray) -msgid "A streaming player for listening to online radios" +#. summary(perl-MooseX-Storage) +msgid "A serialization framework for Moose classes" msgstr "" -#. summary(texlive-algorithms) -msgid "A suite of tools for typesetting algorithms in pseudo-code" +#. summary(python-irclib) +msgid "A set of Python modules for IRC support" msgstr "" -#. summary(texlive-bbding) -msgid "A symbol (dingbat) font and LaTeX macros for its use" +#. description(perl-MooseX-Types-Common) +msgid "A set of commonly-used type constraints that do not ship with Moose by default." msgstr "" -#. description(texlive-bbding) -msgid "" -"A symbol font (distributed as MetaFont source) that contains many of the symbols of the Zapf dingbats set, together with an NFSS interface for using the font. An Adobe Type 1 version of the fonts is available in the niceframe fonts bundle.\n" -"\n" -"date: 2010-02-15 11:02:42 +0000" +#. description(php5-pear-Horde_Kolab_Cli) +msgid "A set of utilities to deal with the various aspects of a Kolab server as backend. The primary focus is dealing with the data stored in IMAP." msgstr "" -#. summary(python-repoze.lru) -msgid "A tiny LRU cache implementation and decorator" +#. summary(python-kid) +msgid "A simple and pythonic XML template language" msgstr "" -#. summary(rpmrebuild) -msgid "A tool to build a rpm file from the rpm database" +#. description(python-kid) +msgid "A simple and pythonic XML template language." msgstr "" -#. description(python-pmw) -msgid "A toolkit for building high-level compound widgets in Python using the Tkinter module. It contains a set of flexible and extensible megawidgets, including notebooks, comboboxes, selection widgets, paned widgets, scrolled widgets and dialog windows." +#. summary(python-argh) +msgid "A simple argparse wrapper" msgstr "" -#. summary(python-mpservlets:python-mpservlets-tutorial) -msgid "A tutorial on developing web applications using servlets" +#. summary(perl-Rose-Object) +msgid "A simple object base class." msgstr "" -#. summary(texlive-addlines) -msgid "A user-friendly wrapper around \\enlargethispage" +#. summary(perl-Net-HTTPServer) +msgid "A simple perl Http Server" msgstr "" -#. description(python-WebError) -msgid "A web error handling and exception catching module for Paste applications." +#. summary(python-django-athumb) +msgid "A simple, S3-backed thumbnailer field" msgstr "" -#. summary(squirrelmail-beta) -msgid "A web-mailer written in php" +#. summary(python-django-registration) +msgid "A simple, generic user-registration application for Django" msgstr "" -#. description(python-py-trello) -msgid "A wrapper around the Trello API written in Python. Each Trello object is represented by a corresponding Python object. The attributes of these objects are cached, but the child objects are not. This can possibly be improved when the API allows for notification subscriptions; this would allow caching (assuming a connection was available to invalidate the cache as appropriate)." +#. description(python-django-registration) +msgid "" +"A simple, generic user-registration application for Django\n" +"\n" +"This is just a simple, portable, generic user-registration application for Django projects. Workflow follows a simple pattern:\n" +"* A user signs up for a new account, which will be inactive by default.\n" +"* An email is sent to the address they used to register, containing an activation link.\n" +"* Once they click the activation link, the account becomes active and they can log in as normal." msgstr "" -#. summary(python-Markups) -msgid "A wrapper around various text markups" +#. description(perl-MooseX-Singleton) +msgid "" +"A singleton is a class that has only one instance in an application. 'MooseX::Singleton' lets you easily upgrade (or downgrade, as it were) your the Moose manpage class to a singleton.\n" +"\n" +"All you should need to do to transform your class is to change 'use Moose' to 'use MooseX::Singleton'. This module uses metaclass roles to do its magic, so it should cooperate with most other 'MooseX' modules." msgstr "" -#. summary(texlive-amscls) -msgid "AMS document classes for LaTeX" +#. description(python-piston-mini-client) +msgid "A small generic library for writing clients for Django's Piston REST APIs." msgstr "" -#. summary(texlive-amsmath) -msgid "AMS mathematical facilities for LaTeX" +#. summary(python-piston-mini-client) +msgid "A small package to consume Django-Piston web services" msgstr "" -#. description(texlive-amstex) +#. description(python-Axiom) msgid "" -"AMSTeX is a TeX macro package, originally written by Michael Spivak for the American Mathematical Society (AMS) during 1983- 1985 and is described in the book 'The Joy of TeX'. It is based on Plain TeX, and provides many features for producing more professional-looking maths formulas with less burden on authors. More recently, the focus of attention has switched to amslatex, but AMSTeX remains as a working system.\n" +"A small utility package that depends on tools too recent for Twisted (like datetime in python2.4) but performs generic enough functions that it can be used in projects that don't want to share Divmod's other projects' large footprint.\n" "\n" -"date: 2012-04-13 18:24:15 +0000" +"Currently included:\n" +"\n" +" * A powerful date/time formatting and import/export class (ExtimeDotTime), for exchanging date and time information between all Python's various ways to interpret objects as times or time deltas. * Tools for managing concurrent asynchronous processes within Twisted. * A metaclass which helps you define classes with explicit states. * A featureful Version class. * A formal system for application of monkey-patches." msgstr "" -#. summary(python-mpservlets:python-mpservlets-doc) -msgid "API Reference in HTML and PDF" +#. description(perl-MooseX-Types-Structured) +msgid "" +"A structured type constraint is a standard container the Moose manpage type constraint, such as an 'ArrayRef' or 'HashRef', which has been enhanced to allow you to explicitly name all the allowed type constraints inside the structure. The generalized form is:\n" +"\n" +" TypeConstraint[@TypeParameters or %TypeParameters]\n" +"\n" +"Where 'TypeParameters' is an array reference or hash references of the Moose::Meta::TypeConstraint manpage objects.\n" +"\n" +"This type library enables structured type constraints. It is built on top of the the MooseX::Types manpage library system, so you should review the documentation for that if you are not familiar with it." msgstr "" -#. summary(python-utidy:python-utidy-devel-doc) -msgid "API docs for uTidylib" +#. summary(python-Mako) +msgid "A super-fast Python templating language" msgstr "" -#. description(slf4j:slf4j-javadoc) -msgid "API documentation for slf4j." -msgstr "Документация на API для slf4j." +#. summary(perl-Switch) +msgid "A switch statement for Perl" +msgstr "" -#. summary(python-rtslib) -msgid "API for Linux kernel SCSI target (aka LIO)" +#. summary(python-factory_boy) +msgid "A test fixtures replacement" msgstr "" -#. description(texlive-abbr) +#. description(python-factory_boy) +msgid "A test fixtures replacement based on thoughtbot's factory_girl for Ruby." +msgstr "" + +#. description(perl-MooseX-Types-Parameterizable) msgid "" -"Abbr is a set of some simple macros to support abbreviations in Plain or LaTeX. It allows writing e.g. \\<TEX> instead of \\TeX, hence frees users from having to escape space after parameterless macros.\n" +"A the MooseX::Types manpage library for creating parameterizable types. A parameterizable type constraint for all intents and uses is a subclass of a parent type, but adds additional type parameters which are available to constraint callbacks (such as inside the 'where' clause of a type constraint definition) or in the coercions you define for a given type constraint.\n" "\n" -"date: 2007-05-25 14:15:27 +0000" +"If you have the Moose manpage experience, you probably are familiar with the builtin parameterizable type constraints 'ArrayRef' and 'HashRef'. This type constraint lets you generate your own versions of parameterized constraints that work similarly. See the Moose::Util::TypeConstraints manpage for more." msgstr "" -#. description(texlive-active-conf) +#. description(perl-Time-Clock) msgid "" -"Active-conf is a class for typesetting papers for the Active conference on noise and vibration control. It is initially intended for the 2006 conference in Adelaide, Australia. The class is based on article with more flexible front-matter, and can be customised for conferences in future years with a header file.\n" +"A the Time::Clock manpage object is a twenty-four hour clock with nanosecond precision and wrap-around. It is a clock only; it has absolutely no concept of dates. Vagaries of date/time such as leap seconds and daylight savings time are unsupported.\n" "\n" -"date: 2008-05-24 12:41:17 +0000" +"When a the Time::Clock manpage object hits 23:59:59.999999999 and at least one more nanosecond is added, it will wrap around to 00:00:00.000000000. This works in reverse when time is subtracted.\n" +"\n" +"the Time::Clock manpage objects automatically stringify to a user-definable format." msgstr "" -#. summary(texlive-abstyles) -msgid "Adaptable BibTeX styles" +#. summary(perl-Time-Tiny) +msgid "A time object, with as little code as possible" msgstr "" -#. summary(texlive-aeguill) -msgid "Add several kinds of guillemets to the ae fonts" +#. description(php5-pear-phpunit-phploc) +msgid "A tool for quickly measuring the size of a PHP project in \"Single Lines of Code (loc or sloc, hence the name)." msgstr "" -#. summary(shorewall:shorewall-init) -msgid "Adds functionality to Shoreline Firewall (Shorewall)" +#. summary(perl-Perl-PrereqScanner) +msgid "A tool to scan your Perl code for its prerequisites" msgstr "" -#. summary(texlive-adjmulticol) -msgid "Adjusting margins for multicolumn and single column output" +#. description(python-pmw) +msgid "A toolkit for building high-level compound widgets in Python using the Tkinter module. It contains a set of flexible and extensible megawidgets, including notebooks, comboboxes, selection widgets, paned widgets, scrolled widgets and dialog windows." msgstr "" -#. summary(texlive-adobemapping) -msgid "Adobe cmap and pdfmapping files" +#. summary(python-mpservlets:python-mpservlets-tutorial) +msgid "A tutorial on developing web applications using servlets" msgstr "" -#. description(texlive-adrconv) -msgid "" -"Adrconv is a collection of BibTeX style files to turn an address database stored in the .bib format into files suitable for printing as address books or included into letter classes like akletter or scrletter2. Adrconv will sort the data either by name or birthday and create output files in various formats for address books or time planers.\n" -"\n" -"date: 2010-04-05 09:11:18 +0000" +#. description(python-openstackclient) +msgid "A unified command-line client for OpenStack. Combines the functionality of the individual OpenStack project clients." msgstr "" -#. summary(texlive-a2ping) -msgid "Advanced PS, PDF, EPS converter" +#. description(python-feedparser) +msgid "A universal feed parser module for Python that handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, Atom 1.0 feeds." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-afrikaans) -msgid "Afrikaans Traineddata for Tesseract" +#. summary(python3-Tempita) +msgid "A very small text templating language" msgstr "" -#. description(python-usb) -msgid "Aims to provide easy USB access to the Python language." +#. summary(python-Markups) +msgid "A wrapper around various text markups" msgstr "" -#. summary(texlive-afthesis) -msgid "Air Force Institute of Technology thesis class" +#. summary(perl-MooseX-Role-TraitConstructor) +msgid "A wrapper for C<new> that can accept a" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-albanian) -msgid "Albanian Traineddata for Tesseract" +#. summary(python-gnupg) +msgid "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)" msgstr "" -#. description(texlive-algorithm2e) -msgid "" -"Algorithm2e is an environment for writing algorithms. An algorithm becomes a floating object (like figure, table, etc.). The package provides macros that allow you to create different keywords, and a set of predefined key words is provided; you can change the typography of the keywords. The package allows vertical lines delimiting a block of instructions in an algorithm, and defines different sorts of algorithms such as Procedure or Function; the name of these functions may be reused in the text or in other algorithms.\n" -"\n" -"date: 2013-01-06 20:16:44 +0000" +#. summary(python-carrot) +msgid "AMQP Messaging Framework for Python" msgstr "" -#. description(texlive-algorithmicx) -msgid "" -"Algorithmicx provides a very flexible, yet easy to use way for inserting good looking pseudocode or source code in your papers. It has built in support for Pseudocode, Pascal, C, and powerful means to create definitions for any programming language. You can easily adapt a Pseudocode style to your native language.\n" -"\n" -"date: 2006-10-12 10:11:58 +0000" +#. summary(python3-termcolor) +msgid "ANSII Color formatting for output in terminal" msgstr "" -#. summary(texlive-alnumsec) -msgid "Alphanumeric section numbering" +#. summary(python-mpservlets:python-mpservlets-doc) +msgid "API Reference in HTML and PDF" msgstr "" -#. summary(texlive-amsaddr) -msgid "Alter the position of affiliations in amsart" +#. summary(php5-pear-Horde_History) +msgid "API for tracking the history of an object" msgstr "" -#. summary(texlive-altfont) -msgid "Alternative font handling in LaTeX" +#. summary(python-apache-libcloud) +msgid "Abstract away differences among multiple cloud provider APIs" msgstr "" -#. summary(texlive-antomega) -msgid "Alternative language support for Omega/Lambda" +#. summary(php5-pear-Auth_SASL) +msgid "Abstraction of various SASL mechanism responses" msgstr "" -#. summary(texlive-amstex) -msgid "American Mathematical Society plain TeX macros" +#. description(perl-Test-use-ok) +msgid "" +"According to the *Test::More* documentation, it is recommended to run 'use_ok()' inside a 'BEGIN' block, so functions are exported at compile-time and prototypes are properly honored.\n" +"\n" +"That is, instead of writing this:\n" +"\n" +" use_ok( 'Some::Module' ); use_ok( 'Other::Module' );\n" +"\n" +"One should write this:\n" +"\n" +" BEGIN { use_ok( 'Some::Module' ); } BEGIN { use_ok( 'Other::Module' ); }\n" +"\n" +"However, people often either forget to add 'BEGIN', or mistakenly group 'use_ok' with other tests in a single 'BEGIN' block, which can create subtle differences in execution order.\n" +"\n" +"With this module, simply change all 'use_ok' in test scripts to 'use ok', and they will be executed at 'BEGIN' time. The explicit space after 'use' makes it clear that this is a single compile-time action." msgstr "" -#. summary(texlive-apa) -msgid "American Psychological Association format" +#. summary(perl-syntax) +msgid "Activate syntax extensions" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-american) -msgid "American Traineddata for Tesseract" +#. description(python-cl) +msgid "Actor framework for Kombu" msgstr "" -#. description(texlive-amsrefs) -msgid "" -"Amsrefs is a LaTeX package for bibliographies that provides an archival data format similar to the format of BibTeX database files, but adapted to make direct processing by LaTeX easier. The package can be used either in conjunction with BibTeX or as a replacement for BibTeX.\n" -"\n" -"date: 2013-03-09 14:08:10 +0000" +#. summary(python-dtopt) +msgid "Add options to doctest examples while they are running" msgstr "" -#. summary(texlive-ascii-chart) -msgid "An ASCII wall chart" +#. summary(perl-Test-FailWarnings) +msgid "Add test failures if warnings are caught" msgstr "" -#. summary(texlive-bbold-type1) -msgid "An Adobe Type 1 format version of the bbold font" +#. summary(perl-Symbol-Util) +msgid "Additional utils for Perl symbols manipulation" msgstr "" -#. description(python-wadllib) -msgid "An Application object represents a web service described by a WADL file." +#. summary(php5-pear-channel-ezno) +msgid "Adds components.ez.no channel to PEAR" msgstr "" -#. summary(texlive-arabxetex) -msgid "An ArabTeX-like interface for XeLaTeX" +#. summary(php5-pear-channel-horde) +msgid "Adds pear.horde.org channel to PEAR" msgstr "" -#. summary(python-pyrrd) -msgid "An Object-Oriented Python Interface for RRD" +#. summary(php5-pear-channel-phpunit) +msgid "Adds pear.phpunit.de channel to PEAR" msgstr "" -#. summary(python-Shed_Skin) -msgid "An Optimizing (restricted) Python-to-C++ Compiler" +#. summary(php5-pear-channel-symfony) +msgid "Adds pear.symfony-project.com channel to PEAR" msgstr "" -#. summary(python-Shed_Skin:python-Shed_Skin-doc) -msgid "An Optimizing (restricted) Python-to-C++ Compiler - Documentation" +#. summary(php5-pear-channel-symfony2) +msgid "Adds pear.symfony.com channel to PEAR" msgstr "" -#. summary(python-scour) -msgid "An SVG scrubber" +#. summary(python-django-nose-selenium) +msgid "Adds selenium testing support to the nose test suite" msgstr "" -#. description(texlive-akletter) -msgid "" -"An advanced letter document class which extends LaTeX's usual letter class, providing support for building your own letterhead and marking fold points for window envelopes. Options supported by the package include: letterpaper for US letter; a4offset for a modified A4 layout suitable for platic binders that cover a part of the left margin. The class's handling of dates has inspired an extended version of date- handling in the isodate package. The class supersedes an earlier class called myletter.\n" -"\n" -"date: 2009-01-23 14:11:09 +0000" +#. summary(phpMyAdmin) +msgid "Administration of MySQL over the web" msgstr "" -#. summary(rubber) -msgid "An automated system for building LaTeX documents" +#. summary(phpPgAdmin) +msgid "Administration of PostgreSQL over the web" msgstr "" -#. description(texlive-aleph) -msgid "" -"An development of omega, using most of the extensions of TeX itself developed for e-TeX.\n" -"\n" -"date: 2012-12-31 09:35:50 +0000" +#. summary(python-django-dajaxice) +msgid "Agnostic and easy to use ajax library for django" msgstr "" -#. description(texlive-amsfonts) +#. description(python-argh) msgid "" -"An extended set of fonts for use in mathematics, including: extra mathematical symbols; blackboard bold letters (uppercase only); fraktur letters; subscript sizes of bold math italic and bold Greek letters; subscript sizes of large symbols such as sum and product; added sizes of the Computer Modern small caps font; cyrillic fonts (from the University of Washington); Euler mathematical fonts. All fonts are provided as Adobe Type 1 files, and all except the Euler fonts are provided as Metafont source. The distribution also includes the canonical Type 1 versions of the Computer Modern family of fonts. Plain TeX and LaTeX macros for using the fonts are provided.\n" +"Agrh, argparse!\n" "\n" -"date: 2013-01-28 17:05:09 +0000" +"Did you ever say \"argh\" trying to remember the details of optparse or argparse API? If yes, this package may be useful for you. It provides a very simple wrapper for argparse with support for hierarchical commands that can be bound to modules or classes. Argparse can do it; argh makes it easy.\n" +"\n" +"Here's a list of features that argh adds to argparse:\n" +"\n" +"* mark a function as a CLI command and specify its arguments before the parser is instantiated;\n" +"* nesed commands made easy: no messing with subparsers (though they are of course used under the hood);\n" +"* infer agrument type from the default value;\n" +"* infer command name from function name;\n" +"* add an alias root command help for the --help argument;\n" +"* enable passing unwrapped arguments to certain functions instead of a argparse.Namespace object.\n" +"\n" +"Argh is fully compatible with argparse. You can mix argh-agnostic and argh-aware code. Just keep in mind that argh.dispatch does some extra work that a custom dispatcher may not do." msgstr "" -#. description(spectcl) +#. description(python3-usb) +msgid "Aims to provide easy USB access to the Python language." +msgstr "" + +#. description(python-alembic) msgid "" -"An interface builder for Tcl/Tk and Java.\n" +"Alembic is a new database migrations tool, written by the author of SQLAlchemy <http://www.sqlalchemy.org>. A migrations tool offers the following functionality:\n" "\n" -"Main Features of SpecTcl: * Easy to Learn:SpecTcl's drag & drop interface along with a powerful toolbar and on-line help that make it easy to start building GUI applications.\n" -"\n" -"* Tcl and Java Support: SpecTcl generates both Tcl and Java code. Note: this generates code for the old JDK 1.0\n" -"\n" -"* Platform Independent: SpecTcl runs on all major platforms: Solaris, SunOS, Linux, Windows 95, Windows NT, MacOS, and Irix.\n" -"\n" -"* Constraint Based Geometry Manager: Alignment and resizing of widgets (buttons, check boxes, and more.) is automatic. This makes creating dynamic UIs and cross platform UIs a snap!" +"* Can emit ALTER statements to a database in order to change the structure of tables and other constructs\n" +"* Provides a system whereby \"migration scripts\" may be constructed; each script indicates a particular series of steps that can \"upgrade\" a target database to a new version, and optionally a series of steps that can \"downgrade\" similarly, doing the same steps in reverse.\n" +"* Allows the scripts to execute in some sequential manner." msgstr "" -#. description(python-oauth) -msgid "An open protocol to allow API authentication in a simple and standard method from desktop and web applications." +#. description(libguestfs:perl-Sys-Guestfs) +msgid "Allows Perl scripts to directly use libguestfs." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-greek_ancient) -msgid "Ancient Greek Traineddata for Tesseract" +#. description(libguestfs:python-libguestfs) +msgid "Allows Python scripts to directly use libguestfs." msgstr "" -#. description(smpppd-web) -msgid "" -"Another frontend for the smpppd. With this frontend you can start and stop a dialup network connection via your web browser.\n" -"\n" -"An http-server such as Apache is required. The usage of mod-perl is not a must, but recommended, because the speed improvement is significant." +#. summary(php5-pear-Crypt_Blowfish) +msgid "Allows for quick two-way blowfish encryption without the MCrypt PHP extension" msgstr "" -#. description(texlive-antt) -msgid "" -"Antykwa Torunska is a serif font designed by the late Polish typographer Zygfryd Gardzielewski, reconstructed and digitized as as Type 1.\n" -"\n" -"date: 2007-08-24 08:36:49 +0000" +#. summary(python-d2to1) +msgid "Allows using distutils2-like setup.cfg with a distribute/setuptools" msgstr "" -#. summary(texlive-antt) -msgid "Antykwa Torunska: a Type 1 family of a Polish traditional type" +#. description(php5-pear-File_IMC) +msgid "Allows you to programmatically create a vCard or vCalendar, and fetch the text. IMPORTANT: The array structure has changed slightly from Contact_Vcard_Parse. See the example output for the new structure. Also different from Contact_Vcardis the use of a factory pattern. Again, see the examples." msgstr "" -#. description(texlive-apacite) -msgid "" -"Apacite provides a BibTeX style and a LaTeX package which are designed to match the requirements of the American Psychological Association's style for citations. The package follows the 6th edition of the APA manual, and is designed to work with the apa6 class. A test document is provided. The package is compatible with chapterbib and (to some extent) with hyperref (for limits of compatibility, see the documentation). The package also includes a means of generating an author index for a document.\n" -"\n" -"date: 2012-02-26 22:50:03 +0000" +#. summary(perl-Params-Coerce) +msgid "Allows your classes to do coercion of parameters" msgstr "" -#. summary(texlive-apprends-latex) -msgid "Apprends LaTeX!" +#. summary(perl-Test-use-ok) +msgid "Alternative to Test::More::use_ok" msgstr "" -#. description(texlive-apprends-latex) +#. description(perl-Test-Harness) msgid "" -"Apprends LaTeX! (\"Learn LaTeX\", in English) is French documentation for LaTeX beginners.\n" +"Although, for historical reasons, the the Test::Harness manpage distribution takes its name from this module it now exists only to provide the TAP::Harness manpage with an interface that is somewhat backwards compatible with the Test::Harness manpage 2.xx. If you're writing new code consider using the TAP::Harness manpage directly instead.\n" "\n" -"date: 2010-07-09 08:38:38 +0000" +"Emulation is provided for 'runtests' and 'execute_tests' but the pluggable 'Straps' interface that previous versions of the Test::Harness manpage supported is not reproduced here. Straps is now available as a stand alone module: the Test::Harness::Straps manpage.\n" +"\n" +"See the TAP::Parser manpage, the TAP::Harness manpage for the main documentation for this distribution." msgstr "" -#. description(texlive-arabtex) +#. description(python-kombu) msgid "" -"ArabTeX is a package extending the capabilities of TeX/LaTeX to generate Arabic and Hebrew text. Input may be in ASCII transliteration or other encodings (including UTF-8); output may be Arabic, Hebrew, or any of several languages that use the Arabic script. ArabTeX consists of a TeX macro package and Arabic and Hebrew fonts (provided both in Metafont format and Adobe Type 1). The Arabic font is presently only available in the Naskhi style. ArabTeX will run with Plain TeX and also with LaTeX.\n" +"An AMQP messaging framework for Python.\n" "\n" -"date: 2012-03-20 13:44:41 +0000" +"AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security.\n" +"\n" +"One of the most popular implementations of AMQP is RabbitMQ.\n" +"\n" +"The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems." msgstr "" -#. description(texlive-arabxetex) +#. description(python-carrot) msgid "" -"ArabXeTeX provides a convenient ArabTeX-like user-interface for typesetting languages using the Arabic script in XeLaTeX, with flexible access to font features. Input in ArabTeX notation can be set in three different vocalization modes or in roman transliteration. Direct UTF-8 input is also supported. The parsing and converting of ArabTeX input to Unicode is done by means of TECkit mappings. Version 1.0 provides support for Arabic, Maghribi Arabic, Farsi (Persian), Urdu, Sindhi, Kashmiri, Ottoman Turkish, Kurdish, Jawi (Malay) and Uighur. The documentation (not yet complete) covers topics such as typesetting the Holy Quran, typesetting bidirectional critical editions (with ednotes), and information on various recommended OpenType fonts for the Arabic script and for transliterating Oriental languages.\n" +"An AMQP messaging queue framework. AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security.\n" "\n" -"date: 2010-03-06 07:51:23 +0000" +"The aim of carrot is to make messaging in Python as easy as possible by providing a high-level interface for producing and consuming messages. At the same time it is a goal to re-use what is already available as much as possible." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-arabic) -msgid "Arabic Traineddata for Tesseract" +#. summary(python-isodate) +msgid "An ISO 8601 Date/Time/Duration Parser and Formatter" msgstr "" -#. description(texlive-arara) -msgid "" -"Arara is comparable with other well-known compilation tools like latexmk and rubber. The key difference is that that arara determines its actions from metadata in the source code, rather than relying on indirect resources, such as log file analysis.\n" -"\n" -"date: 2013-02-06 07:25:13 +0000" +#. summary(perl-Tree-DAG_Node) +msgid "An N-ary tree" msgstr "" -#. summary(texlive-arphic) -msgid "Arphic (Chinese) font packages" +#. summary(php5-pear-DB_DataObject) +msgid "An SQL Builder, Object Interface to Database Tables" msgstr "" -#. summary(texlive-arrayjobx) -msgid "Array data structures for (La)TeX" +#. summary(perl-MouseX-ConfigFromFile) +msgid "An abstract Mouse role for setting attributes from a configfile" msgstr "" -#. summary(texlive-auncial-new) -msgid "Artificial Uncial font and LaTeX support macros" +#. description(python3-zope.event) +msgid "An event publishing system and a very simple event-dispatching system on which more sophisticated event dispatching systems can be built. For example, a type-based event dispatching system that builds on zope.event can be found in zope.component." msgstr "" -#. summary(texlive-astro) -msgid "Astronomical (planetary) symbols" +#. summary(python-jsonschema) +msgid "An implementation of JSON-Schema validation for Python" msgstr "" -#. description(texlive-astro) +#. summary(perl-Text-Brew) +msgid "An implementation of the Brew edit distance" +msgstr "" + +#. summary(php5-pear-Net_SMTP) +msgid "An implementation of the SMTP protocol" +msgstr "" + +#. summary(python-cmdln) +msgid "An improved cmd.py for Writing Multi-command Scripts and Shells" +msgstr "" + +#. summary(python-Axiom) +msgid "An in-process object-relational database" +msgstr "" + +#. summary(php5-pear-Services_Weather) +msgid "An interface to various online weather-services" +msgstr "" + +#. description(php5-pear-Horde_Stream) msgid "" -"Astrosym is a font containing astronomical symbols, including those used for the planets, four planetoids, the phases of the moon, the signs of the zodiac, and some additional symbols. The font is distributed in MetaFont format.\n" +"An object-oriented interface to assist in creating and storing PHP stream resources, and to provide utility methods to access and manipulate the stream contents.\n" "\n" -"date: 2008-10-03 20:28:15 +0000" +"Lead Developer: Michael Slusarz" msgstr "" -#. summary(texlive-abraces) -msgid "Asymmetric over-/underbraces in maths" +#. description(python-oauth) +msgid "An open protocol to allow API authentication in a simple and standard method from desktop and web applications." msgstr "" -#. summary(texlive-asymptote-faq-zh-cn) -msgid "Asymptote FAQ (Chinese translation)" -msgstr "Asymptote FAQ (перевод на китайский)" - -#. summary(texlive-asymptote-by-example-zh-cn) -msgid "Asymptote by example" +#. summary(python-etude) +msgid "An xmms2 client written in pygtk" msgstr "" -#. description(texlive-asymptote) +#. description(python-anyjson) msgid "" -"Asymptote is a powerful descriptive vector graphics language for technical drawing, inspired by MetaPost but with an improved C++-like syntax. Asymptote provides for figures of the same high-quality level of typesetting that LaTeX does for scientific text.\n" +"Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used.\n" "\n" -"date: 2013-05-20 18:09:14 +0000" +"Originally part of carrot (http://github.com/ask/carrot/)" msgstr "" -#. summary(texlive-attachfile) -msgid "Attach arbitrary files to a PDF document" +#. description(python-apache-libcloud) +msgid "Apache Libcloud is a standard Python library that abstracts away differences among multiple cloud provider APIs." msgstr "" -#. summary(texlive-adfathesis) -msgid "Australian Defence Force Academy thesis format" +#. summary(python-dojango) +msgid "App that helps you to use the client-side framework dojo" msgstr "" -#. summary(python-optcomplete) -msgid "Automatic Shell Completion Support for Scripts Using Optparse" +#. description(python-Kajiki) +msgid "Are you tired of the slow performance of Genshi? But you still long for the assurance that your output is well-formed that you miss from all those other templating engines? Do you wish you had Jinja's blocks with Genshi's syntax? Then look no further, Kajiki is for you! Kajiki quickly compiles Genshi-like syntax to *real python bytecode* that renders with blazing-fast speed! Don't delay! Pick up your copy of Kajiki today!" msgstr "" -#. summary(texlive-autoarea) -msgid "Automatic computation of bounding boxes with PiCTeX" +#. description(python-decorator) +msgid "" +"As of now, writing custom decorators correctly requires some experience and it is not as easy as it could be. For instance, typical implementations of decorators involve nested functions, and we all know that flat is better than nested. Moreover, typical implementations of decorators do not preserve the signature of decorated functions, thus confusing both documentation tools and developers.\n" +"\n" +"The aim of the decorator module it to simplify the usage of decorators for the average programmer, and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc." msgstr "" -#. summary(texlive-autonum) -msgid "Automatic equation references" +#. summary(perl-Regexp-Assemble) +msgid "Assemble multiple Regular Expressions into a single RE" msgstr "" -#. summary(texlive-arara) -msgid "Automation of LaTeX compilation" +#. summary(perl-NetPacket) +msgid "Assemble/disassemble network packets at the protocol level" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-azerbaijani) -msgid "Azerbaijani Traineddata for Tesseract" +#. summary(perl-Test-Assert) +msgid "Assertion methods for those who like JUnit." msgstr "" -#. summary(texlive-babel-french) -msgid "Babel contributed support for French" +#. description(perl-Test-Number-Delta) +msgid "" +"At some point or another, most programmers find they need to compare floating-point numbers for equality. The typical idiom is to test if the absolute value of the difference of the numbers is within a desired tolerance, usually called epsilon. This module provides such a function for use with the Test::More manpage. Usage is similar to other test functions described in the Test::More manpage. Semantically, the 'delta_within' function replaces this kind of construct:\n" +"\n" +" ok ( abs($p - $q) < $epsilon, '$p is equal to $q' ) or diag \"$p is not equal to $q to within $epsilon\";\n" +"\n" +"While there's nothing wrong with that construct, it's painful to type it repeatedly in a test script. This module does the same thing with a single function call. The 'delta_ok' function is similar, but either uses a global default value for epsilon or else calculates a 'relative' epsilon on the fly so that epsilon is scaled automatically to the size of the arguments to 'delta_ok'. Both functions are exported automatically.\n" +"\n" +"Because checking floating-point equality is not always reliable, it is not possible to check the 'equal to' boundary of 'less than or equal to epsilon'. Therefore, Test::Number::Delta only compares if the absolute value of the difference is *less than* epsilon (for equality tests) or\n" +"*greater than* epsilon (for inequality tests)." msgstr "" -#. summary(texlive-babel-serbianc) -msgid "Babel module to support Serbian Cyrillic" +#. description(python-Attest) +msgid "" +"Attest is a unit testing framework built from the ground up with idiomatic Python in mind. Unlike others, it is not built on top of unittest though it provides compatibility by creating TestSuites from Attest collections.\n" +"\n" +"It has a functional API inspired by Flask and a class-based API that mimics Python itself. The core avoids complicated assumptions leaving you free to write tests however you prefer." msgstr "" -#. summary(texlive-babel-hungarian) -msgid "Babel support for Hungarian (Magyar)" +#. summary(perl-MooseX-MultiInitArg) +msgid "Attributes with aliases for constructor arguments" msgstr "" -#. summary(texlive-babel-italian) -msgid "Babel support for Italian text" +#. description(php5-pear-Horde_Autoloader) +msgid "Autoload implementation and class loading manager for Horde." msgstr "" -#. summary(texlive-babel-spanish) -msgid "Babel support for Spanish" +#. summary(python-optcomplete) +msgid "Automatic Shell Completion Support for Scripts Using Optparse" msgstr "" -#. summary(texlive-babel-turkish) -msgid "Babel support for Turkish documents" +#. summary(python-autopep8) +msgid "Automatic generated to pep8 checked code" msgstr "" -#. summary(texlive-babel-greek) -msgid "Babel support for documents written in Greek" +#. summary(perl-Text-Autoformat) +msgid "Automatic text wrapping and reformatting" msgstr "" -#. summary(texlive-babel-slovenian) -msgid "Babel support for typesetting Slovenian" +#. description(python-autopep8) +msgid "Autopep8 is automatic generated to pep8 checked code. This is old style tool, wrapped pep8 via subprocess module." msgstr "" -#. summary(texlive-babel-swedish) -msgid "Babel support for typesetting Swedish" +#. description(python3-termcolor) +msgid "Available text colors: grey, red, green, yellow, blue, magenta, cyan, white. Available text highlights: on_grey, on_red, on_green, on_yellow, on_blue, on_magenta, on_cyan, on_white. Available attributes: bold, dark, underline, blink, reverse, concealed." msgstr "" -#. summary(texlive-babel-vietnamese) -msgid "Babel support for typesetting Vietnamese" +#. summary(python3-requests) +msgid "Awesome Python HTTP Library That's Actually Usable" msgstr "" -#. summary(texlive-babel-welsh) -msgid "Babel-welshBabel support for Welsh" +#. summary(python-futures) +msgid "Backport of the concurrent.futures package from Python 3.2" msgstr "" -#. summary(texlive-babel-friulan) -msgid "Babel/Polyglossia support for Friulan(Furlan)" +#. summary(perl-String-Escape) +msgid "Backslash escapes, quoted phrase, word elision, etc." msgstr "" -#. summary(texlive-babel-romansh) -msgid "Babel/Polyglossia support for the Romansh language" +#. summary(php5-pear-ezc-Base) +msgid "Base package of ezcomponents" msgstr "" -#. summary(rsnapshot) -msgid "Backup program using hardlinks" +#. summary(python-argcomplete) +msgid "Bash tab completion for argparse" msgstr "" -#. summary(subversion:subversion-bash-completion) -msgid "Bash Completion for subversion" +#. summary(python3-python-mimeparse) +msgid "Basic functions for parsing and matching mime-type names" msgstr "" -#. description(subversion:subversion-bash-completion) -msgid "Bash command line completion support for subversion - completion of subcommands, parameters and keywords for the svn command and other tools." +#. summary(perl-Test-Simple) +msgid "Basic utilities for writing tests" msgstr "" -#. summary(python-zc.lockfile) -msgid "Basic inter-process locks" +#. description(python-Beaker) +msgid "" +"Beaker is a web session and general caching library that includes WSGI middleware for use in web applications.\n" +"\n" +"As a general caching library, Beaker can handle storing for various times any Python object that can be pickled with optional back-ends on a fine-grained basis.\n" +"\n" +"Beaker was built largely on the code from MyghtyUtils, then refactored and extended with database support.\n" +"\n" +"Beaker includes Cache and Session WSGI middleware to ease integration with WSGI capable frameworks, and is automatically used by Pylons.\n" +"\n" +"Features:\n" +"\n" +"* Fast, robust performance\n" +"* Multiple reader/single writer lock system to avoid duplicate simultaneous cache creation\n" +"* Cache back-ends include dbm, file, memory, memcached, and database (Using SQLAlchemy for multiple-db vendor support)\n" +"* Signed cookie's to prevent session hijacking/spoofing\n" +"* Cookie-only sessions to remove the need for a db or file backend (ideal for clustered systems)\n" +"* Extensible Container object to support new back-ends\n" +"* Cache's can be divided into namespaces (to represent templates, objects, etc.) then keyed for different copies\n" +"* Create functions for automatic call-backs to create new cache copies after expiration\n" +"* Fine-grained toggling of back-ends, keys, and expiration per Cache object" msgstr "" -#. summary(texlive-baskervald) -msgid "Baskervald ADF fonts collection with TeX/LaTeX support" +#. description(python3-beautifulsoup4) +msgid "" +"Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful:\n" +"\n" +"* Beautiful Soup won't choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough to collect the data you need and run away\n" +"\n" +"* Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. You don't have to create a custom parser for each application\n" +"\n" +"* Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and Beautiful Soup can't autodetect one. Then you just have to specify the original encoding\n" +"\n" +"Beautiful Soup parses anything you give it, and does the tree traversal stuff for you. You can tell it \"Find all the links\", or \"Find all the links of class externalLink\", or \"Find all the links whose urls match \"foo.com\", or \"Find the table heading that's got bold text, then give me that text.\"\n" +"\n" +"Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup. Beautiful Soup." msgstr "" -#. description(texlive-baskervald) +#. summary(python-decorator) +msgid "Better living through Python with decorators" +msgstr "" + +#. summary(python-binplist) +msgid "Binary property list (plist) parser module written in python" +msgstr "" + +#. description(python-blinker) msgid "" -"Baskervald ADF is a serif family with lining figures designed as a substitute for Baskerville. The family currently includes upright and italic or oblique shapes in each of regular, bold and heavy weights. All fonts include the slashed zero and additional non-standard ligatures. The support package renames them according to the Karl Berry fontname scheme and defines two families. One of these primarily provides access to the \"standard\" or default characters while the other supports additional ligatures. The included package files provide access to these features in LaTeX.\n" +"Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or \"signals\".\n" "\n" -"date: 2010-07-14 21:45:16 +0000" +"Signal receivers can subscribe to specific senders or receive signals sent by any sender." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-basque) -msgid "Basque Traineddata for Tesseract" +#. description(python-bottle) +msgid "Bottle is a fast and simple micro-framework for small web-applications. It offers request dispatching (Routes) with url parameter support, Templates, a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines. All in a single file and with no dependencies other than the Python Standard Library." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-belarusian) -msgid "Belarusian Traineddata for Tesseract" +#. summary(python-Ming) +msgid "Bringing order to Mongo since 2009" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-bengali) -msgid "Bengali Traineddata for Tesseract" +#. summary(python-bugzillatools) +msgid "Bugzilla CLI client, XML-RPC binding and VCS plugins" msgstr "" -#. summary(texlive-adrconv) -msgid "BibTeX styles to implement an address database" +#. summary(php5-pear-DB_DataObject_FormBuilder) +msgid "Build automatically HTML_QuickForm objects from a DB_DataObject-derived class" msgstr "" -#. summary(python-pybtex) -msgid "BibTeX-compatible Bibliography Processor in Python" +#. summary(python-manuel) +msgid "Build tested documentation" msgstr "" -#. summary(texlive-aichej) -msgid "Bibliography style file for the AIChE Journal" +#. description(perl-Regexp-Common) +msgid "" +"By default, this module exports a single hash ('%RE') that stores or generates commonly needed regular expressions (see the \"List of available patterns\" manpage).\n" +"\n" +"There is an alternative, subroutine-based syntax described in the \"Subroutine-based interface\" manpage." msgstr "" -#. summary(texlive-ascelike) -msgid "Bibliography style for the ASCE" +#. summary(python-greenlet:python-greenlet-devel) +msgid "C development headers for python-greenlet" msgstr "" -#. summary(texlive-apalike2) -msgid "Bibliography style that approaches APA requirements" +#. summary(perl-Safe-Isa) +msgid "Call isa, can, does and DOES safely on things that may not be objects" msgstr "" -#. description(texlive-bbm) +#. description(python-celery) +msgid "Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well." +msgstr "" + +#. description(python-Chameleon) msgid "" -"Blackboard variants of Computer Modern fonts. The fonts are distributed as MetaFont source (only); LaTeX support is available with the bbm-macros package. The Sauter font package has MetaFont parameter source files for building the fonts at more sizes than you could reasonably imagine. A sample of these fonts appears in the blackboard bold sampler.\n" +"Chameleon is an HTML/XML template engine for Python. It uses the\n" +"*page templates* language.\n" "\n" -"date: 2009-11-19 14:03:53 +0000" +"You can use it in any Python web application with just about any version of Python (2.5 and up, including 3.x and pypy)." msgstr "" -#. summary(python-Ming) -msgid "Bringing order to Mongo since 2009" +#. description(perl-Test-Pod) +msgid "Check POD files for errors or warnings in a test file, using 'Pod::Simple' to do the heavy lifting." msgstr "" -#. description(python-warlock) -msgid "Build self-validating python objects using JSON schemas" +#. summary(perl-Test-HasVersion) +msgid "Check Perl modules have version numbers" msgstr "" -#. summary(python-manuel) -msgid "Build tested documentation" +#. summary(perl-Test-Memory-Cycle) +msgid "Check for memory leaks and circular memory references" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-bulgarian) -msgid "Bulgarian Traineddata for Tesseract" +#. summary(perl-Test-CheckDeps) +msgid "Check for presence of dependencies" msgstr "" -#. summary(texlive-bbcard) -msgid "Bullshit bingo, calendar and baseball-score cards" +#. summary(perl-Test-CheckChanges) +msgid "Check that the Changes file matches the distribution." msgstr "" -#. summary(python-pycparser) -msgid "C parser in Python" +#. summary(perl-Test-EOL) +msgid "Check the correct line endings in your project" msgstr "" -#. summary(texlive-augie) -msgid "Calligraphic font for typesetting handwriting" +#. summary(perl-Test-NoTabs) +msgid "Check the presence of tabs in your project" msgstr "" -#. summary(texlive-aurical) -msgid "Calligraphic fonts for use with LaTeX in T1 encoding" +#. summary(perl-Pod-Coverage) +msgid "Checks if the documentation of a module is comprehensive" msgstr "" -#. summary(texlive-aspectratio) -msgid "Capital A and capital R ligature for Aspect Ratio" +#. summary(perl-Test-Requires) +msgid "Checks to see if the module can be loaded" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-catalan) -msgid "Catalan Traineddata for Tesseract" +#. description(openstack-cinder:python-cinder) +msgid "" +"Cinder is the OpenStack Block storage service. This is a spin out of nova-volumes.\n" +"\n" +"This package contains the core Python module of OpenStack Keystone." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-cherokee) -msgid "Cherokee Traineddata for Tesseract" +#. summary(python-ipy) +msgid "Class and Tools for Handling of IPv4 and IPv6 Addresses and Networks" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-chinese_simplified) -msgid "Chinese (Simplified) Traineddata for Tesseract" +#. summary(php5-pear-Net_URL2) +msgid "Class for parsing and handling URL" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-chinese_traditional) -msgid "Chinese (Traditional) Traineddata for Tesseract" +#. description(perl-UNIVERSAL-moniker) +msgid "" +"Class names in Perl often don't sound great when spoken, or look good when written in prose. For this reason, we tend to say things like \"customer\" or \"basket\" when we are referring to 'My::Site::User::Customer' or 'My::Site::Shop::Basket'. We thought it would be nice if our classes knew what we would prefer to call them.\n" +"\n" +"This module will add a 'moniker' (and 'plural_moniker') method to 'UNIVERSAL', and so to every class or module." msgstr "" -#. summary(texlive-apacite) -msgid "Citation style following the rules of the APA" +#. summary(perl-MooseX-Types-LoadableClass) +msgid "ClassName type constraint with coercion to load the class." msgstr "" -#. summary(texlive-acmconf) -msgid "Class for ACM conference proceedings" +#. summary(python-amqplib) +msgid "Client library for AMQP (Advanced Message Queuing Protocol)" msgstr "" -#. summary(texlive-basque-book) -msgid "Class for book-type documents written in Basque" +#. summary(perl-Tk-Clock) +msgid "Clock widget with analog and digital display" msgstr "" -#. summary(texlive-active-conf) -msgid "Class for typesetting ACTIVE conference papers" +#. summary(python-lazr.uri) +msgid "Code for parsing and dealing with URI" msgstr "" -#. summary(salt:salt-minion) -msgid "Client component for salt, a parallel remote execution system" +#. summary(python-Coherence) +msgid "Coherence - DLNA/UPnP framework for the digital living" msgstr "" -#. summary(python-ZEO) -msgid "Client-Server storage implementation for ZODB" +#. description(python-Coherence) +msgid "" +"Coherence is a framework written in Python, providing a variety of UPnP MediaServer and UPnP MediaRenderer implementations for instant use.\n" +"\n" +"It includes an UPnP ControlPoint, which is accessible via D-Bus too.\n" +"\n" +"Furthermore it enables your application to participate in digital living networks, at the moment primarily the DLNA/UPnP universe. Its objective and demand is to relieve your application from all the membership/the UPnP related tasks as much as possible." msgstr "" -#. summary(shared-color-targets) -msgid "Color targets for creating color profiles" -msgstr "Цветовые цели для создания цветовых профилей" +#. description(python-ec2metadata) +msgid "Collect instance meta data in Amazon Compute CLoud instances" +msgstr "" -#. description(suseRegister) -msgid "Command line tool for registering Novell and SUSE products." -msgstr "Инструмент командной строки для регистрации продуктов Novell и SUSE." +#. summary(python-ec2metadata) +msgid "Collect instance metadata in EC2" +msgstr "" -#. summary(texlive-asyfig) -msgid "Commands for using Asymptote figures" +#. summary(python-cliff) +msgid "Command Line Interface Formulation Framework" msgstr "" -#. description(python-python-urljr) -msgid "Common interface to urllib2 and curl for making HTTP requests." +#. summary(python-cliff:python-cliff-doc) +msgid "Command Line Interface Formulation Framework - Documentation" msgstr "" -#. summary(texlive-akletter) -msgid "Comprehensive letter support" +#. summary(perl-Smart-Comments) +msgid "Comments that do more than just sit there" msgstr "" -#. summary(python-passlib) -msgid "Comprehensive password hashing framework supporting over 20 schemes" +#. summary(php5-pear-File) +msgid "Common file and directory routines" msgstr "" -#. summary(rpmlint-Factory:rpmlint-Factory-strict) -msgid "Confict only applying to openSUSE:Factory itself" +#. summary(python-Brownie) +msgid "Common utilities and datastructures for Python applications" msgstr "" -#. description(texlive-algorithms) +#. summary(perl-Test-Number-Delta) +msgid "Compare the difference between numbers against a given tolerance" +msgstr "" + +#. summary(pyrex) +msgid "Compiles code that mixes Python and C data types into a C extension for Python" +msgstr "" + +#. description(python-fudge) msgid "" -"Consists of two environments: algorithm and algorithmic. The algorithm package defines a floating algorithm environment designed to work with the algorithmic style. Within an algorithmic environment a number of commands for typesetting popular algorithmic constructs are available.\n" +"Complete documentation is available at http://farmdev.com/projects/fudge/\n" "\n" -"date: 2009-08-25 12:02:57 +0000" +"Fudge is a Python module for using fake objects (mocks and stubs) to test real ones.\n" +"\n" +"In readable Python code, you declare what methods are available on your fake and how they should be called. Then you inject that into your application and start testing. This declarative approach means you don't have to record and playback actions and you don't have to inspect your fakes after running code. If the fake object was used incorrectly then you'll see an informative exception message with a traceback that points to the culprit.\n" +"\n" +"Here is a quick preview of how you can test code that sends email without actually sending email::\n" +"\n" +" @fudge.patch('smtplib.SMTP') def test_mailer(FakeSMTP): (FakeSMTP.expects_call() .expects('connect') .expects('sendmail').with_arg_count(3)) send_mail()" msgstr "" -#. summary(spicctrl) -msgid "Control LCD Brightness and Bluetooth Power on Sony Vaio Laptops" +#. summary(python-passlib) +msgid "Comprehensive password hashing framework supporting over 20 schemes" msgstr "" -#. summary(texlive-abstract) -msgid "Control the typesetting of the abstract environment" +#. summary(python-django_compressor) +msgid "Compresses Linked and Inline JavaScript or CSS Into Single Cached Files" msgstr "" -#. summary(texlive-autopdf) -msgid "Conversion of graphics to pdfLaTeX-compatible formats" +#. summary(python-concurrentloghandler) +msgid "Concurrent logging handler" msgstr "" -#. summary(shorewall:shorewall-core) -msgid "Core libraries for Shorewall" -msgstr "Основные библиотеки Shorewall" +#. summary(php5-pear-ezc-ConsoleTools) +msgid "ConsoleTools package of ezcomponents" +msgstr "" -#. summary(texlive-animate) -msgid "Create PDF animations from graphics files and inline graphics" +#. description(python-construct) +msgid "" +"Construct is a powerful declarative parser (and builder) for binary data.\n" +"\n" +"Instead of writing imperative code to parse a piece of data, you declaratively define a data structure that describes your data. As this data structure is not code, you can use it in one direction to parse data into Pythonic objects, and in the other direction, convert (\"build\") objects into binary data." msgstr "" -#. summary(texlive-bclogo) -msgid "Creating colourful boxes with logos" +#. summary(perl-Text-Markdown) +msgid "Convert Markdown syntax to (X)HTML" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-croatian) -msgid "Croatian Traineddata for Tesseract" +#. summary(perl-Pod-Readme) +msgid "Convert POD to README file" msgstr "" -#. summary(python-numpy-doc:python-numpydoc) -msgid "Custom extension for python-Sphinx from the python-numpy project" +#. description(python-couchdbkit) +msgid "Couchdbkit provides you a full featured and easy client to access and manage CouchDB. It allows you to manage a CouchDBserver, databases, doc managements and view access. All objects mostly reflect python objects for convenience. Server and Databases objects could be used for example as easy as using a dict." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-czech) -msgid "Czech Traineddata for Tesseract" +#. summary(python-django-international) +msgid "Country and currency data for Django projects" msgstr "" -#. summary(saxon8:saxon8-dom) -msgid "DOM support for saxon8" -msgstr "Поддержка DOM для saxon8" +#. summary(python-nose-cover3) +msgid "Coverage 3.x support for Nose" +msgstr "" -#. summary(python-zdaemon) -msgid "Daemon process control library and tools" +#. description(python-nose-cover3) +msgid "Coverage 3.x support for Nose." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-danish) -msgid "Danish and Danish (Fraktur) Traineddata for Tesseract" +#. summary(ponysay) +msgid "Cowsay reimplemention for ponies" msgstr "" -#. summary(supertuxkart:supertuxkart-data) -msgid "Data files for SuperTuxKart" +#. summary(perl-Test-File-ShareDir) +msgid "Create a Fake ShareDir for your modules for testing" msgstr "" -#. description(supertuxkart:supertuxkart-data) -msgid "Data files for SuperTuxKart a Free 3d kart racing game." +#. summary(perl-PAR-Dist) +msgid "Create and manipulate PAR distributions" msgstr "" -#. description(python-Ming) -msgid "Database mapping layer for MongoDB on Python. Includes schema enforcement and some facilities for schema migration." +#. summary(php5-pear-File_IMC) +msgid "Create and parse IMC-style files (like vCard and vCalendar)" msgstr "" -#. summary(python-sqlalchemy-migrate) -msgid "Database schema migration for SQLAlchemy" +#. summary(perl-MooseX-Types-Parameterizable) +msgid "Create your own Parameterizable Types" msgstr "" -#. description(python-retry_decorator) -msgid "Decorator to support retry when an exception occurs" +#. description(python-django-tastypie) +msgid "Creating delicious APIs for Django apps since 2010." msgstr "" -#. description(texlive-alg) -msgid "" -"Defines two environments for typesetting algorithms in LaTeX2e. The algtab environment is used to typeset an algorithm with automatically numbered lines. The algorithm environment can be used to encapsulate the algtab environment algorithm in a floating body together with a header, a caption, etc. \\listofalgorithms is defined.\n" -"\n" -"date: 2006-12-17 10:41:28 +0000" +#. summary(php5-pear-Text_Password) +msgid "Creating passwords with PHP" msgstr "" -#. description(texlive-arydshln) -msgid "" -"Definitions of horizontal and vertical dashed lines for the array and tabular environment. Horizontal lines are drawn by \\hdashline and \\cdashline while vertical ones can be specified as a part of preamble using ':'. The shape of dashed lines may be controlled through style parameters or optional arguments. The package is compatible with array and colortab.\n" -"\n" -"date: 2007-04-06 16:29:05 +0000" +#. summary(perl-Perl-Critic) +msgid "Critique Perl source code for best-practices" msgstr "" -#. description(saxon6:saxon6-demo) -msgid "Demonstrations and samples for saxon6." -msgstr "Демо и примеры для saxon6." +#. summary(python-croniter) +msgid "Croniter provides iteration for datetime object with cron like format" +msgstr "" -#. description(saxon8:saxon8-demo) -msgid "Demonstrations and samples for saxon8." -msgstr "Демо и примеры для saxon8." +#. summary(python-colorama) +msgid "Cross-platform colored terminal text" +msgstr "" -#. description(saxon9:saxon9-demo) -msgid "Demonstrations and samples for saxon9." -msgstr "Демо и примеры для saxon9." +#. summary(perl-Path-Class) +msgid "Cross-platform path specification manipulation" +msgstr "" -#. summary(saxon6:saxon6-demo) -msgid "Demos for saxon6" -msgstr "Демо для saxon6" +#. summary(php5-pear-Horde_Crypt_Blowfish) +msgid "Crypt Blowfish Library" +msgstr "" -#. summary(saxon8:saxon8-demo) -msgid "Demos for saxon8" -msgstr "Демо для saxon8" +#. summary(perl-Tie-Cycle) +msgid "Cycle through a list of values via a scalar." +msgstr "" -#. summary(saxon9:saxon9-demo) -msgid "Demos for saxon9" -msgstr "Демо для saxon9" - -#. description(texlive-apalike2) +#. description(php5-pear-DB) msgid "" -"Described as a \"local adaptation\" of apalike.\n" +"DB is a database abstraction layer providing:\n" +"* an OO-style query API\n" +"* portability features that make programs written for one DBMS work with other DBMS's\n" +"* a DSN (data source name) format for specifying database servers\n" +"* prepare/execute (bind) emulation for databases that don't support it natively\n" +"* a result object for each query response\n" +"* portable error codes\n" +"* sequence emulation\n" +"* sequential and non-sequential row fetching as well as bulk fetching\n" +"* formats fetched rows as associative arrays, ordered arrays or objects\n" +"* row limit support\n" +"* transactions support\n" +"* table information interface\n" +"* DocBook and phpDocumentor API documentation\n" "\n" -"date: 2009-11-09 12:03:38 +0000" +"DB layers itself on top of PHP's existing database extensions.\n" +"\n" +"Drivers for the following extensions pass the complete test suite and provide interchangeability when all of DB's portability options are enabled:\n" +"\n" +" fbsql, ibase, informix, msql, mssql, mysql, mysqli, oci8, odbc, pgsql, sqlite and sybase.\n" +"\n" +"There is also a driver for the dbase extension, but it can't be used interchangeably because dbase doesn't support many standard DBMS features.\n" +"\n" +"DB is compatible with both PHP 4 and PHP 5." msgstr "" -#. summary(texlive-barr) -msgid "Diagram macros by Michael Barr" +#. description(php5-pear-DB_DataObject_FormBuilder) +msgid "DB_DataObject_FormBuilder will aid you in rapid application development using the packages DB_DataObject and HTML_QuickForm. For having a quick but working prototype of your application, simply model the database, run DataObject`s createTable script over it and write a script that passes one of the resulting objects to the FormBuilder class. The FormBuilder will automatically generate a simple but working HTML_QuickForm object that you can use to test your application. It also provides a processing method that will automatically detect if an insert() or update() command has to be executed after the form has been submitted. If you have set up DataObject's links.ini file correctly, it will also automatically detect if a table field is a foreign key and will populate a selectbox with the linked table's entries. There are many optional parameters that you can place in your DataObjects.ini or in the properties of your derived classes, that you can use to fine -tune the form-generation, gradually turning the prototypes into fully-featured forms, and you can take control at any stage of the process." msgstr "" -#. description(texlive-barr) -msgid "" -"Diagxy is a general diagramming package, useful for diagrams in a number of mathematical disciplines. Diagxy is a development of an earlier (successful) package to use the facilities of the xypic bundle.\n" -"\n" -"date: 2011-06-19 12:02:49 +0000" +#. summary(php5-pear-Net_DIME) +msgid "DIME encoding and decoding" msgstr "" -#. description(python-odict) +#. description(python-django-dajax) msgid "" -"Dictionary in which the *insertion* order of items is preserved (using an internal double linked list). In this implementation replacing an existing item keeps it at its original position.\n" +"Dajax is a powerful tool to easily and super-fastly develop asynchronous presentation logic in web applications using python and almost no lines of JS source code.\n" "\n" -"Internal representation: values of the dict::\n" +"It supports up to four of the most popular JS frameworks: Prototype, jQuery, Dojo and mootols.\n" "\n" -" [pred_key, val, succ_key]\n" +"Using dajaxice communication core, dajax implements an abstraction layer between the presentation logic managed with JS and your python business logic. With dajax you can modify your DOM structure directly from python.\n" "\n" -"The sequence of elements uses as a double linked list. The ``links`` are dict keys. ``self.lh`` and ``self.lt`` are the keys of first and last element inseted in the odict. In a C reimplementation of this data structure, things can be simplified (and speed up) a lot if given a value you can at the same time find its key. With that, you can use normal C pointers." +"Note: If you want to avoid mixing your Presentation logic within your Business logic, try dajaxice . Dajaxice implements an easy to use protocol to invoke your ajax functions asynchronously without any JavaScript Framework requirement." msgstr "" -#. description(python-Werkzeug:python-Werkzeug-doc) -msgid "Documentation and examples for python-Werkzeug." -msgstr "Документация и примеры для python-Werkzeug." +#. description(php5-pear-DB_DataObject) +msgid "DataObject performs 2 tasks: 1. Builds SQL statements based on the objects vars and the builder methods. 2. acts as a datastore for a table row. The core class is designed to be extended for each of your tables so that you put the data logic inside the data classes. included is a Generator to make your configuration files and your base classes." +msgstr "" -#. description(spyder:spyder-doc) -msgid "Documentation and help files for both spyder and spyderlib" -msgstr "Документация и файлы справки для spyder и spyderlib" +#. summary(php5-pear-DB) +msgid "Database Abstraction Layer" +msgstr "" -#. description(squirrel:squirrel-doc) -msgid "Documentation files for squirrel." -msgstr "Документация для squirrel." +#. summary(python3-SQLAlchemy) +msgid "Database Abstraction Library" +msgstr "" -#. summary(stow:stow-doc) -msgid "Documentation for GNU Stow" +#. summary(pgaccess) +msgid "Database Management Tool for PostgreSQL" msgstr "" -#. description(stow:stow-doc) -msgid "Documentation for GNU Stow 2.2.0 in HTML and PDF format." +#. summary(php5-pear-MDB2) +msgid "Database abstraction layer" msgstr "" -#. summary(python-Sphinx:python-Sphinx-doc) -msgid "Documentation for python-Sphinx" -msgstr "Документация для python-Sphinx" +#. description(python-Ming) +msgid "Database mapping layer for MongoDB on Python. Includes schema enforcement and some facilities for schema migration." +msgstr "" -#. summary(python-Werkzeug:python-Werkzeug-doc) -msgid "Documentation for python-Werkzeug" -msgstr "Документация для python-Werkzeug" +#. description(php5-pear-Date_Holidays) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. The calculation is driver-based so it is easy to add new drivers that calculate a country's holidays. The methods of the class can be used to get a holiday's date and title in various languages." +msgstr "" -#. summary(spyder:spyder-doc) -msgid "Documentation for spyder and spyderlib" -msgstr "Документация для spyder и spyderlib" +#. description(php5-pear-Date_Holidays_Austria) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Austria" +msgstr "" -#. summary(squirrel:squirrel-doc) -msgid "Documentation for squirrel" -msgstr "Документация для squirrel" +#. description(php5-pear-Date_Holidays_Brazil) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Brazil" +msgstr "" -#. summary(texlive-12many:texlive-12many-doc) -msgid "Documentation for texlive-12many" -msgstr "Документация для texlive-12many" +#. description(php5-pear-Date_Holidays_Croatia) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Croatia" +msgstr "" -#. summary(texlive-2up:texlive-2up-doc) -msgid "Documentation for texlive-2up" -msgstr "Документация для texlive-2up" +#. description(php5-pear-Date_Holidays_Denmark) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Denmark" +msgstr "" -#. summary(texlive-Asana-Math:texlive-Asana-Math-doc) -msgid "Documentation for texlive-Asana-Math" -msgstr "Документация для texlive-Asana-Math" +#. description(php5-pear-Date_Holidays_EnglandWales) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for England and Wales" +msgstr "" -#. summary(texlive-a0poster:texlive-a0poster-doc) -msgid "Documentation for texlive-a0poster" -msgstr "Документация для texlive-a0poster" +#. description(php5-pear-Date_Holidays_Finland) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Finland" +msgstr "" -#. summary(texlive-a2ping:texlive-a2ping-doc) -msgid "Documentation for texlive-a2ping" -msgstr "Документация для texlive-a2ping" +#. description(php5-pear-Date_Holidays_Iceland) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Iceland" +msgstr "" -#. summary(texlive-a4wide:texlive-a4wide-doc) -msgid "Documentation for texlive-a4wide" -msgstr "Документация для texlive-a4wide" +#. description(php5-pear-Date_Holidays_Ireland) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Ireland" +msgstr "" -#. summary(texlive-a5comb:texlive-a5comb-doc) -msgid "Documentation for texlive-a5comb" -msgstr "Документация для texlive-a5comb" +#. description(php5-pear-Date_Holidays_Italy) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Italy" +msgstr "" -#. summary(texlive-aastex:texlive-aastex-doc) -msgid "Documentation for texlive-aastex" -msgstr "Документация для texlive-aastex" +#. description(php5-pear-Date_Holidays_Japan) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Japan" +msgstr "" -#. summary(texlive-abbr:texlive-abbr-doc) -msgid "Documentation for texlive-abbr" -msgstr "Документация для texlive-abbr" +#. description(php5-pear-Date_Holidays_Netherlands) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Netherlands" +msgstr "" -#. summary(texlive-abc:texlive-abc-doc) -msgid "Documentation for texlive-abc" -msgstr "Документация для texlive-abc" +#. description(php5-pear-Date_Holidays_Norway) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Norway" +msgstr "" -#. summary(texlive-abntex2:texlive-abntex2-doc) -msgid "Documentation for texlive-abntex2" +#. description(php5-pear-Date_Holidays_Portugal) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Portugal" msgstr "" -#. summary(texlive-abraces:texlive-abraces-doc) -msgid "Documentation for texlive-abraces" +#. description(php5-pear-Date_Holidays_Romania) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Romania" msgstr "" -#. summary(texlive-abstract:texlive-abstract-doc) -msgid "Documentation for texlive-abstract" -msgstr "Документация для texlive-abstract" +#. description(php5-pear-Date_Holidays_Spain) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Spain" +msgstr "" -#. summary(texlive-abstyles:texlive-abstyles-doc) -msgid "Documentation for texlive-abstyles" -msgstr "Документация для texlive-abstyles" +#. description(php5-pear-Date_Holidays_Sweden) +msgid "Date_Holidays helps you calculate the dates and titles of holidays and other special celebrations. This is the driver for Sweden" +msgstr "" -#. summary(texlive-accfonts:texlive-accfonts-doc) -msgid "Documentation for texlive-accfonts" -msgstr "Документация для texlive-accfonts" +#. summary(php5-pear-phpunit-DbUnit) +msgid "DbUnit port for PHP/PHPUnit to support database interaction testing" +msgstr "" -#. summary(texlive-achemso:texlive-achemso-doc) -msgid "Documentation for texlive-achemso" -msgstr "Документация для texlive-achemso" +#. description(php5-pear-phpunit-DbUnit) +msgid "DbUnit port for PHP/PHPUnit to support database interaction testing." +msgstr "" -#. summary(texlive-acmconf:texlive-acmconf-doc) -msgid "Documentation for texlive-acmconf" -msgstr "Документация для texlive-acmconf" +#. summary(perl-PHP-Serialization) +msgid "De-/serialize() PHP output into Perl" +msgstr "" -#. summary(texlive-acro:texlive-acro-doc) -msgid "Documentation for texlive-acro" +#. summary(php5-pear-Mail_mimeDecode) +msgid "Decode mime messages" msgstr "" -#. summary(texlive-acronym:texlive-acronym-doc) -msgid "Documentation for texlive-acronym" -msgstr "Документация для texlive-acronym" +#. summary(perl-Term-Encoding) +msgid "Detect encoding of the current terminal" +msgstr "" -#. summary(texlive-acroterm:texlive-acroterm-doc) -msgid "Documentation for texlive-acroterm" -msgstr "Документация для texlive-acroterm" +#. summary(perl-Path-IsDev) +msgid "Determine if a given Path resembles a development source tree" +msgstr "" -#. summary(texlive-active-conf:texlive-active-conf-doc) -msgid "Documentation for texlive-active-conf" -msgstr "Документация для texlive-active-conf" +#. description(perl-SQL-ReservedWords) +msgid "Determine if words are reserved by ANSI/ISO SQL standard." +msgstr "" -#. summary(texlive-actuarialangle:texlive-actuarialangle-doc) -msgid "Documentation for texlive-actuarialangle" +#. description(perl-Pod-Coverage) +msgid "" +"Developers hate writing documentation. They'd hate it even more if their computer tattled on them, but maybe they'll be even more thankful in the long run. Even if not, _perlmodstyle_ tells you to, so you must obey.\n" +"\n" +"This module provides a mechanism for determining if the pod for a given module is comprehensive.\n" +"\n" +"It expects to find either a '=head(n>1)' or an '=item' block documenting a subroutine.\n" +"\n" +"Consider: # an imaginary Foo.pm package Foo;\n" +"\n" +" =item foo\n" +"\n" +" The foo sub\n" +"\n" +" = cut\n" +"\n" +" sub foo {} sub bar {}\n" +"\n" +" 1; __END__\n" +"\n" +"In this example 'Foo::foo' is covered, but 'Foo::bar' is not, so the 'Foo' package is only 50% (0.5) covered" msgstr "" -#. summary(texlive-addlines:texlive-addlines-doc) -msgid "Documentation for texlive-addlines" -msgstr "Документация для texlive-addlines" +#. summary(polkit:polkit-doc) +#, fuzzy +#| msgid "Documentation for texlive-apacite" +msgid "Development documentation for PolicyKit" +msgstr "Документация для texlive-apacite" -#. summary(texlive-adfathesis:texlive-adfathesis-doc) -msgid "Documentation for texlive-adfathesis" -msgstr "Документация для texlive-adfathesis" +#. description(polkit:polkit-doc) +msgid "Development documentation for PolicyKit Authorization Framework." +msgstr "" -#. summary(texlive-adforn:texlive-adforn-doc) -msgid "Documentation for texlive-adforn" -msgstr "Документация для texlive-adforn" +#. summary(python3-CXX:python3-CXX-devel) +msgid "Development files for python3-CXX" +msgstr "" -#. summary(texlive-adfsymbols:texlive-adfsymbols-doc) -msgid "Documentation for texlive-adfsymbols" -msgstr "Документация для texlive-adfsymbols" +#. description(python-odict) +msgid "" +"Dictionary in which the *insertion* order of items is preserved (using an internal double linked list). In this implementation replacing an existing item keeps it at its original position.\n" +"\n" +"Internal representation: values of the dict::\n" +"\n" +" [pred_key, val, succ_key]\n" +"\n" +"The sequence of elements uses as a double linked list. The ``links`` are dict keys. ``self.lh`` and ``self.lt`` are the keys of first and last element inseted in the odict. In a C reimplementation of this data structure, things can be simplified (and speed up) a lot if given a value you can at the same time find its key. With that, you can use normal C pointers." +msgstr "" -#. summary(texlive-adhocfilelist:texlive-adhocfilelist-doc) -msgid "Documentation for texlive-adhocfilelist" +#. summary(perl-Text-TabularDisplay) +msgid "Display text in formatted table output" msgstr "" -#. summary(texlive-adjmulticol:texlive-adjmulticol-doc) -msgid "Documentation for texlive-adjmulticol" -msgstr "Документация для texlive-adjmulticol" +#. summary(python-celery) +msgid "Distributed Task Queue" +msgstr "" -#. summary(texlive-adjustbox:texlive-adjustbox-doc) -msgid "Documentation for texlive-adjustbox" -msgstr "Документация для texlive-adjustbox" +#. summary(python-detox) +msgid "Distributing activities of the tox tool" +msgstr "" -#. summary(texlive-adrconv:texlive-adrconv-doc) -msgid "Documentation for texlive-adrconv" -msgstr "Документация для texlive-adrconv" +#. summary(python-distutils-extra) +msgid "Distutils/Setuptools Adapter" +msgstr "" -#. summary(texlive-advdate:texlive-advdate-doc) -msgid "Documentation for texlive-advdate" -msgstr "Документация для texlive-advdate" +#. description(python-Distutils2) +msgid "" +"Distutils2 is the new version of Distutils. It's not backward compatible with Distutils but provides more features, and implement most new packaging standards.\n" +"\n" +"See the documentation at http://packages.python.org/Distutils2 for more info." +msgstr "" -#. summary(texlive-ae:texlive-ae-doc) -msgid "Documentation for texlive-ae" -msgstr "Документация для texlive-ae" +#. summary(PlotDigitizer) +msgid "Ditigize scanned plots of functional data" +msgstr "" -#. summary(texlive-aecc:texlive-aecc-doc) -msgid "Documentation for texlive-aecc" +#. summary(python-Epsilon) +msgid "Divmod utility package" msgstr "" -#. summary(texlive-aeguill:texlive-aeguill-doc) -msgid "Documentation for texlive-aeguill" -msgstr "Документация для texlive-aeguill" +#. summary(python-django-celery) +msgid "Django Celery Integration" +msgstr "" -#. summary(texlive-afm2pl:texlive-afm2pl-doc) -msgid "Documentation for texlive-afm2pl" -msgstr "Документация для texlive-afm2pl" +#. description(python-django_compressor) +msgid "Django Compressor combines and compresses linked and inline Javascript or CSS in a Django templates into cacheable static files by using the \"compress\" template tag." +msgstr "" -#. summary(texlive-afthesis:texlive-afthesis-doc) -msgid "Documentation for texlive-afthesis" -msgstr "Документация для texlive-afthesis" +#. summary(python-django-auth-ldap) +msgid "Django LDAP authentication backend" +msgstr "" -#. summary(texlive-aguplus:texlive-aguplus-doc) -msgid "Documentation for texlive-aguplus" -msgstr "Документация для texlive-aguplus" +#. description(python-django-navigation) +msgid "Django Navigation is a breadcrumbs navigation application for Django Web Framework." +msgstr "" -#. summary(texlive-aiaa:texlive-aiaa-doc) -msgid "Documentation for texlive-aiaa" -msgstr "Документация для texlive-aiaa" +#. description(python-django_openstack_auth) +msgid "" +"Django OpenStack Auth is a pluggable Django authentication backend that works with Django's ``contrib.auth`` framework to authenticate a user against OpenStack's Keystone Identity API.\n" +"\n" +"The current version is designed to work with the Keystone V2 API." +msgstr "" -#. summary(texlive-akktex:texlive-akktex-doc) -msgid "Documentation for texlive-akktex" -msgstr "Документация для texlive-akktex" +#. summary(python-feedzilla) +msgid "Django application for atom/rss feeds aggregation" +msgstr "" -#. summary(texlive-akletter:texlive-akletter-doc) -msgid "Documentation for texlive-akletter" -msgstr "Документация для texlive-akletter" +#. description(python-feedzilla) +msgid "Django application for atom/rss feeds aggregation i.e. planet engine." +msgstr "" -#. summary(texlive-alg:texlive-alg-doc) -msgid "Documentation for texlive-alg" -msgstr "Документация для texlive-alg" +#. description(python-django-authopenid) +msgid "Django authentification application with openid using django auth contrib. This application allow a user to connect to you website with a legacy account (username/password) or an openid url." +msgstr "" -#. summary(texlive-algorithm2e:texlive-algorithm2e-doc) -msgid "Documentation for texlive-algorithm2e" -msgstr "Документация для texlive-algorithm2e" +#. description(python-Django) +msgid "Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design." +msgstr "" -#. summary(texlive-algorithmicx:texlive-algorithmicx-doc) -msgid "Documentation for texlive-algorithmicx" -msgstr "Документация для texlive-algorithmicx" +#. summary(python-django-mediasync) +msgid "Django static media development and distribution tools" +msgstr "" -#. summary(texlive-algorithms:texlive-algorithms-doc) -msgid "Documentation for texlive-algorithms" -msgstr "Документация для texlive-algorithms" +#. summary(python-django-nose) +msgid "Django test runner that uses nose" +msgstr "" -#. summary(texlive-allrunes:texlive-allrunes-doc) -msgid "Documentation for texlive-allrunes" -msgstr "Документация для texlive-allrunes" +#. description(python-django-nose) +msgid "Django test runner that uses nose." +msgstr "" -#. summary(texlive-alnumsec:texlive-alnumsec-doc) -msgid "Documentation for texlive-alnumsec" -msgstr "Документация для texlive-alnumsec" +#. description(python-django-avatar) +msgid "Django-avatar is a reusable application for handling user avatars. It has the ability to default to Gravatar_ if no avatar is found for a certain user. Django-avatar automatically generates thumbnails and stores them to your default file storage backend for retrieval later." +msgstr "" -#. summary(texlive-alterqcm:texlive-alterqcm-doc) -msgid "Documentation for texlive-alterqcm" -msgstr "Документация для texlive-alterqcm" +#. summary(python-django-avatar) +msgid "Django-avatar package" +msgstr "" -#. summary(texlive-altfont:texlive-altfont-doc) -msgid "Documentation for texlive-altfont" -msgstr "Документация для texlive-altfont" +#. description(python-django-celery) +msgid "Django-celery provides Celery integration for Django. Using the Django ORM and cache backend for storing results, autodiscovery of task modules for applications listed in ``INSTALLED_APPS``, and more." +msgstr "" -#. summary(texlive-ametsoc:texlive-ametsoc-doc) -msgid "Documentation for texlive-ametsoc" -msgstr "Документация для texlive-ametsoc" +#. description(perl-Test-HasVersion) +msgid "" +"Do you wanna check that every one of your Perl modules in a distribution has a version number? You wanna make sure you don't forget the brand new modules you just added? Well, that's the module you have been looking for. Use it!\n" +"\n" +"Do you wanna check someone else's distribution to make sure the author have not commited the sin of leaving Perl modules without a version that can be used to tell if you have this or that feature? 'Test::HasVersion' is also for you, nasty little fellow.\n" +"\n" +"There's a script _test_version_ which is installed with this distribution. You may invoke it from within the root directory of a distribution you just unpacked, and it will check every _.pm_ file in the directory and under _lib/_ (if any).\n" +"\n" +" $ test_version\n" +"\n" +"You may also provide directories and files as arguments.\n" +"\n" +" $ test_version *.pm lib/ inc/ $ test_version .\n" +"\n" +"(Be warned that many Perl modules in a _t/_ directory do not receive versions because they are not used outside the distribution.)\n" +"\n" +"Ok. That's not a very useful module by now. But it will be. Wait for the upcoming releases.\n" +"\n" +"FUNCTIONS * PRIVATE *_pm_version*\n" +"\n" +" $v = _pm_version($pm);\n" +"\n" +" Parses a PM file and return what it thinks is $VERSION in this file. (Actually implemented with 'use ExtUtils::MakeMaker; MM->parse_version($file)'.) '$pm' is the filename (eg., _lib/Data/Dumper.pm_).\n" +"\n" +" * *pm_version_ok*\n" +"\n" +" pm_version_ok('Module.pm'); pm_version_ok('M.pm', 'Has valid version');\n" +"\n" +" Checks to see if the given file has a valid version. Actually a valid version number is defined and not equal to ''undef'' (the string) which is return by '_pm_version' if a version cannot be determined.\n" +"\n" +" * *all_pm_version_ok*\n" +"\n" +" all_pm_version_ok(); all_pm_version_ok(@PM_FILES);\n" +"\n" +" Checks every given file and _.pm_ files found under given directories to see if they provide valid version numbers. If no argument is given, it defaults to check every file _*.pm_ in the current directory and recurses under the _lib/_ directory (if it exists).\n" +"\n" +" If no test plan was setted, 'Test::HasVersion' will set one after computing the number of files to be tested. Otherwise, the plan is left untouched.\n" +"\n" +" * PRIVATE *_list_pm_files*\n" +"\n" +" @pm_files = _list_pm_files(@dirs);\n" +"\n" +" Returns all PM files under the given directories.\n" +"\n" +" * *all_pm_files*\n" +"\n" +" @files = all_pm_files() @files = all_pm_files(@files_and_dirs);\n" +"\n" +" Implements finding the Perl modules according to the semantics of the previous function 'all_pm_version_ok'." +msgstr "" -#. summary(texlive-amiri:texlive-amiri-doc) -msgid "Documentation for texlive-amiri" -msgstr "Документация для texlive-amiri" +#. summary(python-bcdoc) +msgid "Doc tools for botocore projects" +msgstr "" -#. summary(texlive-amsaddr:texlive-amsaddr-doc) -msgid "Documentation for texlive-amsaddr" -msgstr "Документация для texlive-amsaddr" +#. description(python-beautifulsoup4:python-beautifulsoup4-doc) +#, fuzzy +#| msgid "Documentation and examples for python-Werkzeug." +msgid "Documentation and help files for python-beautifulsoup4" +msgstr "Документация и примеры для python-Werkzeug." -#. summary(texlive-amscls:texlive-amscls-doc) -msgid "Documentation for texlive-amscls" -msgstr "Документация для texlive-amscls" +#. description(python3-beautifulsoup4:python3-beautifulsoup4-doc) +#, fuzzy +#| msgid "Documentation and examples for python-Werkzeug." +msgid "Documentation and help files for python3-beautifulsoup4" +msgstr "Документация и примеры для python-Werkzeug." -#. summary(texlive-amsfonts:texlive-amsfonts-doc) -msgid "Documentation for texlive-amsfonts" -msgstr "Документация для texlive-amsfonts" +#. summary(python3-polib:python3-polib-doc) +#, fuzzy +#| msgid "A library to manipulate gettext files" +msgid "Documentation for Library to Manipulate gettext Files" +msgstr "Библиотека для работы с файлами gettext" -#. summary(texlive-amsmath:texlive-amsmath-doc) -msgid "Documentation for texlive-amsmath" -msgstr "Документация для texlive-amsmath" +#. summary(python-Flask:python-Flask-doc) +#, fuzzy +#| msgid "Documentation for python-Werkzeug" +msgid "Documentation for python-Flask" +msgstr "Документация для python-Werkzeug" -#. summary(texlive-amsrefs:texlive-amsrefs-doc) -msgid "Documentation for texlive-amsrefs" -msgstr "Документация для texlive-amsrefs" +#. summary(python3-SQLAlchemy:python3-SQLAlchemy-doc) +#, fuzzy +#| msgid "Documentation for python-Sphinx" +msgid "Documentation for python-SQLAlchemy" +msgstr "Документация для python-Sphinx" -#. summary(texlive-amstex:texlive-amstex-doc) -msgid "Documentation for texlive-amstex" -msgstr "Документация для texlive-amstex" +#. summary(python-beautifulsoup4:python-beautifulsoup4-doc) +#, fuzzy +#| msgid "Documentation for python-Werkzeug" +msgid "Documentation for python-beautifulsoup4" +msgstr "Документация для python-Werkzeug" -#. summary(texlive-animate:texlive-animate-doc) -msgid "Documentation for texlive-animate" -msgstr "Документация для texlive-animate" +#. summary(python3-Sphinx:python3-Sphinx-doc) +#, fuzzy +#| msgid "Documentation for python-Sphinx" +msgid "Documentation for python3-Sphinx" +msgstr "Документация для python-Sphinx" -#. summary(texlive-anonchap:texlive-anonchap-doc) -msgid "Documentation for texlive-anonchap" -msgstr "Документация для texlive-anonchap" +#. summary(python3-beautifulsoup4:python3-beautifulsoup4-doc) +#, fuzzy +#| msgid "Documentation for python-Werkzeug" +msgid "Documentation for python3-beautifulsoup4" +msgstr "Документация для python-Werkzeug" -#. summary(texlive-answers:texlive-answers-doc) -msgid "Documentation for texlive-answers" -msgstr "Документация для texlive-answers" +#. summary(python3-numpy-doc) +#, fuzzy +#| msgid "PDF documentation for python-numpy" +msgid "Documentation for python3-numpy" +msgstr "Документация в формате PDF для python-numpy" -#. summary(texlive-antiqua:texlive-antiqua-doc) -msgid "Documentation for texlive-antiqua" -msgstr "Документация для texlive-antiqua" +#. summary(python3-six:python3-six-doc) +#, fuzzy +#| msgid "Documentation for python-Sphinx" +msgid "Documentation for python3-six" +msgstr "Документация для python-Sphinx" -#. summary(texlive-antomega:texlive-antomega-doc) -msgid "Documentation for texlive-antomega" -msgstr "Документация для texlive-antomega" +#. description(python-eventlet:python-eventlet-doc) +#, fuzzy +#| msgid "Documentation for python-Werkzeug" +msgid "Documentation for the python-eventlet package." +msgstr "Документация для python-Werkzeug" -#. summary(texlive-antt:texlive-antt-doc) -msgid "Documentation for texlive-antt" -msgstr "Документация для texlive-antt" +#. description(python-docutils) +msgid "Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax." +msgstr "" -#. summary(texlive-anyfontsize:texlive-anyfontsize-doc) -msgid "Documentation for texlive-anyfontsize" -msgstr "Документация для texlive-anyfontsize" +#. summary(php5-pear-Date_Holidays) +msgid "Driver based class to calculate holidays" +msgstr "" -#. summary(texlive-anysize:texlive-anysize-doc) -msgid "Documentation for texlive-anysize" -msgstr "Документация для texlive-anysize" +#. summary(php5-pear-Date_Holidays_Austria) +msgid "Driver class to calculate holidays in Austria" +msgstr "" -#. summary(texlive-aomart:texlive-aomart-doc) -msgid "Documentation for texlive-aomart" -msgstr "Документация для texlive-aomart" +#. summary(php5-pear-Date_Holidays_Brazil) +msgid "Driver class to calculate holidays in Brazil" +msgstr "" -#. summary(texlive-apa:texlive-apa-doc) -msgid "Documentation for texlive-apa" -msgstr "Документация для texlive-apa" +#. summary(php5-pear-Date_Holidays_Croatia) +msgid "Driver class to calculate holidays in Croatia" +msgstr "" -#. summary(texlive-apa6:texlive-apa6-doc) -msgid "Documentation for texlive-apa6" -msgstr "Документация для texlive-apa6" +#. summary(php5-pear-Date_Holidays_Denmark) +msgid "Driver class to calculate holidays in Denmark" +msgstr "" -#. summary(texlive-apa6e:texlive-apa6e-doc) -msgid "Documentation for texlive-apa6e" -msgstr "Документация для texlive-apa6e" +#. summary(php5-pear-Date_Holidays_EnglandWales) +msgid "Driver class to calculate holidays in England and Wales" +msgstr "" -#. summary(texlive-apacite:texlive-apacite-doc) -msgid "Documentation for texlive-apacite" -msgstr "Документация для texlive-apacite" +#. summary(php5-pear-Date_Holidays_Finland) +msgid "Driver class to calculate holidays in Finland" +msgstr "" -#. summary(texlive-appendix:texlive-appendix-doc) -msgid "Documentation for texlive-appendix" -msgstr "Документация для texlive-appendix" +#. summary(php5-pear-Date_Holidays_Germany) +msgid "Driver class to calculate holidays in Germoney" +msgstr "" -#. summary(texlive-appendixnumberbeamer:texlive-appendixnumberbeamer-doc) -msgid "Documentation for texlive-appendixnumberbeamer" -msgstr "Документация для texlive-appendixnumberbeamer" +#. summary(php5-pear-Date_Holidays_Iceland) +msgid "Driver class to calculate holidays in Iceland" +msgstr "" -#. summary(texlive-apptools:texlive-apptools-doc) -msgid "Documentation for texlive-apptools" +#. summary(php5-pear-Date_Holidays_Ireland) +msgid "Driver class to calculate holidays in Ireland" msgstr "" -#. summary(texlive-arabi:texlive-arabi-doc) -msgid "Documentation for texlive-arabi" -msgstr "Документация для texlive-arabi" +#. summary(php5-pear-Date_Holidays_Italy) +msgid "Driver class to calculate holidays in Italy" +msgstr "" -#. summary(texlive-arabtex:texlive-arabtex-doc) -msgid "Documentation for texlive-arabtex" -msgstr "Документация для texlive-arabtex" +#. summary(php5-pear-Date_Holidays_Japan) +msgid "Driver class to calculate holidays in Japan" +msgstr "" -#. summary(texlive-arabxetex:texlive-arabxetex-doc) -msgid "Documentation for texlive-arabxetex" -msgstr "Документация для texlive-arabxetex" +#. summary(php5-pear-Date_Holidays_Netherlands) +msgid "Driver class to calculate holidays in Netherlands" +msgstr "" -#. summary(texlive-aramaic-serto:texlive-aramaic-serto-doc) -msgid "Documentation for texlive-aramaic-serto" +#. summary(php5-pear-Date_Holidays_Norway) +msgid "Driver class to calculate holidays in Norway" msgstr "" -#. summary(texlive-arara:texlive-arara-doc) -msgid "Documentation for texlive-arara" +#. summary(php5-pear-Date_Holidays_Portugal) +msgid "Driver class to calculate holidays in Portugal" msgstr "" -#. summary(texlive-archaic:texlive-archaic-doc) -msgid "Documentation for texlive-archaic" -msgstr "Документация для texlive-archaic" +#. summary(php5-pear-Date_Holidays_Romania) +msgid "Driver class to calculate holidays in Romania" +msgstr "" -#. summary(texlive-arcs:texlive-arcs-doc) -msgid "Documentation for texlive-arcs" -msgstr "Документация для texlive-arcs" +#. summary(php5-pear-Date_Holidays_Spain) +msgid "Driver class to calculate holidays in Spain" +msgstr "" -#. summary(texlive-arev:texlive-arev-doc) -msgid "Documentation for texlive-arev" -msgstr "Документация для texlive-arev" +#. summary(php5-pear-Date_Holidays_Sweden) +msgid "Driver class to calculate holidays in Sweden" +msgstr "" -#. summary(texlive-arphic:texlive-arphic-doc) -msgid "Documentation for texlive-arphic" -msgstr "Документация для texlive-arphic" +#. summary(python-ecdsa) +msgid "ECDSA cryptographic signature library (pure python)" +msgstr "" -#. summary(texlive-arrayjobx:texlive-arrayjobx-doc) -msgid "Documentation for texlive-arrayjobx" -msgstr "Документация для texlive-arrayjobx" +#. summary(perl-Test-Tester) +msgid "Ease testing test modules built with Test::Builder" +msgstr "" -#. summary(texlive-arsclassica:texlive-arsclassica-doc) -msgid "Documentation for texlive-arsclassica" -msgstr "Документация для texlive-arsclassica" +#. summary(perl-Test-Class) +msgid "Easily create test classes in an xUnit/JUnit style" +msgstr "" -#. summary(texlive-articleingud:texlive-articleingud-doc) -msgid "Documentation for texlive-articleingud" -msgstr "Документация для texlive-articleingud" +#. summary(perl-Time-Out) +msgid "Easily timeout long running operations" +msgstr "" -#. summary(texlive-arydshln:texlive-arydshln-doc) -msgid "Documentation for texlive-arydshln" -msgstr "Документация для texlive-arydshln" +#. summary(perl-Test-Mock-LWP) +msgid "Easy mocking of LWP packages" +msgstr "" -#. summary(texlive-asaetr:texlive-asaetr-doc) -msgid "Documentation for texlive-asaetr" -msgstr "Документация для texlive-asaetr" +#. summary(php5-pear-Net_URL) +msgid "Easy parsing of Urls" +msgstr "" -#. summary(texlive-ascelike:texlive-ascelike-doc) -msgid "Documentation for texlive-ascelike" -msgstr "Документация для texlive-ascelike" +#. description(python-django-dajaxice) +msgid "Easy to use AJAX library for django, all the presentation logic resides outside the views and doesn't require any JS Framework. Dajaxice uses the unobtrusive standard-compliant (W3C) XMLHttpRequest 1.0 object." +msgstr "" -#. summary(texlive-ascii-font:texlive-ascii-font-doc) -msgid "Documentation for texlive-ascii-font" +#. summary(python-entrypoint2) +msgid "Easy to use command-line interface for python modules, fork of entrypoint" msgstr "" -#. summary(texlive-aspectratio:texlive-aspectratio-doc) -msgid "Documentation for texlive-aspectratio" -msgstr "Документация для texlive-aspectratio" +#. summary(python-EasyProcess) +msgid "Easy to use python subprocess interface" +msgstr "" -#. summary(texlive-assignment:texlive-assignment-doc) -msgid "Documentation for texlive-assignment" -msgstr "Документация для texlive-assignment" +#. description(python-EasyProcess) +msgid "" +"EasyProcess is an easy to use python subprocess interface.\n" +"\n" +"Features: - layer on top of subprocess module - easy to start, stop programs - easy to get standard output/error, return code of programs - command can be list or string - logging - timeout - unit-tests - cross-platform, development on linux - global config file with program aliases - shell is not supported - pipes are not supported - stdout/stderr is set only after the subprocess has finished - stop() does not kill whole subprocess tree - unicode support - supported python versions: 2.5, 2.6, 2.7, 3.1, 3.2, PyPy" +msgstr "" -#. summary(texlive-astro:texlive-astro-doc) -msgid "Documentation for texlive-astro" -msgstr "Документация для texlive-astro" +#. summary(libkate:python-katedj) +msgid "Editor and remixer for Kate streams in Ogg" +msgstr "" -#. summary(texlive-asyfig:texlive-asyfig-doc) -msgid "Documentation for texlive-asyfig" -msgstr "Документация для texlive-asyfig" +#. description(python-Jinja2:python-Jinja2-emacs) +msgid "Emacs syntax highlighting scheme for Jinja2 templates." +msgstr "" -#. summary(texlive-asymptote:texlive-asymptote-doc) -msgid "Documentation for texlive-asymptote" -msgstr "Документация для texlive-asymptote" +#. summary(poppler-data) +msgid "Encoding Files for use with libpoppler" +msgstr "" -#. summary(texlive-attachfile:texlive-attachfile-doc) -msgid "Documentation for texlive-attachfile" -msgstr "Документация для texlive-attachfile" +#. summary(php5-pear-Horde_Xml_Wbxml) +msgid "Encoding and decoding WBXML documents used in SyncML and other applications" +msgstr "" -#. summary(texlive-augie:texlive-augie-doc) -msgid "Documentation for texlive-augie" -msgstr "Документация для texlive-augie" +#. description(python-cmd2) +msgid "" +"Enhancements for standard library's cmd module.\n" +"\n" +"Drop-in replacement adds several features for command-prompt tools:\n" +"\n" +" * Searchable command history (commands: \"hi\", \"li\", \"run\") * Load commands from file, save to file, edit commands in file * Multi-line commands * Case-insensitive commands * Special-character shortcut commands (beyond cmd's \"@\" and \"!\") * Settable environment parameters * Parsing commands with flags * > (filename), >> (filename) redirect output to file * < (filename) gets input from file * bare >, >>, < redirect to/from paste buffer * accepts abbreviated commands when unambiguous * `py` enters interactive Python console * test apps against sample session transcript (see example/example.py)" +msgstr "" -#. summary(texlive-auncial-new:texlive-auncial-new-doc) -msgid "Documentation for texlive-auncial-new" -msgstr "Документация для texlive-auncial-new" +#. description(python-etude) +msgid "Etude Music Player is an xmms2 client written in pygtk." +msgstr "" -#. summary(texlive-aurical:texlive-aurical-doc) -msgid "Documentation for texlive-aurical" -msgstr "Документация для texlive-aurical" +#. description(python-eventlet) +msgid "" +"Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it.\n" +"\n" +"It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application." +msgstr "" -#. summary(texlive-authoraftertitle:texlive-authoraftertitle-doc) -msgid "Documentation for texlive-authoraftertitle" -msgstr "Документация для texlive-authoraftertitle" +#. summary(python-nose-exclude) +msgid "Exclude specific directories from nosetests runs" +msgstr "" -#. summary(texlive-authorindex:texlive-authorindex-doc) -msgid "Documentation for texlive-authorindex" -msgstr "Документация для texlive-authorindex" +#. summary(perl-Text-Template) +msgid "Expand template text with embedded Perl" +msgstr "" -#. summary(texlive-auto-pst-pdf:texlive-auto-pst-pdf-doc) -msgid "Documentation for texlive-auto-pst-pdf" -msgstr "Документация для texlive-auto-pst-pdf" +#. summary(python-nosexcover) +msgid "Extends nose.pluginscover to add Cobertura-style XML reports" +msgstr "" -#. summary(texlive-autoarea:texlive-autoarea-doc) -msgid "Documentation for texlive-autoarea" -msgstr "Документация для texlive-autoarea" +#. summary(python-django-navigation) +msgid "Extensible breadcrumbs navigation for Django" +msgstr "" -#. summary(texlive-automata:texlive-automata-doc) -msgid "Documentation for texlive-automata" -msgstr "Документация для texlive-automata" +#. summary(perl-PPIx-Utilities) +msgid "Extensions to L<PPI|PPI>." +msgstr "" -#. summary(texlive-autonum:texlive-autonum-doc) -msgid "Documentation for texlive-autonum" +#. summary(python3-testtools) +msgid "Extensions to the Python Standard Library Unit Testing Framework" msgstr "" -#. summary(texlive-autopdf:texlive-autopdf-doc) -msgid "Documentation for texlive-autopdf" +#. summary(python-cmd2) +msgid "Extra features for standard library's cmd module" msgstr "" -#. summary(texlive-b1encoding:texlive-b1encoding-doc) -msgid "Documentation for texlive-b1encoding" -msgstr "Документация для texlive-b1encoding" +#. summary(perl-Spreadsheet-ReadSXC) +msgid "Extract OpenOffice 1.x spreadsheet data" +msgstr "" -#. summary(texlive-babel:texlive-babel-doc) -msgid "Documentation for texlive-babel" -msgstr "Документация для texlive-babel" +#. description(python3-xlrd) +msgid "Extract data from new and old Excel spreadsheets on any platform. Pure Python (2.1 to 2.6). Strong support for Excel dates. Unicode-aware." +msgstr "" -#. summary(texlive-babel-albanian:texlive-babel-albanian-doc) -msgid "Documentation for texlive-babel-albanian" +#. summary(python-jmespath) +msgid "Extract elements from JSON document" msgstr "" -#. summary(texlive-babel-bahasa:texlive-babel-bahasa-doc) -msgid "Documentation for texlive-babel-bahasa" +#. summary(perl-Test-Deep) +msgid "Extremely flexible deep comparison" msgstr "" -#. summary(texlive-babel-basque:texlive-babel-basque-doc) -msgid "Documentation for texlive-babel-basque" +#. description(python-Fabric) +msgid "" +"Fabric is a Python (2.5 or higher) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.\n" +"\n" +"It provides a basic suite of operations for executing local or remote shell commands (normally or via sudo) and uploading/downloading files, as well as auxiliary functionality such as prompting the running user for input, or aborting execution.\n" +"\n" +"Typical use involves creating a Python module containing one or more functions, then executing them via the fab command-line tool. Below is a small but complete \"fabfile\" containing a single task:\n" +"\n" +" from fabric.api import run\n" +"\n" +" def host_type(): run('uname -s')\n" +"\n" +"Once a task is defined, it may be run on one or more servers, like so:\n" +"\n" +" $ fab -H localhost,linuxbox host_type [localhost] run: uname -s [localhost] out: Darwin [linuxbox] run: uname -s [linuxbox] out: Linux\n" +"\n" +" Done. Disconnecting from localhost... done. Disconnecting from linuxbox... done.\n" +"\n" +"In addition to use via the fab tool, Fabric's components may be imported into other Python code, providing a Pythonic interface to the SSH protocol suite at a higher level than that provided by e.g. Paramiko (which Fabric itself leverages.)" msgstr "" -#. summary(texlive-babel-breton:texlive-babel-breton-doc) -msgid "Documentation for texlive-babel-breton" +#. summary(python-Fabric) +msgid "Fabric is a simple, Pythonic tool for remote execution and deployment" msgstr "" -#. summary(texlive-babel-bulgarian:texlive-babel-bulgarian-doc) -msgid "Documentation for texlive-babel-bulgarian" +#. summary(perl-PDF-API2) +msgid "Facilitates the creation and modification of PDF files" msgstr "" -#. summary(texlive-babel-catalan:texlive-babel-catalan-doc) -msgid "Documentation for texlive-babel-catalan" +#. summary(python-Chameleon) +msgid "Fast HTML/XML Template Compiler" msgstr "" -#. summary(texlive-babel-croatian:texlive-babel-croatian-doc) -msgid "Documentation for texlive-babel-croatian" +#. summary(php5-pear-cache_lite) +msgid "Fast and Safe little cache system" msgstr "" -#. summary(texlive-babel-czech:texlive-babel-czech-doc) -msgid "Documentation for texlive-babel-czech" +#. summary(python-bottle) +msgid "Fast and simple WSGI-framework for small web-applications" msgstr "" -#. summary(texlive-babel-danish:texlive-babel-danish-doc) -msgid "Documentation for texlive-babel-danish" +#. summary(python-blinker) +msgid "Fast, simple object-to-object and broadcast signaling" msgstr "" -#. summary(texlive-babel-dutch:texlive-babel-dutch-doc) -msgid "Documentation for texlive-babel-dutch" +#. description(python-dpkt) +msgid "Fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols." msgstr "" -#. summary(texlive-babel-english:texlive-babel-english-doc) -msgid "Documentation for texlive-babel-english" +#. summary(python-dpkt) +msgid "Fast, simple packet creation and parsing" msgstr "" -#. summary(texlive-babel-esperanto:texlive-babel-esperanto-doc) -msgid "Documentation for texlive-babel-esperanto" +#. summary(python-fastimport) +msgid "Fastimport parser in Python" msgstr "" -#. summary(texlive-babel-estonian:texlive-babel-estonian-doc) -msgid "Documentation for texlive-babel-estonian" +#. summary(perl-Path-Tiny) +msgid "File path utility" msgstr "" -#. summary(texlive-babel-finnish:texlive-babel-finnish-doc) -msgid "Documentation for texlive-babel-finnish" +#. summary(python-pathtools) +msgid "File system general utilities" +msgstr "Утилиты общего назначения для файловых систем" + +#. summary(perl-XML-Filter-BufferText) +msgid "Filter to put all characters() in one event" msgstr "" -#. summary(texlive-babel-french:texlive-babel-french-doc) -msgid "Documentation for texlive-babel-french" +#. description(php5-pear-phpunit-File_Iterator) +msgid "FilterIterator implementation that filters files based on a list of suffixes." msgstr "" -#. summary(texlive-babel-friulan:texlive-babel-friulan-doc) -msgid "Documentation for texlive-babel-friulan" +#. summary(php5-pear-phpunit-File_Iterator) +msgid "Filters files based on a list of suffixes" msgstr "" -#. summary(texlive-babel-galician:texlive-babel-galician-doc) -msgid "Documentation for texlive-babel-galician" +#. summary(perl-URI-Find) +msgid "Find URIs in arbitrary text" msgstr "" -#. summary(texlive-babel-german:texlive-babel-german-doc) -msgid "Documentation for texlive-babel-german" +#. summary(perl-Path-FindDev) +msgid "Find a development path somewhere in an upper hierarchy." msgstr "" -#. summary(texlive-babel-greek:texlive-babel-greek-doc) -msgid "Documentation for texlive-babel-greek" +#. description(python-fixtures) +msgid "Fixtures defines a Python contract for reusable state / support logic, primarily for unit testing. Helper and adaption logic is included to make it easy to write your own fixtures using the fixtures contract. Glue code is provided that makes using fixtures that meet the Fixtures contract in unittest compatible test cases easy and straight forward." msgstr "" -#. summary(texlive-babel-hebrew:texlive-babel-hebrew-doc) -msgid "Documentation for texlive-babel-hebrew" +#. summary(python-fixtures) +msgid "Fixtures, reusable state for writing clean tests and more" msgstr "" -#. summary(texlive-babel-icelandic:texlive-babel-icelandic-doc) -msgid "Documentation for texlive-babel-icelandic" +#. description(python-flake8) +msgid "" +"Flake8 is a wrapper around these tools:\n" +"\n" +"- PyFlakes\n" +"- pep8\n" +"- Ned Batchelder's McCabe script\n" +"\n" +"Flake8 runs all the tools by launching the single ``flake8`` script." msgstr "" -#. summary(texlive-babel-interlingua:texlive-babel-interlingua-doc) -msgid "Documentation for texlive-babel-interlingua" +#. description(python-Flask) +msgid "Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!" msgstr "" -#. summary(texlive-babel-irish:texlive-babel-irish-doc) -msgid "Documentation for texlive-babel-irish" +#. description(perl-Test-ClassAPI) +msgid "For many APIs with large numbers of classes, it can be very useful to be able to do a quick once-over to make sure that classes, methods, and inheritance is correct, before doing more comprehensive testing. This module aims to provide such a capability." msgstr "" -#. summary(texlive-babel-italian:texlive-babel-italian-doc) -msgid "Documentation for texlive-babel-italian" +#. summary(perl-MooseX-Meta-TypeConstraint-ForceCoercion) +msgid "Force coercion when validating type constraints" msgstr "" -#. summary(texlive-babel-kurmanji:texlive-babel-kurmanji-doc) -msgid "Documentation for texlive-babel-kurmanji" +#. description(python-FormEncode) +msgid "FormEncode validates and converts nested structures. It allows for a declarative form of defining the validation, and decoupled processes for filling and generating forms." msgstr "" -#. summary(texlive-babel-latin:texlive-babel-latin-doc) -msgid "Documentation for texlive-babel-latin" +#. summary(po4a) +msgid "Framework to translate documentation and other materials" msgstr "" -#. summary(texlive-babel-norsk:texlive-babel-norsk-doc) -msgid "Documentation for texlive-babel-norsk" +#. description(perl-Task-Kensho-Config) +msgid "" +"From the http://en.wikipedia.org/wiki/Kensho manpage:\n" +"\n" +" Kenshō (見性) (C. Wu) is a Japanese term for enlightenment experiences - most commonly used within the confines of Zen Buddhism - literally meaning \"seeing one's nature\"[1] or \"true self.\"[2] It generally \"refers to the realization of nonduality of subject and object.\"[3]\n" +"\n" +"the Task::Kensho manpage is a first cut at building a list of recommended modules for Enlightened Perl development. CPAN is wonderful, but there are too many wheels and you have to pick and choose amongst the various competing technologies.\n" +"\n" +"The plan is for the Task::Kensho manpage to be a rough testing ground for ideas that go into among other things the Enlightened Perl Organisation Extended Core (EPO-EC).\n" +"\n" +"The modules that are bundled by the Task::Kensho manpage are broken down into several categories and are still being considered. They are all taken from various top 100 most used perl modules lists and from discussions with various subject matter experts in the Perl Community. That said, this bundle does _not_ follow the guidelines established for the EPO-EC for peer review via industry advisers.\n" +"\n" +"Starting in 2011, the Task::Kensho manpage split its sub-groups of modules into individually-installable tasks. Each the Task::Kensho manpage sub-task is listed at the beginning of its section in this documentation.\n" +"\n" +"When installing the Task::Kensho manpage itself, you will be asked to install each sub-task in turn, or you can install individual tasks separately. These individual tasks will always install all their modules by default. This facilitates the ease and simplicity the distribution aims to achieve." msgstr "" -#. summary(texlive-babel-piedmontese:texlive-babel-piedmontese-doc) -msgid "Documentation for texlive-babel-piedmontese" +#. description(perl-Task-Kensho-Exceptions) +msgid "" +"From the http://en.wikipedia.org/wiki/Kensho manpage:\n" +"\n" +" Kenshō (見性) (C. Wu) is a Japanese term for enlightenment experiences - most commonly used within the confines of Zen Buddhism - literally meaning \"seeing one's nature\"[1] or \"true self.\"[2] It generally \"refers to the realization of nonduality of subject and object.\"[3]\n" +"\n" +"the Task::Kensho manpage is a list of recommended modules for Enlightened Perl development. CPAN is wonderful, but there are too many wheels and you have to pick and choose amongst the various competing technologies.\n" +"\n" +"The plan is for the Task::Kensho manpage to be a rough testing ground for ideas that go into among other things the Enlightened Perl Organisation Extended Core (EPO-EC).\n" +"\n" +"The modules that are bundled by the Task::Kensho manpage are broken down into several categories and are still being considered. They are all taken from various top 100 most used perl modules lists and from discussions with various subject matter experts in the Perl Community. That said, this bundle does _not_ follow the guidelines established for the EPO-EC for peer review via industry advisers.\n" +"\n" +"Starting in 2011, the Task::Kensho manpage split its sub-groups of modules into individually-installable tasks. Each the Task::Kensho manpage sub-task is listed at the beginning of its section in this documentation.\n" +"\n" +"When installing the Task::Kensho manpage itself, you will be asked to install each sub-task in turn, or you can install individual tasks separately. These individual tasks will always install all their modules by default. This facilitates the ease and simplicity the distribution aims to achieve." msgstr "" -#. summary(texlive-babel-polish:texlive-babel-polish-doc) -msgid "Documentation for texlive-babel-polish" +#. summary(perl-POSIX-strftime-Compiler) +msgid "GNU C library compatible strftime for loggers and servers" msgstr "" -#. summary(texlive-babel-portuges:texlive-babel-portuges-doc) -msgid "Documentation for texlive-babel-portuges" +#. description(python-grequests) +msgid "" +"GRequests allows you to use Requests with Gevent to make asyncronous HTTP Requests easily.\n" +"\n" +"Usage\n" +"-----\n" +"\n" +"Usage is simple::\n" +"\n" +" import grequests\n" +"\n" +" urls = [ 'http://www.heroku.com', 'http://tablib.org', 'http://httpbin.org', 'http://python-requests.org', 'http://kennethreitz.com' ]\n" +"\n" +"Create a set of unsent Requests::\n" +"\n" +" >>> rs = (grequests.get(u) for u in urls)\n" +"\n" +"Send them all at the same time::\n" +"\n" +" >>> grequests.map(rs) [<Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>]" msgstr "" -#. summary(texlive-babel-romanian:texlive-babel-romanian-doc) -msgid "Documentation for texlive-babel-romanian" +#. summary(python-imagestore) +msgid "Gallery solution for django projects" msgstr "" -#. summary(texlive-babel-romansh:texlive-babel-romansh-doc) -msgid "Documentation for texlive-babel-romansh" +#. summary(perl-SQL-Abstract) +msgid "Generate SQL from Perl data structures" msgstr "" -#. summary(texlive-babel-russian:texlive-babel-russian-doc) -msgid "Documentation for texlive-babel-russian" +#. summary(perl-Object-Signature) +msgid "Generate cryptographic signatures for objects" msgstr "" -#. summary(texlive-babel-samin:texlive-babel-samin-doc) -msgid "Documentation for texlive-babel-samin" +#. summary(php5-pear-Text_CAPTCHA) +msgid "Generation of CAPTCHAs" msgstr "" -#. summary(texlive-babel-scottish:texlive-babel-scottish-doc) -msgid "Documentation for texlive-babel-scottish" +#. description(php5-pear-Date) +msgid "Generic classes for representation and manipulation of dates, times and time zones without the need of timestamps, which is a huge limitation for php programs. Includes time zone data, time zone conversions and many date/time conversions. It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038. This package also provides a class to convert date strings between Gregorian and Human calendar formats." msgstr "" -#. summary(texlive-babel-serbian:texlive-babel-serbian-doc) -msgid "Documentation for texlive-babel-serbian" +#. summary(php5-pear-Date) +msgid "Generic date/time handling" msgstr "" -#. summary(texlive-babel-serbianc:texlive-babel-serbianc-doc) -msgid "Documentation for texlive-babel-serbianc" +#. description(python-geopy) +msgid "" +"Geopy makes it easy for developers to locate the coordinates of addresses, cities, countries, and landmarks across the globe using third-party geocoders and other data sources, such as wikis.\n" +"\n" +"Geopy currently includes support for six geocoders: Google Maps, Yahoo! Maps, Windows Local Live (Virtual Earth), geocoder.us, GeoNames, MediaWiki pages (with the GIS extension), and Semantic MediaWiki pages." msgstr "" -#. summary(texlive-babel-slovak:texlive-babel-slovak-doc) -msgid "Documentation for texlive-babel-slovak" +#. summary(perl-Net-Whois-Raw) +msgid "Get Whois information for domains" msgstr "" -#. summary(texlive-babel-slovenian:texlive-babel-slovenian-doc) -msgid "Documentation for texlive-babel-slovenian" +#. description(python-GitPython) +msgid "" +"GitPython is a python library used to interact with Git repositories.\n" +"\n" +"GitPython provides object model read and write access to your git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support.\n" +"\n" +"With the new object database abstraction added in 0.3, its even possible to implement your own storage mechanisms, the currently available implementations are 'cgit' and pure python, which is the default." msgstr "" -#. summary(texlive-babel-sorbian:texlive-babel-sorbian-doc) -msgid "Documentation for texlive-babel-sorbian" +#. summary(python3-pyparsing:python3-pyparsing-doc) +msgid "Grammar Parser Library for Python - Documentation" msgstr "" -#. summary(texlive-babel-spanish:texlive-babel-spanish-doc) -msgid "Documentation for texlive-babel-spanish" +#. summary(php5-pear-ezc-Graph) +msgid "Graph package of ezcomponents" msgstr "" -#. summary(texlive-babel-swedish:texlive-babel-swedish-doc) -msgid "Documentation for texlive-babel-swedish" +#. description(python-gunicorn) +msgid "Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn_ project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy." msgstr "" -#. summary(texlive-babel-thai:texlive-babel-thai-doc) -msgid "Documentation for texlive-babel-thai" +#. summary(python-hp3parclient) +msgid "HP 3PAR HTTP REST Client" msgstr "" -#. summary(texlive-babel-turkish:texlive-babel-turkish-doc) -msgid "Documentation for texlive-babel-turkish" +#. summary(python-numpy-doc:python-numpy-doc-html) +msgid "HTML documentation for python-numpy" +msgstr "Документация в формате HTML для python-numpy" + +#. summary(python-FormEncode) +msgid "HTML form validation, generation, and conversion package" msgstr "" -#. summary(texlive-babel-ukraineb:texlive-babel-ukraineb-doc) -msgid "Documentation for texlive-babel-ukraineb" +#. summary(python-html5lib) +msgid "HTML parser based on the WHAT-WG Web Applications 1" msgstr "" -#. summary(texlive-babel-welsh:texlive-babel-welsh-doc) -msgid "Documentation for texlive-babel-welsh" +#. description(python-html5lib) +msgid "" +"HTML parser designed to follow the HTML5 specification. The parser is designed to handle all flavours of HTML and parses invalid documents using well-defined error handling rules compatible with the behaviour of major desktop web browsers.\n" +"\n" +"Output is to a tree structure; the current release supports output to DOM, ElementTree, lxml and BeautifulSoup tree formats as well as a simple custom format" msgstr "" -#. summary(texlive-babelbib:texlive-babelbib-doc) -msgid "Documentation for texlive-babelbib" -msgstr "Документация для texlive-babelbib" +#. summary(python-httpretty) +msgid "HTTP client mock for Python" +msgstr "" -#. summary(texlive-background:texlive-background-doc) -msgid "Documentation for texlive-background" -msgstr "Документация для texlive-background" +#. description(python-hachoir-core) +msgid "Hachoir is a Python library that allows to view and edit a binary stream field by field. In other words, Hachoir allows you to \"browse\" any binary stream just like you browse directories and files. A file is split in a tree of fields, where the smallest field is just one bit." +msgstr "" -#. summary(texlive-backnaur:texlive-backnaur-doc) -msgid "Documentation for texlive-backnaur" +#. description(python-halite) +msgid "Halite is the salt web ui, from which you can run salt jobs/events and track progress" msgstr "" -#. summary(texlive-bangtex:texlive-bangtex-doc) -msgid "Documentation for texlive-bangtex" -msgstr "Документация для texlive-bangtex" +#. summary(python-halite) +msgid "Halite the salt Web UI" +msgstr "" -#. summary(texlive-barcodes:texlive-barcodes-doc) -msgid "Documentation for texlive-barcodes" -msgstr "Документация для texlive-barcodes" +#. summary(php5-pear-Net_Sieve) +msgid "Handles talking to a sieve server" +msgstr "" -#. summary(texlive-bardiag:texlive-bardiag-doc) -msgid "Documentation for texlive-bardiag" -msgstr "Документация для texlive-bardiag" +#. summary(perl-WWW-Mechanize) +msgid "Handy web browsing in a Perl object" +msgstr "" -#. summary(texlive-barr:texlive-barr-doc) -msgid "Documentation for texlive-barr" -msgstr "Документация для texlive-barr" +#. description(python-happybase) +msgid "HappyBase is a developer-friendly Python library to interact with Apache HBase." +msgstr "" -#. summary(texlive-bartel-chess-fonts:texlive-bartel-chess-fonts-doc) -msgid "Documentation for texlive-bartel-chess-fonts" -msgstr "Документация для texlive-bartel-chess-fonts" +#. description(perl-Sysadm-Install) +msgid "" +"Have you ever wished for your installation shell scripts to run reproducibly, without much programming fuzz, and even with optional logging enabled? Then give up shell programming, use Perl.\n" +"\n" +"'Sysadm::Install' executes shell-like commands performing typical installation tasks: Copying files, extracting tarballs, calling 'make'. It has a 'fail once and die' policy, meticulously checking the result of every operation and calling 'die()' immediately if anything fails.\n" +"\n" +"'Sysadm::Install' also supports a _dry_run_ mode, in which it logs everything, but suppresses any write actions. Dry run mode is enabled by calling 'Sysadm::Install::dry_run(1)'. To switch back to normal, call 'Sysadm::Install::dry_run(0)'.\n" +"\n" +"As of version 0.17, 'Sysadm::Install' supports a _confirm_ mode, in which it interactively asks the user before running any of its functions (just like 'rm -i'). _confirm_ mode is enabled by calling 'Sysadm::Install::confirm(1)'. To switch back to normal, call 'Sysadm::Install::confirm(0)'.\n" +"\n" +"'Sysadm::Install' is fully Log4perl-enabled. To start logging, just initialize 'Log::Log4perl'. 'Sysadm::Install' acts as a wrapper class, meaning that file names and line numbers are reported from the calling program's point of view." +msgstr "" -#. summary(texlive-bashful:texlive-bashful-doc) -msgid "Documentation for texlive-bashful" -msgstr "Документация для texlive-bashful" +#. description(python3-CXX:python3-CXX-devel) +#, fuzzy +#| msgid "Documentation for the Qt 3 Development Kit" +msgid "Header files and documentation for python3-CXX development." +msgstr "Документация для Qt 3 Development Kit" -#. summary(texlive-baskervald:texlive-baskervald-doc) -msgid "Documentation for texlive-baskervald" -msgstr "Документация для texlive-baskervald" +#. summary(python3-scripttest) +msgid "Helper to test command-line scripts" +msgstr "" -#. summary(texlive-basque-book:texlive-basque-book-doc) -msgid "Documentation for texlive-basque-book" +#. summary(python-pmw) +msgid "High-level compound widgets in Python using the Tkinter module" msgstr "" -#. summary(texlive-basque-date:texlive-basque-date-doc) -msgid "Documentation for texlive-basque-date" +#. description(python3-pyOpenSSL-doc) +msgid "" +"High-level wrapper around a subset of the OpenSSL library, includes * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes ... and much more ;)\n" +"\n" +"This is the documentation for pyOpenSSL" msgstr "" -#. summary(texlive-bbcard:texlive-bbcard-doc) -msgid "Documentation for texlive-bbcard" -msgstr "Документация для texlive-bbcard" +#. summary(python-kazoo) +msgid "Higher Level Zookeeper Client" +msgstr "" -#. summary(texlive-bbding:texlive-bbding-doc) -msgid "Documentation for texlive-bbding" -msgstr "Документация для texlive-bbding" +#. summary(python-eventlet) +msgid "Highly concurrent networking library" +msgstr "" -#. summary(texlive-bbm:texlive-bbm-doc) -msgid "Documentation for texlive-bbm" -msgstr "Документация для texlive-bbm" +#. summary(python-eventlet:python-eventlet-doc) +msgid "Highly concurrent networking library - Documentation" +msgstr "" -#. summary(texlive-bbm-macros:texlive-bbm-macros-doc) -msgid "Documentation for texlive-bbm-macros" -msgstr "Документация для texlive-bbm-macros" +#. summary(php5-pear-Horde_Text_Flowed) +msgid "Horde API for flowed text as per RFC 3676" +msgstr "" -#. summary(texlive-bbold:texlive-bbold-doc) -msgid "Documentation for texlive-bbold" -msgstr "Документация для texlive-bbold" +#. summary(php5-pear-Horde_ActiveSync) +msgid "Horde ActiveSync Server Library" +msgstr "" -#. summary(texlive-bbold-type1:texlive-bbold-type1-doc) -msgid "Documentation for texlive-bbold-type1" -msgstr "Документация для texlive-bbold-type1" +#. summary(php5-pear-Horde_Auth) +msgid "Horde Authentication API" +msgstr "" -#. summary(texlive-bchart:texlive-bchart-doc) -msgid "Documentation for texlive-bchart" -msgstr "Документация для texlive-bchart" +#. summary(php5-pear-Horde_Autoloader) +msgid "Horde Autoloader Library" +msgstr "" -#. summary(texlive-bclogo:texlive-bclogo-doc) -msgid "Documentation for texlive-bclogo" -msgstr "Документация для texlive-bclogo" +#. summary(php5-pear-Horde_Browser) +msgid "Horde Browser API" +msgstr "" -#. summary(texlive-beamer2thesis:texlive-beamer2thesis-doc) -msgid "Documentation for texlive-beamer2thesis" -msgstr "Документация для texlive-beamer2thesis" +#. summary(php5-pear-Horde_Cache) +msgid "Horde Caching API" +msgstr "" -#. summary(qt3-devel-doc) -msgid "Documentation for the Qt 3 Development Kit" -msgstr "Документация для Qt 3 Development Kit" +#. summary(php5-pear-Horde_Cli) +msgid "Horde Command Line Interface API" +msgstr "" -#. description(swingx:swingx-javadoc) -msgid "Documentation for the SwingX widgets" -msgstr "Документация для виджетов SwingX" +#. summary(php5-pear-Horde_Compress) +msgid "Horde Compression API" +msgstr "" -#. summary(spandsp:spandsp-doc) -msgid "Documentation for the libspandsp API" -msgstr "Документация по API для libspandsp" +#. summary(php5-pear-Horde_Constraint) +msgid "Horde Constraint library" +msgstr "" -#. summary(systemtap-docs) -msgid "Documents and examples for systemtap" +#. summary(php5-pear-Horde_Controller) +msgid "Horde Controller libraries" msgstr "" -#. summary(slf4j:slf4j-manual) -msgid "Documents for slf4j" -msgstr "Документация для slf4j" +#. summary(php5-pear-Horde_Core) +msgid "Horde Core Framework libraries" +msgstr "" -#. summary(sil-doulos-fonts) -msgid "Doulos SIL Fonts Similar to Times" +#. summary(php5-pear-Horde_Crypt) +msgid "Horde Cryptography API" msgstr "" -#. description(sil-doulos-fonts) -msgid "Doulos SIL provides glyphs for a wide range of Latin and Cyrillic characters. Doulos's design is similar to the design of the Times-like fonts, but only has a single regular face. It is intended for use alongside other Times-like fonts where a range of styles (italic, bold) are not needed." +#. summary(php5-pear-Horde_Db) +msgid "Horde Database Libraries" msgstr "" -#. summary(texlive-arcs) -msgid "Draw arcs over and under text" +#. summary(php5-pear-Horde_Date_Parser) +msgid "Horde Date Parser" msgstr "" -#. summary(texlive-bchart) -msgid "Draw simple bar charts in LaTeX" +#. summary(php5-pear-Horde_Date) +msgid "Horde Date package" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-dutch) -msgid "Dutch Traineddata for Tesseract" +#. summary(php5-pear-Horde_Release) +msgid "Horde Distribution Packaging Tools" msgstr "" -#. summary(stardict-dic-enru-mueller7) -msgid "English-Russian dictionary by professor V. K. Mueller" -msgstr "Англо-русский словарь от профессора Мюллера" +#. summary(php5-pear-Horde_ElasticSearch) +msgid "Horde ElasticSearch" +msgstr "" -#. description(stardict-dic-enru-mueller7) -msgid "English-Russian dictionary by professor V. K. Mueller, 7 edition with 46231 articles in StarDict format." +#. summary(php5-pear-Horde_Exception) +msgid "Horde Exception Handler" msgstr "" -#. summary(stardict-dic-enru-engcom) -msgid "English-Russian dictionary of computer terms" -msgstr "Англо-русский словарь компьютерных терминов" +#. summary(php5-pear-Horde_Service_Facebook) +msgid "Horde Facebook client" +msgstr "" -#. summary(python-virtualenvwrapper) -msgid "Enhancements to virtualenv" +#. summary(php5-pear-Horde_Form) +msgid "Horde Form API" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-esperanto_alternative) -msgid "Esperanto Alternative Traineddata for Tesseract" +#. summary(php5-pear-Horde_Http) +msgid "Horde HTTP libraries" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-esperanto) -msgid "Esperanto Traineddata for Tesseract" +#. summary(php5-pear-Horde_Imap_Client) +msgid "Horde IMAP abstraction interface" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-estonian) -msgid "Estonian Traineddata for Tesseract" +#. summary(php5-pear-Horde_Imsp) +msgid "Horde IMSP API" msgstr "" -#. summary(squirrel:squirrel-examples) -msgid "Example scripts for squirrel" +#. summary(php5-pear-Horde_Kolab_Cli) +msgid "Horde Kolab CLI" msgstr "" -#. description(squirrel:squirrel-examples) -msgid "Example scripts to show squirrel usage." +#. summary(php5-pear-Horde_Ldap) +msgid "Horde LDAP libraries" msgstr "" -#. summary(python-nose-exclude) -msgid "Exclude specific directories from nosetests runs" +#. description(php5-pear-Horde_Log) +msgid "Horde Logging package with configurable handlers, filters, and formatting." msgstr "" -#. summary(texlive-acronym) -msgid "Expand acronyms at least once" +#. summary(php5-pear-Horde_LoginTasks) +msgid "Horde Login Tasks System" msgstr "" -#. summary(texlive-aleph) -msgid "Extended TeX" +#. summary(php5-pear-Horde_Mime) +msgid "Horde MIME Library" msgstr "" -#. summary(python-nosexcover) -msgid "Extends nose.pluginscover to add Cobertura-style XML reports" +#. summary(php5-pear-Horde_Mail) +msgid "Horde Mail Library" msgstr "" -#. summary(python-sphinxcontrib-pecanwsme) -msgid "Extension to Sphinx for documenting APIs built with Pecan and WSME" +#. summary(php5-pear-Horde_ListHeaders) +msgid "Horde Mailing List Headers library" msgstr "" -#. summary(texlive-appendix) -msgid "Extra control of appendices" +#. summary(php5-pear-Horde_Memcache) +msgid "Horde Memcache API" msgstr "" -#. summary(saxon6:saxon6-fop) -msgid "FOP support for saxon6" -msgstr "Поддержка FOP для saxon6" +#. summary(php5-pear-Horde_Oauth) +msgid "Horde OAuth client/server" +msgstr "" -#. description(saxon6:saxon6-fop) -msgid "FOP support for saxon6." -msgstr "Поддержка FOP для saxon6." +#. summary(php5-pear-Horde_Rdo) +msgid "Horde ORM API" +msgstr "" -#. summary(shutter) -msgid "Featureful screenshot tool" +#. summary(php5-pear-Horde_Pdf) +msgid "Horde PDF format library" msgstr "" -#. description(python-suds) -msgid "" -"Features\n" -"* No class generation\n" -"* Provides an object API.\n" -"* Reads wsdl at runtime for encoding/decoding\n" -"* Supports the following SOAP binding styles:\n" -"* Document/Literal\n" -"* RPC/Literal\n" -"* RPC/Encoded\n" -"* Provides objectification of WSDL defined:\n" -"* Types (objects)\n" -"* Enumerations\n" -"* Service and type objects provide inspection via print\n" -"* Supports unicode" +#. summary(php5-pear-Horde_Pear) +msgid "Horde Pear Libraries" msgstr "" -#. summary(python-pathtools) -msgid "File system general utilities" -msgstr "Утилиты общего назначения для файловых систем" +#. summary(php5-pear-Horde_Perms) +msgid "Horde Permissions System" +msgstr "" -#. description(rpmorphan) -msgid "Finds \"orphaned\" packages on your system. It determines which packages have no other packages depending on their installation, and shows you a list of these packages. It intends to be clone of deborphan debian tools for RPM packages." +#. summary(php5-pear-Horde_Prefs) +msgid "Horde Preferences API" msgstr "" -#. summary(texlive-automata) -msgid "Finite state machines, graphs and trees in MetaPost" +#. summary(php5-pear-Horde_Queue) +msgid "Horde Queue Layer" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-finnish) -msgid "Finnish Traineddata for Tesseract" +#. summary(php5-pear-Horde_Rpc) +msgid "Horde RPC Client/Server API" msgstr "" -#. summary(technisat-usb2-firmware) -msgid "Firmware for Technisat SkyStar USB HD" +#. summary(php5-pear-Horde_Routes) +msgid "Horde Routes URL mapping system" msgstr "" -#. summary(texlive-algorithm2e) -msgid "Floating algorithm environment with algorithmic keywords" +#. summary(php5-pear-Horde_Scheduler) +msgid "Horde Scheduler System" msgstr "" -#. summary(texlive-aramaic-serto) -msgid "Fonts and LaTeX for Syriac written in Serto" +#. summary(php5-pear-Horde_Service_Weather) +msgid "Horde Service Weather" msgstr "" -#. summary(texlive-allrunes) -msgid "Fonts and LaTeX package for almost all runes" +#. summary(php5-pear-Horde_SessionHandler) +msgid "Horde Session Handler API" msgstr "" -#. summary(texlive-arev) -msgid "Fonts and LaTeX support files for Arev Sans" +#. summary(php5-pear-Horde_Share) +msgid "Horde Shared Permissions System" msgstr "" -#. summary(texlive-barcodes) -msgid "Fonts for making barcodes" +#. summary(php5-pear-Horde_SpellChecker) +msgid "Horde Spellcheck API" msgstr "" -#. description(rpmlint-Factory:rpmlint-Factory-strict) -msgid "Forbid invalid licenses" +#. summary(php5-pear-Horde_Stream) +msgid "Horde Stream Handler" msgstr "" -#. summary(python-tablib) -msgid "Format agnostic tabular data library (XLS, JSON, YAML, CSV)" +#. summary(php5-pear-Horde_Stream_Filter) +msgid "Horde Stream filters" msgstr "" -#. summary(texlive-apa6) -msgid "Format documents in APA style (6th edition)" +#. summary(php5-pear-Horde_Stream_Wrapper) +msgid "Horde Stream wrappers" msgstr "" -#. summary(texlive-apa6e) -msgid "Format manuscripts to APA 6th edition guidelines" +#. summary(php5-pear-Horde_Template) +msgid "Horde Template System" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-frankish) -msgid "Frankish Traineddata for Tesseract" +#. description(php5-pear-Horde_Template) +msgid "Horde Template system. Adapted from bTemplate, by Brian Lozier <brian@massassi.net>." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-french) -msgid "French Traineddata for Tesseract" +#. summary(php5-pear-Horde_Text_Filter_Csstidy) +msgid "Horde Text Filter API" msgstr "" -#. description(stow) -msgid "" -"GNU Stow is a symlink farm manager which takes distinct packages of software and/or data located in separate directories on the filesystem, and makes them appear to be installed in the same place. For example, /usr/local/bin could contain symlinks to files within /usr/local/stow/emacs/bin, /usr/local/stow/perl/bin etc., and likewise recursively for any other subdirectories such as .../share, .../man, and so on.\n" -"\n" -"This is particularly useful for keeping track of system-wide and per-user installations of software built from source, but can also facilitate a more controlled approach to management of configuration files in the user's home directory, especially when coupled with version control systems.\n" -"\n" -"Stow is implemented as a combination of a Perl script providing a CLI interface, and a backend Perl module which does most of the work." +#. summary(php5-pear-Horde_Timezone) +msgid "Horde Timezone library" msgstr "" -#. summary(signing-party) -msgid "GPG Tools" -msgstr "Инструменты GPG" +#. summary(php5-pear-Horde_Token) +msgid "Horde Token API" +msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-galician) -msgid "Galician Traineddata for Tesseract" +#. summary(php5-pear-Horde_Tree) +msgid "Horde Tree API" msgstr "" -#. summary(texlive-12many) -msgid "Generalising mathematical index sets" +#. summary(php5-pear-Horde_Service_Twitter) +msgid "Horde Twitter client" msgstr "" -#. summary(python-py2pack) -msgid "Generate distribution packages from Python packages on PyPI" +#. summary(php5-pear-Horde_Test) +msgid "Horde Unit Testing base classes" msgstr "" -#. summary(python-Shapely) -msgid "Geospatial geometries, predicates, and operations" +#. summary(php5-pear-Horde_Url) +msgid "Horde Url class" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-german) -msgid "German and German (Fraktur) Traineddata for Tesseract" +#. summary(php5-pear-Horde_Group) +msgid "Horde User Groups System" msgstr "" -#. summary(texlive-amslatex-primer) -msgid "Getting up and running with AMS-LaTeX" +#. summary(php5-pear-Horde_Util) +msgid "Horde Utility Libraries" msgstr "" -#. summary(python-python-gflags) -msgid "Google Commandline Flags Module" +#. summary(php5-pear-Horde_View) +msgid "Horde View API" msgstr "" -#. summary(rednotebook) -msgid "Graphical diary and journal" +#. summary(php5-pear-Horde_Xml_Element) +msgid "Horde Xml Element Handling Class" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-greek) -msgid "Greek Traineddata for Tesseract" +#. summary(php5-pear-Horde_Alarm) +msgid "Horde alarm libraries" msgstr "" -#. summary(python-numpy-doc:python-numpy-doc-html) -msgid "HTML documentation for python-numpy" -msgstr "Документация в формате HTML для python-numpy" +#. summary(php5-pear-Horde_Argv) +msgid "Horde command-line argument parsing package" +msgstr "" -#. summary(shorewall:shorewall-docs) -msgid "HTML documentation for shorewall configuration" -msgstr "Документация в формате HTML для настройки shorewall" +#. description(php5-pear-Horde_Db) +msgid "Horde database/SQL abstraction layer" +msgstr "" -#. description(shorewall:shorewall-docs) -msgid "HTML documentation for the Shoreline Firewall. Highly recommend to read before starting to configure shorewall" +#. summary(php5-pear-Horde_Injector) +msgid "Horde dependency injection container" msgstr "" -#. summary(python-slimmer) -msgid "HTML, XHTML, CSS, JavaScript optimizer" +#. summary(php5-pear-Horde_Icalendar) +msgid "Horde iCalendar API" msgstr "" -#. summary(python-WSGIProxy) -msgid "HTTP proxying tools for WSGI apps" +#. summary(php5-pear-Horde_Nls) +msgid "Horde package for Native Language Support (NLS)" msgstr "" -#. description(spice-protocol:spice-protocol-devel) -msgid "Headers defining the SPICE-protocol" +#. summary(php5-pear-Horde_Support) +msgid "Horde support package" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-hebrew_community) -msgid "Hebrew (community) Traineddata for Tesseract" +#. summary(php5-pear-Horde_Translation) +msgid "Horde translation library" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-hebrew) -msgid "Hebrew Traineddata for Tesseract" +#. description(php5-pear-Horde_Cli) +msgid "Horde_Cli:: API for basic command-line functionality/checks" msgstr "" -#. summary(python-WebTest) -msgid "Helper to test WSGI applications" +#. description(php5-pear-Horde_Cli_Modular) +msgid "Horde_Cli_Modular:: Modular API for basic command-line functionality/checks" msgstr "" -#. summary(python-WebTest:python-WebTest-doc) -msgid "Helper to test WSGI applications - Documentation" +#. description(php5-pear-Horde_SessionHandler) +msgid "Horde_SessionHandler defines an API for implementing custom session handlers for PHP." msgstr "" -#. summary(python-ScriptTest) -msgid "Helper to test command-line scripts" +#. description(php5-pear-Horde_Share) +msgid "Horde_Share provides an interface to all shared resources a user owns or has access to." msgstr "" -#. summary(python-pmw) -msgid "High-level compound widgets in Python using the Tkinter module" +#. summary(php5-pear-Horde_SyncMl) +msgid "Horde_SyncMl provides an API for processing SyncML requests" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-hindi) -msgid "Hindi Traineddata for Tesseract" +#. description(perl-Safe-Isa) +msgid "" +"How many times have you found yourself writing:\n" +"\n" +" if ($obj->isa('Something')) {\n" +"\n" +"and then shortly afterwards cursing and changing it to:\n" +"\n" +" if (Scalar::Util::blessed($obj) and $obj->isa('Something')) {\n" +"\n" +"Right. That's why this module exists.\n" +"\n" +"Since perl allows us to provide a subroutine reference or a method name to the -> operator when used as a method call, and a subroutine doesn't require the invocant to actually be an object, we can create safe versions of isa, can and friends by using a subroutine reference that only tries to call the method if it's used on an object. So:\n" +"\n" +" my $isa_Foo = $maybe_an_object->$_call_if_object(isa => 'Foo');\n" +"\n" +"is equivalent to\n" +"\n" +" my $isa_Foo = do { if (Scalar::Util::blessed($maybe_an_object)) { $maybe_an_object->isa('Foo'); } else { undef; } };\n" +"\n" +"Note that we don't handle trying class names, because many things are valid class names that you might not want to treat as one (like say \"Matt\") - the 'is_module_name' function from the Module::Runtime manpage is a good way to check for something you might be able to call methods on if you want to do that." msgstr "" -#. summary(texlive-arydshln) -msgid "Horizontal and vertical dashed lines in arrays and tabulars" +#. description(perl-Test-UseAllModules) +msgid "I'm sick of writing 00_load.t (or something like that) that'll do use_ok() for every module I write. I'm sicker of updating 00_load.t when I add another file to the distro. This module reads MANIFEST to find modules to be tested and does use_ok() for each of them. Now all you have to do is update MANIFEST. You don't have to modify the test any more (hopefully)." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-hungarian) -msgid "Hungarian Traineddata for Tesseract" +#. description(perl-strictures) +msgid "" +"I've been writing the equivalent of this module at the top of my code for about a year now. I figured it was time to make it shorter.\n" +"\n" +"Things like the importer in 'use Moose' don't help me because they turn warnings on but don't make them fatal -- which from my point of view is useless because I want an exception to tell me my code isn't warnings-clean.\n" +"\n" +"Any time I see a warning from my code, that indicates a mistake.\n" +"\n" +"Any time my code encounters a mistake, I want a crash -- not spew to STDERR and then unknown (and probably undesired) subsequent behaviour.\n" +"\n" +"I also want to ensure that obvious coding mistakes, like indirect object syntax (and not so obvious mistakes that cause things to accidentally compile as such) get caught, but not at the cost of an XS dependency and not at the cost of blowing things up on another machine.\n" +"\n" +"Therefore, the strictures manpage turns on additional checking, but only when it thinks it's running in a test file in a VCS checkout -- although if this causes undesired behaviour this can be overridden by setting the 'PERL_STRICTURES_EXTRA' environment variable.\n" +"\n" +"If additional useful author side checks come to mind, I'll add them to the 'PERL_STRICTURES_EXTRA' code path only -- this will result in a minor version increase (e.g. 1.000000 to 1.001000 (1.1.0) or similar). Any fixes only to the mechanism of this code will result in a sub-version increase (e.g. 1.000000 to 1.000001 (1.0.1)).\n" +"\n" +"If the behaviour of 'use strictures' in normal mode changes in any way, that will constitute a major version increase -- and the code already checks when its version is tested to ensure that\n" +"\n" +" use strictures 1;\n" +"\n" +"will continue to only introduce the current set of strictures even if 2.0 is installed." msgstr "" -#. summary(Supybot) -msgid "IRC Bot" +#. summary(python-jsonpointer) +msgid "Identify specific nodes in a JSON document (according to draft 08)" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-icelandic) -msgid "Icelandic Traineddata for Tesseract" +#. description(perl-Test-Deep) +msgid "" +"If you don't know anything about automated testing in Perl then you should probably read about Test::Simple and Test::More before preceding. Test::Deep uses the Test::Builder framework.\n" +"\n" +"Test::Deep gives you very flexible ways to check that the result you got is the result you were expecting. At it's simplest it compares two structures by going through each level, ensuring that the values match, that arrays and hashes have the same elements and that references are blessed into the correct class. It also handles circular data structures without getting caught in an infinite loop.\n" +"\n" +"Where it becomes more interesting is in allowing you to do something besides simple exact comparisons. With strings, the 'eq' operator checks that 2 strings are exactly equal but sometimes that's not what you want. When you don't know exactly what the string should be but you do know some things about how it should look, 'eq' is no good and you must use pattern matching instead. Test::Deep provides pattern matching for complex data structures" msgstr "" -#. description(tei_4) -msgid "If you want to mark up literary and linguistic texts for online research or for printing, the DTD of the TEI (Text Encoding Initiative) is the way to go. The TEI DTD comes with special markup elements and attributes for poems, plays, and novels as well as for critical apparatus, taxonomy systems, etc." +#. description(perl-Test-Tester) +msgid "If you have written a test module based on Test::Builder then Test::Tester allows you to test it with the minimum of effort." msgstr "" -#. description(texlive-12many) +#. description(perl-UNIVERSAL-require) msgid "" -"In the discrete branches of mathematics and the computer sciences, it will only take some seconds before you're faced with a set like {1,...,m}. Some people write $1\\ldotp\\ldotp m$, others $\\{j:1\\leq j\\leq m\\}$, and that journal you're submitting to might want something else entirely. The 12many package provides an interface that makes changing from one to another a one-line change.\n" +"If you've ever had to do this...\n" "\n" -"date: 2008-10-02 23:00:01 +0000" +" eval \"require $module\";\n" +"\n" +"to get around the bareword caveats on require(), this module is for you. It creates a universal require() class method that will work with every Perl module and its secure. So instead of doing some arcane eval() work, you can do this:\n" +"\n" +" $module->require;\n" +"\n" +"It doesn't save you much typing, but it'll make alot more sense to someone who's not a ninth level Perl acolyte." msgstr "" -#. summary(texlive-authorindex) -msgid "Index citations by author names" +#. description(perl-Test-Warnings) +msgid "" +"If you've ever tried to use the Test::NoWarnings manpage to confirm there are no warnings generated by your tests, combined with the convenience of 'done_testing' to not have to declare a Test::More/I love it-when-a-plan-comes-together, you'll have discovered that these two features do not play well together, as the test count will be calculated _before_ the warnings test is run, resulting in a TAP error. (See 'examples/test_nowarnings.pl' in this distribution for a demonstration.)\n" +"\n" +"This module is intended to be used as a drop-in replacement for the Test::NoWarnings manpage: it also adds an extra test, but runs this test _before_ 'done_testing' calculates the test count, rather than after. It does this by hooking into 'done_testing' as well as via an 'END' block. You can declare a plan, or not, and things will still Just Work.\n" +"\n" +"It is actually equivalent to:\n" +"\n" +" use Test::NoWarnings 1.04 ':early';\n" +"\n" +"as warnings are still printed normally as they occur. You are safe, and enthusiastically encouraged, to perform a global search-replace of the above with 'use Test::Warnings;' whether or not your tests have a plan.\n" +"\n" +"It can also be used as a replacement for the Test::Warn manpage, if you wish to test the content of expected warnings; read on to find out how." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-indonese) -msgid "Indonese Traineddata for Tesseract" +#. description(perl-MooseX-MultiInitArg) +msgid "" +"If you've ever wanted to be able to call an attribute any number of things while you're passing arguments to your object constructor, Now You Can.\n" +"\n" +"The primary motivator is that I have some attributes that were named inconsistently, and I wanted to rename them without breaking backwards compatibility with my existing API." msgstr "" -#. description(python-sqlalchemy-migrate) +#. description(python-imagestore) msgid "" -"Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with database schema changes in SQLAlchemy projects.\n" +"ImageStore ==========\n" "\n" -"Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code." +"An image gallery, created for easy integration for an exiting django project.\n" +"\n" +"`Documentation available on ReadTheDocs <http://readthedocs.org/projects/imagestore/>`_\n" +"\n" +"Gallery for site\n" +"----------------\n" +"\n" +"* Albums\n" +"* Mass upload\n" +"* Thumbnails in admin intereface\n" +"* Ordering\n" +"* Tagging support\n" +"* Easy PrettyPhoto integration\n" +"* Django-cms integration\n" +"\n" +"Gallery for your site users\n" +"---------------------------\n" +"\n" +"* You can use imagestore to create gallery for your users.\n" +"* Users can: * create albums, upload photos to albums * make albums non-public * set name, descripion and tags for photos * edit infomation about photo or upload new veresion" msgstr "" -#. summary(python-wsgi_intercept) -msgid "Installs a WSGI application in place of a real URI for testing" +#. description(php5-pear-SOAP) +msgid "Implementation of SOAP protocol and services" msgstr "" -#. summary(python-roman) -msgid "Integer to Roman numerals converter" +#. summary(python-django-guardian) +msgid "Implementation of per object permissions for Django 1.2" msgstr "" -#. summary(spectcl) -msgid "Interface Builder for Tcl/Tk and Java" -msgstr "Конструктор интерфейса для Tcl/Tk и Java" +#. summary(python-jsonrpclib) +msgid "Implementation of the JSON-RPC v2.0 specification as a client library" +msgstr "" -#. summary(texlive-bashful) -msgid "Invoke bash commands from within LaTeX" +#. description(python-kazoo) +msgid "Implements a higher level API to Apache Zookeeper for Python clients." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-italian_old) -msgid "Italian (Old) Traineddata for Tesseract" +#. description(perl-Test-NoWarnings) +msgid "" +"In general, your tests shouldn't produce warnings. This modules causes any warnings to be captured and stored. It automatically adds an extra test that will run when your script ends to check that there were no warnings. If there were any warings, the test will give a \"not ok\" and diagnostics of where, when and what the warning was, including a stack trace of what was going on when the it occurred.\n" +"\n" +"If some of your tests *are supposed to* produce warnings then you should be capturing and checking them with the Test::Warn manpage, that way the Test::NoWarnings manpage will not see them and so not complain.\n" +"\n" +"The test is run by an 'END' block in Test::NoWarnings. It will not be run when any forked children exit." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-italian) -msgid "Italian Traineddata for Tesseract" +#. description(perl-Test-Object) +msgid "" +"In situations where you have deep trees of classes, there is a common situation in which you test a module 4 or 5 subclasses down, which should follow the correct behaviour of not just the subclass, but of all the parent classes.\n" +"\n" +"This should be done to ensure that the implementation of a subclass has not somehow \"broken\" the object's behaviour in a more general sense.\n" +"\n" +"'Test::Object' is a testing package designed to allow you to easily test what you believe is a valid object against the expected behaviour of *all* of the classes in its inheritance tree in one single call.\n" +"\n" +"To do this, you \"register\" tests (in the form of CODE or function references) with 'Test::Object', with each test associated with a particular class.\n" +"\n" +"When you call 'object_ok' in your test script, 'Test::Object' will check the object against all registered tests. For each class that your object responds to '$object->isa($class)' for, the appropriate testing function will be called.\n" +"\n" +"Doing it this way allows adapter objects and other things that respond to 'isa' differently that the default to still be tested against the classes that it is advertising itself as correctly.\n" +"\n" +"This also means that more than one test might be \"counted\" for each call to 'object_ok'. You should account for this correctly in your expected test count." msgstr "" -#. summary(texlive-amsmath-it) -msgid "Italian translations of some old AMSmath documents" -msgstr "Итальянский перевод некоторых старых документов AMSmath" +#. description(perl-Parse-Method-Signatures) +msgid "Inspired by the Perl6::Signature manpage but streamlined to just support the subset deemed useful for the TryCatch manpage and the MooseX::Method::Signatures manpage." +msgstr "" -#. summary(saxon6:saxon6-jdom) -msgid "JDOM support for saxon6" -msgstr "Поддержка JDOM для saxon6" +#. summary(php5-pear-phpunit-PHP_CodeBrowser) +msgid "Integration in Hudson and CruiseControl" +msgstr "" -#. description(saxon6:saxon6-jdom) -msgid "JDOM support for saxon6." -msgstr "Поддержка JDOM для saxon6." +#. summary(presage:pyprompter) +msgid "Intelligent predictive wxPython text editor" +msgstr "" -#. summary(saxon8:saxon8-jdom) -msgid "JDOM support for saxon8" -msgstr "Поддержка JDOM для saxon8" +#. summary(perl-WWW-Shorten) +msgid "Interface to URL shortening sites." +msgstr "" -#. summary(python-python-urljr) -msgid "JanRain's URL Utilities" -msgstr "Утилиты JanRain для URL" +#. summary(python-interlude) +msgid "Interlude for Doctests provides an Interactive Console" +msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-japanese) -msgid "Japanese Traineddata for Tesseract" +#. description(python-hacking) +msgid "Introduction" msgstr "" -#. summary(saxon8) -msgid "Java Basic XPath 2.0, XSLT 2.0, and XQuery 1.0 implementation" +#. description(python-itsdangerous) +msgid "" +"It's Dangerous ... so better sign this\n" +"\n" +"Various helpers to pass data to untrusted environments and to get it back safe and sound.\n" +"\n" +"This repository provides a module that is a port of the django signing module. It's not directly copied but some changes were applied to make it work better on its own.\n" +"\n" +"Also I plan to add some extra things. Work in progress." msgstr "" -#. summary(sblim-cim-client2) -msgid "Java CIM Client library" -msgstr "Клиентская библиотека Java CIM" +#. description(perl-Test-MockObject) +msgid "" +"It's a simple program that doesn't use any other modules, and those are easy to test. More often, testing a program completely means faking up input to another module, trying to coax the right output from something you're not supposed to be testing anyway.\n" +"\n" +"Testing is a lot easier when you can control the entire environment. With Test::MockObject, you can get a lot closer.\n" +"\n" +"Test::MockObject allows you to create objects that conform to particular interfaces with very little code. You don't have to reimplement the behavior, just the input and the output." +msgstr "" -#. summary(python-slimit) -msgid "JavaScript minifier written in Python" +#. description(python-jmespath) +msgid "" +"JMESPath (pronounced \"jaymz path\") allows you to declaratively specify how to extract elements from a JSON document.\n" +"\n" +"For example, given this document:\n" +"\n" +"{\"foo\": {\"bar\": \"baz\"}}\n" +"\n" +"The jmespath expression foo.bar will return \"baz\".\n" +"\n" +"JMESPath also supports:\n" +"\n" +"Referencing elements in a list. Given the data:\n" +"\n" +"{\"foo\": {\"bar\": [\"one\", \"two\"]}}\n" +"\n" +"The expression: foo.bar[0] will return \"one\". You can also reference all the items in a list using the * syntax:\n" +"\n" +"{\"foo\": {\"bar\": [{\"name\": \"one\"}, {\"name\": \"two\"}]}}\n" +"\n" +"The expression: foo.bar[*].name will return [\"one\", \"two\"]. Negative indexing is also supported (-1 refers to the last element in the list). Given the data above, the expression foo.bar[-1].name will return [\"two\"].\n" +"\n" +"The * can also be used for hash types:\n" +"\n" +"{\"foo\": {\"bar\": {\"name\": \"one\"}, \"baz\": {\"name\": \"two\"}}}\n" +"\n" +"The expression: foo.*.name will return [\"one\", \"two\"]." msgstr "" -#. summary(saxon6:saxon6-javadoc) -msgid "Javadoc for saxon6" -msgstr "Документация в формате javadoc для saxon6" - -#. description(saxon6:saxon6-javadoc) -msgid "Javadoc for saxon6." -msgstr "Документация в формате javadoc для saxon6." - -#. summary(saxon8:saxon8-javadoc) -msgid "Javadoc for saxon8." -msgstr "Документация в формате javadoc для saxon8." - -#. summary(saxon9:saxon9-javadoc) -msgid "Javadoc for saxon9" -msgstr "Документация в формате javadoc для saxon9" - -#. description(saxon9:saxon9-javadoc) -msgid "Javadoc for saxon9." -msgstr "Документация в формате javadoc для saxon9." - -#. summary(sblim-cim-client2:sblim-cim-client2-javadoc) -msgid "Javadoc for sblim-cim-client2" -msgstr "Документация в формате javadoc для sblim-cim-client2" - -#. description(sblim-cim-client2:sblim-cim-client2-javadoc) -msgid "Javadoc for sblim-cim-client2." -msgstr "Документация в формате javadoc для sblim-cim-client2." - -#. summary(servletapi3:servletapi3-javadoc) -msgid "Javadoc for servletapi3" -msgstr "Документация в формате javadoc для servletapi3" - -#. summary(servletapi4:servletapi4-javadoc) -msgid "Javadoc for servletapi4" -msgstr "Документация в формате javadoc для servletapi4" - -#. summary(slf4j:slf4j-javadoc) -msgid "Javadoc for slf4j" +#. summary(postgresql-jdbc:postgresql-jdbc-javadoc) +#, fuzzy +#| msgid "Javadoc for slf4j" +msgid "Javadoc for postgresql-jdbc" msgstr "Документация в формате javadoc для slf4j" -#. summary(swingx:swingx-javadoc) -msgid "Javadoc for swingx" -msgstr "Документация в формате javadoc для swingx" +#. description(python-jenkinsapi) +msgid "" +"Jenkins is the market leading continuous integration system, originally created by Kohsuke Kawaguchi.\n" +"\n" +"Jenkins (and It's predecessor Hudson) are useful projects for automating common development tasks (e.g. unit-testing, production batches) - but they are somewhat Java-centric. Thankfully the designers have provided an excellent and complete REST interface. This library wraps up that interface as more conventional python objects in order to make many Jenkins oriented tasks easier to automate.\n" +"\n" +"This library can help you:\n" +"\n" +" * Query the test-results of a completed build * Get a objects representing the latest builds of a job * Search for artefacts by simple criteria * Block until jobs are complete * Install artefacts to custom-specified directory structures * username/password auth support for jenkins instances with auth turned on * Ability to search for builds by subversion revision * Ability to add/remove/query Jenkins slaves * Ability to add/remove/modify Jenkins views" +msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-kannada) -msgid "Kannada Traineddata for Tesseract" +#. summary(python-Coffin) +msgid "Jinja2 adapter for Django" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-korean) -msgid "Korean Traineddata for Tesseract" +#. description(python-Coffin) +msgid "Jinja2 adapter for Django." msgstr "" -#. summary(librubberband:rubberband-ladspa-32bit) -msgid "LADSPA plugin for librubberband" +#. description(python-Jinja2) +msgid "" +"Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. Here a small example of a Jinja template:\n" +"\n" +" {% extends 'base.html' %} {% block title %}Memberlist{% endblock %} {% block content %} <ul> {% for user in users %} <li><a href=\"{{ user.url }}\">{{ user.username }}</a></li> {% endfor %} </ul> {% endblock %}" msgstr "" -#. summary(texlive-articleingud) -msgid "LaTeX class for articles published in INGENIERIA review" +#. summary(python-Jinja2:python-Jinja2-emacs) +msgid "Jinja2 syntax files for Emacs" msgstr "" -#. summary(texlive-anufinalexam) -msgid "LaTeX document shell for ANU final exam" +#. summary(python-Jinja2:python-Jinja2-vim) +msgid "Jinja2 syntax files for Vim" msgstr "" -#. summary(texlive-b1encoding) -msgid "LaTeX encoding tools for Bookhands fonts" +#. description(libkate:python-katedj) +msgid "KateDJ allows extracting Kate tracks embedded in an Ogg stream, editing them, and rebuilding the Ogg stream after the Kate tracks are modified." msgstr "" -#. summary(texlive-alg) -msgid "LaTeX environments for typesetting algorithms" +#. summary(perl-namespace-autoclean) +msgid "Keep imports out of your namespace" msgstr "" -#. summary(texlive-bbm-macros) -msgid "LaTeX support for \"blackboard-style\" cm fonts" +#. description(python-keyczar) +msgid "" +"Keyczar is an open source cryptographic toolkit designed to make it easier and safer for developers to use cryptography in their applications. Keyczar supports authentication and encryption with both symmetric and asymmetric keys.\n" +"\n" +"Some features of Keyczar include:\n" +"\n" +" - A simple API - Key rotation and versioning - Safe default algorithms, modes, and key lengths - Automated generation of initialization vectors and ciphertext signatures - Keyczar was originally developed by members of the Google Security Team" msgstr "" -#. description(texlive-afthesis) +#. description(openstack-keystone:python-keystone) msgid "" -"LaTeX thesis/dissertation class for US Air Force Institute Of Technology.\n" +"Keystone is an OpenStack project that provides Identity, Token, Catalog and Policy services for use specifically by projects in the OpenStack family.\n" "\n" -"date: 2008-11-01 21:12:33 +0000" +"This package contains the core Python module of OpenStack Keystone." msgstr "" -#. summary(q4wine:q4wine-lang) -msgid "Languages for package q4wine" -msgstr "Переводы для пакета q4wine" +#. summary(python-cl) +msgid "Kombu actor framework" +msgstr "" -#. summary(qjackctl:qjackctl-lang) -msgid "Languages for package qjackctl" -msgstr "Переводы для пакета qjackctl" - -#. summary(quadrapassel:quadrapassel-lang) -msgid "Languages for package quadrapassel" +#. summary(perl-MooseX-Types-DateTime) +msgid "L<DateTime> related constraints and coercions for" msgstr "" -#. summary(radiotray:radiotray-lang) -msgid "Languages for package radiotray" -msgstr "Переводы для пакета radiotray" +#. summary(pgadmin3:pgadmin3-lang) +#, fuzzy +#| msgid "Languages for package tar" +msgid "Languages for package pgadmin3" +msgstr "Переводы для пакета tar" -#. summary(rednotebook:rednotebook-lang) -msgid "Languages for package rednotebook" -msgstr "Переводы для пакета rednotebook" +#. summary(picard:picard-lang) +#, fuzzy +#| msgid "Languages for package tar" +msgid "Languages for package picard" +msgstr "Переводы для пакета tar" -#. summary(rygel:rygel-lang) -msgid "Languages for package rygel" -msgstr "Переводы для пакета rygel" +#. summary(pidgin-advanced-sound-notification:pidgin-advanced-sound-notification-lang) +#, fuzzy +#| msgid "Languages for package simple-scan" +msgid "Languages for package pidgin-advanced-sound-notification" +msgstr "Переводы для пакета simple-scan" -#. summary(seahorse:seahorse-lang) -msgid "Languages for package seahorse" -msgstr "Переводы для пакета seahorse" +#. summary(pidgin-birthday-reminder:pidgin-birthday-reminder-lang) +#, fuzzy +#| msgid "Languages for package spyder" +msgid "Languages for package pidgin-birthday-reminder" +msgstr "Переводы для пакета spyder" -#. summary(seahorse-nautilus:seahorse-nautilus-lang) -msgid "Languages for package seahorse-nautilus" -msgstr "Переводы для пакета seahorse-nautilus" +#. summary(pidgin-guifications:pidgin-guifications-lang) +#, fuzzy +#| msgid "Languages for package spice-gtk" +msgid "Languages for package pidgin-guifications" +msgstr "Переводы для пакета spice-gtk" -#. summary(seahorse-sharing:seahorse-sharing-lang) -msgid "Languages for package seahorse-sharing" -msgstr "Переводы для пакета seahorse-sharing" +#. summary(plasma-nm:plasma-nm-lang) +#, fuzzy +#| msgid "Languages for package simple-scan" +msgid "Languages for package plasma-nm" +msgstr "Переводы для пакета simple-scan" -#. summary(sed:sed-lang) -msgid "Languages for package sed" -msgstr "" +#. summary(plasmoid-cwp:plasmoid-cwp-lang) +#, fuzzy +#| msgid "Languages for package sitecopy" +msgid "Languages for package plasmoid-cwp" +msgstr "Переводы для пакета sitecopy" -#. summary(shared-mime-info:shared-mime-info-lang) -msgid "Languages for package shared-mime-info" -msgstr "Переводы для пакета shared-mime-info" +#. summary(pluma:pluma-lang) +#, fuzzy +#| msgid "Languages for package tar" +msgid "Languages for package pluma" +msgstr "Переводы для пакета tar" -#. summary(shotwell:shotwell-lang) -msgid "Languages for package shotwell" -msgstr "Переводы для пакета shotwell" +#. summary(po4a:po4a-lang) +#, fuzzy +#| msgid "Languages for package tar" +msgid "Languages for package po4a" +msgstr "Переводы для пакета tar" -#. summary(shutter:shutter-lang) -msgid "Languages for package shutter" -msgstr "Переводы для пакета shutter" +#. summary(poedit:poedit-lang) +#, fuzzy +#| msgid "Languages for package tar" +msgid "Languages for package poedit" +msgstr "Переводы для пакета tar" -#. summary(simple-scan:simple-scan-lang) -msgid "Languages for package simple-scan" -msgstr "Переводы для пакета simple-scan" +#. summary(polari:polari-lang) +#, fuzzy +#| msgid "Languages for package tar" +msgid "Languages for package polari" +msgstr "Переводы для пакета tar" -#. summary(sitecopy:sitecopy-lang) -msgid "Languages for package sitecopy" -msgstr "Переводы для пакета sitecopy" - -#. summary(specto:specto-lang) -msgid "Languages for package specto" -msgstr "" - -#. summary(spice-gtk:spice-gtk-lang) -msgid "Languages for package spice-gtk" +#. summary(policycoreutils:policycoreutils-lang) +#, fuzzy +#| msgid "Languages for package spice-gtk" +msgid "Languages for package policycoreutils" msgstr "Переводы для пакета spice-gtk" -#. summary(spyder:spyder-lang) -msgid "Languages for package spyder" -msgstr "Переводы для пакета spyder" +#. summary(polkit-gnome:polkit-gnome-lang) +#, fuzzy +#| msgid "Languages for package q4wine" +msgid "Languages for package polkit-gnome" +msgstr "Переводы для пакета q4wine" -#. summary(swell-foop:swell-foop-lang) -msgid "Languages for package swell-foop" -msgstr "" +#. summary(pragha:pragha-lang) +#, fuzzy +#| msgid "Languages for package rygel" +msgid "Languages for package pragha" +msgstr "Переводы для пакета rygel" -#. summary(tar:tar-lang) -msgid "Languages for package tar" +#. summary(proftpd:proftpd-lang) +#, fuzzy +#| msgid "Languages for package tar" +msgid "Languages for package proftpd" msgstr "Переводы для пакета tar" -#. summary(tellico:tellico-lang) -msgid "Languages for package tellico" -msgstr "Переводы для пакета tellico" +#. summary(psmisc:psmisc-lang) +#, fuzzy +#| msgid "Languages for package sitecopy" +msgid "Languages for package psmisc" +msgstr "Переводы для пакета sitecopy" -#. summary(terminator:terminator-lang) -msgid "Languages for package terminator" -msgstr "Переводы для пакета terminator" +#. summary(pulseaudio:pulseaudio-lang) +#, fuzzy +#| msgid "Languages for package seahorse" +msgid "Languages for package pulseaudio" +msgstr "Переводы для пакета seahorse" -#. summary(texlive-bardiag) -msgid "LateX package for drawing bar diagrams" +#. summary(purple-plugin-pack:purple-plugin-pack-lang) +#, fuzzy +#| msgid "Languages for package spice-gtk" +msgid "Languages for package purple-plugin-pack" +msgstr "Переводы для пакета spice-gtk" + +#. summary(phetsarath-fonts) +msgid "Lao Unicode Fonts" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-latvian) -msgid "Latvian Traineddata for Tesseract" +#. summary(python-lesscpy) +msgid "Lesscss compiler" msgstr "" +#. summary(perl-Net-OpenID-Common) +msgid "Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server" +msgstr "" + +#. summary(python3-xlrd) +msgid "Library for Developers to Extract Data From Microsoft Excel Spreadsheet Files" +msgstr "" + #. summary(python-oauth) msgid "Library for OAuth version 1.0a" msgstr "Библиотека для OAuth версии 1.0a" -#. summary(python-PrettyTable) -msgid "Library for displaying tabular data in a visually appealing ASCII format" +#. summary(perl-Net-OpenID-Consumer) +msgid "Library for consumers of OpenID identities" msgstr "" -#. summary(python-xlwt) -msgid "Library to Create Spreadsheet Files Compatible With MS Excel 97/2000/XP/2003" +#. description(php5-pear-Horde_Date_Parser) +msgid "Library for natural-language date parsing, with support for multiple languages and locales" msgstr "" -#. summary(python-python-daemon) -msgid "Library to implement a well-behaved Unix daemon process" +#. description(php5-pear-Horde_Timezone) +msgid "Library for parsing timezone databases and generating VTIMEZONE iCalendar components." msgstr "" -#. summary(shp) -msgid "Like PHP except you write your script in shell script" +#. description(php5-pear-phpunit-PHP_CodeCoverage) +msgid "Library that provides collection, processing, and rendering functionality for PHP code coverage information." msgstr "" -#. summary(rpmorphan) -msgid "List the orphaned RPM packages" +#. summary(python3-polib) +#, fuzzy +#| msgid "A library to manipulate gettext files" +msgid "Library to Manipulate gettext Files (PO and MO Files)" +msgstr "Библиотека для работы с файлами gettext" + +#. summary(python-django-dajax) +msgid "Library to create asynchronous presentation logic with django and dajaxice" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-lithuanian) -msgid "Lithuanian Traineddata for Tesseract" +#. summary(python3-py) +msgid "Library with cross-python path, ini-parsing, io, code, log facilities" msgstr "" +#. description(php5-pear-Horde_ElasticSearch) +msgid "Lightweight API for ElasticSearch (http://www.elasticsearch.org/)." +msgstr "" + +#. summary(perl-Text-WrapI18N) +msgid "Line Wrapping Module" +msgstr "" + +#. description(perl-Text-WrapI18N) +msgid "Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words." +msgstr "" + +#. summary(python-PasteDeploy) +msgid "Load, configure, and compose WSGI applications and servers" +msgstr "" + #. summary(python-logutils) msgid "Logging utilities" msgstr "" +#. summary(perl-Net-Ident) +msgid "Lookup the username on the remote end of a TCP/IP connection" +msgstr "" + #. description(python-Louie) msgid "Louie provides Python programmers with a straightforward way to dispatch signals between objects in a wide variety of contexts. It is based on PyDispatcher, which in turn was based on a highly-rated recipe in the Python Cookbook." msgstr "" -#. summary(python-pymetar) -msgid "METAR weather report parser" +#. summary(python-amqp) +msgid "Low-level AMQP client for Python (fork of amqplib)" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-macedonian) -msgid "Macedonian Traineddata for Tesseract" +#. summary(php5-pear-Mail_Mime) +msgid "Mail_Mime provides classes to create mime messages" msgstr "" -#. summary(texlive-arabtex) -msgid "Macros and fonts for typesetting Arabic" +#. description(php5-pear-Mail_Mime) +msgid "" +"Mail_Mime provides classes to deal with the creation and manipulation of mime messages. It allows people to create Email messages consisting of:\n" +"* Text Parts\n" +"* HTML Parts\n" +"* Inline HTML Images\n" +"* Attachments\n" +"* Attached messages\n" +"\n" +"Starting with version 1.4.0, it also allows non US-ASCII chars in filenames, subjects, recipients, etc, etc." msgstr "" -#. summary(texlive-aastex) -msgid "Macros for Manuscript Preparation for AAS Journals" +#. summary(perl-Test-NoWarnings) +msgid "Make sure you didn't emit any warnings while testing" msgstr "" -#. description(texlive-alterqcm) +#. summary(perl-MooseX-Object-Pluggable) +msgid "Make your classes pluggable" +msgstr "" + +#. summary(perl-MooseX-StrictConstructor) +msgid "Make your object constructors blow up on unknown attributes" +msgstr "" + +#. description(python-colorama) msgid "" -"Macros to support the creation of multiple-choice questionnaires in two-column tables.\n" +"Makes ANSI escape character sequences, for producing colored terminal text and cursor positioning, work under MS Windows.\n" "\n" -"date: 2011-06-05 22:10:59 +0000" +"ANSI escape character sequences have long been used to produce colored terminal text and cursor positioning on Unix and Macs. Colorama makes this work on Windows, too. It also provides some shortcuts to help generate ANSI sequences, and works fine in conjunction with any other ANSI sequence generation library, such as Termcolor.\n" +"\n" +"This has the upshot of providing a simple cross-platform API for printing colored terminal text from Python, and has the happy side-effect that existing applications or libraries which use ANSI sequences to produce colored output on Linux or Macs can now also work on Windows, simply by calling colorama.init()." msgstr "" -#. summary(texlive-authoraftertitle) -msgid "Make author, etc., available after \\maketitle" +#. description(python-Mako) +msgid "Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics." msgstr "" -#. summary(texlive-anonchap) -msgid "Make chapters be typeset like sections" +#. summary(perl-Net-CIDR-Set) +msgid "Manipulate sets of IP addresses" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-malay) -msgid "Malay Traineddata for Tesseract" +#. summary(perl-SQL-Translator) +msgid "Manipulate structured data definitions (SQL and more)" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-malayalam) -msgid "Malayalam Traineddata for Tesseract" +#. summary(perl-Text-Reform) +msgid "Manual text wrapping and reformatting" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-maltese) -msgid "Maltese Traineddata for Tesseract" +#. description(python-manuel) +msgid "" +"Manuel lets you build tested documentation.\n" +"\n" +"Documentation, a full list of included plug-ins, and examples are available with the -doc package and at http://packages.python.org/manuel/." msgstr "" -#. summary(texlive-acroterm) -msgid "Manage and index acronyms and terms" +#. summary(perl-MooseX-MarkAsMethods) +msgid "Mark overload code symbols as methods" msgstr "" -#. summary(python-stevedore) -msgid "Manage dynamic plugins for Python applications" +#. description(perl-Text-Markdown) +msgid "" +"Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links.\n" +"\n" +"Markdown's syntax is designed not as a generic markup language, but specifically to serve as a front-end to (X)HTML. You can use span-level HTML tags anywhere in a Markdown document, and you can use block level HTML tags (like <div> and <table> as well)." msgstr "" -#. summary(texlive-appendixnumberbeamer) -msgid "Manage frame numbering in appendixes in beamer" +#. summary(python-mccabe) +msgid "McCabe checker, plugin for flake8" msgstr "" -#. summary(stow) -msgid "Manage the installation of software packages from source" +#. summary(python-hgtools) +msgid "Mercurial support for setup tools" msgstr "" -#. summary(salt:salt-master) -msgid "Management component for salt, a parallel remote execution system" +#. summary(perl-MooseX-Method-Signatures) +msgid "Method declarations with type constraints and no source filter" msgstr "" -#. summary(sblim-cim-client2:sblim-cim-client2-manual) -msgid "Manual and sample code for sblim-cim-client2" +#. summary(php5-pear-HTML_QuickForm) +msgid "Methods for creating, validating, processing HTML forms" msgstr "" -#. description(sblim-cim-client2:sblim-cim-client2-manual) -msgid "Manual and sample code for sblim-cim-client2." +#. description(python-MiniMock) +msgid "Minimock is a simple library for doing Mock objects with doctest. When using doctest, mock objects can be very simple." msgstr "" -#. summary(saxon6:saxon6-manual) -msgid "Manual for saxon6" -msgstr "Руководство для saxon6" +#. summary(php5-pear-phpunit-PHPUnit_MockObject) +msgid "Mock Object library for PHPUnit" +msgstr "" -#. description(saxon6:saxon6-manual) -msgid "Manual for saxon6." -msgstr "Руководство для saxon6." +#. summary(python-mox) +msgid "Mock object framework" +msgstr "" -#. summary(saxon8:saxon8-manual) -msgid "Manual for saxon8." +#. summary(python-mox3) +msgid "Mock object framework for Python" msgstr "" -#. summary(saxon9:saxon9-manual) -msgid "Manual for saxon9" +#. description(python-mockito) +msgid "Mockito is a spying framework based on Java library with the same name." msgstr "" -#. description(saxon9:saxon9-manual) -msgid "Manual for saxon9." +#. summary(python-mpservlets) +msgid "Mod_python Servlets - a mod_python handler" msgstr "" -#. description(slf4j:slf4j-manual) -msgid "Manual for slf4j." +#. summary(python-Attest) +msgid "Modern, Pythonic unit testing" msgstr "" -#. description(python-manuel) +#. summary(python-flake8) +msgid "Modular source code checker: pep8, pyflakes and co" +msgstr "" + +#. summary(perl-Statistics-Descriptive) +msgid "Module of basic descriptive statistical functions." +msgstr "" + +#. summary(python-mongodict) +msgid "MongoDB-backed Python dict-like interface" +msgstr "" + +#. summary(perl-MooX-Types-MooseLike-Numeric) +msgid "Moo types for numbers" +msgstr "" + +#. summary(perl-Task-Moose) +msgid "Moose in a box" +msgstr "" + +#. summary(perl-MooseX-Types-Stringlike) +msgid "Moose type constraints for strings or string-like objects" +msgstr "" + +#. summary(perl-MooseX-Types-Perl) +msgid "Moose types that check against Perl syntax" +msgstr "" + +#. description(perl-MooseX-MarkAsMethods) msgid "" -"Manuel lets you build tested documentation.\n" +"MooseX::MarkAsMethods allows one to easily mark certain functions as Moose methods. This will allow other packages such as the namespace::autoclean manpage to operate without blowing away your overloads. After using MooseX::MarkAsMethods your overloads will be recognized by the Class::MOP manpage as being methods, and class extension as well as composition from roles with overloads will \"just work\".\n" "\n" -"Documentation, a full list of included plug-ins, and examples are available with the -doc package and at http://packages.python.org/manuel/." +"By default we check for overloads, and mark those functions as methods.\n" +"\n" +"If 'autoclean => 1' is passed to import on using this module, we will invoke namespace::autoclean to clear out non-methods." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-math_equation) -msgid "Math / Equation Detection Module Traineddata for Tesseract" +#. description(perl-MooseX-OneArgNew) +msgid "" +"MooseX::OneArgNew lets your constructor take a single argument, which will be translated into the value for a one-entry hashref. It is a the parameterized role|MooseX::Role::Parameterized manpage with three parameters:\n" +"\n" +"* type\n" +"\n" +" The Moose type that the single argument must be for the one-arg form to work. This should be an existing type, and may be either a string type or a MooseX::Type.\n" +"\n" +"* init_arg\n" +"\n" +" This is the string that will be used as the key for the hashref constructed from the one-arg call to new.\n" +"\n" +"* coerce\n" +"\n" +" If true, a single argument to new will be coerced into the expected type if possible. Keep in mind that if there are no coercions for the type, this will be an error, and that if a coercion from HashRef exists, you might be getting yourself into a weird situation." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-english_middle_1100_to_1500) -msgid "Middle English (1100-1500) Traineddata for Tesseract" +#. description(perl-MooseX-POE) +msgid "MooseX::POE is a the Moose manpage wrapper around a the POE::Session manpage." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-french_middle_1400_to_1600) -msgid "Middle French (ca. 1400-1600) Traineddata for Tesseract" +#. description(perl-MooseX-Role-Cmd) +msgid "MooseX::Role::Cmd is a the Moose manpage role intended to ease the task of building command-line wrapper modules. It automatically maps the Moose manpage objects into command strings which are passed to the IPC::Cmd manpage." msgstr "" -#. summary(python-mox) -msgid "Mock object framework" +#. description(perl-MooseX-Storage) +msgid "MooseX::Storage is a serialization framework for Moose, it provides a very flexible and highly pluggable way to serialize Moose classes to a number of different formats and styles." msgstr "" -#. summary(python-mox3) -msgid "Mock object framework for Python" +#. description(perl-MooseX-Types-Path-Class) +msgid "" +"MooseX::Types::Path::Class creates common the Moose manpage types, coercions and option specifications useful for dealing with the Path::Class manpage objects as the Moose manpage attributes.\n" +"\n" +"Coercions (see the Moose::Util::TypeConstraints manpage) are made from both 'Str' and 'ArrayRef' to both the Path::Class::Dir manpage and the Path::Class::File manpage objects. If you have the MooseX::Getopt manpage installed, the Getopt option type (\"=s\") will be added for both the Path::Class::Dir manpage and the Path::Class::File manpage." msgstr "" -#. description(python-mockito) -msgid "Mockito is a spying framework based on Java library with the same name." +#. description(perl-MooseX-Workers) +msgid "MooseX::Workers is a Role that provides easy delegation of long-running tasks into a managed child process. Process management is taken care of via POE and its POE::Wheel::Run module." msgstr "" -#. summary(python-mpservlets) -msgid "Mod_python Servlets - a mod_python handler" -msgstr "" - #. description(python-morbid) msgid "Morbid is a Twisted-based publish/subscribe messaging server that uses the STOMP protocol. It supports publish/subscribe topics, and runs as a single node. It is designed specifically for usecases where a clustered message broker is not necessary." msgstr "" +#. summary(perl-Test-Most) +msgid "Most commonly needed test functions and features" +msgstr "" + +#. description(perl-MouseX-Types-Path-Class) +msgid "" +"MouseX::Types::Path::Class creates common the Mouse manpage types, coercions and option specifications useful for dealing with the Path::Class manpage objects as the Mouse manpage attributes.\n" +"\n" +"Coercions (see the Mouse::Util::TypeConstraints manpage) are made from both 'Str' and 'ArrayRef' to both the Path::Class::Dir manpage and the Path::Class::File manpage objects. If you have the MouseX::Getopt manpage installed, the Getopt option type (\"=s\") will be added for both the Path::Class::Dir manpage and the Path::Class::File manpage." +msgstr "" + #. description(python-mox) msgid "Mox is a mock object framework for Python based on the Java mock object framework EasyMock." msgstr "" @@ -2601,46 +3494,103 @@ msgid "Mox3 is an unofficial port of the Google mox framework (http://code.google.com/p/pymox/) to Python 3. It was meant to be as compatible with mox as possible, but small enhancements have been made. The library was tested on Python version 3.2, 2.7 and 2.6." msgstr "" -#. summary(texlive-babelbib) -msgid "Multilingual bibliographies" +#. summary(php5-pear-Mail) +msgid "Multiple interfaces for sending emails" msgstr "" -#. summary(tamago) -msgid "Multilingual input method for Emacs" -msgstr "Многоязычный метод ввода для Emacs" - -#. summary(texlive-babel) -msgid "Multilingual support for Plain TeX or LaTeX" +#. description(python-mutagen) +msgid "Mutagen is a Python module to handle audio metadata. It supports FLAC, M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and WavPack audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of their audio format. It can also manipulate Ogg streams on an individual packet/page level." msgstr "" -#. description(terminator) -msgid "Multiple GNOME terminals in one window. This is a project to produce an efficient way of filling a large area of screen space with terminals. This is done by splitting the window into a resizeable grid of terminals. As such, you can produce a very flexible arrangements of terminals for different tasks." +#. summary(php5-pear-MDB2_Driver_mysql) +msgid "MySQL MDB2 driver" msgstr "" -#. summary(texlive-alterqcm) -msgid "Multiple choice questionnaires in two column tables" +#. summary(php5-pear-MDB2_Driver_mysqli) +msgid "MySQLi MDB2 driver" msgstr "" -#. description(python-mutagen) -msgid "Mutagen is a Python module to handle audio metadata. It supports FLAC, M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and WavPack audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of their audio format. It can also manipulate Ogg streams on an individual packet/page level." +#. summary(perl-MooseX-SemiAffordanceAccessor) +msgid "Name your accessors foo() and set_foo()" msgstr "" -#. summary(swing-layout) -msgid "Natural layout for Swing panels" +#. summary(pithos) +msgid "Native Pandora Radio client for Linux" msgstr "" -#. summary(python-wadllib) -msgid "Navigate HTTP resources using WADL files as guides" +#. summary(python-nbxmpp:python-nbxmpp-doc) +#, fuzzy +#| msgid "Samba Documentation" +msgid "Nbxmpp Documentation" +msgstr "Документация Samba" + +#. description(python3-mccabe) +msgid "Ned's script to check McCabe complexity. This module provides a plugin for ``flake8``, the Python code checker." msgstr "" #. description(python-mccabe) msgid "Ned's script to check McCabe complexity. This module provides a plugin for flake8, the Python code checker." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-norwegian) -msgid "Norwegian Traineddata for Tesseract" +#. description(perl-Net-DNS-Resolver-Programmable) +msgid "Net::DNS::Resolver::Programmable is a Net::DNS::Resolver descendant class that allows a virtual DNS to be emulated instead of querying the real DNS. A set of static DNS records may be supplied, or arbitrary code may be specified as a means for retrieving DNS records, or even generating them on the fly." msgstr "" +#. description(perl-Net-HTTPServer) +msgid "Net::HTTPServer basically turns a CGI script into a stand alone server. Useful for temporary services, mobile/local servers, or embedding an HTTP server into another program." +msgstr "" + +#. description(perl-Net-Whois-Raw) +msgid "" +"Net::Whois::Raw queries WHOIS servers about domains. The module supports recursive WHOIS queries. Also queries via HTTP is supported for some TLDs.\n" +"\n" +"Setting the variables $OMIT_MSG and $CHECK_FAIL will match the results against a set of known patterns. The first flag will try to omit the copyright message/disclaimer, the second will attempt to determine if the search failed and return undef in such a case.\n" +"\n" +"*IMPORTANT*: these checks merely use pattern matching; they will work on several servers but certainly not on all of them." +msgstr "" + +#. description(php5-pear-Net_LDAP) +msgid "" +"Net_LDAP is a clone of Perls Net::LDAP object interface todirectory servers. It does contain most of Net::LDAPs featuresbut has some own too. With Net_LDAP you have: * A simple object-oriented interface to connections, searches entries and filters. * Support for tls and ldap v3. * Simple modification, deletion and creation of ldap entries. * Support for schema handling. Net_LDAP layers itself on top of PHP's existing ldap extensions.\n" +"\n" +"Net_LDAP is not maintained anymore. Use Net_LDAP2 for new code and migrate legacy applications." +msgstr "" + +#. description(php5-pear-Net_LDAP2) +msgid "" +"Net_LDAP2 is the successor of Net_LDAP which is a clone of Perls Net::LDAPobject interface to directory servers. It does contain most of Net::LDAP's features but has some own too. With Net_LDAP2 you have: * A simple object-oriented interface to connections, searches entries and filters. * Support for tls and ldap v3. * Simple modification, deletion and creation of ldap entries. * Support for schema handling.\n" +"\n" +"Net_LDAP2 layers itself on top of PHP's existing ldap extensions." +msgstr "" + +#. description(php5-pear-Net_Socket) +msgid "Net_Socket is a class interface to TCP sockets. It provides blocking and non-blocking operation, with different reading and writing modes (byte-wise, block-wise, line-wise and special formats like network byte-order ip addresses)." +msgstr "" + +#. summary(php5-pear-Net_Socket) +msgid "Network Socket Interface" +msgstr "" + +#. description(python-networkx) +msgid "" +"NetworkX (NX) is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.\n" +"\n" +"Features: * Includes standard graph-theoretic and statistical physics functions * Easy exchange of network algorithms between applications, disciplines, and platforms * Includes many classic graphs and synthetic networks * Nodes and edges can be \"anything\" (e.g. time-series, text, images, XML records) * Exploits existing code from high-quality legacy software in C, C++, Fortran, etc. * Open source (encourages community input) * Unit-tested" +msgstr "" + +#. description(python-nose) +msgid "" +"Nose extends the test loading and running features of unittest, making it easier to write, find and run tests.\n" +"\n" +"By default, nose will run tests in files or directories under the current working directory whose names include \"test\" or \"Test\" at a word boundary (like \"test_this\" or \"functional_test\" or \"TestClass\" but not \"libtest\"). Test output is similar to that of unittest, but also includes captured stdout output from failing tests, for easy print-style debugging.\n" +"\n" +"These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more." +msgstr "" + +#. summary(python-nose) +msgid "Nose extends unittest to make testing easier" +msgstr "" + #. summary(python-nosehtmloutput) msgid "Nose plugin to produce test results in html" msgstr "" @@ -2673,27 +3623,86 @@ "\n" "Этот пакет предоставляет документацию в формате PDF для NumPy." -#. description(python-numpy-doc:python-numpydoc) +#. description(python3-numpy-doc) +#, fuzzy +#| msgid "" +#| "NumPy is a general-purpose array-processing package designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without sacrificing too much speed for small multi-dimensional arrays. NumPy is built on the Numeric code base and adds features introduced by numarray as well as an extended C-API and the ability to create arrays of arbitrary type which also makes NumPy suitable for interfacing with general-purpose data-base applications.\n" +#| "\n" +#| "There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation.\n" +#| "\n" +#| "This package provides the PDF documentation for NumPy" msgid "" -"Numpy's documentation uses several custom extensions to Sphinx. These are shipped in this numpydoc package, in case you want to make use of them in third-party projects.\n" +"NumPy is a general-purpose array-processing package designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without sacrificing too much speed for small multi-dimensional arrays. NumPy is built on the Numeric code base and adds features introduced by numarray as well as an extended C-API and the ability to create arrays of arbitrary type which also makes NumPy suitable for interfacing with general-purpose data-base applications.\n" "\n" -"The following extensions are available:\n" +"There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation.\n" "\n" -"- numpydoc: support for the Numpy docstring format in Sphinx, and add the code description directives np:function, np-c:function, etc. that support the Numpy docstring syntax.\n" +"This package provides the documentation for NumPy" +msgstr "" +"NumPy — пакет обработки массивов общего назначения, спроектированный для эффективного манипулирования большими многомерными массивами произвольных записей без существенной потери производительности в случае малых многомерных массивов. NumPy создан на базе кода Numeric и включает возможности numarray, расширенный C-API и возможность создания массивов произвольного типа, благодаря чему NumPy подходит для использования в приложениях баз данных общего назначения.\n" "\n" -"- numpydoc.traitsdoc: For gathering documentation about Traits attributes.\n" +"Также имеются инструменты дискретного преобразования Фурье, основ линейной алгебры и генерации случайных чисел.\n" "\n" -"- numpydoc.plot_directives: Adaptation of Matplotlib's plot:: directive. This implementation may still undergo severe changes or eventually be deprecated.\n" +"Этот пакет предоставляет документацию в формате PDF для NumPy." + +#. description(perl-Number-Compare) +msgid "" +"Number::Compare compiles a simple comparison to an anonymous subroutine, which you can call with a value to be tested again.\n" "\n" -"- numpydoc.only_directives: (DEPRECATED)\n" +"Now this would be very pointless, if Number::Compare didn't understand magnitudes.\n" "\n" -"- numpydoc.autosummary: (DEPRECATED) An autosummary:: directive. Available in Sphinx 0.6.2 and (to-be) 1.0 as sphinx.ext.autosummary, and it the Sphinx 1.0 version is recommended over that included in Numpydoc." +"The target value may use magnitudes of kilobytes ('k', 'ki'), megabytes ('m', 'mi'), or gigabytes ('g', 'gi'). Those suffixed with an 'i' use the appropriate 2**n version in accordance with the IEC standard: http://physics.nist.gov/cuu/Units/binary.html" msgstr "" -#. summary(texlive-ametsoc) -msgid "Official American Meteorological Society Latex Template" +#. summary(perl-Number-Compare) +msgid "Numeric comparisons" msgstr "" +#. description(python-numpydoc) +msgid "Numpy's documentation uses several custom extensions to Sphinx. These are shipped in this numpydoc package, in case you want to make use of them in third-party projects." +msgstr "" + +#. summary(perl-Net-OAuth) +msgid "OAuth 1.0 for Perl" +msgstr "" + +#. description(perl-OLE-Storage_Lite) +msgid "" +"OLE::Storage_Lite allows you to read and write an OLE structured file.\n" +"\n" +"OLE::Storage_Lite::PPS is a class representing PPS. OLE::Storage_Lite::PPS::Root, OLE::Storage_Lite::PPS::File and OLE::Storage_Lite::PPS::Dir are subclasses of OLE::Storage_Lite::PPS." +msgstr "" + +#. summary(perl-Text-SpellChecker) +msgid "OO interface for spell-checking a block of text" +msgstr "" + +#. summary(php5-pear-Net_LDAP2) +msgid "Object oriented interface for searching and manipulating LDAP-entries" +msgstr "" + +#. summary(postgresql-jdbc) +msgid "Official JDBC Driver for PostgreSQL" +msgstr "" + +#. description(perl-MooseX-Traits) +msgid "" +"Often you want to create components that can be added to a class arbitrarily. This module makes it easy for the end user to use these components. Instead of requiring the user to create a named class with the desired roles applied, or apply roles to the instance one-by-one, he can just create a new class from yours with 'with_traits', and then instantiate that.\n" +"\n" +"There is also 'new_with_traits', which exists for compatibility reasons. It accepts a 'traits' parameter, creates a new class with those traits, and then instantiates it.\n" +"\n" +" Class->new_with_traits( traits => [qw/Foo Bar/], foo => 42, bar => 1 )\n" +"\n" +"returns exactly the same object as\n" +"\n" +" Class->with_traits(qw/Foo Bar/)->new( foo => 42, bar => 1 )\n" +"\n" +"would. But you can also store the result of 'with_traits', and call other methods:\n" +"\n" +" my $c = Class->with_traits(qw/Foo Bar/); $c->new( foo => 42 ); $c->whatever( foo => 1234 );\n" +"\n" +"And so on." +msgstr "" + #. description(python-OleFileIO_PL) msgid "" "OleFileIO_PL is a Python module to read Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office documents, Image Composer and FlashPix files, Outlook messages, ...\n" @@ -2703,6 +3712,13 @@ "As far as I know, this module is now the most complete and robust Python implementation to read MS OLE2 files, portable on several operating systems. (please tell me if you know other similar Python modules)" msgstr "" +#. description(python-django-mediasync) +msgid "" +"One of the more significant development roadblocks we have relates to local vs. deployed media. Ideally all media (graphics, css, scripts) development would occur locally and not use production media. Then, when ready to deploy, the media should be pushed to production. That way there can be significant changes to media without disturbing the production web site.\n" +"\n" +"The goal of mediasync is to develop locally and then flip a switch in production that makes all the media URLs point to remote media URLs instead of the local media directory." +msgstr "" + #. summary(python-opengl) msgid "OpenGL bindings for Python" msgstr "Привязки Python к OpenGL" @@ -2711,3019 +3727,3208 @@ msgid "OpenGL bindings for Python including support for GL extensions, GLU, WGL, GLUT, GLE, and Tk." msgstr "" -#. summary(python-python-openid) -msgid "OpenID support for servers and consumers" +#. summary(openstack-cinder:python-cinder) +msgid "OpenStack Block Storage (Cinder) - Python module" msgstr "" -#. summary(strongswan:strongswan-doc) -msgid "OpenSource IPsec-based VPN Solution" -msgstr "" - #. summary(openstack-nova:python-nova) msgid "OpenStack Compute (Nova) - Python module" msgstr "" -#. summary(openstack-tempest:python-tempest) -msgid "OpenStack Integration Test Suite (Tempest) - Python module" +#. summary(openstack-dashboard:python-horizon) +msgid "OpenStack Dashboard (Horizon) - Python Module" msgstr "" -#. summary(python-oslo.messaging) -msgid "OpenStack Messaging API" +#. summary(openstack-dashboard:python-horizon-branding-upstream) +msgid "OpenStack Dashboard (Horizon) - Python Module Upstream Branding" msgstr "" -#. summary(python-oslo.messaging:python-oslo.messaging-doc) -msgid "OpenStack Messaging API - Documentation" +#. summary(python-hacking) +msgid "OpenStack Hacking Guidline Enforcement" msgstr "" -#. summary(python-oslo.messaging:python-oslo.messaging-test) -msgid "OpenStack Messaging API - test suite" +#. summary(openstack-keystone:python-keystone) +msgid "OpenStack Identity Service (Keystone) - Python module" msgstr "" -#. summary(python-oslo.sphinx) -msgid "OpenStack Sphinx" +#. summary(openstack-glance:python-glance) +msgid "OpenStack Image Service (Glance) - Python module" msgstr "" -#. summary(openstack-swift:python-swift) -msgid "OpenStack Storage (Swift) - Python module" +#. summary(python-oslo.messaging) +msgid "OpenStack Messaging API" msgstr "" -#. summary(python-swift3) -msgid "OpenStack Swift - Amazon S3 API Middleware" +#. summary(python-oslo.messaging:python-oslo.messaging-doc) +msgid "OpenStack Messaging API - Documentation" msgstr "" -#. summary(python-oslo.version) -msgid "OpenStack Version" +#. summary(python-oslo.messaging:python-oslo.messaging-test) +msgid "OpenStack Messaging API - test suite" msgstr "" -#. summary(python-oslo.config) -msgid "OpenStack configuration API" +#. summary(openstack-ceilometer:python-ceilometer) +msgid "OpenStack Metering (Ceilometer) - Python module" msgstr "" -#. summary(python-oslo.config:python-oslo.config-doc) -msgid "OpenStack configuration API - Documentation" +#. summary(python-ceilometerclient) +msgid "OpenStack Metering (Ceilometer) API Client" msgstr "" -#. summary(python-oslo.config:python-oslo.config-test) -msgid "OpenStack configuration API - test suite" +#. summary(python-heatclient) +msgid "OpenStack Orchestration (Heat) API Client" msgstr "" -#. summary(python-novaclient) -msgid "Openstack Compute (Nova) API Client" +#. summary(python-heatclient:python-heatclient-doc) +msgid "OpenStack Orchestration (Heat) API Client - Documentation" msgstr "" -#. summary(python-novaclient:python-novaclient-doc) -msgid "Openstack Compute (Nova) API Client - Documentation" +#. summary(python-heatclient:python-heatclient-test) +msgid "OpenStack Orchestration (Heat) API Client - Testsuite" msgstr "" -#. summary(python-novaclient:python-novaclient-test) -msgid "Openstack Compute (Nova) API Client - Testsuite" +#. summary(python-oslo.rootwrap) +msgid "OpenStack RootWrap" msgstr "" -#. summary(python-neutronclient) -msgid "Openstack Network (Quantum) API Client" +#. summary(python-oslo.rootwrap:python-oslo.rootwrap-test) +msgid "OpenStack RootWrap API - test suite" msgstr "" -#. summary(python-neutronclient:python-neutronclient-test) -msgid "Openstack Network (Quantum) API Client - Testsuite" +#. summary(python-oslo.sphinx) +msgid "OpenStack Sphinx" msgstr "" -#. summary(python-swiftclient) -msgid "Openstack Object Storage (Swift) API Client" +#. summary(python-openstackclient) +msgid "OpenStack Unified Command Line Client" msgstr "" -#. summary(python-swiftclient:python-swiftclient-doc) -msgid "Openstack Object Storage (Swift) API Client - Documentation" +#. summary(python-oslo.version) +msgid "OpenStack Version" msgstr "" -#. summary(python-swiftclient:python-swiftclient-test) -msgid "Openstack Object Storage (Swift) API Client - Testsuite" +#. summary(python-oslo.config) +msgid "OpenStack configuration API" msgstr "" -#. summary(python-openstack.nose_plugin) -msgid "Openstack run_testspy style output for nosetests" +#. summary(python-oslo.config:python-oslo.config-doc) +msgid "OpenStack configuration API - Documentation" msgstr "" -#. summary(ddskk:skkdic-extra) -msgid "Optional, additional dictionaries for SKK" +#. summary(python-oslotest) +msgid "OpenStack test framework" msgstr "" -#. summary(python-odict) -msgid "Ordered dictionary" -msgstr "Упорядоченный словарь" - -#. summary(tesseract-traineddata:tesseract-traineddata-orientation_and_script_detection) -msgid "Orientation & Script Detection Enabler Traineddata for Tesseract" +#. summary(python-django-authopenid) +msgid "Openid authentification application for Django" msgstr "" -#. summary(texlive-adforn) -msgid "OrnementsADF font with TeX/LaTeX support" +#. summary(python-cinderclient) +msgid "Openstack Block Storage (Cinder) API Client" msgstr "" -#. description(python-pbr) -msgid "PBR is a library to automatically do a bunch of standard things you want in your setup.py without you having to repeat them every time. It will set versions, process requirements files and generate AUTHORS and ChangeLog file all from git information." +#. summary(python-cinderclient:python-cinderclient-doc) +msgid "Openstack Block Storage (Cinder) API Client - Documentation" msgstr "" -#. summary(python-numpy-doc:python-numpy-doc-pdf) -msgid "PDF documentation for python-numpy" -msgstr "Документация в формате PDF для python-numpy" - -#. description(signing-party) -msgid "" -"PGP Tools is a collection for all kinds of pgp related things, including signing scripts, party preparation scripts etc.\n" -"\n" -"caff is a script that helps you in keysigning. It takes a list of keyids on the command line, fetches them from a keyserver and calls GnuPG so that you can sign it. It then mails each key to all its email addresses - only including the one UID that we send to in each mail.\n" -"\n" -"pgp-clean takes a list of keyids on the command line and outputs an ascii-armored keyring on stdout for each key with all signatures except self-signatures stripped. Its use is to reduce the size of keys sent out after signing. (pgp-clean is a stripped-down caff version.)\n" -"\n" -"gpg-key2ps will output a PostScript file which has your Key-ID, UIDs and fingerprint nicely formatted for printing paper slips to take with you to a signing-party.\n" -"\n" -"Given one or more key-ids, gpg-mailkeys mails these keys to their owners. You use this after you've signed them. By default, the mails contain a standard text and your name and address as the From (as determined by the sendmail command).\n" -"\n" -"gpglist takes a keyid and creates a listing showing who signed your user IDs.\n" -"\n" -"gpgsigs was written to assist the user in signing keys during a keysigning party. It takes as input a file containing keys in gpg\n" -"--list-keys format and prepends every line with a tag indicating if the user has already signed that uid.\n" -"\n" -"keylookup is a wrapper around gpg --search, allowing you to search for keys on a keyserver. It presents the list of matching keys to the user and allows her to select the keys for importing into the GnuPG keyring." +#. summary(python-cinderclient:python-cinderclient-test) +msgid "Openstack Block Storage (Cinder) API Client - Testsuite" msgstr "" -#. summary(texlive-2up) -msgid "Package 2up" +#. summary(python-novaclient) +msgid "Openstack Compute (Nova) API Client" msgstr "" -#. summary(texlive-adjustbox) -msgid "Package adjustbox" +#. summary(python-novaclient:python-novaclient-doc) +msgid "Openstack Compute (Nova) API Client - Documentation" msgstr "" -#. summary(texlive-aecc) -msgid "Package aecc" +#. summary(python-novaclient:python-novaclient-test) +msgid "Openstack Compute (Nova) API Client - Testsuite" msgstr "" -#. summary(texlive-afm2pl) -msgid "Package afm2pl" +#. summary(python-designateclient) +msgid "Openstack DNS (Designate) API Client" msgstr "" -#. summary(texlive-amsldoc-it) -msgid "Package amsldoc-it" +#. summary(python-designateclient:python-designateclient-doc) +msgid "Openstack DNS (Designate) API Client - Documentation" msgstr "" -#. summary(texlive-amsthdoc-it) -msgid "Package amsthdoc-it" +#. summary(python-keystoneclient) +msgid "Openstack Identity (Keystone) API Client" msgstr "" -#. summary(texlive-babel-basque) -msgid "Package babel-basque" +#. summary(python-keystoneclient:python-keystoneclient-doc) +msgid "Openstack Identity (Keystone) API Client - Documentation" msgstr "" -#. summary(texlive-babel-breton) -msgid "Package babel-breton" +#. summary(python-keystoneclient:python-keystoneclient-test) +msgid "Openstack Identity (Keystone) API Client - Testsuite" msgstr "" -#. summary(texlive-babel-bulgarian) -msgid "Package babel-bulgarian" +#. summary(python-glanceclient) +msgid "Openstack Image (Glance) API Client" msgstr "" -#. summary(texlive-babel-catalan) -msgid "Package babel-catalan" +#. summary(python-glanceclient:python-glanceclient-test) +msgid "Openstack Image (Glance) API Client - Testsuite" msgstr "" -#. summary(texlive-babel-croatian) -msgid "Package babel-croatian" +#. summary(python-ceilometerclient:python-ceilometerclient-test) +msgid "Openstack Metering (Ceilometer) API Client - Testsuite" msgstr "" -#. summary(texlive-babel-czech) -msgid "Package babel-czech" +#. summary(python-neutronclient) +msgid "Openstack Network (Quantum) API Client" msgstr "" -#. summary(texlive-babel-danish) -msgid "Package babel-danish" +#. summary(python-neutronclient:python-neutronclient-test) +msgid "Openstack Network (Quantum) API Client - Testsuite" msgstr "" -#. summary(texlive-babel-dutch) -msgid "Package babel-dutch" +#. summary(openstack-heat:python-heat) +msgid "Openstack Orchestration (Heat) - Python module" msgstr "" -#. summary(texlive-babel-english) -msgid "Package babel-english" +#. summary(python-openstack.nose_plugin) +msgid "Openstack run_testspy style output for nosetests" msgstr "" -#. summary(texlive-babel-esperanto) -msgid "Package babel-esperanto" -msgstr "" +#. summary(python-odict) +msgid "Ordered dictionary" +msgstr "Упорядоченный словарь" -#. summary(texlive-babel-estonian) -msgid "Package babel-estonian" +#. summary(perl-MooseX-Types) +msgid "Organise your Moose types in libraries" msgstr "" -#. summary(texlive-babel-finnish) -msgid "Package babel-finnish" +#. summary(perl-MouseX-Types) +msgid "Organize your Mouse types in libraries" msgstr "" -#. summary(texlive-babel-galician) -msgid "Package babel-galician" +#. description(python-pbr) +msgid "PBR is a library to automatically do a bunch of standard things you want in your setup.py without you having to repeat them every time. It will set versions, process requirements files and generate AUTHORS and ChangeLog file all from git information." msgstr "" -#. summary(texlive-babel-german) -msgid "Package babel-german" -msgstr "" +#. summary(python-numpy-doc:python-numpy-doc-pdf) +msgid "PDF documentation for python-numpy" +msgstr "Документация в формате PDF для python-numpy" -#. summary(texlive-babel-hebrew) -msgid "Package babel-hebrew" +#. summary(python-pdfrw) +msgid "PDF file reader/writer library" msgstr "" -#. summary(texlive-babel-icelandic) -msgid "Package babel-icelandic" +#. description(python-pdfrw) +msgid "PDF file reader/writer library written in python" msgstr "" -#. summary(texlive-babel-interlingua) -msgid "Package babel-interlingua" +#. description(php5-pear-MDB2) +msgid "" +"PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers.\n" +"\n" +"It provides a common API for all supported RDBMS. The main difference to most other DB abstraction packages is that MDB2 goes much further to ensure portability. MDB2 provides most of its many features optionally that can be used to construct portable SQL statements:\n" +"* Object-Oriented API\n" +"* A DSN (data source name) or array format for specifying database servers\n" +"* Datatype abstraction and on demand datatype conversion\n" +"* Various optional fetch modes to fix portability issues\n" +"* Portable error codes\n" +"* Sequential and non sequential row fetching as well as bulk fetching\n" +"* Ability to make buffered and unbuffered queries\n" +"* Ordered array and associative array for the fetched rows\n" +"* Prepare/execute (bind) named and unnamed placeholder emulation\n" +"* Sequence/autoincrement emulation\n" +"* Replace emulation\n" +"* Limited sub select emulation\n" +"* Row limit emulation\n" +"* Transactions/savepoint support\n" +"* Large Object support\n" +"* Index/Unique Key/Primary Key support\n" +"* Pattern matching abstraction\n" +"* Module framework to load advanced functionality on demand\n" +"* Ability to read the information schema\n" +"* RDBMS management methods (creating, dropping, altering)\n" +"* Reverse engineering schemas from an existing database\n" +"* SQL function call abstraction\n" +"* Full integration into the PEAR Framework\n" +"* PHPDoc API documentation" msgstr "" -#. summary(texlive-babel-irish) -msgid "Package babel-irish" +#. summary(php5-pear-Horde_Role) +msgid "PEAR installer role used to install Horde components" msgstr "" -#. summary(texlive-babel-kurmanji) -msgid "Package babel-kurmanji" +#. description(php5-pear-Mail) +msgid "PEAR's Mail package defines an interface for implementing mailers under the PEAR hierarchy. It also provides supporting functions useful to multiple mailer backends. Currently supported backends include: PHP's native mail() function, sendmail, and SMTP. This package also provides a RFC822 email address list validation utility class." msgstr "" -#. summary(texlive-babel-latin) -msgid "Package babel-latin" +#. summary(php5-pear-Horde_Kolab_Format) +msgid "PEAR: A package for reading/writing Kolab data formats" msgstr "" -#. summary(texlive-babel-norsk) -msgid "Package babel-norsk" +#. summary(php5-pear-Horde_Kolab_Session) +msgid "PEAR: A package managing an active Kolab session" msgstr "" -#. summary(texlive-babel-piedmontese) -msgid "Package babel-piedmontese" +#. summary(php5-pear-Horde_Serialize) +msgid "PEAR: Data Encapulation API" msgstr "" -#. summary(texlive-babel-polish) -msgid "Package babel-polish" +#. summary(php5-pear-Horde_Text_Diff) +msgid "PEAR: Engine for performing and rendering text diffs" msgstr "" -#. summary(texlive-babel-portuges) -msgid "Package babel-portuges" +#. summary(php5-pear-Horde_Data) +msgid "PEAR: Horde Data API" msgstr "" -#. summary(texlive-babel-romanian) -msgid "Package babel-romanian" +#. summary(php5-pear-Horde_Editor) +msgid "PEAR: Horde Editor API" msgstr "" -#. summary(texlive-babel-samin) -msgid "Package babel-samin" +#. summary(php5-pear-Horde_Feed) +msgid "PEAR: Horde Feed libraries" msgstr "" -#. summary(texlive-babel-scottish) -msgid "Package babel-scottish" +#. summary(php5-pear-Horde_Image) +msgid "PEAR: Horde Image class" msgstr "" -#. summary(texlive-babel-serbian) -msgid "Package babel-serbian" -msgstr "" +#. summary(php5-pear-Horde_Log) +#, fuzzy +#| msgid "A python refactoring library" +msgid "PEAR: Horde Logging library" +msgstr "Библиотека рефакторинга python" -#. summary(texlive-babel-slovak) -msgid "Package babel-slovak" +#. summary(php5-pear-Horde_Mime_Viewer) +msgid "PEAR: Horde MIME Viewer Library" msgstr "" -#. summary(texlive-babel-sorbian) -msgid "Package babel-sorbian" +#. summary(php5-pear-Horde_Notification) +msgid "PEAR: Horde Notification System" msgstr "" -#. summary(texlive-babel-ukraineb) -msgid "Package babel-ukraineb" +#. summary(php5-pear-Horde_Lock) +msgid "PEAR: Horde Resource Locking System" msgstr "" -#. description(librubberband:rubberband-ladspa-32bit) -msgid "Package rubberband-ladspa is LADSPA plugin that can change the pitch of a sound in real-time." +#. summary(php5-pear-Horde_Text_Filter) +msgid "PEAR: Horde Text Filter API" msgstr "" -#. summary(python-pyflakes) -msgid "Passive checker of Python programs" +#. summary(php5-pear-Horde_Itip) +msgid "PEAR: Horde invitation response handling" msgstr "" -#. description(python-passlib) -msgid "Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 20 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks; from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications." +#. summary(php5-pear-Horde_Vfs) +msgid "PEAR: Virtual File System API" msgstr "" -#. description(python-pathtools) -msgid "Pattern matching and various utilities for file systems paths." +#. summary(php5-pear-phpunit-PHP_CodeCoverage) +msgid "PHP code coverage information" msgstr "" -#. summary(sleuth) -msgid "Perl script for easy checking (DNS, common errors and etc.)" +#. summary(php5-pear-Net_IDNA2) +msgid "PHP library for Punycode encoding and decoding" msgstr "" -#. summary(python-pika) -msgid "Pika Python AMQP Client Library" +#. description(php5-pear-HTTP_Request2) +msgid "" +"PHP5 rewrite of HTTP_Request package (with parts of HTTP_Client). Provides cleaner API and pluggable Adapters:\n" +"* Socket adapter, based on old HTTP_Request code,\n" +"* Curl adapter, wraps around PHP's cURL extension,\n" +"* Mock adapter, to use for testing packages dependent on HTTP_Request2. Supports POST requests with data and file uploads, basic and digest authentication, cookies, managing cookies across requests, proxies, gzip and deflate encodings, redirects, monitoring the request progress with Observers..." msgstr "" -#. description(python-pika) -msgid "Pika is a pure-Python implementation of the AMQP 0-9-1 protocol that tries to stay fairly independent of the underlying network support library. Pika was developed primarily for use with RabbitMQ, but should also work with other AMQP 0-9-1 brokers." +#. description(php5-pear-phpunit) +msgid "PHPUnit is a regression testing framework used by the developer who implements unit tests in PHP." msgstr "" -#. summary(texlive-background) -msgid "Placement of background material on pages of a document" +#. description(php5-pear-phpunit-PHP_CodeBrowser) +msgid "PHP_CodeBrowser generates a html view for code browsing with higlighted and colored errors, parsed from xml reports generated from codesniffer or phpunit." msgstr "" -#. summary(python-lockfile) -msgid "Platform-independent file locking module" +#. summary(postgresql:postgresql-pltcl) +msgid "PL/Tcl Procedural Language for PostgreSQL" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-polish) -msgid "Polish Traineddata for Tesseract" +#. description(python-ply) +msgid "" +"PLY is yet another implementation of lex and yacc for Python. Some notable features include the fact that its implemented entirely in Python and it uses LALR(1) parsing which is efficient and well suited for larger grammars.\n" +"\n" +"PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars.\n" +"\n" +"PLY is extremely easy to use and provides very extensive error checking. It is compatible with both Python 2 and Python 3." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-portuguese) -msgid "Portuguese Traineddata for Tesseract" +#. description(perl-Pod-Eventual) +msgid "" +"POD is a pretty simple format to write, but it can be a big pain to deal with reading it and doing anything useful with it. Most existing POD parsers care about semantics, like whether a '=item' occurred after an '=over' but before a 'back', figuring out how to link a 'L<>', and other things like that.\n" +"\n" +"Pod::Eventual is much less ambitious and much more stupid. Fortunately, stupid is often better. (That's what I keep telling myself, anyway.)\n" +"\n" +"Pod::Eventual reads line-based input and produces events describing each POD paragraph or directive it finds. Once complete events are immediately passed to the 'handle_event' method. This method should be implemented by Pod::Eventual subclasses. If it isn't, Pod::Eventual's own 'handle_event' will be called, and will raise an exception." msgstr "" -#. description(python-PrettyTable) -msgid "PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of \"sub-tables\" by specifying a row range." -msgstr "" - -#. summary(texlive-advdate) -msgid "Print a date relative to \"today\"" -msgstr "" - -#. summary(texlive-basque-date) -msgid "Print the date in Basque" -msgstr "" - -#. summary(python-zope.testbrowser) -msgid "Programmable browser for functional black-box tests" -msgstr "" - -#. description(texlive-bbm-macros) +#. description(perl-POE) msgid "" -"Provides LaTeX support for Blackboard variants of Computer Modern fonts. Declares a font family bbm so you can in principle write running text in blackboard bold, and lots of math alphabets for using the fonts within maths.\n" +"POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has \"the event loop\".\n" "\n" -"date: 2010-02-15 22:28:51 +0000" +"POE provides a unified interface for several other event loops, including select(), IO::Poll, the Glib manpage, the Gtk manpage, the Tk manpage, the Wx manpage, and the Gtk2 manpage. Many of these event loop interfaces were written by others, with the help of POE::Test::Loops. They may be found on the CPAN.\n" +"\n" +"POE achieves its high degree of portability to different operating systems and Perl versions by being written entirely in Perl. CPAN hosts optional XS modules for POE if speed is more desirable than portability.\n" +"\n" +"POE is designed in layers. Each layer builds atop the lower level ones. Programs are free to use POE at any level of abstraction, and different levels can be mixed and matched seamlessly within a single program. Remember, though, that higher-level abstractions often require more resources than lower-level ones. The conveniences they provide are not free.\n" +"\n" +"POE's bundled abstraction layers are the tip of a growing iceberg. the Sprocket manpage, POE::Stage, and other CPAN distributions build upon this work. You're encouraged to look around.\n" +"\n" +"No matter how high you go, though, it all boils down to calls to POE::Kernel. So your down-to-earth code can easily cooperate with stratospheric systems." msgstr "" -#. description(saxon8:saxon8-jdom) -msgid "Provides additional classes enabling Saxon to be used with JDOM trees. Supports using a JDOM document as the input or output of transformations and queries. Requires jdom.jar on the classpath." -msgstr "" - -#. description(saxon8:saxon8-xom) -msgid "Provides additional classes enabling Saxon to be used with XOM trees. Supports using a XOM document as the input or output of transformations and queries. Requires xom.jar on the classpath." -msgstr "" - -#. description(saxon8:saxon8-dom) -msgid "Provides additional classes enabling Saxon to be used with the DOM Document Object Model. Supports using a DOM as the input or output of transformations and queries, and calling extension functions that use DOM interfaces to access a Saxon tree structure. Requires DOM level 3 (dom.jar, part of JAXP 1.3) to be on the classpath, if not running under JDK 1.5." -msgstr "" - -#. description(texlive-a0poster) +#. description(perl-POE-Test-Loops) msgid "" -"Provides fonts in sizes of 12pt up to 107pt and also makes sure that in math formulas the symbols appear in the right size. Can also create a PostScript header file for dvips which ensures that the poster will be printed in the right size. Supported sizes are DIN A0, DIN A1, DIN A2 and DIN A3.\n" +"POE::Test::Loops contains one function, generate(), which will generate all the loop tests for one or more POE::Loop subclasses.\n" "\n" -"date: 2006-11-28 21:38:04 +0000" +"The the /SYNOPSIS manpage example is a version of the poe-gen-tests manpage, which is a stand-alone utility to generate the actual tests. the poe-gen-tests manpage also documents the POE::Test::Loops system in more detail." msgstr "" -#. description(texlive-advdate) +#. description(perl-POSIX-strftime-Compiler) msgid "" -"Provides macros which can add a specified number of days to the current date (as specified in \\today), to save, set and restore the 'current date' and print it. Intended for use, for example, in invoices payable within 14 days from today etc. Has only been tested with Czech dates.\n" +"POSIX::strftime::Compiler provides GNU C library compatible strftime(3). But this module will not affected by the system locale. This feature is useful when you want to write loggers, servers and portable applications.\n" "\n" -"date: 2010-11-22 08:08:01 +0000" +"For generate same result strings on any locale, POSIX::strftime::Compiler wraps POSIX::strftime and converts some format characters to perl code" msgstr "" -#. description(saxon8:saxon8-xpath) -msgid "Provides support for the JAXP 1.3 XPath API. Requires the JAXP 1.3 version of jaxp-api.jar on the classpath, if not running under JDK 1.5." +#. description(php5-pear-Horde_Date) +msgid "Package for creating and manipulating dates." msgstr "" -#. description(q4wine:q4wine-lang) -msgid "Provides translations to the package q4wine" -msgstr "Предоставляет переводы для пакета q4wine" - -#. description(qjackctl:qjackctl-lang) -msgid "Provides translations to the package qjackctl" -msgstr "Предоставляет переводы для пакета qjackctl" - -#. description(quadrapassel:quadrapassel-lang) -msgid "Provides translations to the package quadrapassel" +#. description(php5-pear-Horde_Group) +msgid "Package for managing and accessing the Horde groups system." msgstr "" -#. description(radiotray:radiotray-lang) -msgid "Provides translations to the package radiotray" -msgstr "Предоставляет переводы для пакета radiotray" - -#. description(rednotebook:rednotebook-lang) -msgid "Provides translations to the package rednotebook" -msgstr "Предоставляет переводы для пакета rednotebook" - -#. description(rygel:rygel-lang) -msgid "Provides translations to the package rygel" -msgstr "Предоставляет переводы для пакета rygel" - -#. description(seahorse:seahorse-lang) -msgid "Provides translations to the package seahorse" -msgstr "Предоставляет переводы для пакета seahorse" - -#. description(seahorse-nautilus:seahorse-nautilus-lang) -msgid "Provides translations to the package seahorse-nautilus" -msgstr "Предоставляет переводы для пакета seahorse-nautilus" - -#. description(seahorse-sharing:seahorse-sharing-lang) -msgid "Provides translations to the package seahorse-sharing" -msgstr "Предоставляет переводы для пакета seahorse-sharing" - -#. description(sed:sed-lang) -msgid "Provides translations to the package sed" +#. summary(gaupol:python3-aeidon) +msgid "Package for reading, writing and manipulating text-based subtitle files" msgstr "" -#. description(shared-mime-info:shared-mime-info-lang) -msgid "Provides translations to the package shared-mime-info" -msgstr "Предоставляет переводы для пакета shared-mime-info" - -#. description(shotwell:shotwell-lang) -msgid "Provides translations to the package shotwell" -msgstr "Предоставляет переводы для пакета shotwell" - -#. description(shutter:shutter-lang) -msgid "Provides translations to the package shutter" -msgstr "Предоставляет переводы для пакета shutter" - -#. description(simple-scan:simple-scan-lang) -msgid "Provides translations to the package simple-scan" -msgstr "Предоставляет переводы для пакета simple-scan" - -#. description(sitecopy:sitecopy-lang) -msgid "Provides translations to the package sitecopy" -msgstr "Предоставляет переводы для пакета sitecopy" - -#. description(specto:specto-lang) -msgid "Provides translations to the package specto" +#. description(php5-pear-Horde_Scribe) +msgid "Packaged version of the PHP Scribe client." msgstr "" -#. description(spice-gtk:spice-gtk-lang) -msgid "Provides translations to the package spice-gtk" -msgstr "Предоставляет переводы для пакета spice-gtk" - -#. description(spyder:spyder-lang) -msgid "Provides translations to the package spyder" -msgstr "Предоставляет переводы для пакета spyder" - -#. description(swell-foop:swell-foop-lang) -msgid "Provides translations to the package swell-foop" +#. summary(php5-pear-Horde_Thrift) +msgid "Packaged version of the PHP Thrift client" msgstr "" -#. description(tar:tar-lang) -msgid "Provides translations to the package tar" -msgstr "Предоставляет переводы для пакета tar" - -#. description(tellico:tellico-lang) -msgid "Provides translations to the package tellico" -msgstr "Предоставляет переводы для пакета tellico" - -#. description(terminator:terminator-lang) -msgid "Provides translations to the package terminator" -msgstr "Предоставляет переводы для пакета terminator" - -#. description(python-WSGIProxy2) -msgid "Proxy support for WebOb or classic WSGI applications" +#. summary(perl-Software-License) +msgid "Packages that provide templated software licenses" msgstr "" -#. summary(python-PyMySQL) -msgid "Pure Python MySQL Driver" +#. summary(pssh) +msgid "Parallel SSH to control large numbers of Machines simultaneously" msgstr "" -#. summary(python-python-memcached) -msgid "Pure python memcached client" +#. summary(perl-Package-Variant) +msgid "Parameterizable packages" msgstr "" -#. summary(python-rsa) -msgid "Pure-Python RSA Implementation" -msgstr "Реализация RSA на Python" - -#. description(python-pushy) -msgid "" -"Pushy is a Python library for allowing one to connect to a remote Python interpreter, and transparently access objects in that interpreter as if they were objects within the local interpreter.\n" -"\n" -"Pushy has the novel ability to execute a remote Python interpreter and start a request servicing loop therein, without requiring any custom Python libraries (including Pushy) to be initially present. To accomplish this, Pushy requires an SSH daemon to be present on the remote machine.\n" -"\n" -"Pushy was initially developed to simplify automated testing to the point that testing software on remote machines becomes little different to testing on the local machine." +#. summary(perl-Parse-CPAN-Packages) +msgid "Parse 02packages.details.txt.gz" msgstr "" -#. description(python-PyGithub) -msgid "PyGithub is a Python (2 and 3) library to use the Github API v3. With it, you can manage your Github resources (repositories, user profiles, organizations, etc.) from Python scripts." +#. summary(perl-Parse-CPAN-Meta) +msgid "Parse META.yml and META.json CPAN metadata files" msgstr "" -#. description(python-pyrrd) -msgid "PyRRD is a pure-Python OO wrapper for the RRDTool (round-robin database tool). The idea is to make RRDTool insanely easy to use and to be aesthetically pleasing for Python programmers." +#. summary(perl-Parse-Win32Registry) +msgid "Parse Windows Registry Files" msgstr "" -#. description(python-pybtex) -msgid "" -"Pybtex is a BibTeX-compatible bibliography processor written in Python which can produce formatted bibliographies in different, customizable formats. It supports both native BibTeX style files and styles written in Python and accepts BibTeX, BibTeXML, and a custom YAML-based bibligraphy input format and can output LaTeX, HTML, and plain text.\n" -"\n" -"Furthermore, Pybtex provides an interface for Python applications which need to process the above formats." +#. summary(perl-Perl-Version) +msgid "Parse and manipulate Perl version strings" msgstr "" -#. summary(python-Pylons) -msgid "Pylons Web Framework" -msgstr "Веб-фреймворк Pylons" - -#. description(presage:python-presagemate) -msgid "Pypresagemate is a universal predictive text companion. Pypresagemate works alongside any AT-SPI aware application. The Assistive Technology Service Provider Interface (AT-SPI) is a toolkit-neutral way of providing accessibility facilities in applications. Pypresagemate works in the background by tracking what keystrokes are typed and displaying predictions in its window. When a prediction is selected, text is sent to the active application." +#. summary(perl-Time-Duration-Parse) +msgid "Parse string that represents time duration" msgstr "" -#. description(python-pyramid) +#. description(perl-Parse-Win32Registry) msgid "" -"Pyramid is a small, fast, down-to-earth, open source Python web application development framework. It makes real-world web application development and deployment more fun, more predictable, and more productive.\n" +"Parse::Win32Registry is a module for parsing Windows Registry files, allowing you to read the keys and values of a registry file without going through the Windows API.\n" "\n" -"Pyramid is the newest web framework produced by the Pylons Project (http://pylonsproject.org).\n" +"It provides an object-oriented interface to the keys and values in a registry file. Registry files are structured as trees of keys, with each key containing further subkeys or values.\n" "\n" -"Pyramid was previously known as repoze.bfg (http://bfg.repoze.org)." +"The module is intended to be cross-platform, and run on those platforms where Perl will run.\n" +"\n" +"It supports both Windows NT registry files (Windows NT, 2000, XP, 2003, Vista, 7) and Windows 95 registry files (Windows 95, 98, Millennium Edition).\n" +"\n" +"It is intended to be used to parse offline registry files. If a registry file is currently in use, you will not be able to open it. However, you can save part or all of a currently loaded registry file using the Windows reg command if you have the appropriate administrative access." msgstr "" -#. summary(python-pytest-cov) -msgid "Pytest plugin for coverage reporting" -msgstr "" +#. summary(python-hachoir-core) +#, fuzzy +#| msgid "A library to manipulate gettext files" +msgid "Part of a library to manipulate a binary stream field-by-field" +msgstr "Библиотека для работы с файлами gettext" -#. summary(python-pbr) -msgid "Python Build Reasonableness" +#. summary(python3-pyflakes) +msgid "Passive checker of Python 3 programs" msgstr "" -#. summary(spyder:python-spyderlib) -msgid "Python GUI components" +#. description(python-passlib) +msgid "Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 20 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks; from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications." msgstr "" -#. summary(python-pyghmi) -msgid "Python General Hardware Management Initiative (IPMI and others)" +#. summary(perl-Text-Patch) +msgid "Patches text with given patch" msgstr "" -#. summary(python-managesieve) -msgid "Python Module Implementing the ManageSieve Protocol" -msgstr "Модуль Python, реализующий протокол ManageSieve" - -#. summary(pssh:python-pssh) -msgid "Python Module for Parallel SSH" -msgstr "Модуль Python для параллельного SSH" - -#. summary(python-ncclient) -msgid "Python NETCONF protocol library" +#. summary(perl-MooseX-Types-Path-Tiny) +msgid "Path::Tiny types and coercions for Moose" msgstr "" -#. summary(python-mechanoid) -msgid "Python Programmatic Web Browser" +#. description(python-pathtools) +msgid "Pattern matching and various utilities for file systems paths." msgstr "" -#. summary(python-restkit) -msgid "Python REST kit" +#. description(python-pep8) +msgid "Pep8 is a tool to check your Python code against some of the style conventions in PEP 8." msgstr "" -#. summary(libproxy-plugins:python-libproxy) -msgid "Python bindings for libproxy" -msgstr "Привязки Python для libproxy" - -#. summary(tdb:python-tdb-32bit) -msgid "Python bindings for the Tdb library" +#. summary(perl-PAR) +msgid "Perl Archive Toolkit" msgstr "" -#. summary(tevent:python-tevent-32bit) -msgid "Python bindings for the Tevent library" +#. summary(perl-Plack) +msgid "Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)" msgstr "" -#. summary(python-redis) -msgid "Python client for Redis key-value store" +#. summary(perl-Redis) +msgid "Perl binding for Redis database" msgstr "" -#. summary(python-pyx) -msgid "Python graphics package" -msgstr "Графический пакет Python" - -#. summary(python-Markdown) -msgid "Python implementation of Markdown" +#. summary(perl-XML-SimpleObject-LibXML) +msgid "Perl extension allowing a simple(r) object representation of an XML::Lib[cut]" msgstr "" -#. summary(python-python-subunit) -msgid "Python implementation of subunit test streaming protocol" +#. summary(perl-Sys-SigAction) +msgid "Perl extension for Consistent Signal Handling" msgstr "" -#. summary(python-sympy) -msgid "Python library for symbolic mathematics" -msgstr "Библиотека Python для символьной математики" - -#. summary(python-mutagen) -msgid "Python module to Handle Audio Metadata" +#. summary(perl-XML-SemanticDiff) +msgid "Perl extension for comparing XML documents." msgstr "" -#. summary(python-pybeam) -msgid "Python module to parse Erlang BEAM files" +#. summary(perl-Test-MockObject) +msgid "Perl extension for emulating troublesome interfaces" msgstr "" -#. description(python-pybeam) -msgid "Python module to parse Erlang BEAM files, now it is able to read imports, exports, atoms, as well as compile info and attribute chunks in pretty python format." +#. summary(perl-Number-Format) +msgid "Perl extension for formatting numbers" msgstr "" -#. summary(python-OleFileIO_PL) -msgid "Python module to read Microsoft OLE2 files" +#. summary(perl-XML-Generator-PerlData) +msgid "Perl extension for generating SAX2 events from nested Perl data structures." msgstr "" -#. summary(python-warlock) -msgid "Python object model built on top of JSON schema" +#. summary(perl-SVG) +msgid "Perl extension for generating Scalable Vector Graphics (SVG) documents" msgstr "" -#. description(python-pyx) -msgid "Python package for the creation of encapsulated PostScript figures. It provides both an abstraction of PostScript and a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are built out of these primitives." +#. summary(perl-Spreadsheet-XLSX) +msgid "Perl extension for reading MS Excel 2007 files;" msgstr "" -#. summary(python-py-trello) -msgid "Python wrapper around the Trello API" +#. summary(perl-XML-DOM-XPath) +msgid "Perl extension to add XPath support to XML::DOM, using XML::XPath engine" msgstr "" -#. summary(python-utidy) -msgid "Python wrapper for libtidy" +#. summary(perl-Test-Warn) +msgid "Perl extension to test methods for warnings" msgstr "" -#. description(python-rsa) -msgid "Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5." -msgstr "" - -#. summary(python-netaddr) -msgid "Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses" -msgstr "" - -#. summary(scim-qtimm:scim-qtimm-32bit) -msgid "Qt input module plugin for SCIM" -msgstr "Модуль ввода Qt для SCIM" - -#. description(qt3:qt3-32bit) +#. description(perl-Test-Memory-Cycle) msgid "" -"Qt is a program library for developing applications with graphical user interfaces. It allows you to rapidly develop professional programs. The Qt library is available not only for Linux but for a great number of Unices and even for Windows. Thus it is possible to write programs that may be easily ported to those platforms.\n" +"Perl's garbage collection has one big problem: Circular references can't get cleaned up. A circular reference can be as simple as two reference that refer to each other.\n" "\n" -"You need a license for using Qt with a non-GPL application, which can be acquired from sales@trolltech.com.\n" -"\n" -"See /usr/share/doc/packages/qt3 for details about the new features of the current Qt library!" +"Test::Memory::Cycle is built on top of Devel::Cycle to give you an easy way to check for these circular references." msgstr "" -#. summary(relaxngDatatype) -msgid "RELAX NG Datatype API" +#. summary(perl-Parse-Method-Signatures) +msgid "Perl6 like method signature parser" msgstr "" -#. description(relaxngDatatype) -msgid "RELAX NG is a public space for test cases and other ancillary software related to the construction of the RELAX NG language and its implementations." +#. summary(perl-Syntax-Keyword-Junction) +msgid "Perl6 style Junction operators in Perl5" msgstr "" -#. summary(sshfp) -msgid "RFC4255 DNS SSHFP record generator" +#. summary(perl-Perl6-Junction) +msgid "Perl6 style Junction operators in Perl5." msgstr "" -#. description(radiotray) +#. description(perl-Perl-Critic) msgid "" -"Radio Tray is an online radio streaming player that runs on a Linux system tray. Its goal is to have the minimum interface possible, making it very straightforward to use.\n" +"Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to enforce various coding guidelines. Most Policy modules are based on Damian Conway's book *Perl Best Practices*. However, Perl::Critic is *not* limited to PBP and will even support Policies that contradict Conway. You can enable, disable, and customize those Polices through the Perl::Critic interface. You can also create new Policy modules that suit your own tastes.\n" "\n" -"Radio Tray is not a full featured music player, there are plenty of excellent music players already. However, there was a need for a simple application with minimal interface just to listen to online radios. And that's the sole purpose of Radio Tray." +"For a command-line interface to Perl::Critic, see the documentation for perlcritic. If you want to integrate Perl::Critic with your build process, Test::Perl::Critic provides an interface that is suitable for test programs. Also, Test::Perl::Critic::Progressive is useful for gradually applying coding standards to legacy code. For the ultimate convenience (at the expense of some flexibility) see the criticism pragma.\n" +"\n" +"Win32 and ActivePerl users can find PPM distributions of Perl::Critic at the http://theoryx5.uwinnipeg.ca/ppms/ manpage and Alexandr Ciornii's downloadable executable at the http://chorny.net/perl/perlcritic.html manpage.\n" +"\n" +"If you'd like to try Perl::Critic without installing anything, there is a web-service available at the http://perlcritic.com manpage. The web-service does not yet support all the configuration features that are available in the native Perl::Critic API, but it should give you a good idea of what it does. You can also invoke the perlcritic web-service from the command-line by doing an HTTP-post, such as one of these:\n" +"\n" +" $> POST http://perlcritic.com/perl/critic.pl < MyModule.pm $> lwp-request -m POST http://perlcritic.com/perl/critic.pl < MyModule.pm $> wget -q -O - --post-file=MyModule.pm http://perlcritic.com/perl/critic.pl\n" +"\n" +"Please note that the perlcritic web-service is still alpha code. The URL and interface to the service are subject to change.\n" +"\n" +"Also, the Perl Development Kit (PDK 8.0) from ActiveState includes a very slick graphical interface to Perl-Critic. For details, go to the http://www.activestate.com/perl_dev_kit manpage" msgstr "" -#. summary(rapid-photo-downloader) -msgid "Rapid Photo Downloader" +#. description(perl-Perl-Version) +msgid "" +"Perl::Version provides a simple interface for parsing, manipulating and formatting Perl version strings.\n" +"\n" +"Unlike version.pm (which concentrates on parsing and comparing version strings) Perl::Version is designed for cases where you'd like to parse a version, modify it and get back the modified version formatted like the original.\n" +"\n" +"For example:\n" +"\n" +" my $version = Perl::Version->new( '1.2.3' ); $version->inc_version; print \"$version\\n\";\n" +"\n" +"prints\n" +"\n" +" 1.3.0\n" +"\n" +"whereas\n" +"\n" +" my $version = Perl::Version->new( 'v1.02.03' ); $version->inc_version; print \"$version\\n\";\n" +"\n" +"prints\n" +"\n" +" v1.03.00\n" +"\n" +"Both are representations of the same version and they'd compare equal but their formatting is different.\n" +"\n" +"Perl::Version tries hard to guess and recreate the format of the original version and in most cases it succeeds. In rare cases the formatting is ambiguous. Consider\n" +"\n" +" 1.10.03\n" +"\n" +"Do you suppose that second component '10' is zero padded like the third component? Perl::Version will assume that it is:\n" +"\n" +" my $version = Perl::Version->new( '1.10.03' ); $version->inc_revision; print \"$version\\n\";\n" +"\n" +"will print\n" +"\n" +" 2.00.00\n" +"\n" +"If all of the components after the first are the same length (two characters in this case) and any of them begins with a zero Perl::Version will assume that they're all zero padded to the same length.\n" +"\n" +"The first component and any alpha suffix are handled separately. In each case if either of them starts with a zero they will be zero padded to the same length when stringifying the version." msgstr "" -#. description(rapid-photo-downloader) -msgid "Rapid Photo Downloader for Linux is written by a photographer for professional and amateur photographers. Its goal is to be the best photo downloader for the Linux Desktop. It is free software, released under the GNU GPL license." +#. description(pgaccess) +msgid "PgAccess is a graphical interface and application building environment for PostgreSQL." msgstr "" -#. description(retext) -msgid "ReText is simple text editor that supports Markdown and reStructuredText markup languages. It is written in Python using PyQt libraries." +#. description(phetsarath-fonts) +msgid "Phetsarath font family for writing Lao script. Founded by Ministry of Posts and Telecommunications, Laos." msgstr "" -#. description(rednotebook) -msgid "RedNotebook is a graphical journal to keep track of notes and thoughts. It includes a calendar navigation, customizable templates, export functionality and word clouds. You can also format, tag and search your entries." +#. summary(python-django-picklefield) +msgid "Pickled object field for Django" msgstr "" -#. summary(suseRegister) -msgid "Registration Tool" -msgstr "Инструмент регистрации" - -#. description(seccheck) -msgid "Regularly executable scripts (via cron) for checking the security of your system." +#. summary(python-pika) +msgid "Pika Python AMQP Client Library" msgstr "" -#. summary(rear) -msgid "Relax and Recover (ReaR) is a Linux Disaster Recovery framework" +#. description(python-pika) +msgid "Pika is a pure-Python implementation of the AMQP 0-9-1 protocol that tries to stay fairly independent of the underlying network support library. Pika was developed primarily for use with RabbitMQ, but should also work with other AMQP 0-9-1 brokers." msgstr "" -#. description(rear) +#. description(pink-pony:pink-pony-data) msgid "" -"Relax and Recover (abbreviated rear) is a highly modular disaster recovery framework for GNU/Linux based systems, but can be easily extended to other UNIX alike systems. The disaster recovery information (and maybe the backups) can be stored via the network, local on hard disks or USB devices, DVD/CD-R, tape, etc. The result is also a bootable image that is capable of booting via PXE, DVD/CD and USB media.\n" +"Pink Pony is a Tron-like multiplayer racing game. You control little ponies that leave a trail of flowers everywhere they step. You have to evade these trails and force other ponies into them. The last pony standing wins the game.\n" "\n" -"Relax and Recover integrates with other backup software and provides integrated bare metal disaster recovery abilities to the compatible backup software." +" This package contains architecture-independent game data" msgstr "" -#. description(saxon8) -msgid "" -"Release 8.6 represents an important milestone in Saxonica's progressive implementation of the XPath 2.0, XSLT 2.0, and XQuery 1.0 specifications. Saxon 8.6 is aligned with the W3C Candidate Recommendation published on 3 November 2005. It is a complete and conformant implementation, providing all the mandatory features of those specifications and nearly all the optional features. Saxon is available in two versions. Saxon-B is a non-schema-aware processor, and is available as an open-source product, free of charge, from SourceForge. It is designed to conform to the basic conformance level of XSLT 2.0, and the equivalent level of functionality in XQuery 1.0. Saxon-SA is the schema-aware version of the package, and is available as a commercially supported product from Saxonica Limited.\n" -"\n" -"This package provides the Basic XSLT 2.0 and XQuery 1.0 processor. Includes the command line interfaces and the JAVA APIs; also includes a standalone XPath API that doesn't depend on JAXP 1.3." +#. description(pinta) +msgid "Pinta is a drawing/editing program modeled after Paint.NET. It's goal is to provide a simplified alternative to GIMP for casual users." msgstr "" -#. description(python-restkit) -msgid "" -"Restkit is an HTTP resource kit for Python. It allows you to easily access to HTTP resource and build objects around it. It's the base of couchdbkit, a Python CouchDB framework.\n" -"\n" -"Restkit is a full HTTP client using pure socket calls and its own HTTP parser. It's not based on httplib or urllib2." +#. summary(python-pip) +msgid "Pip installs packages. Python packages. An easy_install replacement" msgstr "" -#. summary(python-retry_decorator) -msgid "Retry on Exception" +#. description(python-pip) +msgid "Pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-romanian) -msgid "Romanian Traineddata for Tesseract" +#. summary(python-django-piston) +msgid "Piston is a Django mini-framework creating APIs" msgstr "" -#. description(python-rope) -msgid "Rope is a python refactoring library." -msgstr "Rope — это библиотека рефакторинга python." +#. description(pithos) +msgid "Pithos is a native Pandora Radio client for Linux. It's much more lightweight than the Pandora.com web client, and integrates with desktop features such as media keys, notifications, and the sound menu." +msgstr "" -#. description(roundcubemail) +#. description(perl-Plack) msgid "" -"RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation, message searching and spell checking.\n" +"Plack is a set of tools for using the PSGI stack. It contains middleware components, a reference server and utilities for Web application frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI.\n" "\n" -"RoundCube Webmail is written in PHP and requires the MySQL database. The user interface is fully skinnable using XHTML and CSS 2." +"See the PSGI manpage for the PSGI specification and the PSGI::FAQ manpage to know what PSGI and Plack are and why we need them." msgstr "" -#. summary(python-Routes) -msgid "Routing Recognition and Generation Tools" +#. summary(plasma-framework:plasma-framework-devel-32bit) +msgid "Plasma library and runtime components" msgstr "" -#. summary(rpmlint) -msgid "Rpm correctness checker" +#. summary(plasma-framework:plasma-framework-32bit) +msgid "Plasma library and runtime components based upon KF5 and Qt5" msgstr "" -#. summary(rpmlint-Factory) -msgid "Rpm correctness checker - Factory configuration" +#. description(python-plaso) +msgid "Plaso (plaso langar að safna öllu) is the Python based back-end engine used by tools such as log2timeline for automatic creation of a super timelines. The goal of log2timeline (and thus plaso) is to provide a single tool that can parse various log files and forensic artifacts from computer and related systems, such as network equipment to produce a single correlated timeline. This timeline can then be easily analysed by forensic investigators/analysts, speeding up investigations by correlating the vast amount of information found on an average computer system." msgstr "" -#. description(rpmlint) -msgid "Rpmlint is a tool to check common errors on rpm packages. Binary and source packages can be checked." +#. summary(python-plaso) +msgid "Plaso is a library for working with forensic timelines" msgstr "" -#. description(rpmlint-Factory) -msgid "Rpmlint is a tool to check common errors on rpm packages. This package provides the configuration specific for SUSE Factory." +#. summary(python-cov-core) +msgid "Plugin core for use by pytest-cov, nose-cov and nose2-cov" msgstr "" -#. summary(ruby19:ruby19-doc-ri) -msgid "Ruby Interactive Documentation" +#. summary(plymouth:plymouth-theme-fade-in) +msgid "Plymouth \"Fade-In\" theme" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-russian) -msgid "Russian Traineddata for Tesseract" +#. summary(plymouth:plymouth-theme-script) +msgid "Plymouth \"Script\" plugin" msgstr "" -#. summary(texlive-babel-russian) -msgid "Russian language module for Babel" +#. summary(plymouth:plymouth-theme-solar) +msgid "Plymouth \"Solar\" theme" msgstr "" -#. summary(sap-locale:sap-locale-32bit) -msgid "SAP-specific Locales" +#. summary(plymouth:plymouth-theme-spinfinity) +msgid "Plymouth \"Spinfinity\" theme" msgstr "" -#. summary(jdom:saxpath) -msgid "SAXPath is an event-based API for XPath parsers" +#. summary(plymouth:plymouth-theme-spinner) +msgid "Plymouth \"Spinner\" theme" msgstr "" -#. description(jdom:saxpath) -msgid "SAXPath is an event-based API for XPath parsers, that is, for parsers which parse XPath expressions. SAXPath is intended to be for XPath what SAX is for XML. Note that the SAXPath package only parses XPath expressions; it does not evaluate them, or even provide an object structure for representing them once they have been parsed." +#. description(po4a) +msgid "" +"Po4a extracts the translatable material from its input in a PO file. When the PO file is translated, it re-injects the translation in the structure of the document, and generates the translated document. If a string is not translated (i.e. it was not translated or it is \"fuzzy\" because the original document was updated), the original string is used. This permits to provide always up-to-date documentation.\n" +"\n" +"po4a supports currently the following formats: * manpages * POD * XML (generic, DocBook, XHTML, Dia, Guide, or WML) * SGML * TeX (generic, LaTeX, or Texinfo) * text (simple text files with some formatting, markdown, or AsciiDoc) * INI" msgstr "" -#. summary(sblim-testsuite) -msgid "SBLIM Testsuite" +#. summary(perl-Pod-Coverage-Moose) +msgid "Pod::Coverage extension for Moose" msgstr "" -#. description(selinux-policy) -msgid "SELinux Reference Policy - modular. Based off of reference policy: Checked out revision 2.20091117" +#. description(perl-Pod-Spell) +msgid "" +"Pod::Spell is a Pod formatter whose output is good for spellchecking. Pod::Spell rather like Pod::Text, except that it doesn't put much effort into actual formatting, and it suppresses things that look like Perl symbols or Perl jargon (so that your spellchecking program won't complain about mystery words like \"'$thing'\" or \"'Foo::Bar'\" or \"hashref\").\n" +"\n" +"This class provides no new public methods. All methods of interest are inherited from Pod::Parser (which see). The especially interesting ones are 'parse_from_filehandle' (which without arguments takes from STDIN and sends to STDOUT) and 'parse_from_file'. But you can probably just make do with the examples in the synopsis though.\n" +"\n" +"This class works by filtering out words that look like Perl or any form of computerese (like \"'$thing'\" or \"'N>7'\" or \"'@{$foo}{'bar','baz'}'\", anything in C<...> or F<...> codes, anything in verbatim paragraphs (code blocks), and anything in the stopword list. The default stopword list for a document starts out from the stopword list defined by Pod::Wordlist, and can be supplemented (on a per-document basis) by having '\"=for stopwords\"' / '\"=for :stopwords\"' region(s) in a document." msgstr "" -#. description(selinux-policy:selinux-policy-mls) -msgid "SELinux Reference policy mls base module." +#. summary(perl-Snowball-Norwegian) +msgid "Porters stemming algorithm for norwegian." msgstr "" -#. description(selinux-policy:selinux-policy-targeted) -msgid "SELinux Reference policy targeted base module." +#. summary(perl-Snowball-Swedish) +msgid "Porters stemming algorithm for swedish." msgstr "" -#. summary(selinux-policy:selinux-policy-mls) -msgid "SELinux mls base policy" +#. description(postfixadmin) +msgid "" +"PostfixAdmin is a PHP based application that handles Postfix Style Virtual Domains and Users that are stored in MySQL or PostgreSQL.\n" +"\n" +"Postfix Admin supports:\n" +"- Virtual Mailboxes / Virtual Aliases / Forwarders\n" +"- Alias domains (Domain to Domain forwarding with recipient validation)\n" +"- Vacation (auto-response) for Virtual Mailboxes.\n" +"- Quota / Alias & Mailbox limits per domain.\n" +"- Fetchmail integration\n" +"- Packaged with over 25 languages." msgstr "" -#. summary(selinux-policy) -msgid "SELinux policy configuration" -msgstr "Настройка политик SELinux" - -#. summary(selinux-policy:selinux-policy-devel) -msgid "SELinux policy devel" +#. description(postgresql-jdbc:postgresql-jdbc-javadoc) +msgid "PostgreSQL JDBC Driver API documentation." msgstr "" -#. description(selinux-policy:selinux-policy-devel) -msgid "SELinux policy development and man page package" +#. description(postgresql-jdbc) +msgid "" +"PostgreSQL JDBC Driver allows Java programmers to connect to a PostgreSQL database using standard, database independent Java code.\n" +"\n" +"The driver provides are reasonably complete implementation of the JDBC 3 specification in addition to some PostgreSQL specific extensions." msgstr "" -#. summary(selinux-policy:selinux-policy-doc) -msgid "SELinux policy documentation" -msgstr "Документация о политиках SELinux" - -#. description(selinux-policy:selinux-policy-doc) -msgid "SELinux policy documentation package" -msgstr "Пакет документации о политиках SELinux" - -#. summary(selinux-policy:selinux-policy-targeted) -msgid "SELinux targeted base policy" +#. summary(php5-pear-MDB2_Driver_pgsql) +msgid "PostgreSQL MDB2 driver" msgstr "" -#. description(semi-xemacs) -msgid "SEMI is a library to provide MIME feature for XEmacs. MIME is a proposed internet standard for including content and headers other than (ASCII) plain text in messages" +#. description(postgresql:postgresql-plperl) +msgid "" +"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions.\n" +"\n" +"This package contains the PL/Perl procedural language for PostgreSQL. With this module one can use Perl to write stored procedures, functions, and triggers." msgstr "" -#. summary(sgmltools-lite) -msgid "SGML Converter Suite" +#. description(postgresql:postgresql-plpython) +msgid "" +"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions.\n" +"\n" +"This package contains the PL/Python procedural language for PostgreSQL. With this module one can use Python to write stored procedures, functions, and triggers." msgstr "" -#. description(sgmltools-lite) -msgid "SGML Converter Suite written in Python." +#. description(postgresql:postgresql-pltcl) +msgid "" +"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions.\n" +"\n" +"This package contains the PL/Tcl procedural language for PostgreSQL. With thie module one can use Tcl to write stored procedures, functions, and triggers." msgstr "" -#. description(smlnj) -msgid "SML/NJ is an interactive compiler for the Standard ML Programming Language (1997 Revision)." +#. summary(python-lxml:python-lxml-doc) +msgid "Powerful and Pythonic XML processing library - Documentation" msgstr "" -#. summary(spice-protocol:spice-protocol-devel) -msgid "SPICE-protocol definitions" -msgstr "Определения протокола SPICE" - -#. summary(saxon8:saxon8-sql) -msgid "SQL support for saxon8." +#. description(perl-Test-Trap) +msgid "" +"Primarily (but not exclusively) for use in test scripts: A block eval on steroids, configurable and extensible, but by default trapping (Perl) STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return values from boxed blocks of test code.\n" +"\n" +"The values collected by the latest trap can then be queried or tested through a special trap object." msgstr "" -#. description(sqlite2:sqlite2-32bit) +#. description(perl-Sys-SigAction) msgid "" -"SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process.\n" +"Prior to version 5.8.0 perl implemented 'unsafe' signal handling. The reason it is consider unsafe, is that there is a risk that a signal will arrive, and be handled while perl is changing internal data structures. This can result in all kinds of subtle and not so subtle problems. For this reason it has always been recommended that one do as little as possible in a signal handler, and only variables that already exist be manipulated.\n" "\n" -"SQLite is not a client library used to connect to a big database server. SQLite is the server and the SQLite library reads and writes directly to and from the database files on disk.\n" +"Perl 5.8.0 and later versions implements 'safe' signal handling on platforms which support the POSIX sigaction() function. This is accomplished by having perl note that a signal has arrived, but deferring the execution of the signal handler until such time as it is safe to do so. Unfortunately these changes can break some existing scripts, if they depended on a system routine being interrupted by the signal's arrival. The perl 5.8.0 implementation was modified further in version 5.8.2.\n" "\n" -"SQLite can be used via the sqlite command line tool or via any application that supports the Qt database plug-ins." -msgstr "" -"SQLite — библиотека языка C, реализующая встраиваемое ядро баз данных SQL. Программы, связываемые с библиотекой SQLite, могут получить доступ к базе данных SQL без запуска отдельного процесса реляционной СУБД.\n" +"From the perl 5.8.2 *perlvar* man page:\n" "\n" -"SQLite — не клиентская библиотека, используемая для подключения к большому серверу баз данных. SQLite является сервером и сама читает и пишет непосредственно в файлы баз данных на диске.\n" +" The default delivery policy of signals changed in Perl 5.8.0 from immediate (also known as \"unsafe\") to deferred, also known as \"safe signals\".\n" "\n" -"SQLite можно использовать через инструмент командной строки sqlite или через любое приложение, поддерживающее Qt-плагины баз данных." - -#. summary(python-paramiko) -msgid "SSH2 protocol library" -msgstr "Библиотека протокола SSH2" - -#. summary(stix-fonts) -msgid "STIX scientific and engineering fonts" +"The implementation of this changed the 'sa_flags' with which the signal handler is installed by perl, and it causes some system routines (like connect()) to return EINTR, instead of another error when the signal arrives. The problem comes when the code that made the system call sees the EINTR code and decides it's going to call it again before returning. Perl doesn't do this but some libraries do, including for instance, the Oracle OCI library.\n" +"\n" +"Thus the 'deferred signal' approach (as implemented by default in perl 5.8 and later) results in some system calls being retried prior to the signal handler being called by perl. This breaks timeout logic for DBD-Oracle which works with earlier versions of perl. This can be particularly vexing, when, for instance, the host on which a database resides is not available: 'DBI->connect()' hangs for minutes before returning an error (and cannot even be interrupted with control-C, even when the intended timeout is only seconds). This is because SIGINT appears to be deferred as well." msgstr "" -#. summary(stix-fonts:stix-pua-fonts) -msgid "STIX scientific and engineering fonts, PUA glyphs" +#. summary(perl-Net-DNS-Resolver-Programmable) +msgid "Programmable DNS resolver class for offline emulation of DNS" msgstr "" -#. summary(stix-fonts:stix-sizes-fonts) -msgid "STIX scientific and engineering fonts, additional glyph sizes" +#. description(php5-pear-Horde_Nls) +msgid "Provide common methods for handling language data, timezones, and hostname->country lookups." msgstr "" -#. summary(stix-fonts:stix-variants-fonts) -msgid "STIX scientific and engineering fonts, additional glyph variants" +#. summary(perl-Regexp-Common) +msgid "Provide commonly requested regular expressions" msgstr "" -#. summary(stix-fonts:stix-integrals-fonts) -msgid "STIX scientific and engineering fonts, additional integral glyphs" +#. summary(libguestfs:perl-Sys-Guestfs) +msgid "Provides Perl support for libguestfs" msgstr "" -#. summary(swig:swig-doc) -msgid "SWIG Manual" +#. summary(libguestfs:python-libguestfs) +msgid "Provides Python support for libguestfs" msgstr "" -#. description(swig:swig-doc) -msgid "" -"SWIG is a compiler that attempts to make it easy to integrate C, C++, or Objective-C code with scripting languages including Perl, Tcl, and Python. In a nutshell, you give it a bunch of ANSI C/C++ declarations and it generates an interface between C and your favorite scripting language. However, this is only scratching the surface of what SWIG can do--some of its more advanced features include automatic documentation generation, module and library management, extensive customization options, and more.\n" -"\n" -"This package contains the SWIG manual." +#. description(python-bugzillatools) +msgid "Provides a CLI program and Python library for interacting with the Bugzilla_ bug tracking system, and plugins for version control systems that enable interaction with Bugzilla installations." msgstr "" -#. summary(salt-cloud) -msgid "Salt Cloud is a generic cloud provisioning tool" +#. description(php5-pear-Mail_mimeDecode) +msgid "Provides a class to deal with the decoding and interpreting of mime messages. This package used to be part of the Mail_Mime package, but has been split off." msgstr "" -#. description(salt) -msgid "Salt is a distributed remote execution system used to execute commands and query data. It was developed in order to bring the best solutions found in the world of remote execution together and make them better, faster and more malleable. Salt accomplishes this via its ability to handle larger loads of information, and not just dozens, but hundreds or even thousands of individual servers, handle them quickly and through a simple and manageable interface." +#. description(perl-MooseX-Method-Signatures) +msgid "Provides a proper method keyword, like \"sub\" but specifically for making methods and validating their arguments against Moose type constraints." msgstr "" -#. description(salt:salt-minion) -msgid "Salt minion is queried and controlled from the master. Listens to the salt master and execute the commands." +#. description(perl-PHP-Serialization) +msgid "" +"Provides a simple, quick means of serializing perl memory structures (including object data!) into a format that PHP can deserialize() and access, and vice versa.\n" +"\n" +"NOTE: Converts PHP arrays into Perl Arrays when the PHP array used exclusively numeric indexes, and into Perl Hashes then the PHP array did not." msgstr "" -#. description(salt:salt-ssh) -msgid "Salt ssh is a master running without zmq. it enables the management of minions over a ssh connection." +#. description(php5-pear-Horde_Imsp) +msgid "Provides an API into an IMSP server for address books and options." msgstr "" -#. description(salt:salt-syndic) -msgid "Salt syndic is the master-of-masters for salt The master of masters for salt-- it enables the management of multiple masters at a time.." +#. summary(php5-pear-HTTP_Request) +msgid "Provides an easy way to perform HTTP requests" msgstr "" -#. description(python-salt-testing) -msgid "Salt-Testing provides the required testing tools needed in the several Salt Stack projects." -msgstr "" +#. summary(php5-pear-Net_IMAP) +#, fuzzy +#| msgid "Provides translations to the package rednotebook" +msgid "Provides an implementation of the IMAP protocol" +msgstr "Предоставляет переводы для пакета rednotebook" -#. summary(samba:samba-doc) -msgid "Samba Documentation" -msgstr "Документация Samba" - -#. summary(texlive-bbold) -msgid "Sans serif blackboard bold" +#. description(php5-pear-Net_SMTP) +msgid "Provides an implementation of the SMTP protocol using PEAR's Net_Socket class." msgstr "" -#. description(sawfish:sawfish-sounds) +#. description(python-interlude) msgid "" -"Sawfish is an extensible window manager using an Emacs Lisp-like scripting language -- all window decorations are configurable, the basic idea is to have as much user-interface policy as possible controlled through the Lisp language. This is no layer on top of twm, but a wholly new architecture.\n" +"Provides an interactive shell aka console inside your doctest case.\n" "\n" -"Despite this extensibility its policy is currently very minimal compared to most window managers. Its aim is simply to manage windows in the most flexible and attractive manner possible. As such it does not implement desktop backgrounds, applications docks, or other things that may be achieved through separate applications." -msgstr "" - -#. description(sawfish:sawfish-lisp) -msgid "" -"Sawfish is an extensible window manager using an Emacs Lisp-like scripting language -- all window decorations are configurable, the basic idea is to have as much user-interface policy as possible controlled through the Lisp language. This is no layer on top of twm, but a wholly new architecture.\n" +"The console looks exact like in a doctest-case and you can copy and paste code from the shell into your doctest. It feels as you are in the test case itself. Its not pdb, it's a python shell.\n" "\n" -"Despite this extensibility its policy is currently very minimal compared to most window managers. Its aim is simply to manage windows in the most flexible and attractive manner possible. As such it does not implement desktop backgrounds, applications docks, or other things that may be achieved through separate applications.\n" +"In your doctest you can invoke the shell at any point by calling::\n" "\n" -"This package provides the lisp source files. They are not needed for the application to run, however by studying them one can add new functions or improve current ones." +" >>> interact( locals() )\n" +"\n" +"To make your testrunner interlude aware following is needed:" msgstr "" -#. description(python-zope.schema) -msgid "Schemas extend the notion of interfaces to detailed descriptions of Attributes (but not methods). Every schema is an interface and specifies the public fields of an object. A *field* roughly corresponds to an attribute of a Python object. But a Field provides space for at least a title and a description. It can also constrain its value and provide a validation method. Besides you can optionally specify characteristics such as its value being read-only or not required." +#. summary(perl-Test-ClassAPI) +msgid "Provides basic first-pass API testing for large class trees" msgstr "" -#. summary(spyder) -msgid "Scientific PYthon Development EnviRonment" -msgstr "Среда научной разработки на Python" - -#. summary(scim-bridge:scim-bridge-qt-32bit) -msgid "Scim Bridge for Qt" -msgstr "Scim Bridge для Qt" - -#. summary(scim-bridge:scim-bridge-gtk-32bit) -msgid "Scim Bridge for gtk2" +#. description(php5-pear-Horde_Crypt_Blowfish) +msgid "Provides blowfish encryption/decryption for PHP string data." msgstr "" -#. description(python-scour) -msgid "Scour is an open-source Python script that aggressively cleans SVG files, removing a lot of 'cruft' that certain tools or authors embed into their documents. The goal of scour is to provide an identically rendered image." -msgstr "" - -#. summary(python-virtualenv-clone) -msgid "Script to clone virtualenvs" -msgstr "" - -#. description(python-ScriptTest) +#. description(php5-pear-Auth_SASL) msgid "" -"ScriptTest is a library to help you test your interactive command-line applications.\n" +"Provides code to generate responses to common SASL mechanisms, including:\n" "\n" -"With it you can easily run the command (in a subprocess) and see the output (stdout, stderr) and any file modifications." +" - Digest-MD5 - CramMD5 - Plain - Anonymous - Login (Pseudo mechanism)" msgstr "" -#. description(python-seacucumber) -msgid "" -"Sea Cucumber is a mail backend for Django_. Instead of sending emails through a traditional SMTP mail server, Sea Cucumber routes email through Amazon Web Services' excellent Simple Email Service (SES) via django-celery.\n" -"\n" -"Configuring, maintaining, and dealing with some complicated edge cases can be time-consuming. Sending emails with Sea Cucumber might be attractive to you if:\n" -"\n" -"* You don't want to maintain mail servers.\n" -"* Your mail server is slow or unreliable, blocking your views from rendering.\n" -"* You need to send a high volume of email.\n" -"* You don't want to have to worry about PTR records, Reverse DNS, email whitelist/blacklist services.\n" -"* You are already deployed on EC2 (In-bound traffic to SES is free from EC2 instances). This is not a big deal either way, but is an additional perk if you happen to be on AWS." +#. description(python3-six:python3-six-doc) +#, fuzzy +#| msgid "Documentation for python-Sphinx" +msgid "Provides documentation for python3-six." +msgstr "Документация для python-Sphinx" + +#. description(php5-pear-File) +msgid "Provides easy access to read/write to files along with some common routines to deal with paths." msgstr "" -#. summary(seccheck) -msgid "Security-Check Scripts" +#. description(php5-pear-Net_URL) +msgid "Provides easy parsing of URLs and their constituent parts." msgstr "" -#. summary(texlive-anyfontsize) -msgid "Select any font size in LaTeX" +#. description(php5-pear-Horde_Mime) +msgid "Provides methods for dealing with MIME (RFC 2045) and related e-mail (RFC 822/2822/5322) standards." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-serbian_latin) -msgid "Serbian (Latin) Traineddata for Tesseract" +#. description(php5-pear-Net_URL2) +msgid "Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs." msgstr "" -#. summary(texlive-answers) -msgid "Setting questions (or exercises) and answers" +#. description(php5-pear-Horde_Mime_Viewer) +msgid "Provides rendering drivers for MIME data." msgstr "" -#. summary(texlive-Asana-Math:texlive-Asana-Math-fonts) -msgid "Severed fonts for texlive-Asana-Math" -msgstr "Отдельные шрифты для texlive-Asana-Math" +#. description(pgadmin3:pgadmin3-lang) +#, fuzzy +#| msgid "Provides translations to the package tar" +msgid "Provides translations to the package pgadmin3" +msgstr "Предоставляет переводы для пакета tar" -#. summary(texlive-adforn:texlive-adforn-fonts) -msgid "Severed fonts for texlive-adforn" -msgstr "Отдельные шрифты для texlive-adforn" +#. description(picard:picard-lang) +#, fuzzy +#| msgid "Provides translations to the package tar" +msgid "Provides translations to the package picard" +msgstr "Предоставляет переводы для пакета tar" -#. summary(texlive-adfsymbols:texlive-adfsymbols-fonts) -msgid "Severed fonts for texlive-adfsymbols" -msgstr "Отдельные шрифты для texlive-adfsymbols" +#. description(pidgin-advanced-sound-notification:pidgin-advanced-sound-notification-lang) +#, fuzzy +#| msgid "Provides translations to the package simple-scan" +msgid "Provides translations to the package pidgin-advanced-sound-notification" +msgstr "Предоставляет переводы для пакета simple-scan" -#. summary(texlive-allrunes:texlive-allrunes-fonts) -msgid "Severed fonts for texlive-allrunes" -msgstr "Отдельные шрифты для texlive-allrunes" +#. description(pidgin-birthday-reminder:pidgin-birthday-reminder-lang) +#, fuzzy +#| msgid "Provides translations to the package spyder" +msgid "Provides translations to the package pidgin-birthday-reminder" +msgstr "Предоставляет переводы для пакета spyder" -#. summary(texlive-amiri:texlive-amiri-fonts) -msgid "Severed fonts for texlive-amiri" -msgstr "Отдельные шрифты для texlive-amiri" +#. description(pidgin-guifications:pidgin-guifications-lang) +#, fuzzy +#| msgid "Provides translations to the package spice-gtk" +msgid "Provides translations to the package pidgin-guifications" +msgstr "Предоставляет переводы для пакета spice-gtk" -#. summary(texlive-amsfonts:texlive-amsfonts-fonts) -msgid "Severed fonts for texlive-amsfonts" -msgstr "Отдельные шрифты для texlive-amsfonts" +#. description(plasma-nm:plasma-nm-lang) +#, fuzzy +#| msgid "Provides translations to the package simple-scan" +msgid "Provides translations to the package plasma-nm" +msgstr "Предоставляет переводы для пакета simple-scan" -#. summary(texlive-antiqua:texlive-antiqua-fonts) -msgid "Severed fonts for texlive-antiqua" -msgstr "Отдельные шрифты для texlive-antiqua" +#. description(plasmoid-cwp:plasmoid-cwp-lang) +#, fuzzy +#| msgid "Provides translations to the package sitecopy" +msgid "Provides translations to the package plasmoid-cwp" +msgstr "Предоставляет переводы для пакета sitecopy" -#. summary(texlive-antt:texlive-antt-fonts) -msgid "Severed fonts for texlive-antt" -msgstr "Отдельные шрифты для texlive-antt" +#. description(pluma:pluma-lang) +#, fuzzy +#| msgid "Provides translations to the package tar" +msgid "Provides translations to the package pluma" +msgstr "Предоставляет переводы для пакета tar" -#. summary(texlive-arabi:texlive-arabi-fonts) -msgid "Severed fonts for texlive-arabi" -msgstr "Отдельные шрифты для texlive-arabi" +#. description(po4a:po4a-lang) +#, fuzzy +#| msgid "Provides translations to the package tar" +msgid "Provides translations to the package po4a" +msgstr "Предоставляет переводы для пакета tar" -#. summary(texlive-arabtex:texlive-arabtex-fonts) -msgid "Severed fonts for texlive-arabtex" -msgstr "Отдельные шрифты для texlive-arabtex" +#. description(poedit:poedit-lang) +#, fuzzy +#| msgid "Provides translations to the package tar" +msgid "Provides translations to the package poedit" +msgstr "Предоставляет переводы для пакета tar" -#. summary(texlive-aramaic-serto:texlive-aramaic-serto-fonts) -msgid "Severed fonts for texlive-aramaic-serto" -msgstr "" +#. description(polari:polari-lang) +#, fuzzy +#| msgid "Provides translations to the package tar" +msgid "Provides translations to the package polari" +msgstr "Предоставляет переводы для пакета tar" -#. summary(texlive-archaic:texlive-archaic-fonts) -msgid "Severed fonts for texlive-archaic" -msgstr "Отдельные шрифты для texlive-archaic" +#. description(policycoreutils:policycoreutils-lang) +#, fuzzy +#| msgid "Provides translations to the package spice-gtk" +msgid "Provides translations to the package policycoreutils" +msgstr "Предоставляет переводы для пакета spice-gtk" -#. summary(texlive-arev:texlive-arev-fonts) -msgid "Severed fonts for texlive-arev" -msgstr "Отдельные шрифты для texlive-arev" +#. description(polkit-gnome:polkit-gnome-lang) +#, fuzzy +#| msgid "Provides translations to the package q4wine" +msgid "Provides translations to the package polkit-gnome" +msgstr "Предоставляет переводы для пакета q4wine" -#. summary(texlive-arphic:texlive-arphic-fonts) -msgid "Severed fonts for texlive-arphic" -msgstr "Отдельные шрифты для texlive-arphic" +#. description(pragha:pragha-lang) +#, fuzzy +#| msgid "Provides translations to the package rygel" +msgid "Provides translations to the package pragha" +msgstr "Предоставляет переводы для пакета rygel" -#. summary(texlive-ascii-font:texlive-ascii-font-fonts) -msgid "Severed fonts for texlive-ascii-font" -msgstr "" +#. description(proftpd:proftpd-lang) +#, fuzzy +#| msgid "Provides translations to the package tar" +msgid "Provides translations to the package proftpd" +msgstr "Предоставляет переводы для пакета tar" -#. summary(texlive-aspectratio:texlive-aspectratio-fonts) -msgid "Severed fonts for texlive-aspectratio" -msgstr "Отдельные шрифты для texlive-aspectratio" +#. description(psmisc:psmisc-lang) +#, fuzzy +#| msgid "Provides translations to the package sitecopy" +msgid "Provides translations to the package psmisc" +msgstr "Предоставляет переводы для пакета sitecopy" -#. summary(texlive-augie:texlive-augie-fonts) -msgid "Severed fonts for texlive-augie" -msgstr "Отдельные шрифты для texlive-augie" +#. description(pulseaudio:pulseaudio-lang) +#, fuzzy +#| msgid "Provides translations to the package seahorse" +msgid "Provides translations to the package pulseaudio" +msgstr "Предоставляет переводы для пакета seahorse" -#. summary(texlive-auncial-new:texlive-auncial-new-fonts) -msgid "Severed fonts for texlive-auncial-new" -msgstr "Отдельные шрифты для texlive-auncial-new" +#. description(purple-plugin-pack:purple-plugin-pack-lang) +#, fuzzy +#| msgid "Provides translations to the package spice-gtk" +msgid "Provides translations to the package purple-plugin-pack" +msgstr "Предоставляет переводы для пакета spice-gtk" -#. summary(texlive-aurical:texlive-aurical-fonts) -msgid "Severed fonts for texlive-aurical" -msgstr "Отдельные шрифты для texlive-aurical" +#. summary(perl-YAML-Perl) +#, fuzzy +#| msgid "Pure-Python RSA Implementation" +msgid "Pure Perl YAML Implementation" +msgstr "Реализация RSA на Python" -#. summary(texlive-avantgar:texlive-avantgar-fonts) -msgid "Severed fonts for texlive-avantgar" -msgstr "Отдельные шрифты для texlive-avantgar" - -#. summary(texlive-baskervald:texlive-baskervald-fonts) -msgid "Severed fonts for texlive-baskervald" -msgstr "Отдельные шрифты для texlive-baskervald" - -#. summary(texlive-bbold-type1:texlive-bbold-type1-fonts) -msgid "Severed fonts for texlive-bbold-type1" -msgstr "Отдельные шрифты для texlive-bbold-type1" - -#. description(python-Shapely) -msgid "Shapely is a Python package for manipulation and analysis of 2D geospatial geometries. It is based on GEOS (http://geos.refractions.net). Shapely 1.0 is not concerned with data formats or coordinate reference systems. Responsibility for reading and writing data and projecting coordinates is left to other packages like WorldMill and pyproj." -msgstr "" - -#. description(python-Shed_Skin) -msgid "Shed Skin is an experimental (restricted) Python-to-C++ compiler. It accepts pure but implicitly statically typed Python programs and generates optimized C++ code. The result can be further compiled to stand-alone programs or extension modules. For a set of 57 non-trivial test programs, at more than 16,000 lines in total (sloccount), measurements show a typical speedup of 2-200 times compared to CPython. Not all Python features are supported, and only a subset of about 20 library modules, such as re and random. See the home page for more details." -msgstr "" - -#. description(python-Shed_Skin:python-Shed_Skin-doc) +#. description(perl-Redis) msgid "" -"Shed Skin is an experimental (restricted) Python-to-C++ compiler. It accepts pure but implicitly statically typed Python programs and generates optimized C++ code. The result can be further compiled to stand-alone programs or extension modules. For a set of 57 non-trivial test programs, at more than 16,000 lines in total (sloccount), measurements show a typical speedup of 2-200 times compared to CPython. Not all Python features are supported, and only a subset of about 20 library modules, such as re and random. See the home page for more details.\n" +"Pure perl bindings for the http://redis.io/ manpage\n" "\n" -"This package contains the documentation of python-Shed_Skin." +"This version supports protocol 2.x (multi-bulk) or later of Redis available at the https://github.com/antirez/redis/ manpage.\n" +"\n" +"This documentation lists commands which are exercised in test suite, but additional commands will work correctly since protocol specifies enough information to support almost all commands with same piece of code with a little help of 'AUTOLOAD'." msgstr "" -#. summary(shorewall:shorewall6-lite) -msgid "Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems" +#. summary(perl-Net-Whois-RIPE) +msgid "Pure-Perl implementation of the RIPE Database client." msgstr "" -#. summary(shorewall:shorewall6) -msgid "Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems" +#. description(python3-CXX) +msgid "PyCXX is a set of classes to help create extensions of Python in the C language. The first part encapsulates the Python C API taking care of exceptions and ref counting. The second part supports the building of Python extension modules in C++." msgstr "" -#. summary(shorewall:shorewall-lite) -msgid "Shoreline Firewall Lite is an iptables-based firewall for Linux systems" +#. description(python3-pyenchant) +msgid "PyEnchant is a spellchecking library for Python, based on the excellent Enchant library." msgstr "" -#. summary(shorewall) -msgid "Shoreline Firewall is an iptables-based firewall for Linux systems" +#. summary(python3-unittest-xml-reporting) +msgid "PyUnit-based test runner with JUnit like XML reporting" msgstr "" -#. description(shutter) -msgid "Shutter is a GTK+ 2.0 screenshot application written in perl. Shutter covers all features of common command line tools like scrot or import and adds reasonable new features combined with a comfortable GUI using the GTK+ 2.0 framework" +#. description(perl-YAML-Perl) +msgid "PyYAML is the most robust and correct YAML module for a dynamic language. It is (obviously) written in/for Python. This module is a complete port of PyYAML to Perl." msgstr "" -#. summary(python-Louie) -msgid "Signal dispatching mechanism" -msgstr "" - -#. summary(retext) -msgid "Simple editor for Markdown and reStructuredText" -msgstr "" - -#. summary(python-simplegeneric) -msgid "Simple generic functions (similar to Python's own len(), pickle.dump(), etc)" -msgstr "" - -#. summary(texlive-abbr) -msgid "Simple macros supporting abreviations for Plain and LaTeX" -msgstr "" - -#. summary(susepaste:susepaste-screenshot) -msgid "Simple script for pasting screenshots easily" -msgstr "" - -#. summary(susepaste) -msgid "Simple script for using openSUSE paste easily" -msgstr "" - -#. description(susepaste) +#. description(pybliographer) msgid "" -"Simple script for using openSUSE paste easily. You can paste either the file or input from stdin.\n" +"Pybliographer is a tool for managing bibliographic databases. It currently supports the following formats:\n" "\n" -"http://susepaste.org" -msgstr "" - -#. description(susepaste:susepaste-screenshot) -msgid "" -"Simple script for using openSUSE paste easily. You can paste screenshot of the window or whole desktop.\n" +"* BibTeX (quite complete)\n" +"* Medline (read-only)\n" +"* Ovid files (from ovid.com)\n" +"* Refer and EndNote (read only)\n" +"* SGML DocBook (write only)\n" "\n" -"http://susepaste.org" +"Pybliographer can be used for searching, editing, reformatting, etc. In fact, it's a simple framework that provides easy to use python classes and functions, and therefore can be extended to any usage (generating HTML pages according to bibliographic searches, etc).\n" +"\n" +"In addition to the scripting environment, a graphical GNOME interface is available. It provides powerful editing capabilities, in addition to a nice hierarchical search mechanism." msgstr "" -#. summary(qos) -msgid "Simple traffic shaping utility for fighting bufferbloat" +#. description(python3-pyflakes) +msgid "Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster." msgstr "" -#. description(sitar) +#. description(python3-pylint) msgid "" -"Sitar prepares system information using perl and binary tools, and by reading the /proc file system. Output is in HTML, LaTeX and (docbook) XML, and can be converted to PS and PDF.\n" +"Pylint analyzes Python source code looking for bugs and signs of poor quality.\n" "\n" -"This program must be run as \"root\".\n" +"Pylint is a python tool that checks if a module satisfies a coding standard. Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. But Pylint offers some more features, like checking line-code's length, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more (see the complete check list).\n" "\n" -"sitar.pl includes scsiinfo by Eric Youngdale, Michael Weller <eowmob@exp-math.uni-essen.de> and ide_info by David A. Hinds <dhinds@hyper.stanford.edu>.\n" -"\n" -"The accompanying tool \"cfg2scm\" is supplied for checking configuration changes into SCMs (like SVN, CVS, ...) or creating a tar-file with all relevant files.\n" -"\n" -"Comment: Sitar is an ancient Indian instrument as well." +"The big advantage with Pylint is that it is highly configurable, customizable, and you can easily write a small plugin to add a personal feature." msgstr "" -#. description(sleuth) -msgid "Sleuth is a perl script designed for easy checking of DNS zones for common errors and also for processing of secondary name service requests. It was written after examination of at least a dozen of utilities claiming to do this job, finding that all of them are either unable to discover most zone bugs or too ugly to maintain. Sleuth also lists the corresponding RFC references with most of its error messages, so that the people upset with their zones being buggy can simply look up what is exactly going wrong and how to fix it." +#. description(python3-pyquery) +msgid "Pyquery allows you to make jQuery queries on XML documents. The API is as much as possible the similar to jQuery. Pyquery uses lxml for fast XML and HTML manipulation." msgstr "" -#. description(python-slimit) -msgid "" -"SlimIt is a JavaScript minifier written in Python. It compiles JavaScript into more compact code so that it downloads and runs faster.\n" -"\n" -"SlimIt also provides a library that includes a JavaScript parser, lexer, pretty printer and a tree visitor." +#. description(pyrex) +msgid "Pyrex is a language specially designed for writing Python extension modules. It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-slovak) -msgid "Slovak and Slovak (Fraktur) Traineddata for Tesseract" +#. summary(python3-pytest-cov) +msgid "Pytest plugin for coverage reporting" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-slovenian) -msgid "Slovenian Traineddata for Tesseract" +#. summary(python-jsonpatch) +msgid "Python - JSON-Patches" msgstr "" -#. description(python-slumber) -msgid "Slumber is a python library that provides a convenient yet powerful object orientated interface to ReSTful APIs. It acts as a wrapper around the excellent requests library and abstracts away the handling of urls, serialization, and processing requests." +#. summary(python-pbr) +msgid "Python Build Reasonableness" msgstr "" -#. summary(smuxi:smuxi-engine-campfire) -msgid "Smart MUltipleXed Irc - Campfire Engine" +#. summary(python-Distutils2) +msgid "Python Distribution Utilities" msgstr "" -#. summary(smuxi:smuxi-engine-jabbr) -msgid "Smart MUltipleXed Irc - Jabber Engine" -msgstr "" +#. summary(python-docutils) +#, fuzzy +#| msgid "Documentation for texlive-arcs" +msgid "Python Documentation Utilities" +msgstr "Документация для texlive-arcs" -#. summary(smuxi:smuxi-engine-twitter) -msgid "Smart MUltipleXed Irc - Twitter Engine" -msgstr "" +#. summary(python-geopy) +#, fuzzy +#| msgid "Python bindings for libproxy" +msgid "Python Geocoding Toolbox" +msgstr "Привязки Python для libproxy" -#. description(smuxi:smuxi-engine-twitter) -msgid "Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform Twitter client for advanced users, targeting the GNOME desktop." -msgstr "" +#. summary(python-GitPython) +#, fuzzy +#| msgid "A python refactoring library" +msgid "Python Git Library" +msgstr "Библиотека рефакторинга python" -#. summary(gtk2-metatheme-sonar:sonar-icon-theme) -msgid "Sonar Icon Theme" -msgstr "Тема иконок Sonar" - -#. description(gtk2-metatheme-sonar:sonar-icon-theme) -msgid "Sonar icon theme based on the upcoming GNOME icon theme." +#. summary(python-ply) +msgid "Python Lex & Yacc" msgstr "" -#. summary(snd_sf2) -msgid "Soundfont and MIDI Sample" -msgstr "" +#. summary(python-managesieve) +msgid "Python Module Implementing the ManageSieve Protocol" +msgstr "Модуль Python, реализующий протокол ManageSieve" -#. description(python-South) -msgid "South is an intelligent database migrations library for the Django web framework. It is database-independent and DVCS-friendly, as well as a whole host of other features." +#. summary(python-iniparse) +msgid "Python Module for Accessing and Modifying Configuration Data in INI files" msgstr "" -#. summary(python-South) -msgid "South: Migrations for Django" -msgstr "" +#. summary(python-eyeD3) +#, fuzzy +#| msgid "Python Module for Parallel SSH" +msgid "Python Module for ID3 Tag Manipulation" +msgstr "Модуль Python для параллельного SSH" -#. summary(tesseract-traineddata:tesseract-traineddata-spanish_old) -msgid "Spanish (Old) Traineddata for Tesseract" +#. summary(python-ncclient) +msgid "Python NETCONF protocol library" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-spanish) -msgid "Spanish Traineddata for Tesseract" +#. summary(python-mechanoid) +msgid "Python Programmatic Web Browser" msgstr "" -#. description(specto) -msgid "Specto is a desktop application that will watch any user-specified events (web, folder, ...). This will allow users, for instance, to specify a website to watch, and Specto will automatically check for updates on the web page. It will then notify the user when there is activity. This will allow the user to be informed of new updates/events instead of having to look out for them." +#. summary(python3-logilab-astng) +msgid "Python Python Abstract Syntax Tree (New Generation)" msgstr "" -#. summary(python-sphinxcontrib-httpdomain) -msgid "Sphinx domain for HTTP APIs" +#. summary(python-djvulibre:python-djvulibre-doc) +msgid "Python Support for the DjVu Image Format (Documentation)" msgstr "" -#. summary(python-repoze.sphinx.autointerface) -msgid "Sphinx extension: auto-generates API docs from Zope interfaces" +#. summary(python-google-apputils) +msgid "Python application utilities" msgstr "" -#. summary(python-mockito) -msgid "Spying framework" -msgstr "" +#. summary(python-augeas) +#, fuzzy +#| msgid "Python bindings for libproxy" +msgid "Python bindings for Augeas" +msgstr "Привязки Python для libproxy" -#. description(squirrelmail-beta:squirrelmail-beta-lang) -msgid "" -"Squirrelmail is a web-mail reader and writer written in PHP. It supports adressbook, ldap searches and many other plugins.\n" -"\n" -"This package contains the internationalization files for this tool." +#. description(python-augeas) +msgid "Python bindings for Augeas, a library for programmatically editing configuration files." msgstr "" -#. description(squirrelmail-beta) -msgid "Squirrelmail is a web-mail reader and writer written in php4. It supports adressbook, ldap searches and many other plugins." -msgstr "" +#. summary(libproxy-plugins:python-libproxy) +msgid "Python bindings for libproxy" +msgstr "Привязки Python для libproxy" -#. summary(salt:salt-ssh) -msgid "Ssh component for salt, a parallel remote execution system" +#. summary(python3-pyenchant) +msgid "Python bindings for the Enchant spellchecking system" msgstr "" -#. description(stgit) -msgid "StGIT is a Python application providing similar functionality to Quilt (i.e. pushing/popping patches to/from a stack) on top of GIT. These operations are performed using GIT commands and the patches are stored as GIT commit objects, allowing easy merging of the StGIT patches into other repositories using standard GIT functionality." -msgstr "" +#. summary(ldb:pyldb-32bit) +#, fuzzy +#| msgid "Python bindings for libproxy" +msgid "Python bindings for the LDB library" +msgstr "Привязки Python для libproxy" -#. summary(stgit) -msgid "Stacked GIT - Source Code Management Tool" -msgstr "" +#. summary(python-argparse) +#, fuzzy +#| msgid "A python refactoring library" +msgid "Python command-line parsing library" +msgstr "Библиотека рефакторинга python" -#. summary(smlnj) -msgid "Standard ML of New Jersey" +#. summary(python-couchdbkit) +msgid "Python couchdb kit" msgstr "" -#. description(sblim-testsuite) -msgid "Standards Based Linux Instrumentation Base Providers Test Suite" -msgstr "" +#. summary(python3-Sphinx) +#, fuzzy +#| msgid "API documentation for slf4j." +msgid "Python documentation generator" +msgstr "Документация на API для slf4j." -#. summary(smpppd-web) -msgid "Start and Stop Dialup Network Connection Via Web Browser" +#. summary(python-Markdown) +msgid "Python implementation of Markdown" msgstr "" -#. description(texlive-attachfile) -msgid "" -"Starting with PDF 1.3 (Adobe Acrobat 4.0), PDF files can contain file attachments -- arbitrary files that a reader can extract, just like attachments to an e-mail message. The attachfile package brings this functionality to pdfLaTeX and provides some additional features not available in Acrobat, such as the ability to use arbitrary LaTeX code for the file icon -- including things like \\includegraphics, tabular, and mathematics. Settings can be made either globally or on a per- attachment basis. Attachfile makes it easy to attach files and customize their appearance in the enclosing document. The package supports the Created, Modified, and Size keys in the EmbeddedFile's Params dictionary.\n" -"\n" -"date: 2011-03-28 05:44:29 +0000" +#. summary(python-botocore) +msgid "Python interface for AWS" msgstr "" -#. summary(storage-fixup) -msgid "Storage Fixup Script" -msgstr "" +#. summary(python-bugzilla) +#, fuzzy +#| msgid "Python library for symbolic mathematics" +msgid "Python library for bugzilla" +msgstr "Библиотека Python для символьной математики" -#. summary(terminator) -msgid "Store and run multiple GNOME terminals in one window" -msgstr "" +#. summary(python3-sympy) +msgid "Python library for symbolic mathematics" +msgstr "Библиотека Python для символьной математики" -#. description(strongswan:strongswan-doc) -msgid "" -"StrongSwan is an OpenSource IPsec-based VPN Solution for Linux\n" -"\n" -"This package provides the StrongSwan documentation." +#. summary(python3-logilab-common) +msgid "Python lowlevel functionality shared by logilab projects" msgstr "" -#. summary(python-ZConfig) -msgid "Structured Configuration Library" +#. summary(python3-pyinotify) +msgid "Python module for watching filesystems changes" msgstr "" -#. summary(texlive-aguplus) -msgid "Styles for American Geophysical Union" +#. summary(python-killswitch) +msgid "Python module providing functions for killswitches" msgstr "" -#. description(python-python-subunit) -msgid "" -"Subunit is a streaming protocol for test results. The protocol is human readable and easily generated and parsed. By design all the components of the protocol conceptually fit into the xUnit TestCase->TestResult interaction.\n" -"\n" -"Subunit comes with command line filters to process a subunit stream and language bindings for python, C, C++ and shell. Bindings are easy to write for other languages." +#. summary(python-mutagen) +msgid "Python module to Handle Audio Metadata" msgstr "" -#. description(texlive-a5comb) -msgid "" -"Superceded by geometry.\n" -"\n" -"date: 2010-02-23 15:03:07 +0000" +#. description(python-jsonpatch) +msgid "Python module to apply JSON-Patches (according to RFC 6902)." msgstr "" -#. summary(texlive-abc) -msgid "Support ABC music notation in LaTeX" +#. summary(python3-pybeam) +msgid "Python module to parse Erlang BEAM files" msgstr "" -#. summary(texlive-babel-albanian) -msgid "Support for Albanian within babel" +#. description(python3-pybeam) +msgid "Python module to parse Erlang BEAM files, now it is able to read imports, exports, atoms, as well as compile info and attribute chunks in pretty python format." msgstr "" -#. summary(texlive-achemso) -msgid "Support for American Chemical Society journal submissions" +#. summary(python-OleFileIO_PL) +msgid "Python module to read Microsoft OLE2 files" msgstr "" -#. summary(texlive-babel-bahasa) -msgid "Support for Bahasa within babel" +#. summary(python-networkx) +msgid "Python package for the creation, manipulation," msgstr "" -#. summary(texlive-babel-thai) -msgid "Support for Thai within babel" +#. summary(python-icalendar) +msgid "Python parser/generator of iCalendar files package" msgstr "" -#. summary(texlive-a5comb) -msgid "Support for a5 paper sizes" +#. summary(python3-socketpool) +msgid "Python socket pool" msgstr "" -#. summary(texlive-a0poster) -msgid "Support for designing posters on large paper" +#. summary(python-pep8) +msgid "Python style guide checker" msgstr "" -#. description(saxon8:saxon8-sql) -msgid "Supports XSLT extensions for accessing and updating a relational database from within a stylesheet." +#. summary(python3-PyVirtualDisplay) +msgid "Python wrapper for Xvfb, Xephyr and Xvnc" msgstr "" -#. description(Supybot) -msgid "Supybot is a robust, user and programmer friendly IRC bot written in Python. It aims to be an adequate replacement for most existing IRC bots. It includes a very flexible and powerful ACL system for controlling access to commands, as well as more than 50 builtin plugins providing around 400 actual commands." +#. summary(python3-pyOpenSSL-doc) +msgid "Python wrapper module around the OpenSSL library - Documentation" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-swahili) -msgid "Swahili Traineddata for Tesseract" +#. description(python-nbxmpp) +msgid "Python-nbxmpp is a Python library that provides a way for Python applications to use Jabber/XMPP networks in a non-blocking way. This library is initialy a fork of xmpppy one, but using non-blocking sockets." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-swedish_fraktur) -msgid "Swedish (Fraktur) Traineddata for Tesseract" +#. summary(python-docopt) +msgid "Pythonic argument parser, that will make you smile" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-swedish) -msgid "Swedish Traineddata for Tesseract" +#. summary(python-netaddr) +msgid "Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses" msgstr "" -#. description(python-swift3) -msgid "Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API." -msgstr "" - -#. description(swing-layout) +#. description(php5-pear-Horde_Queue) msgid "" -"Swing Layout Extensions goal is to make it easy to create professional cross platform layouts with Swing. This project has an eye towards the needs of GUI builders, such as NetBeans. This project consists of the following pieces: * Ability to get the baseline for components.\n" +"Queue layer with various storage backends and runners.\n" "\n" -"* Ability to get the preferred gap between components.\n" -"\n" -"A new LayoutManager that utilizes both of these concepts and is tuned toward a free-form drag and drop layout model as can be provided by GUI builders." +"Lead Developer: Chuck Hagenbuch <chuck@horde.org>" msgstr "" -#. description(swing-worker) -msgid "SwingWorker is designed for situations where you need to have a long running task run in a background thread and provide updates to the UI either when done, or while processing. This project is a backport of SwingWorker included into Java 1.6." +#. summary(perl-String-ShellQuote) +msgid "Quote strings for passing through the shell" msgstr "" -#. description(swingx) -msgid "SwingX contains a collection of powerful, useful, and just plain fun Swing components. Each of the Swing components have been extended, providing data-aware functionality out of the box. New useful components have been created like the JXDatePicker, JXTaskPane, and JXImagePanel." +#. description(python3-rdflib) +msgid "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains an RDF/XML parser/serializer that conforms to the RDF/XML Syntax Specification (Revised). The library also contains both in-memory and persistent Graph backends." msgstr "" -#. description(python-sympy) -msgid "SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries." +#. description(php5-pear-HTTP_WebDAV_Server) +msgid "RFC2518 compliant helper class for WebDAV server implementation." msgstr "" -#. summary(texlive-actuarialangle) -msgid "Symbol for use in \"present value\" statements of an annuity" +#. summary(python-flup) +msgid "Random assortment of WSGI servers" msgstr "" -#. summary(texlive-adfsymbols) -msgid "SymbolsADF with TeX/LaTeX support" +#. summary(perl-Spreadsheet-ParseExcel) +msgid "Read information from an Excel file." msgstr "" -#. summary(salt:salt-syndic) -msgid "Syndic component for salt, a parallel remote execution system" +#. summary(perl-Text-RecordParser) +msgid "Read record-oriented files" msgstr "" -#. summary(sitar) -msgid "System InformaTion at Runtime" -msgstr "Сведения о системе во время выполнения" +#. summary(perl-Spreadsheet-Read) +msgid "Read the data from a spreadsheet" +msgstr "" -#. summary(python-zc_buildout) -msgid "System for managing development buildouts" +#. summary(perl-YAML-Tiny) +msgid "Read/Write YAML files with as little code as possible" msgstr "" -#. description(python-zc_buildout) -msgid "System for managing development buildouts." +#. summary(python-celerymon) +msgid "Real-time monitoring of Celery workers" msgstr "" -#. description(systemtap-docs) -msgid "SystemTap is an instrumentation system for systems running Linux. This package contains the documents and examples for systemtap." +#. summary(python-Kajiki) +msgid "Really fast well-formed xml templates" msgstr "" -#. summary(tei_4) -msgid "TEI 4 DTD (SGML and XML)" +#. summary(python-astroid) +msgid "Rebuild a new abstract syntax tree from Python's ast" msgstr "" -#. description(python-tablib) +#. description(perl-Regexp-Assemble) msgid "" -"Tablib is a format-agnostic tabular dataset library, written in Python.\n" +"Regexp::Assemble takes an arbitrary number of regular expressions and assembles them into a single regular expression (or RE) that matches all that the individual REs match.\n" "\n" -"Output formats supported:\n" +"As a result, instead of having a large list of expressions to loop over, a target string only needs to be tested against one expression. This is interesting when you have several thousand patterns to deal with. Serious effort is made to produce the smallest pattern possible.\n" "\n" -"- Excel (Sets + Books)\n" -"- JSON (Sets + Books)\n" -"- YAML (Sets + Books)\n" -"- HTML (Sets)\n" -"- TSV (Sets)\n" -"- CSV (Sets)" +"It is also possible to track the original patterns, so that you can determine which, among the source patterns that form the assembled pattern, was the one that caused the match to occur.\n" +"\n" +"You should realise that large numbers of alternations are processed in perl's regular expression engine in O(n) time, not O(1). If you are still having performance problems, you should look at using a trie. Note that Perl's own regular expression engine will implement trie optimisations in perl 5.10 (they are already available in perl 5.9.3 if you want to try them out). 'Regexp::Assemble' will do the right thing when it knows it's running on a a trie'd perl. (At least in some version after this one).\n" +"\n" +"Some more examples of usage appear in the accompanying README. If that file isn't easy to access locally, you can find it on a web repository such as the http://search.cpan.org/dist/Regexp-Assemble/README manpage or the http://cpan.uwinnipeg.ca/htdocs/Regexp-Assemble/README.html manpage." msgstr "" -#. description(taglib-sharp:taglib-sharp-devel) -msgid "TagLib# is a metadata or \"tag\" reader and writer library that supports the most common movie and music formats, abstracting away format specificity. TagLib# offers either a common API for all formats or access to specific APIs for a given format." -msgstr "TagLib# является библиотекой для чтения и записи метаданных или \"тэгов\", которая поддерживает самые распространенные форматы видео и музыки, абстрагируясь от специфики форматов. TagLib# предлагает как общий API для всех форматов, так и доступ к специфическим API для конкретного формата." +#. summary(php5-pear-phpunit) +msgid "Regression test framework" +msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-tagalog) -msgid "Tagalog Traineddata for Tesseract" +#. summary(perl-Regexp-IPv6) +msgid "Regular expression for IPv6 addresses" msgstr "" -#. description(tamago) -msgid "Tamago offers a multilingual input environment for GNU Emacs (>= 20.5). It is completely written in Emacs Lisp and can use the backends FreeWnn (jserver, cserver, tserver), Wnn6, SJ3 Ver.2, and Canna." +#. summary(php5-pear-Text_Figlet) +msgid "Render text using FIGlet fonts" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-tamil) -msgid "Tamil Traineddata for Tesseract" +#. summary(python-fudge) +msgid "Replace real objects with fakes (mocks, stubs, etc) while testing" msgstr "" -#. summary(texlive-amsfonts) -msgid "TeX fonts from the American Mathematical Society" +#. summary(perl-PPIx-Regexp) +msgid "Represent a regular expression of some sort" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-telugu) -msgid "Telugu Traineddata for Tesseract" +#. summary(python-grequests) +msgid "Requests + Gevent" msgstr "" -#. summary(tennebon-dynamic-wallpaper) -msgid "Tennebon Dynamic wallpaper for GNOME" -msgstr "Динамические обои Tennebon для GNOME" +#. description(python3-requests) +msgid "" +"Requests is an ISC Licensed HTTP library, written in Python, for human beings.\n" +"\n" +"Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python's builtin urllib2 module provides most of the HTTP capabilities you should need, but the api is thoroughly broken. It requires an enormous amount of work (even method overrides) to perform the simplest of tasks.\n" +"\n" +"Features:\n" +"\n" +"- Extremely simple GET, HEAD, POST, PUT, DELETE Requests + Simple HTTP Header Request Attachment + Simple Data/Params Request Attachment + Simple Multipart File Uploads + CookieJar Support + Redirection History + Redirection Recursion Urllib Fix + Auto Decompression of GZipped Content + Unicode URL Support\n" +"- Simple Authentication + Simple URL + HTTP Auth Registry" +msgstr "" -#. summary(shunit2) -msgid "Test Framework for Bourne Based Shell Scripts" +#. summary(perl-MooseX-LazyRequire) +msgid "Required attributes which fail only when trying to use them" msgstr "" -#. description(python-wsgi_intercept) -msgid "Testing a WSGI application normally involves starting a server at a local host and port, then pointing your test code to that address. Instead, this library lets you intercept calls to any specific host/port combination and redirect them into a `WSGI application`_ importable by your test program. Thus, you can avoid spawning multiple processes or threads to test your Web app." +#. summary(perl-SQL-ReservedWords) +msgid "Reserved SQL words by ANSI/ISO" msgstr "" -#. summary(python-salt-testing) -msgid "Testing tools needed in the several Salt Stack projects" +#. description(python-dojango) +msgid "Reusable django application that helps you to use the client-side framework dojo. - It provides capabilites to easily switch between several dojo versions and sources (e.g. aol, google, local) - Delivers helping utilities, that makes the development of rich internet applications in combination with dojo more comfortable. - It makes the building of your own packed dojo release easier." msgstr "" -#. summary(python-testresources) -msgid "Testresources, a pyunit extension for managing expensive test resources" +#. summary(perl-POE-Test-Loops) +msgid "Reusable tests for POE::Loop authors" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-thai) -msgid "Thai Traineddata for Tesseract" +#. summary(perl-Role-Identifiable) +msgid "Role::Identifiable Perl module" msgstr "" -#. description(texlive-Asana-Math:texlive-Asana-Math-fonts) -msgid "The separated fonts package for texlive-Asana-Math" -msgstr "Отдельный пакет шрифтов для texlive-Asana-Math" +#. summary(perl-Role-Tiny) +msgid "Roles. Like a nouvelle cuisine portion size slice of Moose." +msgstr "" -#. description(texlive-adforn:texlive-adforn-fonts) -msgid "The separated fonts package for texlive-adforn" -msgstr "Отдельный пакет шрифтов для texlive-adforn" +#. description(python3-rope) +#, fuzzy +#| msgid "Rope is a python refactoring library." +msgid "Rope is a Python refactoring library." +msgstr "Rope — это библиотека рефакторинга python." -#. description(texlive-adfsymbols:texlive-adfsymbols-fonts) -msgid "The separated fonts package for texlive-adfsymbols" -msgstr "Отдельный пакет шрифтов для texlive-adfsymbols" +#. description(perl-Router-Simple) +msgid "" +"Router::Simple is a simple router class.\n" +"\n" +"Its main purpose is to serve as a dispatcher for web applications.\n" +"\n" +"Router::Simple can match against PSGI '$env' directly, which means it's easy to use with PSGI supporting web frameworks." +msgstr "" -#. description(texlive-allrunes:texlive-allrunes-fonts) -msgid "The separated fonts package for texlive-allrunes" -msgstr "Отдельный пакет шрифтов для texlive-allrunes" +#. summary(perl-Test-Harness) +msgid "Run Perl standard test scripts with statistics" +msgstr "" -#. description(texlive-amiri:texlive-amiri-fonts) -msgid "The separated fonts package for texlive-amiri" -msgstr "Отдельный пакет шрифтов для texlive-amiri" +#. summary(perl-XML-SAX-Writer) +msgid "SAX2 XML Writer" +msgstr "" -#. description(texlive-amsfonts:texlive-amsfonts-fonts) -msgid "The separated fonts package for texlive-amsfonts" -msgstr "Отдельный пакет шрифтов для texlive-amsfonts" +#. summary(php5-pear-SOAP) +msgid "SOAP Client/Server for PHP" +msgstr "" -#. description(texlive-antiqua:texlive-antiqua-fonts) -msgid "The separated fonts package for texlive-antiqua" -msgstr "Отдельный пакет шрифтов для texlive-antiqua" - -#. description(texlive-antt:texlive-antt-fonts) -msgid "The separated fonts package for texlive-antt" -msgstr "Отдельный пакет шрифтов для texlive-antt" - -#. description(texlive-arabi:texlive-arabi-fonts) -msgid "The separated fonts package for texlive-arabi" -msgstr "Отдельный пакет шрифтов для texlive-arabi" - -#. description(texlive-arabtex:texlive-arabtex-fonts) -msgid "The separated fonts package for texlive-arabtex" -msgstr "Отдельный пакет шрифтов для texlive-arabtex" - -#. description(texlive-aramaic-serto:texlive-aramaic-serto-fonts) -msgid "The separated fonts package for texlive-aramaic-serto" +#. summary(python3-SPARQLWrapper) +msgid "SPARQL Endpoint interface to Python" msgstr "" -#. description(texlive-archaic:texlive-archaic-fonts) -msgid "The separated fonts package for texlive-archaic" -msgstr "Отдельный пакет шрифтов для texlive-archaic" - -#. description(texlive-arev:texlive-arev-fonts) -msgid "The separated fonts package for texlive-arev" -msgstr "Отдельный пакет шрифтов для texlive-arev" - -#. description(texlive-arphic:texlive-arphic-fonts) -msgid "The separated fonts package for texlive-arphic" -msgstr "Отдельный пакет шрифтов для texlive-arphic" - -#. description(texlive-ascii-font:texlive-ascii-font-fonts) -msgid "The separated fonts package for texlive-ascii-font" +#. description(python3-SQLAlchemy) +msgid "SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible, high-level interface to SQL databases. Database and domain concepts are decoupled, allowing both sides maximum flexibility and power. SQLAlchemy provides a powerful mapping layer that can work as automatically or as manually as you choose, determining relationships based on foreign keys or letting you define the join conditions explicitly, to bridge the gap between database and domain." msgstr "" -#. description(texlive-aspectratio:texlive-aspectratio-fonts) -msgid "The separated fonts package for texlive-aspectratio" -msgstr "Отдельный пакет шрифтов для texlive-aspectratio" +#. summary(python-paramiko) +msgid "SSH2 protocol library" +msgstr "Библиотека протокола SSH2" -#. description(texlive-augie:texlive-augie-fonts) -msgid "The separated fonts package for texlive-augie" -msgstr "Отдельный пакет шрифтов для texlive-augie" - -#. description(texlive-auncial-new:texlive-auncial-new-fonts) -msgid "The separated fonts package for texlive-auncial-new" -msgstr "Отдельный пакет шрифтов для texlive-auncial-new" - -#. description(texlive-aurical:texlive-aurical-fonts) -msgid "The separated fonts package for texlive-aurical" -msgstr "Отдельный пакет шрифтов для texlive-aurical" - -#. description(texlive-avantgar:texlive-avantgar-fonts) -msgid "The separated fonts package for texlive-avantgar" -msgstr "Отдельный пакет шрифтов для texlive-avantgar" - -#. description(texlive-baskervald:texlive-baskervald-fonts) -msgid "The separated fonts package for texlive-baskervald" -msgstr "Отдельный пакет шрифтов для texlive-baskervald" - -#. description(texlive-bbold-type1:texlive-bbold-type1-fonts) -msgid "The separated fonts package for texlive-bbold-type1" -msgstr "Отдельный пакет шрифтов для texlive-bbold-type1" - -#. description(texlive-2up) -msgid "The 2up package" +#. description(perl-SVG) +msgid "SVG is a 100% Perl module which generates a nested data structure containing the DOM representation of an SVG (Scalable Vector Graphics) image. Using SVG, you can generate SVG objects, embed other SVG instances into it, access the DOM object, create and access javascript, and generate SMIL animation content." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-afrikaans) -msgid "The Afrikaans traineddata for Tesseract." +#. summary(php5-pear-Horde_Scribe) +msgid "Scribe Client for the Horde Framework" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-albanian) -msgid "The Albanian traineddata for Tesseract." +#. summary(python-launchpadlib) +msgid "Script Launchpad through its web services interfaces. Officially supported" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-american) -msgid "The American traineddata for Tesseract." +#. summary(php5-pear-Horde_Secret) +msgid "Secret Encryption API" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-greek_ancient) -msgid "The Ancient Greek traineddata for Tesseract." +#. description(perl-MooX-Types-MooseLike) +msgid "" +"See the MooX::Types::MooseLike::Base manpage for a list of available base types. Its source also provides an example of how to build base types, along with both parameterizable and non-parameterizable.\n" +"\n" +"See the MooX::Types::MooseLike::Numeric manpage for an example of how to build subtypes.\n" +"\n" +"See the MooX::Types::SetObject manpage for an example of how to build parameterized types." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-arabic) -msgid "The Arabic traineddata for Tesseract." +#. summary(php5-pear-phpunit-PHPUnit_Selenium) +msgid "Selenium RC integration for PHPUnit" msgstr "" -#. description(texlive-Asana-Math) +#. description(python-django-nose-selenium) msgid "" -"The Asana-Math font is an OpenType font that includes almost all mathematical Unicode symbols and it can be used to typeset mathematical text with any software that can understand the MATH OpenType table (e.g., XeTeX 0.997 and Microsoft Word 2007). The font is beta software. Typesetting support for use with LaTeX is provided by the fontspec and unicode-math packages.\n" +"Selenium is a portable testing framework for web applications. It allows you to write tests that run in the browser to test your user interface and javascript code that is not available through the usual testing channels. See the examples below to get a clearer impression of what selenium tests can provide.\n" "\n" -"date: 2012-06-11 09:02:36 +0000" +"django-nose-selenium allows you to write and run selenium tests the same way as usual django unit tests." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-azerbaijani) -msgid "The Azerbaijani traineddata for Tesseract." +#. description(php5-pear-Services_Weather) +msgid "Services_Weather searches for given locations and retrieves current weather data and, dependent on the used service, also forecasts. Up to now, GlobalWeather from CapeScience, Weather XML from EJSE (US only), a XOAP service from Weather.com and METAR/TAF from NOAA are supported. Further services will get included, if they become available, have a usable API and are properly documented." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-basque) -msgid "The Basque traineddata for Tesseract." +#. description(php5-pear-Horde_Service_Weather) +msgid "Set of classes that provide an abstraction to various online weather service providers. Includes drivers for WeatherUnderground, WorldWeatherOnline, and Google Weather." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-belarusian) -msgid "The Belarusian traineddata for Tesseract." +#. summary(perl-MooseX-Types-Set-Object) +msgid "Set::Object type with coercions and stuff." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-bengali) -msgid "The Bengali traineddata for Tesseract." +#. summary(python3-setuptools-git) +msgid "Setuptools revision control system plugin for Git" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-bulgarian) -msgid "The Bulgarian traineddata for Tesseract." +#. summary(python-Louie) +msgid "Signal dispatching mechanism" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-catalan) -msgid "The Catalan traineddata for Tesseract." +#. summary(perl-OLE-Storage_Lite) +msgid "Simple Class for OLE document interface." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-cherokee) -msgid "The Cherokee traineddata for Tesseract." +#. summary(perl-Router-Simple) +msgid "Simple HTTP router" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-chinese_simplified) -msgid "The Chinese (Simplified) traineddata for Tesseract." +#. summary(pinta) +msgid "Simple Paint Application" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-chinese_traditional) -msgid "The Chinese (Traditional) traineddata for Tesseract." +#. summary(python-iso8601) +msgid "Simple module to parse ISO 8601 dates" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-croatian) -msgid "The Croatian traineddata for Tesseract." +#. description(python-iso8601) +msgid "" +"Simple module to parse ISO 8601 dates\n" +"\n" +"This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-czech) -msgid "The Czech traineddata for Tesseract." +#. summary(python3-pytest) +msgid "Simple powerful testing with Python" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-danish) -msgid "The Danish and Danish (Fraktur) traineddata for Tesseract." +#. summary(perl-MooseX-Param) +msgid "Simple role to provide a standard param method" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-dutch) -msgid "The Dutch traineddata for Tesseract." +#. summary(perl-MooseX-Workers) +msgid "Simple sub-process management for asynchronous tasks" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-esperanto_alternative) -msgid "The Esperanto Alternative traineddata for Tesseract." +#. summary(php5-pear-phpunit-Text_Template) +msgid "Simple template engine" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-esperanto) -msgid "The Esperanto traineddata for Tesseract." +#. summary(pycarddav) +msgid "Simple to Use CardDAV CLI Client" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-estonian) -msgid "The Estonian traineddata for Tesseract." +#. description(perl-MooseX-StrictConstructor) +msgid "Simply loading this module makes your constructors \"strict\". If your constructor is called with an attribute init argument that your class does not declare, then it calls 'Moose->throw_error()'. This is a great way to catch small typos." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-finnish) -msgid "The Finnish traineddata for Tesseract." +#. description(perl-Smart-Comments) +msgid "" +"Smart comments provide an easy way to insert debugging and tracking code into a program. They can report the value of a variable, track the progress of a loop, and verify that particular assertions are true.\n" +"\n" +"Best of all, when you're finished debugging, you don't have to remove them. Simply commenting out the 'use Smart::Comments' line turns them back into regular comments. Leaving smart comments in your code is smart because if you needed them once, you'll almost certainly need them again later." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-frankish) -msgid "The Frankish traineddata for Tesseract." +#. summary(python3-versiontools) +msgid "Smart replacement for plain tuple used in __version__" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-french) -msgid "The French traineddata for Tesseract." +#. description(python3-versiontools) +msgid "" +"Smart replacement for plain tuple used in __version__.\n" +"\n" +"* Keep a *single version definition* inside your package or module\n" +"* Get proper versioning of development snapshots coupled with your Version Control System (pluggable support for additional systems available)\n" +"* Produce nice version strings for released files that are compliant with PEP 386\n" +"* Remain comparable as tuple of integers" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-galician) -msgid "The Galician traineddata for Tesseract." +#. description(python-mongodict) +msgid "" +"So you are storing some key-values in a dict but your data became huge than your memory or you want to persist it on the disk? Then mongodict is for you!\n" +"\n" +"As it uses MongoDB to store the data, you get all cool MongoDB things, like shardings and replicas. It uses the pickle module available on Python standard library to serialize/deserialize data and store everything as bson.Binary in MongoDB. You can also provide another codec (serializer/deserializer)." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-german) -msgid "The German and German (Fraktur) traineddata for Tesseract." +#. description(python3-socketpool) +msgid "Socket pool is a simple socket pool that suports multiple factories and backends. It can easily be used by gevent, eventlet or any other library." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-greek) -msgid "The Greek traineddata for Tesseract." +#. description(perl-Net-SSLGlue) +msgid "" +"Some commonly used perl modules don't have SSL support at all, even if the protocol supports it. Others have SSL support, but most of them don't do proper checking of the server's certificate.\n" +"\n" +"The 'Net::SSLGlue::*' modules try to add SSL support or proper certificate checking to these modules. Currently support for the following modules is available:\n" +"\n" +"* Net::SMTP - add SSL from beginning or using STARTTLS\n" +"\n" +"* Net::POP3 - add SSL from beginning or using STLS\n" +"\n" +"* Net::LDAP - add proper certificate checking\n" +"\n" +"* LWP - add proper certificate checking" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-hebrew_community) -msgid "The Hebrew (community) traineddata for Tesseract." +#. summary(python-numpydoc) +msgid "Sphinx extension to support docstrings in Numpy format" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-hebrew) -msgid "The Hebrew traineddata for Tesseract." +#. summary(python3-sphinxcontrib-issuetracker) +msgid "Sphinx integration with different issuetrackers" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-hindi) -msgid "The Hindi traineddata for Tesseract." +#. description(python3-Sphinx) +msgid "" +"Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created for the new Python documentation, and has excellent facilities for Python project documentation, but C/C++ is supported as well, and more languages are planned.\n" +"\n" +"Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-hungarian) -msgid "The Hungarian traineddata for Tesseract." +#. description(perl-Spreadsheet-Read) +msgid "" +"Spreadsheet::Read tries to transparently read *any* spreadsheet and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning.\n" +"\n" +"For OpenOffice this module uses Spreadsheet::ReadSXC\n" +"\n" +"For Microsoft Excel this module uses Spreadsheet::ParseExcel or Spreadsheet::XLSX\n" +"\n" +"For CSV this module uses Text::CSV_XS (0.29 or up required, 0.73 or up preferred) or Text::CSV_PP (1.05 or up required).\n" +"\n" +"For SquirrelCalc there is a very simplistic built-in parser" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-icelandic) -msgid "The Icelandic traineddata for Tesseract." +#. description(perl-Spreadsheet-ReadSXC) +msgid "" +"Spreadsheet::ReadSXC extracts data from OpenOffice 1.x spreadsheet files (.sxc). It exports the function read_sxc() which takes a filename and an optional reference to a hash of options as arguments and returns a reference to a hash of references to two-dimensional arrays. The hash keys correspond to the names of worksheets in the OpenOffice workbook. The two-dimensional arrays correspond to rows and cells in the respective spreadsheets. If you don't like this because the order of sheets is not preserved in a hash, read on. The 'OrderBySheet' option provides an array of hashes instead.\n" +"\n" +"If you prefer to unpack the .sxc file yourself, you can use the function read_xml_file() instead and pass the path to content.xml as an argument. Or you can extract the XML string from content.xml and pass the string to the function read_xml_string(). Both functions also take a reference to a hash of options as an optional second argument." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-indonese) -msgid "The Indonese traineddata for Tesseract." +#. summary(perl-String-Format) +msgid "Sprintf-like string formatting capabilities" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-italian_old) -msgid "The Italian (Old) traineddata for Tesseract." +#. summary(python-mockito) +msgid "Spying framework" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-italian) -msgid "The Italian traineddata for Tesseract." +#. description(python-django-athumb) +msgid "" +"Storing images and their thumbnails on S3 is a bit of a clumbsy endeavor with Django. While this Django app may work with more typical storage backends, it is intended to accept image uploads, thumbnail them, and upload the original plus the thumbs to S3. You may then get to the thumbnails in your template by doing something like:\n" +"\n" +" <img src=\"{% thumbnail some_obj.image '80x80' %}\" />\n" +"\n" +"This automatically assembles the remote S3 URL to retrieve the thumbnail from. No error checking is done, and several assumptions are made for the sake of speed.\n" +"\n" +"The primary advantage of django-athumb is that, unlike sorl and others, thumbnails are generated at the time of user uploading the original image. Instead of generating thumbs on-demand and making the user wait, we get that out of the way from the beginning. This leads to a few big benefits:\n" +"\n" +"* We never check for the existence of a file, after the first save/upload. We assume it exists, and skip a whole lot of Disk I/O trying to determine that. This was horrendously slow on sorl + S3, as it had to hit a remote service every time it wanted to know if a thumbnail needed generating.\n" +"* Since we define every possible thumbnail in advance via models.py, we have a defined set of possible values. They can also be more intelligently named than other packages. It is also possible to later add more sizes/thumbs.\n" +"* This may be ran on your own hardware with decent speed. Running it on EC2 makes it just that much faster." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-japanese) -msgid "The Japanese traineddata for Tesseract." +#. description(php5-pear-Horde_Kolab_Storage) +msgid "Storing user data in an IMAP account belonging to the user is one of the Kolab server core concepts. This package provides all the necessary means to deal with this type of data storage effectively." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-kannada) -msgid "The Kannada traineddata for Tesseract." +#. description(perl-Stream-Buffered) +msgid "Stream::Buffered is a buffer class to store arbitrary length of byte strings and then get a seekable filehandle once everything is buffered. It uses PerlIO and/or temporary file to save the buffer depending on the length of the size." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-korean) -msgid "The Korean traineddata for Tesseract." +#. description(perl-String-Errf) +msgid "String::Errf provides 'errf', a simple string formatter that works something like 'perlfunc/sprintf'. It is implemented using the String::Formatter manpage and the Sub::Exporter manpage. Their documentation may be useful in understanding or extending String::Errf. The 'errf' subroutine is only available when imported. Calling the String::Errf::errf manpage will not do what you want." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-latvian) -msgid "The Latvian traineddata for Tesseract." +#. description(perl-String-Format) +msgid "String::Format lets you define arbitrary printf-like format sequences to be expanded. This module would be most useful in configuration files and reporting tools, where the results of a query need to be formatted in a particular way. It was inspired by mutt's index_format and related directives (see <URL:http://www.mutt.org/doc/manual/manual-6.html#index_format>)." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-lithuanian) -msgid "The Lithuanian traineddata for Tesseract." +#. description(perl-String-Formatter) +msgid "" +"String::Formatter is a tool for building sprintf-like formatting routines. It supports named or positional formatting, custom conversions, fixed string interpolation, and simple width-matching out of the box. It is easy to alter its behavior to write new kinds of format string expanders. For most cases, it should be easy to build all sorts of formatters out of the options built into String::Formatter.\n" +"\n" +"Normally, String::Formatter will be used to import a sprintf-like routine referred to as \"'stringf'\", but which can be given any name you like. This routine acts like sprintf in that it takes a string and some inputs and returns a new string:\n" +"\n" +" my $output = stringf \"Some %a format %s for you to %u.\\n\", { ... };\n" +"\n" +"This routine is actually a wrapper around a String::Formatter object created by importing stringf. In the following code, the entire hashref after \"stringf\" is passed to String::Formatter's constructor (the 'new' method), save for the '-as' key and any other keys that start with a dash.\n" +"\n" +" use String::Formatter stringf => { -as => 'fmt_time', codes => { ... }, format_hunker => ..., input_processor => ..., }, stringf => { -as => 'fmt_date', codes => { ... }, string_replacer => ..., hunk_formatter => ..., }, ;\n" +"\n" +"As you can see, this will generate two stringf routines, with different behaviors, which are installed with different names. Since the behavior of these routines is based on the 'format' method of a String::Formatter object, the rest of the documentation will describe the way the object behaves.\n" +"\n" +"There's also a 'named_stringf' export, which behaves just like the 'stringf' export, but defaults to the 'named_replace' and 'require_named_input' arguments. There's a 'method_stringf' export, which defaults 'method_replace' and 'require_single_input'. Finally, a 'indexed_stringf', which defaults to 'indexed_replaced' and 'require_arrayref_input'. For more on these, keep reading, and check out the cookbook.\n" +"\n" +"the String::Formatter::Cookbook manpage provides a number of recipes for ways to put String::Formatter to use." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-macedonian) -msgid "The Macedonian traineddata for Tesseract." +#. summary(perl-MooseX-Types-Structured) +msgid "Structured Type Constraints for Moose" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-malay) -msgid "The Malay traineddata for Tesseract." +#. summary(perl-Sub-Spec) +msgid "Subroutine metadata specification" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-malayalam) -msgid "The Malayalam traineddata for Tesseract." +#. description(php5-pear-HTTP_Request) +msgid "Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy, Proxy Authentication, SSL, file uploads etc." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-maltese) -msgid "The Maltese traineddata for Tesseract." +#. description(python-amqplib) +msgid "Supports the 0-8 AMQP spec, and has been tested with RabbitMQ and Pythons 2.4, 2.5, and 2.6." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-math_equation) -msgid "The Math / Equation Detection Module traineddata for Tesseract." +#. summary(php5-pear-XML_Serializer) +msgid "Swiss-army knife for creating, reading and writing XML files" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-english_middle_1100_to_1500) -msgid "The Middle English (1100-1500) traineddata for Tesseract." +#. description(python3-sympy) +msgid "SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-french_middle_1400_to_1600) -msgid "The Middle French (ca. 1400-1600) traineddata for Tesseract." +#. summary(php5-pear-symfony-YAML) +msgid "Symfony YAML Component" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-norwegian) -msgid "The Norwegian traineddata for Tesseract." +#. summary(php5-pear-symfony2-Yaml) +msgid "Symfony2 Yaml Component" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-orientation_and_script_detection) -msgid "The Orientation & Script Detection Enabler traineddata for Tesseract." +#. summary(python3-pylint) +msgid "Syntax and style checker for Python code" msgstr "" -#. description(python-oslo.messaging) -msgid "The Oslo Messaging library is a project to have a common RPC code independent of the actual RPC library being used." +#. summary(perl-MooseX-TransactionalMethods) +msgid "Syntax sugar for transactional methods" msgstr "" -#. description(python-oslo.sphinx) -msgid "The Oslo Sphinx library provides an OpenStack common layer of Sphinx plugins." +#. summary(python-cliff-tablib) +msgid "Tablib formatters for cliff" msgstr "" -#. description(python-oslo.version) -msgid "The Oslo Version library provides an OpenStack common way of determining a project version number." +#. description(python3-Tempita) +msgid "" +"Tempita is a small templating language for text substitution.\n" +"\n" +"This isn't meant to be the Next Big Thing in templating; it's just a handy little templating language for when your project outgrows string.Template or % substitution. It's small, it embeds Python in strings, and it doesn't do much else." msgstr "" -#. description(python-oslo.config) -msgid "The Oslo configuration API supports parsing command line arguments and .ini style configuration files." +#. summary(python-django-dbtemplates) +msgid "Template loader for templates stored in the database" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-polish) -msgid "The Polish traineddata for Tesseract." +#. summary(python-django-static) +msgid "Template tags for better serving static files from templates" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-portuguese) -msgid "The Portuguese traineddata for Tesseract." +#. description(python-django-static) +msgid "Template tags for better serving static files from templates in Django." msgstr "" -#. description(qos) -msgid "" -"The Problem: Bufferbloat (see http://en.wikipedia.org/wiki/Bufferbloat)\n" -"\n" -" - Your SSH session turns to molasses when your kid watches YouTube - Your wife complains that \"the internet is slow\" - You hate the stupid DSL modems supplied by the phone company with their giant packet queues that add unnecessary latency - You have your own Linux router that routes all your traffic or is the only machine you have connected to the Internet and know there must be a better way\n" -"\n" -"The Solution: QoS\n" -"\n" -" QoS = \"Quality of Service\"\n" -"\n" -" You probably already know about it. Control and proritize traffic.\n" -"\n" -" This QoS is new and improved. Previous QoS setups only throttled traffic in the download direction. This one handles both directions using the (poorly documented) Linux ifb interface and tc(8) 'mirred' redirection." +#. summary(perl-Stream-Buffered) +msgid "Temporary buffer to save bytes" msgstr "" -#. description(python-Pylons) -msgid "" -"The Pylons web framework is aimed at making webapps and large programmatic website development in Python easy. Several key points:\n" -"\n" -" * A framework to make writing web applications in Python easy * Utilizes a minimalist, component-based philosophy that makes it easy to expand on * Harness existing knowledge about Python" +#. description(perl-Term-Encoding) +msgid "Term::Encoding is a simple module to detect an encoding the current terminal expects, in various ways." msgstr "" -#. summary(python-pyramid) -msgid "The Pyramid web application development framework, a Pylons project" +#. summary(perl-Test-WWW-Selenium) +msgid "Test applications using Selenium Remote Control" msgstr "" -#. description(python-redis) -msgid "The Python interface to the Redis key-value store." +#. summary(python-discover) +msgid "Test discovery for unittest. Backported from Python 2.7 for Python 24+" msgstr "" -#. summary(rfc) -msgid "The RFCs (Request For Comments)" +#. summary(perl-Test-Without-Module) +msgid "Test fallback behaviour in absence of modules" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-romanian) -msgid "The Romanian traineddata for Tesseract." +#. summary(perl-Test-Warnings) +msgid "Test for warnings and the lack of them" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-russian) -msgid "The Russian traineddata for Tesseract." +#. summary(perl-Test-Command) +msgid "Test routines for external commands" msgstr "" -#. description(salt:salt-master) -msgid "The Salt master is the central server to which all minions connect. Enabled commands to remote systems to be called in parallel rather than serially." +#. summary(perl-Test-Synopsis) +msgid "Test your SYNOPSIS code" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-serbian_latin) -msgid "The Serbian (Latin) traineddata for Tesseract." +#. description(perl-Test-Class) +msgid "" +"Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style.\n" +"\n" +"Built using the Test::Builder manpage, it was designed to work with other Test::Builder based modules (the Test::More manpage, the Test::Differences manpage, the Test::Exception manpage, etc.).\n" +"\n" +"_Note:_ This module will make more sense, if you are already familiar with the \"standard\" mechanisms for testing perl code. Those unfamiliar with the Test::Harness manpage, the Test::Simple manpage, the Test::More manpage and friends should go take a look at them now. the Test::Tutorial manpage is a good starting point." msgstr "" -#. description(shorewall:shorewall6) -msgid "The Shoreline Firewall 6, more commonly known as \"Shorewall6\", is a Netfilter (ip6tables) based IPv6 firewall that can be used on a dedicated firewall system, a multi-function gateway/ router/server or on a standalone GNU/Linux system." +#. summary(perl-Test-MockTime) +msgid "Test::MockTime Perl module" msgstr "" -#. description(shorewall:shorewall6-lite) +#. description(perl-Test-Output) msgid "" -"The Shoreline Firewall 6, more commonly known as \"Shorewall6\", is a Netfilter (ip6tables) based firewall that can be used on a dedicated firewall system, a multi-function gateway/ router/server or on a standalone GNU/Linux system.\n" +"Test::Output provides a simple interface for testing output sent to STDOUT or STDERR. A number of different utilities are included to try and be as flexible as possible to the tester.\n" "\n" -"Shorewall6 Lite is a companion product to Shorewall6 that allows network administrators to centralize the configuration of Shorewall6-based firewalls." +"Originally this module was designed not to have external requirements, however, the features provided by the Sub::Exporter manpage over what the Exporter manpage provides is just to great to pass up.\n" +"\n" +"Likewise, Capture::Tiny provides a much more robust capture mechanism without than the original Test::Output::Tie." msgstr "" -#. description(shorewall) -msgid "The Shoreline Firewall, more commonly known as \"Shorewall\", is a Netfilter (iptables) based firewall that can be used on a dedicated firewall system, a multi-function gateway/ router/server or on a standalone GNU/Linux system." +#. summary(perl-Test-Pod-Coverage) +msgid "Test::Pod::Coverage Perl module" msgstr "" -#. description(shorewall:shorewall-init) +#. description(perl-Test-Requires) msgid "" -"The Shoreline Firewall, more commonly known as \"Shorewall\", is a Netfilter (iptables) based firewall that can be used on a dedicated firewall system, a multi-function gateway/ router/server or on a standalone GNU/Linux system.\n" +"Test::Requires checks to see if the module can be loaded.\n" "\n" -"Shorewall Init is a companion product to Shorewall that allows for tigher control of connections during boot and that integrates Shorewall with ifup/ifdown and NetworkManager." +"If this fails rather than failing tests this *skips all tests*.\n" +"\n" +"Test::Requires can also be used to require a minimum version of Perl:\n" +"\n" +" use Test::Requires \"5.010\"; # quoting is necessary!!\n" +"\n" +" use Test::Requires \"v5.10\";" msgstr "" -#. description(shorewall:shorewall-lite) +#. description(perl-Test-SharedFork) msgid "" -"The Shoreline Firewall, more commonly known as \"Shorewall\", is a Netfilter (iptables) based firewall that can be used on a dedicated firewall system, a multi-function gateway/ router/server or on a standalone GNU/Linux system.\n" +"Test::SharedFork is utility module for Test::Builder.\n" "\n" -"Shorewall Lite is a companion product to Shorewall that allows network administrators to centralize the configuration of Shorewall-based firewalls." +"This module makes the fork(2) manpage safety in your test case.\n" +"\n" +"This module merges test count with parent process & child process." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-slovak) -msgid "The Slovak and Slovak (Fraktur) traineddata for Tesseract." +#. description(perl-Test-Synopsis) +msgid "" +"Test::Synopsis is an (author) test module to find .pm or .pod files under your _lib_ directory and then make sure the example snippet code in your _SYNOPSIS_ section passes the perl compile check.\n" +"\n" +"Note that this module only checks the perl syntax (by wrapping the code with 'sub') and doesn't actually run the code, *UNLESS* that code is a 'BEGIN {}' block or a 'use' statement.\n" +"\n" +"Suppose you have the following POD in your module.\n" +"\n" +" =head1 NAME\n" +"\n" +" Awesome::Template - My awesome template\n" +"\n" +" =head1 SYNOPSIS\n" +"\n" +" use Awesome::Template;\n" +"\n" +" my $template = Awesome::Template->new; $tempalte->render(\"template.at\");\n" +"\n" +" =head1 DESCRIPTION\n" +"\n" +"An user of your module would try copy-paste this synopsis code and find that this code doesn't compile because there's a typo in your variable name _$tempalte_. Test::Synopsis will catch that error before you ship it." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-slovenian) -msgid "The Slovenian traineddata for Tesseract." +#. description(perl-Test-TCP) +msgid "Test::TCP is test utilities for TCP/IP programs." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-spanish_old) -msgid "The Spanish (Old) traineddata for Tesseract." +#. summary(perl-Test-TCP) +msgid "Testing TCP program" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-spanish) -msgid "The Spanish traineddata for Tesseract." +#. description(perl-Test-Base) +msgid "" +"Testing is usually the ugly part of Perl module authoring. Perl gives you a standard way to run tests with Test::Harness, and basic testing primitives with Test::More. After that you are pretty much on your own to develop a testing framework and philosophy. Test::More encourages you to make your own framework by subclassing Test::Builder, but that is not trivial.\n" +"\n" +"Test::Base gives you a way to write your own test framework base class that _is_ trivial. In fact it is as simple as two lines:\n" +"\n" +" package MyTestFramework; use Test::Base -Base;\n" +"\n" +"A module called 'MyTestFramework.pm' containing those two lines, will give all the power of Test::More and all the power of Test::Base to every test file that uses it. As you build up the capabilities of 'MyTestFramework', your tests will have all of that power as well.\n" +"\n" +"'MyTestFramework' becomes a place for you to put all of your reusable testing bits. As you write tests, you will see patterns and duplication, and you can \"upstream\" them into 'MyTestFramework'. Of course, you don't have to subclass Test::Base at all. You can use it directly in many applications, including everywhere you would use Test::More.\n" +"\n" +"Test::Base concentrates on offering reusable data driven patterns, so that you can write tests with a minimum of code. At the heart of all testing you have inputs, processes and expected outputs. Test::Base provides some clean ways for you to express your input and expected output data, so you can spend your time focusing on that rather than your code scaffolding." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-swahili) -msgid "The Swahili traineddata for Tesseract." +#. summary(perl-Test-WWW-Mechanize) +msgid "Testing-specific WWW::Mechanize subclass" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-swedish_fraktur) -msgid "The Swedish (Fraktur) traineddata for Tesseract." +#. summary(perl-Test-LongString) +msgid "Tests strings for equality, with more helpful failures" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-swedish) -msgid "The Swedish traineddata for Tesseract." +#. summary(python3-testscenarios) +msgid "Testscenarios, a pyunit extension for dependency injection" msgstr "" -#. summary(python-Werkzeug) -msgid "The Swiss Army knife of Python web development" +#. summary(python3-progressbar) +msgid "Text Progressbar Library for Python" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-tagalog) -msgid "The Tagalog traineddata for Tesseract." +#. description(perl-Text-Autoformat) +msgid "" +"Text::Autoformat provides intelligent formatting of plaintext without the need for any kind of embedded mark-up. The module recognizes Internet quoting conventions, a wide range of bulleting and number schemes, centred text, and block quotations, and reformats each appropriately. Other options allow the user to adjust inter-word and inter-paragraph spacing, justify text, and impose various capitalization schemes.\n" +"\n" +"The module also supplies a re-entrant, highly configurable replacement for the built-in Perl format() mechanism.\n" +"\n" +"Author:\n" +"------- Damian Conway <damian@conway.org>" msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-tamil) -msgid "The Tamil traineddata for Tesseract." +#. description(perl-Text-CSV) +msgid "" +"Text::CSV provides facilities for the composition and decomposition of comma-separated values using the Text::CSV_XS manpage or its pure Perl version.\n" +"\n" +"An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields.\n" +"\n" +"The module accepts either strings or files as input and can utilize any user-specified characters as delimiters, separators, and escapes so it is perhaps better called ASV (anything separated values) rather than just CSV." msgstr "" -#. description(tesseract-traineddata:tesseract-traineddata-telugu) -msgid "The Telugu traineddata for Tesseract." +#. description(perl-Text-Patch) +msgid "" +"Text::Patch combines source text with given diff (difference) data. Diff data is produced by Text::Diff module or by the standard diff utility (man diff, see -u option).\n" +"\n" +"* patch( $source, $diff, options... )\n" +"\n" +" First argument is source (original) text. Second is the diff data. Third argument can be either hash reference with options or all the rest arguments will be considered patch options:\n" +"\n" +" $output = patch( $source, $diff, STYLE => \"Unified\", ... );\n" +"\n" +" $output = patch( $source, $diff, { STYLE => \"Unified\", ... } );\n" +"\n" +" Options are:\n" +"\n" +" STYLE => 'Unified'\n" +"\n" +" STYLE can be \"Unified\", \"Context\" or \"OldStyle\".\n" +"\n" +" The 'Unified' diff format looks like this:\n" +"\n" +" @@ -1,7 +1,6 @@ -The Way that can be told of is not the eternal Way; -The name that can be named is not the eternal name. The Nameless is the origin of Heaven and Earth; -The Named is the mother of all things. +The named is the mother of all things. + Therefore let there always be non-being, so we may see their subtlety, And let there always be being, @@ -9,3 +8,6 @@ The two are the same, But after they are produced, they have different names. +They both may be called deep and profound. +Deeper and more profound, +The door of all subtleties!" msgstr "" -#. summary(termcap:termcap-32bit) -msgid "The Termcap Library" -msgstr "Библиотека termcap" - -#. description(tesseract-traineddata:tesseract-traineddata-thai) -msgid "The Thai traineddata for Tesseract." -msgstr "" - -#. summary(squirrelmail-beta:squirrelmail-beta-lang) -msgid "The Translations for squirrelmail" -msgstr "Переводы для squirrelmail" - -#. description(tesseract-traineddata:tesseract-traineddata-turkish) -msgid "The Turkish traineddata for Tesseract." -msgstr "" - -#. description(tesseract-traineddata:tesseract-traineddata-ukrainian) -msgid "The Ukrainian traineddata for Tesseract." -msgstr "" - -#. description(tesseract-traineddata:tesseract-traineddata-vietnamese) -msgid "The Vietnamese traineddata for Tesseract." -msgstr "" - -#. description(python-ZODB3) +#. description(perl-Text-TabularDisplay) msgid "" -"The ZODB3 distribution is a \"meta\" distribution that requires projects: ZODB, persistent, BTrees and ZEO, which, in the past, were included in the ZODB 3 project.\n" +"Text::TabularDisplay simplifies displaying textual data in a table. The output is identical to the columnar display of query results in the mysql text monitor. For example, this data:\n" "\n" -"For more information on ZODB, persistent, BTrees, and ZEO, see the respective project pages in PyPI:\n" +" 1, \"Tom Jones\", \"(666) 555-1212\" 2, \"Barnaby Jones\", \"(666) 555-1213\" 3, \"Bridget Jones\", \"(666) 555-1214\"\n" "\n" -" http://pypi.python.org/pypi/ZODB http://pypi.python.org/pypi/persistent http://pypi.python.org/pypi/BTrees http://pypi.python.org/pypi/ZEO\n" +"Used like so:\n" "\n" -"and http://zodb.org." +" my $t = Text::TabularDisplay->new(qw(id name phone)); $t->add(1, \"Tom Jones\", \"(666) 555-1212\"); $t->add(2, \"Barnaby Jones\", \"(666) 555-1213\"); $t->add(3, \"Bridget Jones\", \"(666) 555-1214\"); print $t->render;\n" +"\n" +"Produces:\n" +"\n" +" +----+---------------+----------------+ | id | name | phone | +----+---------------+----------------+ | 1 | Tom Jones | (666) 555-1212 | | 2 | Barnaby Jones | (666) 555-1213 | | 3 | Bridget Jones | (666) 555-1214 | +----+---------------+----------------+" msgstr "" -#. description(python-ZODB) -msgid "The Zope Object Database provides an object-oriented database for Python that provides a high-degree of transparency. Applications can take advantage of object database features with few, if any, changes to application logic. ZODB includes features such as a plugable storage interface, rich transaction support, and undo." +#. summary(python-CouchDB:python-CouchDB-doc) +msgid "The API reference files for CouchDB" msgstr "" -#. description(texlive-abc) +#. description(perl-MooseX-SetOnce) msgid "" -"The abc package lets you include lines of music written in the ABC Plus language. The package will then employ the \\write18 facility to convert your notation to PostScript (using the established utility abcm2ps) and hence to the format needed for inclusion in your document.\n" +"The 'SetOnce' attribute lets your class have attributes that are not lazy and not set, but that cannot be altered once set.\n" "\n" -"date: 2008-03-08 19:47:21 +0000" +"The logic is very simple: if you try to alter the value of an attribute with the SetOnce trait, either by accessor or writer, and the attribute has a value, it will throw an exception.\n" +"\n" +"If the attribute has a clearer, you may clear the attribute and set it again." msgstr "" -#. description(texlive-abstract) -msgid "" -"The abstract package gives you control over the typesetting of the abstract environment, and in particular provides for a one column abstract in a two column paper.\n" -"\n" -"date: 2009-09-02 09:33:10 +0000" +#. description(php5-pear-ezc-Base) +msgid "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package." msgstr "" -#. description(texlive-accfonts) +#. description(perl-Parse-CPAN-Packages) msgid "" -"The accfonts package contains three utilities to permit easy manipulation of fonts, in particular the creation of unusual accented characters. Mkt1font works on Adobe Type 1 fonts, vpl2vpl works on TeX virtual fonts and vpl2ovp transforms a TeX font to an Omega one. All three programs read in a font (either the font itself or a property list), together with a simple definition file containing lines such as '128 z acute'; they then write out a new version of the font with the requested new characters in the numerical slots specified. Great care is taken over the positioning of accents, and over the provision of kerning information for new characters; mkt1font also generates suitable \"hints\" to enhance quality at small sizes or poor resolutions. The programs are written in Perl.\n" +"The Comprehensive Perl Archive Network (CPAN) is a very useful collection of Perl code. It has several indices of the files that it hosts, including a file named \"02packages.details.txt.gz\" in the \"modules\" directory. This file contains lots of useful information and this module provides a simple interface to the data contained within.\n" "\n" -"date: 2009-04-10 09:27:58 +0000" +"In a future release the Parse::CPAN::Packages::Package manpage and the Parse::CPAN::Packages::Distribution manpage might have more information." msgstr "" -#. description(texlive-adjustbox) -msgid "The adjustbox package" +#. description(php5-pear-ezc-ConsoleTools) +msgid "The ConsoleTools package provides Console handling." msgstr "" -#. description(texlive-aecc) -msgid "The aecc package" +#. description(perl-Net-OpenID-Common) +msgid "The Consumer and Server implementations share a few libraries which live with this module. This module is here largely to hold the version number and this documentation, though it also incorporates some utility functions inherited from previous versions of the Net::OpenID::Consumer manpage." msgstr "" -#. description(texlive-afm2pl) -msgid "The afm2pl package" +#. description(python-django-debug-toolbar) +msgid "" +"The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content.\n" +"\n" +"Currently, the following panels have been written and are working: - Django version - Request timer - A list of settings in settings.py - Common HTTP headers - GET/POST/cookie/session variable display - Templates and context used, and their template paths - SQL queries including time to execute and links to EXPLAIN each query - List of signals, their args and receivers - Logging output via Python's built-in logging, or via the logbook module\n" +"\n" +"There is also one Django management command currently: - debugsqlshell: Outputs the SQL that gets executed as you work in the Python interactive shell." msgstr "" -#. description(sat4j) -msgid "The aim of the SAT4J library is to provide an efficient library of SAT solvers in Java. The SAT4J library targets first users of SAT \"black boxes\", those willing to embed SAT technologies into their application without worrying about the details." +#. description(php5-pear-ezc-Graph) +msgid "The Graph package provides the basic infrastructure for graphs." msgstr "" -#. summary(texlive-algorithmicx) -msgid "The algorithmic style you always wanted" +#. description(php5-pear-HTML_QuickForm) +msgid "" +"The HTML_QuickForm package provides methods to dynamically create, validate and render HTML forms.\n" +"\n" +"Features:\n" +"* More than 20 ready-to-use form elements.\n" +"* XHTML compliant generated code.\n" +"* Numerous mixable and extendable validation rules.\n" +"* Automatic server-side validation and filtering.\n" +"* On request javascript code generation for client-side validation.\n" +"* File uploads support.\n" +"* Total customization of form rendering.\n" +"* Support for external template engines (ITX, Sigma, Flexy, Smarty).\n" +"* Pluggable elements, rules and renderers extensions." msgstr "" -#. description(texlive-amsldoc-it) -msgid "The amsldoc-it package" +#. description(php5-pear-Horde_Auth) +msgid "The Horde_Auth package provides a common interface into the various backends for the Horde authentication system." msgstr "" -#. description(texlive-amsthdoc-it) -msgid "The amsthdoc-it package" +#. description(php5-pear-Horde_Browser) +msgid "The Horde_Browser class provides an API for getting information about the current user's browser and its capabilities." msgstr "" -#. summary(salt-api) -msgid "The api for Salt a parallel remote execution system" +#. description(php5-pear-Horde_Crypt) +msgid "The Horde_Crypt package class provides an API for various cryptographic systems." msgstr "" -#. description(texlive-appendix) -msgid "" -"The appendix package provides various ways of formatting the titles of appendices. Also (sub)appendices environments are provided that can be used, for example, for per chapter/section appendices. The word `Appendix' or similar can be prepended to the appendix number for article class documents. The word `Appendices' or similar can be added to the table of contents before the appendices are listed. The word `Appendices' or similar can be typeset as a \\part-like heading (page) in the body. An appendices environment is provided which can be used instead of the \\appendix command.\n" -"\n" -"date: 2009-09-02 09:33:10 +0000" +#. description(php5-pear-Horde_Editor) +msgid "The Horde_Editor package provides an API to generate the code necessary for embedding javascript RTE editors in a web page." msgstr "" -#. description(texlive-auncial-new) -msgid "" -"The auncial-new bundle provides packages and fonts for a script based on the Artificial Uncial manuscript book-hand used between the 6th & 10th century AD. The script consists of minuscules and digits, with some appropriate period punctuation marks. Both normal and bold versions are provided, and the font is distributed in Adobe Type 1 format. This is an experimental new version of the auncial bundle, which is one of a series of bookhand fonts. The font follows the B1 encoding developed for bookhands. Access to the encoding is essential. The encoding mainly follows the standard T1 encoding.\n" -"\n" -"date: 2008-08-16 18:32:59 +0000" +#. description(php5-pear-Horde_Form) +msgid "The Horde_Form package provides form rendering, validation, and other functionality for the Horde Application Framework." msgstr "" -#. description(texlive-babel-basque) -msgid "The babel-basque package" +#. description(php5-pear-Horde_History) +msgid "The Horde_History API provides a way to track changes on arbitrary pieces of data in Horde applications." msgstr "" -#. description(texlive-babel-breton) -msgid "The babel-breton package" +#. description(php5-pear-Horde_ListHeaders) +msgid "The Horde_ListHeaders library parses Mailing List Headers as defined in RFC 2369 & RFC 2919." msgstr "" -#. description(texlive-babel-bulgarian) -msgid "The babel-bulgarian package" +#. description(php5-pear-Horde_Lock) +msgid "The Horde_Lock library provides the Horde resource locking system." msgstr "" -#. description(texlive-babel-catalan) -msgid "The babel-catalan package" +#. description(php5-pear-Horde_LoginTasks) +msgid "The Horde_LoginTasks library provides a set of methods for dealing with tasks run upon login to Horde applications." msgstr "" -#. description(texlive-babel-croatian) -msgid "The babel-croatian package" +#. description(php5-pear-Horde_Mail) +msgid "" +"The Horde_Mail library is a fork of the PEAR Mail library that provides additional functionality, including (but not limited to):\n" +"* Allows a stream to be passed in.\n" +"* Allows raw headertext to be used in the outgoing messages (required for things like message redirection pursuant to RFC 5322 [3.6.6]).\n" +"* Native PHP 5 code.\n" +"* PHPUnit test suite.\n" +"* Provides more comprehensive sendmail error messages.\n" +"* Uses Exceptions instead of PEAR_Errors." msgstr "" -#. description(texlive-babel-czech) -msgid "The babel-czech package" +#. description(php5-pear-Horde_Memcache) +msgid "The Horde_Memcache library provides an API to access a memcache installation in Horde code." msgstr "" -#. description(texlive-babel-danish) -msgid "The babel-danish package" +#. description(php5-pear-Horde_Notification) +msgid "The Horde_Notification library provides a subject-observer pattern for raising and showing messages of different types and to different listeners." msgstr "" -#. description(texlive-babel-dutch) -msgid "The babel-dutch package" +#. description(php5-pear-Horde_Prefs) +msgid "The Horde_Prefs package provides a common abstracted interface into the various preferences storage mediums. It also includes all of the functions for retrieving, storing, and checking preference values." msgstr "" -#. description(texlive-babel-english) -msgid "The babel-english package" +#. description(php5-pear-Horde_Rpc) +msgid "The Horde_Rpc library provides a common abstracted interface to various remote methods of accessing Horde functionality." msgstr "" -#. description(texlive-babel-esperanto) -msgid "The babel-esperanto package" +#. description(php5-pear-Horde_Secret) +msgid "The Horde_Secret library provides an API for encrypting and decrypting small pieces of data with the use of a shared key." msgstr "" -#. description(texlive-babel-estonian) -msgid "The babel-estonian package" +#. description(php5-pear-Horde_Serialize) +msgid "The Horde_Serialize library provides various methods of encapsulating data." msgstr "" -#. description(texlive-babel-finnish) -msgid "The babel-finnish package" +#. description(php5-pear-Horde_Test) +msgid "The Horde_Test library provides Horde-specific PHPUnit base classes." msgstr "" -#. description(texlive-babel-galician) -msgid "The babel-galician package" +#. description(php5-pear-Horde_Text_Filter) +msgid "The Horde_Text_Filter library provides common methods for fitering and converting text." msgstr "" -#. description(texlive-babel-german) -msgid "The babel-german package" +#. description(php5-pear-Horde_Text_Filter_Csstidy) +msgid "The Horde_Text_Filter_Csstidy:: class provides the PHP-based library needed to perform optimization/compression on CSS code. It is provided in a separate package as the code is under the GPLv2 license instead of the LGPLv2 license used for the Text_Filter class." msgstr "" -#. description(texlive-babel-hebrew) -msgid "The babel-hebrew package" +#. description(php5-pear-Horde_Text_Flowed) +msgid "The Horde_Text_Flowed:: class provides common methods for manipulating text using the encoding described in RFC 3676 ('flowed' text)." msgstr "" -#. description(texlive-babel-icelandic) -msgid "The babel-icelandic package" +#. description(php5-pear-Horde_Token) +msgid "The Horde_Token:: class provides a common abstracted interface into the various token generation mediums. It also includes all of the functions for retrieving, storing, and checking tokens." msgstr "" -#. description(texlive-babel-interlingua) -msgid "The babel-interlingua package" +#. description(php5-pear-Horde_View) +msgid "The Horde_View library provides a simple View pattern implementation." msgstr "" -#. description(texlive-babel-irish) -msgid "The babel-irish package" +#. description(python-ipy) +msgid "The IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 addresses and networks. It was greatly inspired by RIPE's Perl module NET::IP's interface but doesn't share the implementation. It doesn't share non-CIDR netmasks, so funky stuff like a netmask of 0xffffff0f can't be done here." msgstr "" -#. description(texlive-babel-kurmanji) -msgid "The babel-kurmanji package" +#. summary(perl-MooseX-POE) +msgid "The Illicit Love Child of Moose and POE" msgstr "" -#. description(texlive-babel-latin) -msgid "The babel-latin package" +#. description(php5-pear-Log) +msgid "The Log package provides an abstracted logging framework. It includes output handlers for log files, databases, syslog, email, Firebug, and the console. It also provides composite and subject-observer logging mechanisms." msgstr "" -#. description(texlive-babel-norsk) -msgid "The babel-norsk package" +#. description(php5-pear-Net_DIME) +msgid "The Net_DIME package provides an implementation of DIME as defined at http://xml.coverpages.org/draft-nielsen-dime-02.txt" msgstr "" -#. description(texlive-babel-piedmontese) -msgid "The babel-piedmontese package" +#. description(python-oslo.messaging) +msgid "The Oslo Messaging library is a project to have a common RPC code independent of the actual RPC library being used." msgstr "" -#. description(texlive-babel-polish) -msgid "The babel-polish package" -msgstr "" +#. description(python-oslo.rootwrap) +#, fuzzy +#| msgid "The termcap library." +msgid "The Oslo Rootwrap library." +msgstr "Библиотека termcap." -#. description(texlive-babel-portuges) -msgid "The babel-portuges package" +#. description(python-oslo.sphinx) +msgid "The Oslo Sphinx library provides an OpenStack common layer of Sphinx plugins." msgstr "" -#. description(texlive-babel-romanian) -msgid "The babel-romanian package" +#. description(python-oslo.version) +msgid "The Oslo Version library provides an OpenStack common way of determining a project version number." msgstr "" -#. description(texlive-babel-samin) -msgid "The babel-samin package" +#. description(python-oslo.config) +msgid "The Oslo configuration API supports parsing command line arguments and .ini style configuration files." msgstr "" -#. description(texlive-babel-scottish) -msgid "The babel-scottish package" +#. description(php5-pear-HTML_Common) +msgid "" +"The PEAR::HTML_Common package provides methods for html code display and attributes handling.\n" +"* Methods to set, remove, update html attributes.\n" +"* Handles comments in HTML code.\n" +"* Handles layout, tabs, line endings for nicer HTML code." msgstr "" -#. description(texlive-babel-serbian) -msgid "The babel-serbian package" +#. summary(postgresql:postgresql-plpython) +msgid "The PL/Python Procedural Languages for PostgreSQL" msgstr "" -#. description(texlive-babel-slovak) -msgid "The babel-slovak package" +#. summary(postgresql:postgresql-plperl) +msgid "The PL/Tcl, PL/Perl, and PL/Python procedural languages for PostgreSQL" msgstr "" -#. description(texlive-babel-sorbian) -msgid "The babel-sorbian package" +#. summary(perl-Test-Unit) +msgid "The PerlUnit testing framework" msgstr "" -#. description(texlive-babel-ukraineb) -msgid "The babel-ukraineb package" +#. description(php5-pear-Horde_Perms) +msgid "The Perms package provides an interface to the Horde permissions system." msgstr "" -#. description(texlive-beamer) +#. description(perl-Proc-Simple) msgid "" -"The beamer LaTeX class can be used for producing slides. Its functionality is similar to Prosper but does not need any external programs and can directly produce a presentation using pdflatex. Beamer uses pgf for pdf/ps independent graphics. Frames are created using \\frame{...}, and a frame can build multiple slides through a simple notation for specifying material for each slide within a frame. Beamer supports bibliographies, appendicies and transitions. Short versions of title, authors, institute can also be specified as optional parameters. A \\plainframe{} allows a picture, for example, to fill the whole frame. Support figure and table environments, transparency effects, a \\transduration command, animation commands, a pauses environment. Beamer also provides compatibility with other packages like prosper. The package now incorporates the functionality of the former translator package, which is used for customising the package for use in other language environments.\n" +"The Proc::Simple package provides objects mimicing real-life processes from a user's point of view. A new process object is created by\n" "\n" -"date: 2013-01-04 22:53:30 +0000" +" $myproc = Proc::Simple->new();\n" +"\n" +"Either external programs or perl subroutines can be launched and controlled as processes in the background.\n" +"\n" +"A 10-second sleep process, for example, can be launched as an external program as in\n" +"\n" +" $myproc->start(\"/bin/sleep 10\"); # or $myproc->start(\"/bin/sleep\", \"10\");\n" +"\n" +"or as a perl subroutine, as in\n" +"\n" +" sub mysleep { sleep(shift); } # Define mysleep() $myproc->start(\\&mysleep, 10); # Launch it.\n" +"\n" +"or even as\n" +"\n" +" $myproc->start(sub { sleep(10); });\n" +"\n" +"The _start_ Method returns immediately after starting the specified process in background, i.e. there's no blocking. It returns _1_ if the process has been launched successfully and _0_ if not.\n" +"\n" +"The _poll_ method checks if the process is still running\n" +"\n" +" $running = $myproc->poll();\n" +"\n" +"and returns _1_ if it is, _0_ if it's not. Finally,\n" +"\n" +" $myproc->kill();\n" +"\n" +"terminates the process by sending it the SIGTERM signal. As an option, another signal can be specified.\n" +"\n" +" $myproc->kill(\"SIGUSR1\");\n" +"\n" +"sends the SIGUSR1 signal to the running process. _kill_ returns _1_ if it succeeds in sending the signal, _0_ if it doesn't.\n" +"\n" +"The methods are discussed in more detail in the next section.\n" +"\n" +"A destructor is provided so that a signal can be sent to the forked processes automatically should the process object be destroyed or if the process exits. By default this behaviour is turned off (see the kill_on_destroy and signal_on_destroy methods)." msgstr "" -#. description(texlive-adfathesis) -msgid "" -"The bundle includes a BibTeX style file.\n" -"\n" -"date: 2011-11-23 22:58:18 +0000" +#. description(openstack-dashboard:python-horizon) +msgid "The Python module horizon is the core component of the OpenStack dashboard." msgstr "" -#. description(texlive-aastex) +#. description(python-backports.ssl_match_hostname) msgid "" -"The bundle provides a document class for preparing papers for American Astronomical Society publications. Authors who wish to submit papers to AAS journals are strongly urged to use this class in preference to any of the alternatives available.\n" +"The Secure Sockets layer is only actually *secure* if you check the hostname in the certificate returned by the server to which you are connecting, and verify that it matches to hostname that you are trying to reach.\n" "\n" -"date: 2007-01-26 21:11:52 +0000" +"But the matching logic, defined in `RFC2818`_, can be a bit tricky to implement on your own. So the ``ssl`` package in the Standard Library of Python 3.2 and greater now includes a ``match_hostname()`` function for performing this check instead of requiring every application to implement the check separately.\n" +"\n" +"This backport brings ``match_hostname()`` to users of earlier versions of Python. Simply make this distribution a dependency of your package, and then use it like this::\n" +"\n" +" from backports.ssl_match_hostname import match_hostname, CertificateError ... sslsock = ssl.wrap_socket(sock, ssl_version=ssl.PROTOCOL_SSLv3, cert_reqs=ssl.CERT_REQUIRED, ca_certs=...) try: match_hostname(sslsock.getpeercert(), hostname) except CertificateError, ce: ..." msgstr "" -#. description(texlive-bangtex) +#. description(perl-Spreadsheet-ParseExcel) msgid "" -"The bundle provides class files for writing Bangla and Assamese with LaTeX, and MetaFont sources for fonts.\n" +"The Spreadsheet::ParseExcel module can be used to read information from Excel 95-2003 binary files.\n" "\n" -"date: 2006-12-14 20:17:11 +0000" +"The module cannot read files in the Excel 2007 Open XML XLSX format. See the the Spreadsheet::XLSX manpage module instead." msgstr "" -#. description(texlive-abntex2) +#. description(perl-Switch) msgid "" -"The bundle provides support for writing technical and scientific Brazilian documents (like academic thesis, articles, reports, research project and others) based on ABNT rules (Associacao Brasileira de Normas Tecnicas). It replaces the old abntex.\n" +"The Switch.pm module implements a generalized case mechanism that covers most (but not all) of the numerous possible combinations of switch and case values described above.\n" "\n" -"date: 2013-05-27 18:07:27 +0000" +"The module augments the standard Perl syntax with two new control statements: 'switch' and 'case'. The 'switch' statement takes a single scalar argument of any type, specified in parentheses. 'switch' stores this value as the current switch value in a (localized) control variable. The value is followed by a block which may contain one or more Perl statements (including the 'case' statement described below). The block is unconditionally executed once the switch value has been cached." msgstr "" -#. description(texlive-adforn) +#. description(perl-UNIVERSAL-can) msgid "" -"The bundle provides the Ornements ADF font in PostScript type 1 format with TeX/LaTeX support files. The font is licensed under GPL v2 or later with font exception. (See NOTICE, COPYING, README.) The TeX/LaTeX support is licensed under LPPL. (See README, manifest.txt.)\n" +"The UNIVERSAL class provides a few default methods so that all objects can use them. Object orientation allows programmers to override these methods in subclasses to provide more specific and appropriate behavior.\n" "\n" -"date: 2010-10-06 06:49:34 +0000" +"Some authors call methods in the UNIVERSAL class on potential invocants as functions, bypassing any possible overriding. This is wrong and you should not do it. Unfortunately, not everyone heeds this warning and their bad code can break your good code.\n" +"\n" +"This module replaces 'UNIVERSAL::can()' with a method that checks to see if the first argument is a valid invocant has its own 'can()' method. If so, it gives a warning and calls the overridden method, working around buggy code. Otherwise, everything works as you might expect.\n" +"\n" +"Some people argue that you must call 'UNIVERSAL::can()' as a function because you don't know if your proposed invocant is a valid invocant. That's silly. Use 'blessed()' from the Scalar::Util manpage if you want to check that the potential invocant is an object or call the method anyway in an 'eval' block and check for failure (though check the exception _returned_, as a poorly-written 'can()' method could break Liskov and throw an exception other than \"You can't call a method on this type of invocant\").\n" +"\n" +"Just don't break working code." msgstr "" -#. description(texlive-achemso) +#. description(python3-logilab-astng) msgid "" -"The bundle provides the official macros (achemso.cls) and BibTeX styles (achemso.bst and biochem.bst) for submission to the journals of the American Chemical Society. The natmove package, which moves citations relative to punctuation, is distributed as part of the bundle.\n" +"The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs.\n" "\n" -"date: 2013-04-13 21:24:42 +0000" +"It extends class defined in the compiler.ast [1] module with some additional methods and attributes. Instance attributes are added by a builder object, which can either generate extended ast (let's call them astng ;) by visiting an existant ast tree or by inspecting living object. Methods are added by monkey patching ast classes.\n" +"\n" +"Please send any comment, patch or question to the python-projects mailing-list. Before asking a question, please first search the archives in case it would have already been answered. You may want to use google and add \"site:lists.logilab.org\" to your keywords to narrow your search. We will soon provide our own search engine." msgstr "" -#. description(texlive-babel-bahasa) +#. description(python-astroid) msgid "" -"The bundle provides two sets of language typesetting support, for Bahasa Indonesia and Bahasa Malaysia.\n" +"The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs. It used to be called logilab-astng.\n" "\n" -"date: 2013-05-06 20:45:34 +0000" +"It provides a compatible representation which comes from the _ast module. It rebuilds the tree generated by the builtin _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. They include some support for static inference and local name scopes. Furthermore, astroid builds partial trees by inspecting living objects." msgstr "" -#. description(texlive-akktex) +#. description(python-argparse) msgid "" -"The bundle provides: - new document classes for technical documents, thesis works, manuscripts and lecture notes; - many mathematical packages providing a large number of macros for mathematical texts; - layout providing a non-empty parskip with extended length corrections and new section definition commands; - easy label creation for counters; and - german language tools and predefined abbreviations.\n" +"The argparse module provides an easy, declarative interface for creating command line tools, which knows how to:\n" "\n" -"date: 2010-08-24 16:19:56 +0000" +"* parse the arguments and flags from sys.argv\n" +"* convert arg strings into objects for your program\n" +"* format and print informative help messages\n" +"* and much more...\n" +"\n" +"The argparse module improves on the standard library optparse module in a number of ways including:\n" +"\n" +"* handling positional arguments\n" +"* supporting sub-commands\n" +"* allowing alternative option prefixes like + and /\n" +"* handling zero-or-more and one-or-more style arguments\n" +"* producing more informative usage messages\n" +"* providing a much simpler interface for custom types and actions" msgstr "" -#. description(texlive-apa6) -msgid "" -"The class formats documents in APA style (6th Edition). It provides a full set of facilities in three different output modes (journal-like appearance, double-spaced manuscript, LaTeX-like document), in contrast to the earlier apa6e, which only formats double-spaced manuscripts in APA style. The class can mask author identity for copies for use in masked peer review. Citations are provided using the apacite bundle; the class requires that package if citations are to be typeset. The class is a development of the apa class (which is no longer maintained).\n" -"\n" -"date: 2013-01-11 10:26:14 +0000" +#. description(php5-pear-Horde_Pear) +msgid "The component provides various tools to deal with PEAR. Among other features it allows updating the package.xml file or accessing a remote PEAR server." msgstr "" -#. description(texlive-basque-book) +#. description(perl-WWW-Shorten) msgid "" -"The class is derived from the LaTeX book class. The extensions solve grammatical and numeration issues that occur when book- type documents are written in Basque. The class is useful for writing books, PhD and Master Theses, etc., in Basque.\n" +"The function 'makeashorterlink' will call the relevant web site passing it your long URL and will return the shorter version.\n" "\n" -"date: 2012-07-09 11:17:27 +0000" +"The function 'makealongerlink' does the reverse. 'makealongerlink' will accept as an argument either the full shortened URL or just the identifier.\n" +"\n" +"If anything goes wrong, then either function will return 'undef'." msgstr "" -#. description(texlive-articleingud) -msgid "" -"The class is for articles published in INGENIERIA review. It is derived from the standard LaTeX class article.\n" -"\n" -"date: 2012-11-19 09:50:11 +0000" +#. description(python-icalendar) +msgid "The iCalendar package is a parser/generator of iCalendar files for use with Python. It follows the RFC 2445 (iCalendar) specification." msgstr "" -#. description(texlive-archaic) -msgid "" -"The collection contains fonts to represent Aramaic, Cypriot, Etruscan, Greek of the 6th and 4th centuries BCE, Egyptian hieroglyphics, Linear A, Linear B, Nabatean old Persian, the Phaistos disc, Phoenician, proto-Semitic, runic, South Arabian Ugaritic and Viking scripts. The bundle also includes a small font for use in phonetic transcription of the archaic writings. The bundle's own directory includes a font installation map file for the whole collection.\n" -"\n" -"date: 2006-11-08 10:10:08 +0000" +#. description(python-lazr.uri) +msgid "The lazr.uri package includes code for parsing and dealing with URIs." msgstr "" -#. description(texlive-anonchap) +#. description(python-logutils) msgid "" -"The command \\simplechapter sets up the \\chapter command not to number chapters, though they may possibly have a prefix, and a suffix (the \\simplechapterdelim command, which the user may alter). The \\restorechapter command restores the status quo ante.\n" +"The logutils package provides a set of handlers for the Python standard library's logging package.\n" "\n" -"date: 2010-02-23 15:03:07 +0000" +"Some of these handlers are out-of-scope for the standard library, and so they are packaged here. Others are updated versions which have appeared in recent Python releases, but are usable with older versions of Python and so are packaged here." msgstr "" -#. description(texlive-antiqua) -msgid "" -"The directory contains a copy of the Type 1 font \"URW Antiqua 2051 Regular Condensed\" released under the GPL by URW, with supporting files for use with (La)TeX.\n" -"\n" -"date: 2011-10-11 15:17:32 +0000" +#. description(perl-WWW-Pastebin-PastebinCom-Create) +msgid "The module provides means of pasting large texts into the http://pastebin.com manpage pastebin site." msgstr "" -#. description(texlive-amslatex-primer) +#. description(perl-Text-Reform) msgid "" -"The document aims to get you up and running with AMS-LaTeX as quickly as possible. These instructions (along with a template file template.tex) are not a substitute for the full documentation, but they may get you started quickly enough so that you will only need to refer to the main documentation occasionally. In addition to 'AMS-LaTeX out of the box', the document contains: - a section describing how to draw commutative diagrams using Xy-pic; and - a section describing how to use amsrefs to create a bibliography.\n" +"The module supplies a re-entrant, highly configurable replacement for the built-in Perl format() mechanism.\n" "\n" -"date: 2013-01-28 23:01:00 +0000" +"Author:\n" +"------- Damian Conway <damian@conway.org>" msgstr "" -#. description(texlive-ascii-chart) -msgid "" -"The document may be converted between Plain TeX and LaTeX (2.09) by a simple editing action.\n" -"\n" -"date: 2010-11-22 12:41:51 +0000" +#. summary(python3-unittest2) +msgid "The new features in unittest for Python 2.7 backported to Python 2.3+" msgstr "" -#. description(texlive-amsmath-it) +#. description(python3-logilab-common) msgid "" -"The documents are: diffs-m.txt of December 1999, and amsmath.faq of March 2000.\n" +"The package logilab.common contains several modules providing low level functionalities shared among some python projects developed by logilab.\n" "\n" -"date: 2011-03-29 14:35:51 +0000" +"The package is used by pylint, an advanced Python style and syntax checker.\n" +"\n" +"Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant database driver.\n" +"\n" +"Please send any comment, patch or question to the python-projects mailing-list. Before asking a question, please first search the archives in case it would have already been answered. You may want to use google and add \"site:lists.logilab.org\" to your keywords to narrow your search. We will soon provide our own search engine.\n" +"\n" +"This version is built to use python 3" msgstr "" -#. description(texlive-babel-greek) +#. description(perl-PPIx-Regexp) msgid "" -"The file provides modes for monotonic (single-diacritic) and polytonic (multiple-diacritic) modes of writing. Provision is made for Greek function names in mathematics, and for classical-era symbols.\n" +"The purpose of the _PPIx-Regexp_ package is to parse regular expressions in a manner similar to the way the PPI package parses Perl. This class forms the root of the parse tree, playing a role similar to PPI::Document.\n" "\n" -"date: 2013-05-27 18:07:27 +0000" +"This package shares with PPI the property of being round-trip safe. That is,\n" +"\n" +" my $expr = 's/ ( \\d+ ) ( \\D+ ) /$2$1/smxg'; my $re = PPIx::Regexp->new( $expr ); print $re->content() eq $expr ? \"yes\\n\" : \"no\\n\"\n" +"\n" +"should print 'yes' for any valid regular expression.\n" +"\n" +"Navigation is similar to that provided by PPI. That is to say, things like 'children', 'find_first', 'snext_sibling' and so on all work pretty much the same way as in PPI.\n" +"\n" +"The class hierarchy is also similar to PPI. Except for some utility classes (the dumper, the lexer, and the tokenizer) all classes are descended from PPIx::Regexp::Element, which provides basic navigation. Tokens are descended from PPIx::Regexp::Token, which provides content. All containers are descended from PPIx::Regexp::Node, which provides for children, and all structure elements are descended from PPIx::Regexp::Structure, which provides beginning and ending delimiters, and a type.\n" +"\n" +"There are two features of PPI that this package does not provide - mutability and operator overloading. There are no plans for serious mutability, though something like PPI's 'prune' functionality might be considered. Similarly there are no plans for operator overloading, which appears to the author to represent a performance hit for little tangible gain." msgstr "" -#. description(texlive-bbold-type1) +#. description(python3-py) msgid "" -"The files offer an Adobe Type 1 format version of the 5pt, 7pt and 10pt versions of the bbold fonts. The distribution also includes a map file, for use when incorporating the fonts into TeX documents, but no macro sets are provided (the fonts will not provide the correct results using macros designed for use with the MetaFont versions of the fonts. The fonts were produced to be part of the TeX distribution from Y&Y; they were generously donated to the TeX Users' Group when Y&Y closed its doors as a business.\n" +"The py lib is a Python development support library featuring the following tools and modules:\n" "\n" -"date: 2010-11-21 17:48:27 +0000" +"* py.path: uniform local and svn path objects\n" +"* py.apipkg: explicit API control and lazy-importing\n" +"* py.iniconfig: easy parsing of .ini files\n" +"* py.code: dynamic code generation and introspection\n" +"* py.path: uniform local and svn path objects" msgstr "" -#. description(texlive-bartel-chess-fonts) +#. description(python3-pyparsing:python3-pyparsing-doc) msgid "" -"The fonts are provided as MetaFont source.\n" +"The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.\n" "\n" -"date: 2010-11-29 07:56:06 +0000" +"This package contains the documentation of python3-pyparsing" msgstr "" -#. description(python-simplegeneric) +#. description(perl-Perl-PrereqScanner) msgid "" -"The gsimplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like glen(), iter() and so on. However, instead of using specially-named methods, these generic functions use simple lookup tables, akin to those used by e.g. gpickle.dump() and other generic functions found in the Python standard library.\n" +"The scanner will extract loosely your distribution prerequisites from your files.\n" "\n" -"As you can see from the above examples, generic functions are actually quite common in Python already, but there is no standard way to create simple ones. This library attempts to fill that gap, as generic functions are an gexcellent alternative to the Visitor pattern_, as well as being a great substitute for most common uses of adaptation.\n" +"The extraction may not be perfect but tries to do its best. It will currently find the following prereqs:\n" "\n" -"This library tries to be the simplest possible implementation of generic functions, and it therefore eschews the use of multiple or predicate dispatch, as well as avoiding speedup techniques such as C dispatching or code generation. But it has absolutely no dependencies, other than Python 2.4, and the implementation is just a single Python module of less than 100 lines." +"* *\n" +"\n" +" plain lines beginning with 'use' or 'require' in your perl modules and scripts, including minimum perl version\n" +"\n" +"* *\n" +"\n" +" regular inheritance declared with the 'base' and 'parent' pragmata\n" +"\n" +"* *\n" +"\n" +" the Moose manpage inheritance declared with the 'extends' keyword\n" +"\n" +"* *\n" +"\n" +" the Moose manpage roles included with the 'with' keyword\n" +"\n" +"* *\n" +"\n" +" OO namespace aliasing using the 'aliased' module" msgstr "" -#. description(python-lockfile) -msgid "The lockfile package exports a LockFile class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock functions, and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls. An implementation based on SQLite is also provided, more as a demonstration of the possibilities it provides than as production-quality code." +#. summary(python-MiniMock) +msgid "The simplest possible mock library" msgstr "" -#. description(python-logutils) -msgid "" -"The logutils package provides a set of handlers for the Python standard library's logging package.\n" -"\n" -"Some of these handlers are out-of-scope for the standard library, and so they are packaged here. Others are updated versions which have appeared in recent Python releases, but are usable with older versions of Python and so are packaged here." +#. summary(python-backports.ssl_match_hostname) +msgid "The ssl.match_hostname() function from Python 3.4" msgstr "" -#. description(texlive-bardiag) +#. description(perl-Sub-Exporter-ForMethods) msgid "" -"The main purpose of the package is to make the drawing of bar diagrams possible and easy in LaTeX. The BarDiag package is inspired by and based on PSTricks.\n" +"The synopsis section, above, looks almost indistinguishable from any other use of Sub::Exporter, apart from the use of 'method_installer'. It is nearly indistinguishable in behavior, too. The only change is that subroutines exported from Method::Builder into named slots in Vehicle::Autobot will be wrapped in a subroutine called 'Vehicle::Autobot::transform'. This will insert a named frame into stack traces to aid in debugging.\n" "\n" -"date: 2006-12-21 15:38:41 +0000" +"More importantly (for the author, anyway), they will not be removed by namespace::autoclean. This makes the following code work:\n" +"\n" +" package MyLibrary;\n" +"\n" +" use Math::Trig qw(tan); # uses Exporter.pm use String::Truncate qw(trunc); # uses Sub::Exporter's defaults\n" +"\n" +" use Sub::Exporter::ForMethods qw(method_installer); use Mixin::Linewise { installer => method_installer }, qw(read_file);\n" +"\n" +" use namespace::autoclean;\n" +"\n" +" ...\n" +"\n" +" 1;\n" +"\n" +"After MyLibrary is compiled, 'namespace::autoclean' will remove 'tan' and 'trunc' as foreign contaminants, but will leave 'read_file' in place. It will also remove 'method_installer', an added win." msgstr "" -#. description(stix-fonts) +#. description(php5-pear-Text_Wiki) +msgid "The text transformation is done in 2 steps. The chosen parser uses markup rules to tokenize the tags and content. Renderers output the tokens and text into the requested format. The tokenized form replaces the tags by a protected byte value associated to an index in an options table. This form shares up to 50 rules by all parsers and renderers. The package is intented for versatile transformers as well as converters. Text_Wiki is delivered with its own parser, which is used by Yawiki or Horde's Wicked and three basic renderers: XHTML , LaTeX and plain text. Strong sanitizing of XHTML is default. Parsers (* and Renderers) exist for BBCode, Cowiki (*), Dokuwiki (*), Mediawiki and Tikiwiki (*). It is highly configurable and can be easily extended." +msgstr "" + +#. description(perl-MooseX-Types) msgid "" -"The mission of the Scientific and Technical Information Exchange (STIX) font creation project is the preparation of a comprehensive set of fonts that serve the scientific and engineering community in the process from manuscript creation through final publication, both in electronic and print formats.\n" +"The type system provided by Moose effectively makes all of its builtin type global, as are any types you declare with Moose. This means that every module that declares a type named 'PositiveInt' is sharing the same type object. This can be a problem when different parts of the code base want to use the same name for different things.\n" "\n" -"This package includes base Unicode fonts containing most glyphs for standard use." +"This package lets you declare types using short names, but behind the scenes it namespaces all your type declarations, effectively prevent name clashes between packages.\n" +"\n" +"This is done by creating a type library module like 'MyApp::Types' and then importing types from that module into other modules.\n" +"\n" +"As a side effect, the declaration mechanism allows you to write type names as barewords (really function calls), which catches typos in names at compile time rather than run time.\n" +"\n" +"This module also provides some helper functions for using Moose types outside of attribute declarations.\n" +"\n" +"If you mix string-based names with types created by this module, it will warn, with a few exceptions. If you are declaring a 'class_type()' or 'role_type()' within your type library, or if you use a fully qualified name like '\"MyApp::Foo\"'." msgstr "" -#. description(stardict-dic-enru-engcom) -msgid "The open English-Russian dictionary of computer terms with more than 2000 articles in StarDict format. It is not an academic dictionary." +#. summary(kdeartwork4:plasma-theme-aya) +msgid "Theme for Plasma" msgstr "" -#. description(texlive-answers) +#. description(perl-Test-SubCalls) msgid "" -"The package allows a lot of flexibility in constructing question and answer sheets.\n" +"There are a number of different situations (like testing caching code) where you want to want to do a number of tests, and then verify that some underlying subroutine deep within the code was called a specific number of times.\n" "\n" -"date: 2010-10-11 22:02:51 +0000" +"This module provides a number of functions for doing testing in this way in association with your normal the Test::More manpage (or similar) test scripts." msgstr "" -#. description(texlive-anyfontsize) -msgid "" -"The package allows the to user select any font size (via e.g. \\fontsize{...}{...}\\selectfont), even those sizes that are not listed in the .fd file. If such a size is requested, LaTeX will search for and select the nearest listed size; anyfontsize will then scale the font to the size actually requested. Similar functionality is available for the CM family, for the EC family, or for either computer modern encoding; the present package generalises the facility.\n" -"\n" -"date: 2010-02-14 23:07:58 +0000" +#. description(php5-pear-Horde_Util) +msgid "These classes provide functionality useful for all kind of applications." msgstr "" -#. description(texlive-arev) -msgid "" -"The package arev provides type 1 and virtual fonts, together with LaTeX packages for using Arev Sans in both text and mathematics. Arev Sans is a derivative of Bitstream Vera Sans created by Tavmjong Bah, adding support for Greek and Cyrillic characters. Bah also added a few variant letters that are more appropriate for mathematics. The primary purpose for using Arev Sans in LaTeX is presentations, particularly when using a computer projector. In such a context, Arev Sans is quite readable, with large x-height, \"open letters\", wide spacing, and thick stems. The style is very similar to the SliTeX font lcmss, but heavier. Arev is one of a very small number of sans- font mathematics support packages. Others are cmbright, hvmath and kerkis.\n" -"\n" -"date: 2007-02-25 14:08:52 +0000" +#. description(php5-pear-Horde_Core) +msgid "These classes provide the core functionality of the Horde Application Framework." msgstr "" -#. description(texlive-appendixnumberbeamer) +#. description(perl-Number-Format) msgid "" -"The package arranges that an appendix in a beamer presentation is not counted in the frame count of the presentation; appendixes are numbered starting from one.\n" +"These functions provide an easy means of formatting numbers in a manner suitable for displaying to the user.\n" "\n" -"date: 2012-03-29 06:44:19 +0000" +"There are two ways to use this package. One is to declare an object of type Number::Format, which you can think of as a formatting engine. The various functions defined here are provided as object methods. The constructor 'new()' can be used to set the parameters of the formatting engine." msgstr "" -#. description(texlive-autonum) -msgid "" -"The package arranges that equation numbers are applied only to those equations that are referenced. This operation is similar to the showonlyrefs option of the package mathtools.\n" -"\n" -"date: 2013-04-28 21:51:31 +0000" +#. description(python-Paste) +msgid "These provide several pieces of \"middleware\" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces." msgstr "" -#. description(texlive-arsclassica) -msgid "" -"The package changes some typographical points of the ClassicThesis style, by Andre Miede. It enables the user to reproduce the look of the guide The art of writing with LaTeX (the web page is in Italian).\n" -"\n" -"date: 2012-02-21 15:05:39 +0000" +#. description(perl-Task-Moose) +msgid "This Task installs Moose and then optionally installs a number of Moose extensions listed below. This list is meant to be comprehensive, so if I missed something please let me know." msgstr "" -#. description(texlive-adobemapping) -msgid "" -"The package comprises the collection of CMap and PDF mapping files now made available for distribution by Adobe systems incorporated.\n" -"\n" -"date: 2012-10-25 15:32:24 +0000" +#. description(php5-pear-Horde_Itip) +msgid "This class allows to generate MIME encapsulated responses to iCalendar invitations" msgstr "" -#. description(texlive-barcodes) -msgid "" -"The package deals with EAN barcodes; MetaFont fonts are provided, and a set of examples; for some codes, a small Perl script is needed.\n" -"\n" -"date: 2008-08-16 23:00:50 +0000" +#. description(perl-MooseX-Meta-TypeConstraint-ForceCoercion) +msgid "This class allows to wrap any \"Moose::Meta::TypeConstraint\" in a way that will force coercion of the value when checking or validating a value against it." msgstr "" -#. description(texlive-actuarialangle) +#. description(perl-Tree-DAG_Node) msgid "" -"The package defines a single command \\actuarialangle to typeset \"angles\" in the 'present value of an annuity' symbols common in actuarial and financial notation.\n" +"This class encapsulates/makes/manipulates objects that represent nodes in a tree structure. The tree structure is not an object itself, but is emergent from the linkages you create between nodes. This class provides the methods for making linkages that can be used to build up a tree, while preventing you from ever making any kinds of linkages which are not allowed in a tree (such as having a node be its own mother or ancestor, or having a node have two mothers).\n" "\n" -"date: 2012-10-16 09:23:03 +0000" +"This is what I mean by a \"tree structure\", a bit redundantly stated:\n" +"\n" +"* o A tree is a special case of an acyclic directed graph\n" +"\n" +"* o A tree is a network of nodes where there's exactly one root node\n" +"\n" +" Also, the only primary relationship between nodes is the mother-daughter relationship.\n" +"\n" +"* o No node can be its own mother, or its mother's mother, etc\n" +"\n" +"* o Each node in the tree has exactly one parent\n" +"\n" +" Except for the root of course, which is parentless.\n" +"\n" +"* o Each node can have any number (0 .. N) daughter nodes\n" +"\n" +" A given node's daughter nodes constitute an _ordered_ list.\n" +"\n" +" However, you are free to consider this ordering irrelevant. Some applications do need daughters to be ordered, so I chose to consider this the general case.\n" +"\n" +"* o A node can appear in only one tree, and only once in that tree\n" +"\n" +" Notably (notable because it doesn't follow from the two above points), a node cannot appear twice in its mother's daughter list.\n" +"\n" +"* o There's an idea of up versus down\n" +"\n" +" Up means towards to the root, and down means away from the root (and towards the leaves).\n" +"\n" +"* o There's an idea of left versus right\n" +"\n" +" Left is toward the start (index 0) of a given node's daughter list, and right is toward the end of a given node's daughter list.\n" +"\n" +"Trees as described above have various applications, among them: representing syntactic constituency, in formal linguistics; representing contingencies in a game tree; representing abstract syntax in the parsing of any computer language -- whether in expression trees for programming languages, or constituency in the parse of a markup language document. (Some of these might not use the fact that daughters are ordered.)\n" +"\n" +"(Note: B-Trees are a very special case of the above kinds of trees, and are best treated with their own class. Check CPAN for modules encapsulating B-Trees; or if you actually want a database, and for some reason ended up looking here, go look at the AnyDBM_File manpage.)\n" +"\n" +"Many base classes are not usable except as such -- but 'Tree::DAG_Node' can be used as a normal class. You can go ahead and say:\n" +"\n" +"\tuse Tree::DAG_Node; \tmy $root = Tree::DAG_Node->new(); \t$root->name(\"I'm the tops\"); \t$new_daughter = Tree::DAG_Node->new(); \t$new_daughter->name(\"More\"); \t$root->add_daughter($new_daughter);\n" +"\n" +"and so on, constructing and linking objects from 'Tree::DAG_Node' and making useful tree structures out of them." msgstr "" -#. description(texlive-acro) +#. description(perl-Test-Assert) msgid "" -"The package enables the author to create acronyms in a simple way, and provides means to add them to different 'classes' of acronyms. Lists can be created of separate acronym classes. The package option 'single' instructs the package to ignore acronyms that are used only once in the whole document. As an experimental feature the package also offers the option 'sort' which automatically sorts the list created by \\printacronyms.\n" +"This class provides a set of assertion methods useful for writing tests. The API is based on JUnit4 and the Test::Unit::Lite manpage and the methods die on failure.\n" "\n" -"date: 2013-05-11 13:56:53 +0000" +"These assertion methods might be not useful for common the Test::Builder manpage-based (the Test::Simple manpage, the Test::More manpage, etc.) test units.\n" +"\n" +"The assertion methods can be used in class which is derived from 'Test::Assert' or used as standard Perl functions after importing them into user's namespace.\n" +"\n" +"'Test::Assert' can also wrap standard the Test::Simple manpage, the Test::More manpage or other the Test::Builder manpage-based tests.\n" +"\n" +"The assertions can be also used for run-time checking." msgstr "" -#. description(texlive-aeguill) -msgid "" -"The package enables the user to add guillemets from several source (Polish cmr, Cyrillic cmr, lasy and ec) to the ae fonts. This was useful when the ae fonts were used to produce PDF files, since the additional guillemets exist in fonts available in Adobe Type 1 format.\n" -"\n" -"date: 2009-04-29 22:32:08 +0000" +#. description(php5-pear-Horde_Exception) +msgid "This class provides the default exception handlers for the Horde Application Framework." msgstr "" -#. description(texlive-babel-french) +#. description(php5-pear-Horde_Url) +msgid "This class represents a single URL and provides methods for manipulating URLs." +msgstr "" + +#. description(perl-Test-CPAN-Meta) msgid "" -"The package establishes French conventions in a document (or a subset of the conventions, if the French is not the main language of the document).\n" +"This distribution was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as the ExtUtils::MakeMaker manpage, the Module::Build manpage and the Module::Install manpage.\n" "\n" -"date: 2013-05-20 15:51:05 +0000" +"See the CPAN::Meta manpage for further details of the CPAN Meta Specification." msgstr "" -#. description(texlive-bclogo) +#. description(perl-SQL-Translator) msgid "" -"The package facilitates the creation of colorful boxes with a title and logo. It may use either tikz or PSTricks as graphics engine.\n" +"This documentation covers the API for SQL::Translator. For a more general discussion of how to use the modules and scripts, please see the SQL::Translator::Manual manpage.\n" "\n" -"date: 2011-08-01 10:18:46 +0000" +"SQL::Translator is a group of Perl modules that converts vendor-specific SQL table definitions into other formats, such as other vendor-specific SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI classes. The main focus of SQL::Translator is SQL, but parsers exist for other structured data formats, including Excel spreadsheets and arbitrarily delimited text files. Through the separation of the code into parsers and producers with an object model in between, it's possible to combine any parser with any producer, to plug in custom parsers or producers, or to manipulate the parsed data via the built-in object model. Presently only the definition parts of SQL are handled (CREATE, ALTER), not the manipulation of data (INSERT, UPDATE, DELETE)." msgstr "" -#. description(texlive-autopdf) +#. description(perl-Test-Unit) msgid "" -"The package facilitates the on-the-fly conversion of various graphics formats to formats supported by pdfLaTeX (e.g. PDF). It uses a range of external programs, and therefore requires that the LaTeX run starts with write18 enabled.\n" +"This framework is intended to support unit testing in an object-oriented development paradigm (with support for inheritance of tests etc.) and is derived from the JUnit testing framework for Java by Kent Beck and Erich Gamma. To start learning how to use this framework, see the Test::Unit::TestCase manpage and the Test::Unit::TestSuite manpage. (There will also eventually be a tutorial in the Test::Unit::Tutorial manpage.\n" "\n" -"date: 2012-10-30 19:17:59 +0000" +"However 'Test::Unit::Procedural' is the procedural style interface to a sophisticated unit testing framework for Perl that . Test::Unit is intended to provide a simpler interface to the framework that is more suitable for use in a scripting style environment. Therefore, Test::Unit does not provide much support for an object-oriented approach to unit testing." msgstr "" -#. description(texlive-amsaddr) +#. description(perl-Test-Unit-Lite) msgid "" -"The package is to be used with the amsart documentclass. It lets you move the authors' affiliations either just below the authors' names on the front page or as footnotes on the first page. The email addresses are always listed as a footnote on the front page.\n" +"This framework provides lighter version of the Test::Unit manpage framework. It implements some of the the Test::Unit manpage classes and methods needed to run test units. The the Test::Unit::Lite manpage tries to be compatible with public API of the Test::Unit manpage. It doesn't implement all classes and methods at 100% and only those necessary to run tests are available.\n" "\n" -"date: 2013-04-03 09:32:41 +0000" +"The the Test::Unit::Lite manpage can be distributed as a part of package distribution, so the package can be distributed without dependency on modules outside standard Perl distribution. The the Test::Unit::Lite manpage is provided as a single file." msgstr "" -#. description(python-logilab-common) +#. description(python-hp3parclient) +msgid "This is a Client library that can talk to the HP 3PAR Storage array. The 3PAR storage array has a REST web service interface as of 3.1.2 of the firmware. This client library implements a simple interface to talking with that REST interface using the python httplib2 http library." +msgstr "" + +#. description(python-django-auth-ldap) +msgid "This is a Django authentication backend that authenticates against an LDAP service. Configuration can be as simple as a single distinguished name template, but there are many rich configuration options for working with users, groups, and permissions." +msgstr "" + +#. description(php5-pear-Horde_Thrift) +msgid "This is a Packaged version of the PHP Thrift client" +msgstr "" + +#. description(perl-Pod-Coverage-TrustPod) msgid "" -"The package logilab.common contains several modules providing low level functionalities shared among some python projects developed by logilab.\n" +"This is a Pod::Coverage subclass (actually, a subclass of Pod::Coverage::CountParents) that allows the POD itself to declare certain symbol names trusted.\n" "\n" -"The package is used by pylint, an advanced Python style and syntax checker.\n" +"Here is a sample Perl module:\n" "\n" -"Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant database driver. Command line parsing modules require optik to be installed, if you're using python2.1 or 2.2.\n" +" package Foo::Bar;\n" "\n" -"Please send any comment, patch or question to the python-projects mailing-list. Before asking a question, please first search the archives in case it would have already been answered. You may want to use google and add \"site:lists.logilab.org\" to your keywords to narrow your search. We will soon provide our own search engine." +" =head1 NAME\n" +"\n" +" Foo::Bar - a bar at which fooes like to drink\n" +"\n" +" =head1 METHODS\n" +"\n" +" =head2 fee\n" +"\n" +" returns the bar tab\n" +"\n" +" =cut\n" +"\n" +" sub fee { ... }\n" +"\n" +" =head2 fie\n" +"\n" +" scoffs at bar tab\n" +"\n" +" =cut\n" +"\n" +" sub fie { ... }\n" +"\n" +" sub foo { ... }\n" +"\n" +" =begin Pod::Coverage\n" +"\n" +" foo\n" +"\n" +" =end Pod::Coverage\n" +"\n" +" =cut\n" +"\n" +"This file would report full coverage, because any non-empty lines inside a block of POD targeted to Pod::Coverage are treated as 'trustme' patterns. Leading and trailing whitespace is stripped and the remainder is treated as a regular expression anchored at both ends.\n" +"\n" +"Remember, anywhere you could use '=begin' and '=end' as above, you could instead write:\n" +"\n" +" =for Pod::Coverage foo\n" +"\n" +"In some cases, you may wish to make the entire file trusted. The special pattern '*EVERYTHING*' may be provided to do just this.\n" +"\n" +"Keep in mind that Pod::Coverage::TrustPod sets up exceptions using the \"trust\" mechanism rather than the \"privacy\" mechanism in Pod::Coverage. This is unlikely ever to matter to you, but it's true." msgstr "" -#. description(texlive-bashful) -msgid "" -"The package makes it possible to execute Unix bash shell scripts from within LaTeX. The main application is in writing computer-science texts, in which you want to make sure the programs listed in the document are executed directly from the input. The package may use other Unix shells than bash, but does not work without modification in a Windows environment. The package requires the -shell-escape flag when LaTeX is processing your document.\n" -"\n" -"date: 2011-06-17 12:38:58 +0000" +#. description(python-Markdown) +msgid "This is a Python implementation of John Gruber's [Markdown][]. It is almost completely compliant with the reference implementation, though there are a few known issues. See [Features][] for information on what exactly is supported and what is not. Additional features are supported by the [Available Extensions][]." msgstr "" -#. description(texlive-babel) -msgid "" -"The package manages culturally-determined typographical (and other) rules, and hyphenation patterns for a wide range of languages. A document may select a single language to be supported, or it may select several, in which case the document may switch from one language to another in a variety of ways. Babel uses contributed configuration files that provide the detail of what has to be done for each language. Users of XeTeX are advised to use polyglossia rather than Babel.\n" -"\n" -"date: 2013-05-16 17:39:08 +0000" +#. description(python-CouchDB) +msgid "This is a Python library for the CouchDB document-oriented database. It provides a convenient high level interface for the CouchDB server." msgstr "" -#. description(texlive-automata) +#. description(python-CouchDB:python-CouchDB-doc) msgid "" -"The package offers a collection of macros for MetaPost to make easier to draw finite-state machines, automata, labelled graphs, etc. The user defines nodes, which may be isolated or arranged into matrices or trees; edges connect pairs of nodes through arbitrary paths. Parameters, that specify the shapes of nodes and the styles of edges, may be adjusted.\n" +"This is a Python library for the CouchDB document-oriented database. It provides a convenient high level interface for the CouchDB server.\n" "\n" -"date: 2010-09-13 10:42:36 +0000" +"This package contains documentation for python-couchdb." msgstr "" -#. description(texlive-background) -msgid "" -"The package offers the placement of background material on the pages of a document. The user can control many aspects (contents, position, color, opacity) of the background material that will be displayed. The package makes use of the everypage package, and uses pgf/tikz for attribute control.\n" -"\n" -"date: 2012-07-18 15:38:10 +0000" +#. description(gaupol:python3-aeidon) +msgid "This is a Python package for reading, writing and manipulating text-based subtitle files. It is separate from the gaupol package, which provides a subtitle editor application with a GTK+ user interface." msgstr "" -#. description(texlive-adfsymbols) -msgid "" -"The package provides Arkandis foundry's ArrowsADF and BulletsADF fonts in Adobe Type 1 format, together with TeX/LaTeX support files. The fonts are licensed under GPL v2 or later with font exception. (See NOTICE, COPYING, README.) The TeX/LaTeX support is licensed under LPPL. (See README, manifest.txt.)\n" -"\n" -"date: 2010-09-13 11:22:42 +0000" +#. description(python-glanceclient) +msgid "This is a client for the Glance which uses the OpenStack Image API. There's a Python API (the glanceclient module), and a command-line tool (glance)." msgstr "" -#. description(texlive-adhocfilelist) -msgid "" -"The package provides a Unix shell script to display a list of LaTeX \\Provides...-command contexts on screen. Provision is made for controlling the searches that the package does. The package was developed on a Unix-like system, using (among other things) the gnu variant of the find command.\n" -"\n" -"date: 2013-01-04 13:33:54 +0000" +#. description(python-designateclient) +msgid "This is a client for the OpenStack Designate API. There's a Python API (the designateclient module), and a command-line tool (designate)." msgstr "" -#. description(texlive-abraces) -msgid "" -"The package provides a character key-driven interface to supplement new constructions of the traditional \\overbrace and \\underbrace pairs in an asymmetric or arbitrary way.\n" -"\n" -"date: 2012-09-06 06:51:08 +0000" +#. description(python-keystoneclient) +msgid "This is a client for the OpenStack Keystone API. There's a Python API (the keystoneclient module), and a command-line tool (keystone)." msgstr "" -#. description(texlive-aomart) -msgid "" -"The package provides a class for typesetting articles for The Annals of Mathematics.\n" -"\n" -"date: 2012-10-26 11:50:00 +0000" +#. description(python-novaclient) +msgid "This is a client for the OpenStack Nova API. There's a Python API (the novaclient module), and a command-line script (nova). Each implements 100% of the OpenStack Nova API." msgstr "" -#. description(texlive-babel-hungarian) -msgid "" -"The package provides a language definition file that enables support of Magyar (Hungarian) with babel.\n" -"\n" -"date: 2013-05-06 15:15:57 +0000" +#. description(python-neutronclient) +msgid "This is a client for the OpenStack Quantum API. There's a Python API (the neutronclient module), and a command-line tool (quantum)." msgstr "" -#. description(texlive-babel-friulan) -msgid "" -"The package provides a language description file that enables support of Friulan either with babel or with polyglossia.\n" -"\n" -"date: 2013-05-04 09:13:00 +0000" +#. description(python-cinderclient) +msgid "This is a client for the OpenStack Volume API. There's a Python API (the cinderclient module), and a command-line script (cinder). Each implements 100% of the OpenStack Volume API." msgstr "" -#. description(texlive-babel-romansh) -msgid "" -"The package provides a language description file that enables support of Romansh either with babel or with polyglossia.\n" -"\n" -"date: 2013-05-04 14:14:02 +0000" +#. description(python-ceilometerclient) +msgid "This is a client library for Ceilometer built on the Ceilometer API. It provides a Python API (the ceilometerclient module) and a command-line tool (ceilometer)." msgstr "" -#. description(texlive-asyfig) -msgid "" -"The package provides a means of reading Asymptote figures from separate files, rather than within the document, as is standard in the asymptote package, which is provided as part of the Asymptote bundle. The asymptote way can prove cumbersome in a large document; the present package allows the user to process one picture at a time, in simple test documents, and then to migrate (with no fuss) to their use in the target document.\n" -"\n" -"date: 2010-03-20 10:11:38 +0000" +#. description(python-heatclient) +msgid "This is a client library for Heat built on the Heat orchestration API. It provides a Python API (the heatclient module) and a command-line tool (heat)." msgstr "" -#. description(texlive-altfont) -msgid "" -"The package provides a replacement for that part of psnfss and mfnfss that changes the default font. The package is distributed together with the psfont package, by the same author.\n" -"\n" -"date: 2007-09-25 18:36:22 +0000" +#. description(perl-PPIx-Utilities) +msgid "This is a collection of functions for dealing with PPI objects, many of which originated in Perl::Critic. They are organized into modules by the kind of PPI class they relate to, by replacing the \"PPI\" at the front of the module name with \"PPIx::Utilities\", e.g. functionality related to PPI::Nodes is in PPIx::Utilities::Node." msgstr "" -#. description(texlive-apptools) +#. description(perl-Test-Spec) msgid "" -"The package provides an \\AtAppendix command to add code to a hook that is executed when \\appendix is called by the user. Additionally, a TeX conditional \\ifappendix and a LaTeX-style conditional \\IfAppendix are provided to check if \\appendix has already been called.\n" +"This is a declarative specification-style testing system for behavior-driven development (BDD) in Perl. The tests (a.k.a. examples) are named with strings instead of subroutine names, so your fingers will suffer less fatigue from underscore-itis, with the side benefit that the test reports are more legible.\n" "\n" -"date: 2012-11-29 14:27:46 +0000" +"This module is inspired by and borrows heavily from RSpec (http://rspec.info/documentation/), a BDD tool for the Ruby programming language." msgstr "" -#. description(texlive-animate) +#. description(python-amqp) msgid "" -"The package provides an interface to create portable, JavaScript driven PDF animations from sets of graphics files or from inline graphics, such as LaTeX picture environment, PSTricks or pgf/TikZ generated pictures, or just from typeset text.\n" +"This is a fork of amqplib_ which was originally written by Barry Pederson. It is maintained by the Celery_ project, and used by kombu as a pure python alternative when librabbitmq is not available.\n" "\n" -"date: 2013-04-23 14:22:57 +0000" +"This library should be API compatible with librabbitmq." msgstr "" -#. description(texlive-aspectratio) -msgid "" -"The package provides fonts (both as Adobe Type 1 format, and as Metafont source) for the 'AR' symbol (for Aspect Ratio) used by aeronautical scientists and engineers.\n" -"\n" -"date: 2012-01-28 09:04:30 +0000" +#. description(python-cov-core) +msgid "This is a lib package for use by pytest-cov, nose-cov and nose2-cov. Unless your developing a coverage plugin for a test framework then you probably want one of those." msgstr "" -#. description(texlive-ascii-font) +#. description(perl-Text-Template) msgid "" -"The package provides glyph and font access commands so that LaTeX users can use the ASCII glyphs in their documents. The ASCII font is encoded according to the IBM PC Code Page 437 C0 Graphics. This package replaces any early LaTeX 2.09 package and \"font\" by R. Ramasubramanian and R.W.D. Nickalls.\n" +"This is a library for generating form letters, building HTML pages, or filling in templates generally. A `template' is a piece of text that has little Perl programs embedded in it here and there. When you `fill in' a template, you evaluate the little programs and replace them with their values.\n" "\n" -"date: 2013-04-14 23:42:14 +0000" +"You can store a template in a file outside your program. People can modify the template without modifying the program. You can separate the formatting details from the main code, and put the formatting parts of the program into the template. That prevents code bloat and encourages functional separation." msgstr "" -#. description(texlive-bchart) -msgid "" -"The package provides horizontal bar charts, drawn using TikZ on a numeric X-axis. The focus of the package is simplicity and aesthetics.\n" -"\n" -"date: 2012-08-22 13:50:28 +0000" +#. description(python-paramiko) +msgid "This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too." msgstr "" -#. description(texlive-babel-italian) +#. description(perl-Perl6-Junction) msgid "" -"The package provides language definitions for use in babel.\n" +"This is a lightweight module which provides 'Junction' operators, the most commonly used being 'any' and 'all'.\n" "\n" -"date: 2013-05-03 13:48:11 +0000" +"Inspired by the Perl6 design docs, the http://dev.perl.org/perl6/doc/design/exe/E06.html manpage.\n" +"\n" +"Provides a limited subset of the functionality of the Quantum::Superpositions manpage, see the /\"SEE ALSO\" manpage for comment.\n" +"\n" +"Notice in the the /SYNOPSIS manpage above, that if you want to match against a regular expression, you must use '==' or '!='. *Not* '=~' or '!~'. You must also use a regex object, such as 'qr/\\d/', not a plain regex such as '/\\d/'." msgstr "" -#. description(texlive-babel-serbianc) +#. description(python-PasteScript) msgid "" -"The package provides support for Serbian documents written in Cyrillic, in babel.\n" +"This is a pluggable command-line tool. It includes some built-in features:\n" "\n" -"date: 2013-05-04 14:25:22 +0000" +" * Create file layouts for packages. * Serving up web applications, with configuration based on paste.deploy" msgstr "" -#. description(texlive-babel-albanian) +#. description(python3-setuptools-git) msgid "" -"The package provides support for typesetting Albanian (as part of the babel system).\n" +"This is a plugin for setuptools that enables git integration. Once installed, Setuptools can be told to include in a package distribution all the files tracked by git. This is an alternative to explicit inclusion specifications with MANIFEST.in.\n" "\n" -"date: 2011-09-19 07:05:09 +0000" +"This package was formerly known as gitlsfiles. The name change is the result of an effort by the setuptools plugin developers to provide a uniform naming convention." msgstr "" -#. description(texlive-babel-thai) +#. description(python-bugzilla) msgid "" -"The package provides support for typesetting Thai text. within the babel system.\n" +"This is a python module that provides a nice, python-ish interface to Bugzilla over XMLRPC.\n" "\n" -"date: 2013-05-18 23:05:23 +0000" +"It was originally written specifically for Red Hat's Bugzilla instance, but now supports the Web Services provided by upstream Bugzilla 3.0 and 3.2 also.\n" +"\n" +"It also includes a 'bugzilla' commandline client which can be used for quick, ad-hoc bugzilla jiggery-pokery. I guess you could use it in shell scripts too, but gosh - why not just write something in Python instead?" msgstr "" -#. description(texlive-babel-russian) -msgid "" -"The package provides support for use of Babel in documents written in Russian. The package is adapted for use both under 'traditional' TeX engines, and under XeTeX and LuaTeX.\n" -"\n" -"date: 2013-05-03 10:18:01 +0000" +#. description(perl-XML-SimpleObject-LibXML) +msgid "This is a short and simple class allowing simple object access to a parsed XML::LibXML tree, with methods for fetching children and attributes in as clean a manner as possible. My apologies for further polluting the XML:: space; this is a small and quick module, with easy and compact usage. Some will rightfully question placing another interface over the DOM methods provided by XML::LibXML, but my experience is that people appreciate the total simplicity provided by this module, despite its limitations. These limitations include a minor loss of speed compared to the DOM, loss of control over node types, and protection (aka lack of knowledge) about the DOM. I encourage those who want more control and understanding over the DOM to study XML::LibXML; this module's source can be instructive, too." msgstr "" -#. description(texlive-babel-turkish) -msgid "" -"The package provides support, within babel, of the Turkish language.\n" -"\n" -"date: 2013-05-02 13:12:34 +0000" +#. description(php5-pear-phpunit-Text_Template) +msgid "This is a simple template engine which is used in phpunit." msgstr "" -#. description(texlive-arabi) -msgid "" -"The package provides the Arabic and Farsi script support for TeX without the need of any external pre-processor, and in a way that is compatible with babel. The bi-directional capability supposes that the user has a TeX engine that knows the four primitives \\beginR, \\endR, \\beginL and \\endL. That is the case in both the TeX--XeT and e-TeX engines. Arabi will accept input in several 8-bit encodings, including UTF-8. Arabi can make use of a wide variety of Arabic and Farsi fonts; PDF files generated using Arabi may be searched, and text may be copied from them and pasted elsewhere.\n" -"\n" -"date: 2011-12-04 21:44:34 +0000" +#. description(php5-pear-phpunit-PHP_Timer) +msgid "This is a simple utility class for timing." msgstr "" -#. description(texlive-babel-swedish) +#. description(perl-MooseX-Param) msgid "" -"The package provides the language definition file for Swedish.\n" +"This is a very simple Moose role which provides a the CGI manpage like 'param' method.\n" "\n" -"date: 2013-05-06 21:49:45 +0000" +"I found that I had written this code over and over and over and over again, and each time it was the same. So I thought, why not put it in a role?" msgstr "" -#. description(texlive-babel-welsh) +#. description(perl-XML-Filter-BufferText) msgid "" -"The package provides the language definition file for Welsh. (Mostly Welsh-language versions of the standard names in a LaTeX file.)\n" +"This is a very simple filter. One common cause of grief (and programmer error) is that XML parsers aren't required to provide character events in one chunk. They can, but are not forced to, and most don't. This filter does the trivial but oft-repeated task of putting all characters into a single event.\n" "\n" -"date: 2013-05-02 23:23:11 +0000" +"Note that this won't help you cases such as:\n" +"\n" +" <foo> blah <!-- comment --> phubar </foo>\n" +"\n" +"In the above case, given the interleaving comment, there will be two 'character()' events. This may be worked around in the future if there is demand for it.\n" +"\n" +"An interesting way to use this filter, instead of telling users to use it, is to return it from your handler's constructor, already configured and all. That'll make the buffering totally transparent to them ('XML::SAX::Writer' does that)." msgstr "" -#. description(texlive-babel-slovenian) -msgid "" -"The package provides the language definition file for support of Slovenian in babel. Several shortcuts are defined, as well as translations to Slovenian of standard \"LaTeX names\".\n" -"\n" -"date: 2013-05-08 19:33:39 +0000" +#. description(python3-SPARQLWrapper) +msgid "This is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format." msgstr "" -#. description(texlive-babel-vietnamese) +#. description(perl-MouseX-ConfigFromFile) msgid "" -"The package provides the language definition file for support of Vietnamese in babel.\n" +"This is an abstract role which provides an alternate constructor for creating objects using parameters passed in from a configuration file. The actual implementation of reading the configuration file is left to concrete subroles.\n" "\n" -"date: 2013-05-19 22:05:10 +0000" +"It declares an attribute 'configfile' and a class method 'new_with_config', and requires that concrete roles derived from it implement the class method 'get_config_from_file'.\n" +"\n" +"Attributes specified directly as arguments to 'new_with_config' supercede those in the configfile." msgstr "" -#. description(texlive-amsmath) -msgid "" -"The package provides the principal packages in the AMS-LaTeX distribution. It adapts for use in LaTeX most of the mathematical features found in AMS-TeX; it is highly recommendsd as an adjunct to serious mathematical typesetting in LaTeX. When amsmath is loaded, AMS-LaTeX packages amsbsy (for bold symbols), amsopn (for operator names) and amstext (for text embdedded in mathematics) are also loaded. Amsmath is part of the LaTeX required distribution; however, several contributed packages add still further to its appeal; examples are empheq, which provides functions for decorating and highlighting mathematics, and ntheorem, for specifying theorem (and similar) definitions.\n" -"\n" -"date: 2013-03-09 19:29:31 +0000" +#. description(python-ecdsa) +msgid "This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols." msgstr "" -#. description(texlive-basque-date) +#. description(perl-Test-Simple) msgid "" -"The package provides two LaTeX commands to print the current date in Basque according to the correct forms ruled by The Basque Language Academy (Euskaltzaindia). The commands automatically solve the complex declination issues of numbers in Basque.\n" +"This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one).\n" "\n" -"date: 2012-05-17 12:56:37 +0000" +"The basic unit of Perl testing is the ok. For each thing you want to test your program will print out an \"ok\" or \"not ok\" to indicate pass or fail. You do this with the ok() function (see below).\n" +"\n" +"The only other constraint is you must pre-declare how many tests you plan to run. This is in case something goes horribly wrong during the test and your test program aborts, or skips a test or whatever.\n" +"\n" +"Test::Simple will start by printing number of tests run in the form \"1..M\" (so \"1..5\" means you're going to run 5 tests). This strange format lets Test::Harness know how many tests you plan on running in case something goes horribly wrong.\n" +"\n" +"If all your tests passed, Test::Simple will exit with zero (which is normal). If anything failed it will exit with how many failed. If you run less (or more) tests than you planned, the missing (or extras) will be considered failures. If no tests were ever run Test::Simple will throw a warning and exit with 255. If the test died, even after having successfully completed all its tests, it will still be considered a failure and will exit with 255.\n" +"\n" +"This module is by no means trying to be a complete testing system. It's just to get you started. Once you're off the ground its recommended you look at the Test::More manpage." msgstr "" -#. description(texlive-arcs) -msgid "" -"The package provides two commands for placing an arc over (\\overarc) or under (\\underarc) a piece of text. (The text may be up to three letters long.) The commands generate an \\hbox, and may be used both in text and in maths formulae.\n" -"\n" -"date: 2006-10-12 13:06:10 +0000" +#. description(perl-Role-HasMessage) +msgid "This is another extremely simple role. A class that includes Role::HasMessage is promising to provide a 'message' method that returns a string summarizing the message or event represented by the object. It does _not_ provide any actual behavior." msgstr "" -#. description(texlive-beamer2thesis) +#. description(perl-Test-Inter) msgid "" -"The package specifies a beamer theme for presenting a thesis.\n" +"This is another framework for writing test scripts. It is loosely inspired by Test::More, and has most of it's functionality, but it is not a drop-in replacement.\n" "\n" -"date: 2012-08-27 08:11:59 +0000" +"Test::More (and other existing test frameworks) suffer from two weaknesses, both of which have prevented me from ever using them:\n" +"\n" +" None offer the ability to access specific tests in a reasonably interactive fashion\n" +"\n" +" None offer the ability to write the tests in whatever format would make the tests the most readable" msgstr "" -#. description(texlive-aurical) -msgid "" -"The package that implements a set (AuriocusKalligraphicus) of three calligraphic fonts derived from the author's handwriting in Adobe Type 1 Format, T1 (Cork) encoding for use with LaTeX:\n" -"- Auriocus Kalligraphicus; - Lukas Svatba; and - Jana Skrivana. Each font features oldstyle digits and (machine-generated) boldface and slanted versions. A variant of Lukas Svatba offers a 'long s'.\n" -"\n" -"date: 2008-07-27 21:11:56 +0000" +#. description(php5-pear-MDB2_Driver_mysql) +msgid "This is the MySQL MDB2 driver." msgstr "" -#. description(texlive-backnaur) -msgid "" -"The package typesets Backus-Naur Form (BNF) definitions. It creates aligned lists of productions, with numbers if required. It can also print in-line BNF expressions using math mode.\n" -"\n" -"date: 2012-12-12 17:40:20 +0000" +#. description(php5-pear-MDB2_Driver_mysqli) +msgid "This is the MySQLi MDB2 driver." msgstr "" -#. description(texlive-auto-pst-pdf) +#. description(perl-Net-OpenID-Consumer) msgid "" -"The package uses --shell-escape to execute pst-pdf when necessary. This makes it especially easy to integrate into the workflow of an editor with just \"LaTeX\" and \"pdfLaTeX\" buttons. Wrappers are provided for various psfrag-related features so that Matlab figures via laprint, Mathematica figures via MathPSfrag, and regular psfrag figures can all be input consistently and easily.\n" +"This is the Perl API for (the consumer half of) OpenID, a distributed identity system based on proving you own a URL, which is then your identity. More information is available at:\n" "\n" -"date: 2011-08-27 21:30:14 +0000" +" http://openid.net/" msgstr "" -#. summary(suse-build-key) -msgid "The public gpg key for rpm package signature verification" -msgstr "Открытый ключ gpg для проверки подписей rpm-пакетов" - -#. description(sblim-cim-client2) -msgid "The purpose of this package is to provide a CIM Client Class Library for Java applications. It complies to the DMTF standard CIM Operations over HTTP and intends to be compatible with JCP JSR48 once it becomes available. To learn more about DMTF visit http://www.dmtf.org. More infos about the Java Community Process and JSR48 can be found at http://www.jcp.org and http://www.jcp.org/en/jsr/detail?id=48." +#. description(php5-pear-MDB2_Driver_pgsql) +msgid "This is the PostgreSQL MDB2 driver." msgstr "" -#. description(python-pyparsing:python-pyparsing-doc) +#. description(python-fastimport) msgid "" -"The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.\n" +"This is the Python parser that was originally developed for bzr-fastimport, but extracted so it can be used by other projects.\n" "\n" -"This package contains the documentation of python-pyparsing" +"It is currently used by bzr-fastimport and dulwich. hg-fastimport and git-remote-hg use a slightly modified version of it." msgstr "" -#. description(python-utidy:python-utidy-devel-doc) -msgid "The python-utidy-devel-doc package contains the API documentation for developers." +#. description(php5-pear-phpunit-PHPUnit_Selenium) +msgid "This is the Selenium RC integration for PHPUnit." msgstr "" -#. description(shared-color-targets) -msgid "The shared-color-targets package contains various targets which are useful for programs that create ICC profiles." +#. description(php5-pear-symfony-YAML) +msgid "This is the Symfony YAML Component. YAML means Yet Another Markup Language and is your opportunity to shoot yourself into the foot if xml didn't do it for you." msgstr "" -#. description(spyder:python-spyderlib) -msgid "The spyderlib module provides powerful console and editor related widgets to your PyQt4 application." +#. description(php5-pear-Horde_Translation) +msgid "This is the horde translation library" msgstr "" -#. description(texlive-aichej) -msgid "" -"The style was generated using custom-bib, and implements the style of the American Institute of Chemical Engineers Jounal (or AIChE Journal or AIChE J or AIChEJ).\n" -"\n" -"date: 2008-08-16 18:32:59 +0000" +#. description(python-discover) +msgid "This is the test discovery mechanism and ``load_tests`` protocol for unittest backported from Python 2.7 to work with Python 2.4 or more recent (including Python 3)." msgstr "" -#. description(susedoc-buildbook) -msgid "The susedoc book build script builds the output formats of a book or the complete product documentation in the SVN and submits the result to a Build Service instance such as http://build.opensuse.org (OBS)." +#. description(python-httpretty) +msgid "This libary allows mocking of http protocol based unit tests." msgstr "" -#. description(termcap:termcap-32bit) -msgid "The termcap library." -msgstr "Библиотека termcap." +#. description(python-irclib) +msgid "This library is intended to encapsulate the IRC protocol at a quite low level. It provides an event-driven IRC client framework. It has a fairly thorough support for the basic IRC protocol, CTCP and DCC connections." +msgstr "" -#. description(python-zc.lockfile) -msgid "The zc.lockfile package provides a basic portable implementation of interprocess locks using lock files. The purpose if not specifically to lock files, but to simply provide locks with an implementation based on file-locking primitives. Of course, these locks could be used to mediate access to other files. For example, the ZODB file storage implementation uses file locks to mediate access to file-storage database files. The database files and lock file files are separate files." +#. description(perl-MooseX-Types-Perl) +msgid "This library provides MooseX::Types for checking things (mostly strings) against syntax that is, or is a reasonable subset of, Perl syntax." msgstr "" -#. description(texlive-arphic) +#. description(python-jsonpath-rw) msgid "" -"These are font bundles for the Chinese Arphic fonts which work with the CJK package. Arphic is actually the name of the company that which created the fonts (and put them under a GPL- like licence).\n" +"This library provides a robust and significantly extended implementation of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, 3.3, and PyPy.\n" "\n" -"date: 2007-05-25 16:39:01 +0000" +"This library differs from other JSONPath implementations in that it is a full *language* implementation, meaning the JSONPath expressions are first class objects, easy to analyze, transform, parse, print, and extend. (You can also execute them :-)" msgstr "" -#. description(python-Paste) -msgid "These provide several pieces of \"middleware\" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces." +#. description(python3-progressbar) +msgid "This library provides a text mode progressbar. This is tipically used to display the progress of a long running operation, providing a visual clue that processing is underway." msgstr "" -#. summary(texlive-beamer2thesis) -msgid "Thesis presentations using beamer" +#. description(perl-MooseX-TransactionalMethods) +msgid "This method exports the \"transactional\" declarator that will enclose the method in a txn_do call." msgstr "" -#. description(python-repoze.sphinx.autointerface) -msgid "Thie package defines an extension for the Sphinx documentation system. The extension allows generation of API documentation by introspection of zope.interface instances in code." +#. description(perl-syntax) +msgid "" +"This module activates community provided syntax extensions to Perl. You pass it a feature name, and optionally a scalar with arguments, and the dispatching system will load and install the extension in your package.\n" +"\n" +"The import arguments are parsed with the Data::OptList manpage. There are no standardised options. Please consult the documentation for the specific syntax feature to find out about possible configuration options.\n" +"\n" +"The passed in feature names are simply transformed: 'function' becomes the Syntax::Feature::Function manpage and 'foo_bar' would become 'Syntax::Feature::FooBar'." msgstr "" -#. description(python-web.py) -msgid "Think about the ideal way to write a web app. Write the code to make it happen." -msgstr "" - -#. description(texlive-anufinalexam) +#. description(perl-MooseX-LazyRequire) msgid "" -"This LaTeX document shell is created for the standard formatting of final exams in The Australian National University.\n" +"This module adds a 'lazy_required' option to Moose attribute declarations.\n" "\n" -"date: 2012-04-16 22:02:56 +0000" +"The reader methods for all attributes with that option will throw an exception unless a value for the attributes was provided earlier by a constructor parameter or through a writer method." msgstr "" -#. description(python-SocksiPy) -msgid "This Python module allows you to create TCP connections through a SOCKS proxy without any special effort." +#. description(perl-Test-CheckDeps) +msgid "This module adds a test that assures all dependencies have been installed properly. If requested, it can bail out all testing on error." msgstr "" -#. description(texlive-amscls) -msgid "" -"This bundle contains three AMS classes, amsart (for writing articles for the AMS), amsbook (for books) and amsproc (for proceedings), together with some supporting material. The material is made available as part of the AMS-LaTeX distribution.\n" -"\n" -"date: 2013-02-02 10:29:56 +0000" +#. description(python-gnupg) +msgid "This module allows easy access to GnuPG's key management, encryption and signature functionality from Python programs. It is intended for use with Python 2.4 or greater." msgstr "" -#. description(texlive-babel-spanish) +#. description(perl-Package-Variant) msgid "" -"This bundle provides the means to typeset Spanish text, with the support provided by the LaTeX standard package babel. Note that separate support is provided for those who wish to typeset Spanish as written in Mexico.\n" +"This module allows you to build packages that return different variations depending on what parameters are given.\n" "\n" -"date: 2013-05-04 14:20:14 +0000" +"Users of your package will receive a subroutine able to take parameters and return the name of a suitable variant package. The implementation does not care about what kind of package it builds." msgstr "" -#. description(texlive-aguplus) +#. description(perl-Test-Without-Module) +msgid "This module allows you to deliberately hide modules from a program even though they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed." +msgstr "" + +#. description(perl-Path-Tiny) msgid "" -"This bundle started as an extension to the AGU's own published styles, providing extra facilities and improved usability. The AGU now publishes satisfactory LaTeX materials of its own; the author of aguplus recommends that users switch to using the official distribution.\n" +"This module attempts to provide a small, fast utility for working with file paths. It is friendlier to use than the File::Spec manpage and provides easy access to functions from several other core file handling modules.\n" "\n" -"date: 2010-02-24 20:28:09 +0000" +"It doesn't attempt to be as full-featured as the IO::All manpage or the Path::Class manpage, nor does it try to work for anything except Unix-like and Win32 platforms. Even then, it might break if you try something particularly obscure or tortuous. (Quick! What does this mean: '///../../..//./././a//b/.././c/././'? And how does it differ on Win32?)\n" +"\n" +"All paths are forced to have Unix-style forward slashes. Stringifying the object gives you back the path (after some clean up).\n" +"\n" +"File input/output methods 'flock' handles before reading or writing, as appropriate.\n" +"\n" +"The '*_utf8' methods ('slurp_utf8', 'lines_utf8', etc.) operate in raw mode without CRLF translation. Installing the Unicode::UTF8 manpage 0.58 or later will speed up several of them and is highly recommended." msgstr "" -#. description(texlive-acmconf) +#. description(perl-Test-CheckChanges) msgid "" -"This class may be used to typeset articles to be published in the proceedings of ACM (Association for Computing Machinery) conferences and workshops. The layout produced by the acmconf class is based on the ACM's own specification.\n" +"This module checks that you _Changes_ file has an entry for the current version of the *Module* being tested.\n" "\n" -"date: 2008-05-14 17:23:34 +0000" +"The version information for the distribution being tested is taken out of the Build data, or if that is not found, out of the Makefile.\n" +"\n" +"It then attempts to open, in order, a file with the name _Changes_ or _CHANGES_.\n" +"\n" +"The _Changes_ file is then parsed for version numbers. If one and only one of the version numbers matches the test passes. Otherwise the test fails.\n" +"\n" +"A message with the current version is printed if the test passes, otherwise dialog messages are printed to help explain the failure.\n" +"\n" +"The _examples_ directory contains examples of the different formats of _Changes_ files that are recognized." msgstr "" -#. description(python-oauth2) -msgid "This code was originally forked from Leah Culver and Andy Smith's oauth.py code. Some of the tests come from a fork by Vic Fryzel, while a revamped Request class and more tests were merged in from Mark Paschal's fork." +#. description(perl-String-ShellQuote) +msgid "This module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object." msgstr "" -#. description(python-sphinxcontrib-httpdomain) +#. description(perl-PAR-Dist) msgid "" -"This contrib extension, sphinxcontrib.httpdomain provides a Sphinx domain for describing RESTful HTTP APIs.\n" +"This module creates and manipulates _PAR distributions_. They are architecture-specific *PAR* files, containing everything under _blib/_ of CPAN distributions after their 'make' or 'Build' stage, a _META.yml_ describing metadata of the original CPAN distribution, and a _MANIFEST_ detailing all files within it. Digitally signed PAR distributions will also contain a _SIGNATURE_ file.\n" "\n" -"You can find the documentation from the following URL:\n" +"The naming convention for such distributions is:\n" "\n" -"http://packages.python.org/sphinxcontrib-httpdomain/" +" $NAME-$VERSION-$ARCH-$PERL_VERSION.par\n" +"\n" +"For example, 'PAR-Dist-0.01-i386-freebsd-5.8.0.par' corresponds to the 0.01 release of 'PAR-Dist' on CPAN, built for perl 5.8.0 running on 'i386-freebsd'." msgstr "" -#. description(texlive-asymptote-faq-zh-cn) +#. description(perl-MooseX-SemiAffordanceAccessor) msgid "" -"This is a Chinese translation of the Asymptote FAQ\n" +"This module does not provide any methods. Simply loading it changes the default naming policy for the loading class so that accessors are separated into get and set methods. The get methods have the same name as the accessor, while set methods are prefixed with \"set_\".\n" "\n" -"date: 2009-11-09 12:18:01 +0000" +"If you define an attribute with a leading underscore, then the set method will start with \"_set_\".\n" +"\n" +"If you explicitly set a \"reader\" or \"writer\" name when creating an attribute, then that attribute's naming scheme is left unchanged.\n" +"\n" +"The name \"semi-affordance\" comes from David Wheeler's Class::Meta module." msgstr "" -#. description(python-Markdown) -msgid "This is a Python implementation of John Gruber's [Markdown][]. It is almost completely compliant with the reference implementation, though there are a few known issues. See [Features][] for information on what exactly is supported and what is not. Additional features are supported by the [Available Extensions][]." +#. description(perl-URI-Find) +msgid "" +"This module does one thing: Finds URIs and URLs in plain text. It finds them quickly and it finds them *all* (or what URI::URL considers a URI to be.) It only finds URIs which include a scheme (http:// or the like), for something a bit less strict have a look at URI::Find::Schemeless.\n" +"\n" +"For a command-line interface, the urifind manpage is provided." msgstr "" -#. description(texlive-amsldoc-vn) +#. description(perl-Regexp-IPv6) msgid "" -"This is a Vietnamese translation of amsldoc, the users' guide to amsmath.\n" +"This module exports the $IPv6_re regular expression that matches any valid IPv6 address as described in \"RFC 2373 - 2.2 Text Representation of Addresses\" but '::'. Any string not compliant with such RFC will be rejected.\n" "\n" -"date: 2007-01-26 21:11:52 +0000" +"To match full strings use '/^$IPv6_re$/'." msgstr "" -#. description(texlive-amiri) +#. description(perl-Sort-Naturally) msgid "" -"This is a beta-release of the font, though it is believed to be largely usable. (The author retains the right to make incompatible changes in the future.) The font covers the Arabic and Arabic Supplement blocks of Unicode 6.0, which means it essentially covers any language written in Arabic script and supported by Unicode.\n" +"This module exports two functions, 'nsort' and 'ncmp'; they are used in implementing my idea of a \"natural sorting\" algorithm. Under natural sorting, numeric substrings are compared numerically, and other word-characters are compared lexically.\n" "\n" -"date: 2012-12-31 18:16:18 +0000" +"This is the way I define natural sorting:\n" +"\n" +"* *\n" +"\n" +" Non-numeric word-character substrings are sorted lexically, case-insensitively: \"Foo\" comes between \"fish\" and \"fowl\".\n" +"\n" +"* *\n" +"\n" +" Numeric substrings are sorted numerically: \"100\" comes after \"20\", not before.\n" +"\n" +"* *\n" +"\n" +" \\W substrings (neither words-characters nor digits) are _ignored_.\n" +"\n" +"* *\n" +"\n" +" Our use of \\w, \\d, \\D, and \\W is locale-sensitive: Sort::Naturally uses a 'use locale' statement.\n" +"\n" +"* *\n" +"\n" +" When comparing two strings, where a numeric substring in one place is _not_ up against a numeric substring in another, the non-numeric always comes first. This is fudged by reading pretending that the lack of a number substring has the value -1, like so:\n" +"\n" +" foo => \"foo\", -1 foobar => \"foo\", -1, \"bar\" foo13 => \"foo\", 13, foo13xyz => \"foo\", 13, \"xyz\"\n" +"\n" +" That's so that \"foo\" will come before \"foo13\", which will come before \"foobar\".\n" +"\n" +"* *\n" +"\n" +" The start of a string is exceptional: leading non-\\W (non-word, non-digit) components are are ignored, and numbers come _before_ letters.\n" +"\n" +"* *\n" +"\n" +" I define \"numeric substring\" just as sequences matching m/\\d+/ -- scientific notation, commas, decimals, etc., are not seen. If your data has thousands separators in numbers (\"20,000 Leagues Under The Sea\" or \"20.000 lieues sous les mers\"), consider stripping them before feeding them to 'nsort' or 'ncmp'." msgstr "" -#. description(rubber) -msgid "This is a building system for LaTeX documents. It is based on a routine that runs just as many compilations as necessary. The module system provides a great flexibility that virtually allows support for any package with no user intervention, as well as pre- and post-processing of the document. The standard modules currently provide support for bibtex, dvips, dvipdfm, pdftex, makeindex. A good number of standard packages are supported, including graphics/graphicx (with automatic conversion between various formats and Metapost compilation)." +#. description(perl-PDF-API2) +msgid "This module facilitates the creation and modification of PDF files." msgstr "" -#. description(python-novaclient) -msgid "This is a client for the OpenStack Nova API. There's a Python API (the novaclient module), and a command-line script (nova). Each implements 100% of the OpenStack Nova API." +#. description(perl-MooseX-Params-Validate) +msgid "" +"This module fills a gap in Moose by adding method parameter validation to Moose. This is just one of many developing options, it should not be considered the \"official\" one by any means though.\n" +"\n" +"You might also want to explore 'MooseX::Method::Signatures' and 'MooseX::Declare'." msgstr "" -#. description(python-neutronclient) -msgid "This is a client for the OpenStack Quantum API. There's a Python API (the neutronclient module), and a command-line tool (quantum)." +#. description(perl-Tie-Hash-DBD) +msgid "" +"This module has been created to act as a drop-in replacement for modules that tie straight perl hashes to disk, like 'DB_File'. When the running system does not have enough memory to hold large hashes, and disk-tieing won't work because there is not enough space, it works quite well to tie the hash to a database, which preferable runs on a different server.\n" +"\n" +"This module ties a hash to a database table using *only* a 'key' and a 'value' field. If no tables specification is passed, this will create a temporary table with 'h_key' for the key field and a 'h_value' for the value field.\n" +"\n" +"I think it would make sense to merge the functionality that this module provides into 'Tie::DBI'." msgstr "" -#. description(python-paramiko) -msgid "This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too." -msgstr "" - -#. description(texlive-apa6e) +#. description(perl-Test-InDistDir) msgid "" -"This is a minimalist class file for formatting manuscripts in the style described in the American Psychological Association (APA) 6th edition guidelines. Some day, the established (and more capable) apa class will perhaps gain support for the 6th edition of the APA guidelines, in which case users should probably use it instead. But in the mean time, this class may be useful.\n" +"This module helps run test scripts in IDEs like Komodo.\n" "\n" -"date: 2011-07-03 08:15:22 +0000" +"When running test scripts in an IDE i have to set up a project file defining the dist dir to run tests in and a lib dir to load additional modules from. Often I didn't feel like doing that, especially when i only wanted to do a small patch to a dist. In those cases i added a BEGIN block to mangle the environment for me.\n" +"\n" +"This module basically is that BEGIN block. It automatically moves up one directory when it cannot see the test script in \"t/$scriptname\" and includes 'lib' in @INC when there's no blib present. That way the test ends up with almost the same environment it'd get from EUMM/prove/etc., even when it's actually run inside the t/ directory.\n" +"\n" +"At the same time it will still function correctly when called by EUMM/prove/etc., since it does not change the environment in those cases." msgstr "" -#. description(python-PasteScript) +#. description(perl-Test-FailWarnings) msgid "" -"This is a pluggable command-line tool. It includes some built-in features:\n" +"This module hooks '$SIG{__WARN__}' and converts warnings to the Test::More manpage 'fail()' calls. It is designed to be used with 'done_testing', when you don't need to know the test count in advance.\n" "\n" -" * Create file layouts for packages. * Serving up web applications, with configuration based on paste.deploy" +"Just as with the Test::NoWarnings manpage, this does not catch warnings if other things localize '$SIG{__WARN__}', as this is designed to catch _unhandled_ warnings." msgstr "" -#. description(python-pyghmi) -msgid "This is a pure python implementation of IPMI protocol." +#. description(python-isodate) +msgid "This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option." msgstr "" -#. description(python-swiftclient) +#. description(perl-Tk-Clock) msgid "" -"This is a python client for the Swift API. There's a Python API (the swiftclient module), and a command-line script (swift).\n" +"This module implements a Canvas-based clock widget for perl-Tk with lots of options to change the appearance.\n" "\n" -"This code is based on original the client previously included with OpenStack's swift." +"Both analog and digital clocks are implemented." msgstr "" -#. description(python-stomper) +#. description(perl-Text-Brew) msgid "" -"This is a python client implementation of the STOMP protocol.\n" +"This module implements the Brew edit distance that is very close to the dynamic programming technique used for the Wagner-Fischer (and so for the Levenshtein) edit distance. Please look at the module references below. For more information about the Brew edit distance see: <http://ling.ohio-state.edu/~cbrew/795M/string-distance.html>\n" "\n" -"The client is attempting to be transport layer neutral. This module provides functions to create and parse STOMP messages in a programatic fashion. The messages can be easily generated and parsed, however its up to the user to do the sending and receiving." -msgstr "" - -#. description(sap-locale:sap-locale-32bit) -msgid "" -"This is a re-packaged binary rpm. For the package source, please look for the source of the package without the \"32bit\" ending\n" +"The difference here is that you have separated costs for the DELetion and INSertion operations (but with the default to 1 for both, you obtain the Levenshtein edit distance). But the most interesting feature is that you can obtain the description of the edits needed to transform the first string into the second one (not vice versa: here DELetions are separated from INSertions). The difference from the original algorithm by Chris Brew is that I have added the SUBST operation, making it different from MATCH operation.\n" "\n" -"This package contains all the SAP specific locales needed for running an SAP Application Server.\n" +"The symbols used here are:\n" "\n" -"The SAP applications were originally written at a time when the standards for various locales were either not defined at all or were not in wide usage yet before the release of the SAP applications.\n" +" INITIAL that is the INITIAL operation (i.e. NO operation) MATCH\t that is the MATCH operation (0 is the default cost) SUBST\t that is the SUBSTitution operation (1 is the default cost) DEL\t that is the DELetion operation (1 is the default cost) INS\t that is the INSertion operation (1 is the default cost)\n" "\n" -"Consequently, there now exists a divergency between the needs of the SAP applications running under Linux and what is being supplied via the GNU C Library Locales, which follows the current standards for the various defined locales.\n" +"and you can change the default costs (see below).\n" "\n" -"In order to be able to use SAP applications under SUSE Linux (and especially under SUSE Linux Enterprise Server (SLES)), Novell is supplying this package which contains the legacy locales required for the SAP applications. The detailed list of locales is provided in package documentation. These locales can coexist with the standard locales on your system." +"You can make INS and DEL the same operation in a simple way:\n" +"\n" +" 1) give both the same cost 2) change the output string DEL to INS/DEL (o whatever) 3) change the output string INS to INS/DEL (o whatever)" msgstr "" -#. description(python-python-openid) -msgid "This is a set of Python packages to support use of the OpenID decentralized identity system in your application. Want to enable single sign-on for your web site? Use the openid.consumer package. Want to run your own OpenID server? Check out openid.server. Includes example code and support for a variety of storage back-ends." +#. description(perl-Spreadsheet-XLSX) +msgid "This module is a (quick and dirty) emulation of Spreadsheet::ParseExcel for Excel 2007 (.xlsx) file format. It supports styles and many of Excel's quirks, but not all. It populates the classes from Spreadsheet::ParseExcel for interoperability; including Workbook, Worksheet, and Cell." msgstr "" -#. description(python-wsgiref) -msgid "This is a standalone release of the wsgiref library, that provides validation support for WSGI 1.0.1 (PEP 3333) for Python versions < 3.2, and includes the new wsgiref.util.test() utility function." +#. description(perl-XML-LibXML-Simple) +msgid "This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the XML::LibXML parser for XML structures, where the original uses plain Perl or SAX parsers." msgstr "" -#. summary(python-stomper) -msgid "This is a transport neutral client implementation of the STOMP protocol" -msgstr "" - -#. description(texlive-asymptote-by-example-zh-cn) +#. description(perl-Pod-Readme) msgid "" -"This is a tutorial written in Simplified Chinese.\n" +"This module is a subclass of L<Pod::PlainText> which provides additional POD markup for generating F<README> files.\n" "\n" -"date: 2009-11-09 12:03:38 +0000" +"Why should one bother with this? One can simply use\n" +"\n" +" pod2text Module.pm > README\n" +"\n" +"A problem with doing that is that the default L<pod2text> converter will add text to links, so that \"LZ<><Module>\" is translated to \"the Module manpage\".\n" +"\n" +"Another problem is that the F<README> includes the entirety of the module documentation! Most people browsing the F<README> file do not need all of this information.\n" +"\n" +"Likewise, including installation and requirement information in the module documentation is not necessary either, since the module is already installed.\n" +"\n" +"This module allows authors to mark portions of the POD to be included only in, or to be excluded from the F<README> file. It also allows you to include portions of another file (such as a separate F<ChangeLog>)." msgstr "" -#. description(texlive-around-the-bend) +#. description(perl-Test-WWW-Selenium) msgid "" -"This is a typeset version of the files of the aro-bend, plus three extra questions (with their answers) that Michael Downes didn't manage to get onto CTAN.\n" +"This module is a the WWW::Selenium manpage subclass providing some methods useful for writing tests. For each Selenium command (open, click, type, ...) there is a corresponding '<command>_ok' method that checks the return value (open_ok, click_ok, type_ok).\n" "\n" -"date: 2009-11-09 12:03:38 +0000" +"For each Selenium getter (get_title, ...) there are four autogenerated methods ('<getter>_is', '<getter>_isnt', '<getter>_like', '<getter>_unlike') to check the value of the attribute.\n" +"\n" +"By calling the constructor with 'default_names' set to a true value your tests will be given a reasonable name should you choose not to provide one of your own. The test name should always be the third argument." msgstr "" -#. description(texlive-asymptote-manual-zh-cn) +#. description(perl-Text-SpellChecker) msgid "" -"This is an (incomplete, simplified) Chinese translation of the Asymptote manual.\n" +"This module is a thin layer above either Text::Aspell or Text::Hunspell (preferring the latter if available), and allows one to spellcheck a body of text.\n" "\n" -"date: 2009-11-09 12:18:01 +0000" +"Whereas Text::(Hu|A)spell deals with words, Text::Spellchecker deals with blocks of text. For instance, we provide methods for iterating through the text, serializing the object (thus remembering where we left off), and highlighting the current misspelled word within the text." msgstr "" -#. description(rfc) -msgid "This is the reference concerning Internet and Internet protocols. The matter discussed might be a little too theoretical for the laymen, but professionals can find all needed information." +#. description(perl-Text-RecordParser) +msgid "This module is for reading record-oriented data in a delimited text file. The most common example have records separated by newlines and fields separated by commas or tabs, but this module aims to provide a consistent interface for handling sequential records in a file however they may be delimited. Typically this data lists the fields in the first line of the file, in which case you should call bind_header to bind the field name (or not, and it will be called implicitly). If the first line contains data, you can still bind your own field names via bind_fields. Either way, you can then use many methods to get at the data as arrays or hashes." msgstr "" -#. description(texlive-authoraftertitle) -msgid "" -"This jiffy package makes the author, title and date of the package available to the user (as \\MyAuthor, etc) after the \\maketitle command has been executed.\n" -"\n" -"date: 2011-12-17 13:41:04 +0000" +#. description(perl-MooseX-Object-Pluggable) +msgid "This module is meant to be loaded as a role from Moose-based classes. It will add five methods and four attributes to assist you with the loading and handling of plugins and extensions for plugins. I understand that this may pollute your namespace, however I took great care in using the least ambiguous names possible." msgstr "" -#. description(texlive-allrunes) +#. description(perl-Path-IsDev) msgid "" -"This large collection of fonts (in Adobe Type 1 format), with the LaTeX package gives access to almost all runes ever used in Europe. The bundle covers not only the main forms but also a lot of varieties.\n" +"This module is more or less a bunch of heuristics for determining if a given path is a development tree root of some kind.\n" "\n" -"date: 2007-01-14 09:14:42 +0000" +"This has many useful applications, notably ones that require behaviours for \"installed\" modules to be different to those that are still \"in development\"" msgstr "" -#. description(python-pymetar) -msgid "This library downloads the weather report for a given station ID, decodes it and provides easy access to all the data found in the report." +#. description(perl-Package-Generator) +msgid "This module lets you quickly and easily construct new packages. It gives them unused names and sets up their package data, if provided." msgstr "" -#. description(python-python-daemon) +#. description(perl-PAR) +msgid "This module lets you use special zip files, called Perl Archives, as libraries from which Perl modules can be loaded." +msgstr "" + +#. description(perl-Test-File-ShareDir) msgid "" -"This library implements the well-behaved daemon specification of PEP 3143, \"Standard daemon process library\".\n" +"This module only has support for creating 'new' style share dirs and are NOT compatible with old File::ShareDirs.\n" "\n" -"A well-behaved Unix daemon process is tricky to get right, but the required steps are much the same for every daemon program. A DaemonContext instance holds the behaviour and configured process environment for the program; use the instance as a context manager to enter a daemon state." +"For this reason, unless you have File::ShareDir 1.00 or later installed, this module will not be usable by you." msgstr "" -#. description(python-python-digest) -msgid "This library was written to aid in the implementation of HTTP Digest Authentication for Python web frameworks." +#. description(perl-MooseX-Types-DateTime) +msgid "This module packages several the Moose::Util::TypeConstraints manpage with coercions, designed to work with the the DateTime manpage suite of objects." msgstr "" -#. description(python-roman) -msgid "This module converts from and to Roman numerals. It can convert numbers from 1 to 4999 and understands the common shortcuts (IX == 9), but not illegal ones (MIM == 1999)." -msgstr "" - #. description(python-optcomplete) msgid "" "This module provide automatic bash completion support for programs that use the optparse module. The premise is that the optparse options parser specifies enough information (and more) for us to be able to generate completion strings esily. Another advantage of this over traditional completion schemes where the completion strings are hard-coded in a separate bash source file, is that the same code that parses the options is used to generate the completions, so the completions is always up-to-date with the program itself.\n" @@ -5733,87 +6938,233 @@ "You need to activate bash completion using the shell script function that comes with optcomplete (see http://furius.ca/optcomplete for more details)." msgstr "" -#. description(python-Markups) -msgid "This module provides a wrapper around the various text markup languages, such as Markdown and reStructuredText (these two are supported by default)." +#. description(perl-MooseX-Types-Set-Object) +msgid "This module provides a Moose type constraint (see the Moose::Util::TypeConstraints manpage, the MooseX::Types manpage). Note that this constraint and its coercions are *global*, not simply limited to the scope that imported it -- in this way it acts like a regular the Moose manpage type constraint, rather than one from the MooseX::Types manpage." msgstr "" -#. description(texlive-authorindex) +#. description(perl-MooseX-Types-Stringlike) +msgid "This module provides a more general version of the 'Str' type. If coercions are enabled, it will accepts objects that overload stringification and coerces them into strings." +msgstr "" + +#. description(perl-Symbol-Util) msgid "" -"This package allows the user to create an index of all authors cited in a LaTeX document. Each author entry in the index contains the pages where these citations occur. Alternatively, the package can list the labels of the citations that appear in the references rather than the text pages. The package relies on BibTeX being used to handle citations. Additionally, it requires Perl (version 5 or higher).\n" +"This module provides a set of additional functions useful for Perl symbols manipulation.\n" "\n" -"date: 2008-08-10 19:45:45 +0000" +"All Perl symbols from the same package are organized as a stash. Each symbol (glob) contains one or more of following slots: 'SCALAR', 'ARRAY', 'HASH', 'CODE', 'IO', 'FORMAT'. These slots are also accessible as standard variables or bare words.\n" +"\n" +"The Perl symbols table is directly accessible with typeglob prefix but it can be difficult to read and problematic if strict mode is used. Also the access to stash, glob and one of its slot have different syntax notation.\n" +"\n" +"'stash' and 'fetch_glob' functions gets stash or glob without need to use 'no strict 'refs''.\n" +"\n" +"'delete_glob' function allows to delete specific slot of symbol name without deleting others.\n" +"\n" +"'delete_sub' removes the symbol from class API. This symbol won't be available as an object method.\n" +"\n" +"'export_glob' function exports a glob to the target package.\n" +"\n" +"'export_package' works like the Exporter manpage module and allows to export symbols from one package to other.\n" +"\n" +"'unexport_package' allows to delete previously exported symbols." msgstr "" -#. description(texlive-alnumsec) +#. description(python-Markups) +msgid "This module provides a wrapper around the various text markup languages, such as Markdown and reStructuredText (these two are supported by default)." +msgstr "" + +#. description(python-concurrentloghandler) +msgid "This module provides an additional log handler for Python's standard logging package (PEP 282). This handler will write log events to log file which is rotated when the log file reaches a certain size. Multiple processes can safely write to the same log file concurrently." +msgstr "" + +#. description(perl-Proc-Fork) msgid "" -"This package allows you to use alphanumeric section numbering, for instance \"A. Introduction ... III. International Law\". Its output is similar to alphanum, but you can use the standard LaTeX sectioning commands, so that it is possible to switch numbering schemes easily. Greek letters, double letters (bb) and different delimiters around them are supported.\n" +"This module provides an intuitive, Perl-ish way to write forking programs by letting you use blocks to illustrate which code section executes in which fork. The code for the parent, child, retry handler and error handler are grouped together in a \"fork block\". The clauses may appear in any order, but they must be consecutive (without any other statements in between).\n" "\n" -"date: 2008-05-11 00:21:17 +0000" +"All four clauses need not be specified. If the retry clause is omitted, only one fork will be attempted. If the error clause is omitted the program will die with a simple message if it can't retry. If the parent or child clause is omitted, the respective (parent or child) process will start execution after the final clause. So if one or the other only has to do some simple action, you need only specify that one. For example:\n" +"\n" +" run_fork { child { exec '/bin/ls', '-l'; die \"Couldn't exec ls: $!\\n\"; } }; \n" +"\n" +"If the code in any of the clauses does not die or exit, it will continue execution after the fork block." msgstr "" -#. description(texlive-b1encoding) +#. description(python3-python-mimeparse) +msgid "This module provides basic functions for handling mime-types. It can handle matching mime-types against a list of media-ranges. See section 14.1 of the HTTP specification [RFC 2616] for a complete explanation." +msgstr "" + +#. description(perl-Statistics-Descriptive) msgid "" -"This package characterises and defines the author's B1 encoding for use with LaTeX when typesetting things using his Bookhands fonts.\n" +"This module provides basic functions used in descriptive statistics. It has an object oriented design and supports two different types of data storage and calculation objects: sparse and full. With the sparse method, none of the data is stored and only a few statistical measures are available. Using the full method, the entire data set is retained and additional functions are available.\n" "\n" -"date: 2011-02-01 07:52:21 +0000" +"Whenever a division by zero may occur, the denominator is checked to be greater than the value '$Statistics::Descriptive::Tolerance', which defaults to 0.0. You may want to change this value to some small positive value such as 1e-24 in order to obtain error messages in case of very small denominators.\n" +"\n" +"Many of the methods (both Sparse and Full) cache values so that subsequent calls with the same arguments are faster." msgstr "" -#. description(tennebon-dynamic-wallpaper) +#. description(perl-Test-LongString) +msgid "This module provides some drop-in replacements for the string comparison functions of the Test::More manpage, but which are more suitable when you test against long strings. If you've ever had to search for text in a multi-line string like an HTML document, or find specific items in binary data, this is the module for you." +msgstr "" + +#. description(perl-MooseX-Types-Path-Tiny) msgid "" -"This package contains a dynamic wallpaper based on the Tennebon wallpaper.\n" +"This module provides the Path::Tiny manpage types for the Moose manpage. It handles two important types of coercion:\n" "\n" -"A dynamic wallpaper changes depending on the time of the day: it is generally bright during the day, and dark during the night." +"* *\n" +"\n" +" coercing objects with overloaded stringification\n" +"\n" +"* *\n" +"\n" +" coercing to absolute paths\n" +"\n" +"It also can check to ensure that files or directories exist." msgstr "" -"Этот пакет содержит динамические обои Tennebon.\n" -"\n" -"Динамические обои меняются в зависимости от времени суток: как правило, яркие днем и темные ночью." -#. description(python-PyMySQL) -msgid "This package contains a pure-Python MySQL client library. Documentation on the MySQL client/server protocol can be found here: http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol If you would like to run the test suite, edit the config parameters in pymysql/tests/base.py. The goal of pymysql is to be a drop-in replacement for MySQLdb and work on CPython 2.3+, Jython, IronPython, PyPy and Python 3. We test for compatibility by simply changing the import statements in the Django MySQL backend and running its unit tests as well as running it against the MySQLdb and myconnpy unit tests." +#. description(perl-Test-NoTabs) +msgid "This module scans your project/distribution for any perl files (scripts, modules, etc) for the presence of tabs." msgstr "" -#. description(rt2860) -msgid "This package contains a small configuration file of the rt2860 driver, currently read by the kernel module. In later versions this will go away." +#. description(perl-Test-EOL) +msgid "This module scans your project/distribution for any perl files (scripts, modules, etc) for the presence of windows line endings." msgstr "" -#. description(python-mpservlets:python-mpservlets-tutorial) -msgid "This package contains a tutorial on developing web applications using python-mpservlets." -msgstr "Этот пакет содержит руководство по разработке веб-приложений с использованием python-mpservlets." +#. description(perl-Test-MockTime) +msgid "This module was created to enable test suites to test code at specific points in time. Specifically it overrides localtime, gmtime and time at compile time and then relies on the user supplying a mock time via set_relative_time, set_absolute_time or set_fixed_time to alter future calls to gmtime,time or localtime." +msgstr "" -#. description(samba:samba-doc) +#. description(perl-SQL-Abstract) msgid "" -"This package contains all the Samba documentation as it is not part of the man pages.\n" +"This module was inspired by the excellent the DBIx::Abstract manpage. However, in using that module I found that what I really wanted to do was generate SQL, but still retain complete control over my statement handles and use the DBI interface. So, I set out to create an abstract SQL generation module.\n" "\n" -"Source Timestamp: 3083 Branch: 4.1.0" +"While based on the concepts used by the DBIx::Abstract manpage, there are several important differences, especially when it comes to WHERE clauses. I have modified the concepts used to make the SQL easier to generate from Perl data structures and, IMO, more intuitive. The underlying idea is for this module to do what you mean, based on the data structures you provide it. The big advantage is that you don't have to modify your code every time your data changes, as this module figures it out.\n" +"\n" +"To begin with, an SQL INSERT is as easy as just specifying a hash of 'key=value' pairs:\n" +"\n" +" my %data = ( name => 'Jimbo Bobson', phone => '123-456-7890', address => '42 Sister Lane', city => 'St. Louis', state => 'Louisiana', );\n" +"\n" +"The SQL can then be generated with this:\n" +"\n" +" my($stmt, @bind) = $sql->insert('people', \\%data);\n" +"\n" +"Which would give you something like this:\n" +"\n" +" $stmt = \"INSERT INTO people (address, city, name, phone, state) VALUES (?, ?, ?, ?, ?)\"; @bind = ('42 Sister Lane', 'St. Louis', 'Jimbo Bobson', '123-456-7890', 'Louisiana');\n" +"\n" +"These are then used directly in your DBI code:\n" +"\n" +" my $sth = $dbh->prepare($stmt); $sth->execute(@bind);" msgstr "" -#. description(texlive-ametsoc) +#. description(python-distutils-extra) msgid "" -"This package contains all the files necessary to write an article using latex for the American Meteorological Society journals. The article and bibliography style files are provided along with two PDFs describing the use of the files and a blank template for authors to use in writing their article. Also available is a separate style file used to format a two-column, journal page layout draft for the author's personal use.\n" +"This package adds support for common build additions to distutils. This includes the follwing:\n" "\n" -"date: 2008-09-03 22:14:12 +0000" +" * gettext/i18n * documentation * program icons" msgstr "" -#. description(python-WebOb:python-WebOb-doc) -msgid "This package contains documentation files for python-WebOb." -msgstr "Этот пакет содержит документацию для python-WebOb." +#. description(php5-pear-channel-ezno) +msgid "This package adds the components.ez.no channel which allows PEAR packages from this channel to be installed." +msgstr "" -#. description(python-WebTest:python-WebTest-doc) -msgid "This package contains documentation files for python-WebTest." -msgstr "Этот пакет содержит документацию для python-WebTest." +#. description(php5-pear-channel-horde) +msgid "This package adds the pear.horde.org channel which allows PEAR packages from this channel to be installed." +msgstr "" -#. description(python-ZConfig:python-ZConfig-doc) -msgid "This package contains documentation files for python-ZConfig." +#. description(php5-pear-channel-phpunit) +msgid "This package adds the pear.phpunit.de channel which allows PEAR packages from this channel to be installed." msgstr "" -#. description(python-ZEO:python-ZEO-doc) -msgid "This package contains documentation files for python-ZEO." +#. description(php5-pear-channel-symfony) +msgid "This package adds the pear.symfony-project.com channel which allows PEAR packages from this channel to be installed." msgstr "" -#. description(python-ZODB:python-ZODB-doc) -msgid "This package contains documentation files for python-ZODB." +#. description(php5-pear-channel-symfony2) +msgid "This package adds the pear.symfony.com channel which allows PEAR packages from this channel to be installed." msgstr "" +#. description(php5-pear-Horde_Kolab_Format) +msgid "This package allows to convert Kolab data objects from XML to hashes." +msgstr "" + +#. description(php5-pear-Horde_Kolab_Server) +msgid "This package allows to read/write entries in the Kolab user database stored in LDAP." +msgstr "" + +#. description(php5-pear-Crypt_Blowfish) +msgid "This package allows you to perform two-way blowfish encryption on the fly using only PHP. This package does not require the MCrypt PHP extension to work, although it can make use of it if available." +msgstr "" + +#. description(perl-Test-Mock-LWP) +msgid "This package arises from duplicating the same code to mock LWP et al in several different modules I've written. This version is very minimalist, but works for my needs so far. I'm very open to new suggestions and improvements." +msgstr "" + +#. description(poppler-data) +msgid "This package consists of encoding files for use with poppler. The encoding files are optional and poppler will automatically read them if they are present. When installed, the encoding files enables poppler to correctly render CJK and Cyrrilic properly." +msgstr "" + +#. description(python-gunicorn:python-gunicorn-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-WebTest." +msgid "This package contains Gunicorn documentation in reST and HTML formats." +msgstr "Этот пакет содержит документацию для python-WebTest." + +#. description(python-Flask:python-Flask-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-WebTest." +msgid "This package contains HTML documentation, including tutorials and API reference for python-Flask." +msgstr "Этот пакет содержит документацию для python-WebTest." + +#. description(python3-SQLAlchemy:python3-SQLAlchemy-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-WebOb." +msgid "This package contains HTML documentation, including tutorials and API reference for python-SQLAlchemy." +msgstr "Этот пакет содержит документацию для python-WebOb." + +#. description(python3-transaction) +msgid "" +"This package contains a generic transaction implementation for Python. It is mainly used by the ZODB, though.\n" +"\n" +"Note that the data manager API, transaction.interfaces.IDataManager, is syntactically simple, but semantically complex. The semantics were not easy to express in the interface. This could probably use more work. The semantics are presented in detail through examples of a sample data manager in transaction.tests.test_SampleDataManager." +msgstr "" + +#. description(python-mpservlets:python-mpservlets-tutorial) +msgid "This package contains a tutorial on developing web applications using python-mpservlets." +msgstr "Этот пакет содержит руководство по разработке веб-приложений с использованием python-mpservlets." + +#. description(python-FormEncode:python-FormEncode-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-WebOb." +msgid "This package contains documentation files for python-FormEncode." +msgstr "Этот пакет содержит документацию для python-WebOb." + +#. description(python-cinderclient:python-cinderclient-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-WebTest." +msgid "This package contains documentation files for python-cinderclient." +msgstr "Этот пакет содержит документацию для python-WebTest." + +#. description(python-cliff:python-cliff-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-WebOb." +msgid "This package contains documentation files for python-cliff." +msgstr "Этот пакет содержит документацию для python-WebOb." + +#. description(python-designateclient:python-designateclient-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-WebTest." +msgid "This package contains documentation files for python-designateclient." +msgstr "Этот пакет содержит документацию для python-WebTest." + +#. description(python-heatclient:python-heatclient-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-WebTest." +msgid "This package contains documentation files for python-heatclient." +msgstr "Этот пакет содержит документацию для python-WebTest." + +#. description(python-keystoneclient:python-keystoneclient-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-WebTest." +msgid "This package contains documentation files for python-keystoneclient." +msgstr "Этот пакет содержит документацию для python-WebTest." + #. description(python-manuel:python-manuel-doc) msgid "This package contains documentation files for python-manuel." msgstr "" @@ -5830,37 +7181,53 @@ msgid "This package contains documentation files for python-oslo.messaging." msgstr "" -#. description(python-swiftclient:python-swiftclient-doc) -msgid "This package contains documentation files for python-swiftclient." -msgstr "" +#. description(python-oslo.vmware:python-oslo.vmware-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-WebOb." +msgid "This package contains documentation files for python-oslo.vmware." +msgstr "Этот пакет содержит документацию для python-WebOb." -#. description(python-transaction:python-transaction-doc) -msgid "This package contains documentation files for python-transaction." -msgstr "" +#. description(python3-WebOb:python3-WebOb-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-WebOb." +msgid "This package contains documentation files for python3-WebOb." +msgstr "Этот пакет содержит документацию для python-WebOb." -#. description(python-zope.event:python-zope.event-doc) -msgid "This package contains documentation files for python-zope.event." -msgstr "" +#. description(python-greenlet:python-greenlet-devel) +#, fuzzy +#| msgid "This package contains the core libraries for Shorewall." +msgid "This package contains header files required for C modules development." +msgstr "Этот пакет содержит основные библиотеки для Shorewall." -#. description(python-zope.exceptions:python-zope.exceptions-doc) -msgid "This package contains documentation files for python-zope.exceptions." -msgstr "" +#. description(python-ceilometerclient:python-ceilometerclient-test) +#, fuzzy +#| msgid "This package contains documentation files for python-WebTest." +msgid "This package contains testsuite files for python-ceilometerclient." +msgstr "Этот пакет содержит документацию для python-WebTest." -#. description(python-zope.schema:python-zope.schema-doc) -msgid "This package contains documentation files for python-zope.schema." -msgstr "" +#. description(python-cinderclient:python-cinderclient-test) +#, fuzzy +#| msgid "This package contains documentation files for python-WebTest." +msgid "This package contains testsuite files for python-cinderclient." +msgstr "Этот пакет содержит документацию для python-WebTest." -#. description(spandsp:spandsp-doc) -msgid "This package contains documentation for the libspandsp API." -msgstr "Этот пакет содержит документацию для API libspandsp." +#. description(python-glanceclient:python-glanceclient-test) +#, fuzzy +#| msgid "This package contains documentation files for python-WebTest." +msgid "This package contains testsuite files for python-glanceclient." +msgstr "Этот пакет содержит документацию для python-WebTest." -#. description(python-zope.exceptions) -msgid "This package contains exception interfaces and implementations which are so general purpose that they don't belong in Zope application-specific packages." -msgstr "" +#. description(python-heatclient:python-heatclient-test) +#, fuzzy +#| msgid "This package contains documentation files for python-WebTest." +msgid "This package contains testsuite files for python-heatclient." +msgstr "Этот пакет содержит документацию для python-WebTest." -#. description(stardict-sounds-wyabdcrealpeopletts) -msgid "This package contains many wav files which can be used by StarDict to pronounce english words. Files originally come from wyabdc, http://www.zhimajie.net, thanks xiaozima." -msgstr "" +#. description(python-keystoneclient:python-keystoneclient-test) +#, fuzzy +#| msgid "This package contains documentation files for python-WebTest." +msgid "This package contains testsuite files for python-keystoneclient." +msgstr "Этот пакет содержит документацию для python-WebTest." #. description(python-neutronclient:python-neutronclient-test) msgid "This package contains testsuite files for python-neutronclient." @@ -5870,18 +7237,38 @@ msgid "This package contains testsuite files for python-novaclient." msgstr "" -#. description(python-oslo.config:python-oslo.config-test) -msgid "This package contains testsuite files for python-oslo.config." -msgstr "" - #. description(python-oslo.messaging:python-oslo.messaging-test) msgid "This package contains testsuite files for python-oslo.messaging." msgstr "" -#. description(python-swiftclient:python-swiftclient-test) -msgid "This package contains testsuite files for python-swiftclient." +#. description(python-oslo.rootwrap:python-oslo.rootwrap-test) +#, fuzzy +#| msgid "This package contains documentation files for python-WebTest." +msgid "This package contains testsuite files for python-oslo.rootwrap." +msgstr "Этот пакет содержит документацию для python-WebTest." + +#. description(plymouth:plymouth-theme-fade-in) +msgid "This package contains the \"Fade-In\" boot splash theme for Plymouth. It features a centered logo that fades in and out while stars twinkle around the logo during system boot up." msgstr "" +#. description(plymouth:plymouth-theme-solar) +msgid "This package contains the \"Solar\" boot splash theme for Plymouth. It features a blue flamed sun with animated solar flares." +msgstr "" + +#. description(plymouth:plymouth-theme-spinfinity) +msgid "This package contains the \"Spinfinity\" boot splash theme for Plymouth. It features a centered logo and animated spinner that spins in the shape of an infinity sign." +msgstr "" + +#. description(plymouth:plymouth-theme-script) +msgid "This package contains the \"script\" boot splash theme for Plymouth. It it is a simple example theme the uses the \"script\" plugin." +msgstr "" + +#. description(plymouth:plymouth-theme-spinner) +#, fuzzy +#| msgid "This package contains the RI docs for ruby" +msgid "This package contains the \"spinner\" boot splash theme for Plymouth." +msgstr "Этот пакет содержит документацию в формате RI для ruby" + #. description(python-mpservlets:python-mpservlets-doc) msgid "" "This package contains the API Reference in HTML and PDF for python-mpservlets.\n" @@ -5889,10 +7276,24 @@ "This documentation is generated using epydoc (http://epydoc.sourceforge.net) which uses simple, special markup in python doc strings, so the source code is well documented as well." msgstr "" -#. description(ruby19:ruby19-doc-ri) -msgid "This package contains the RI docs for ruby" +#. description(kdeartwork4:plasma-theme-aya) +#, fuzzy +#| msgid "This package contains the RI docs for ruby" +msgid "This package contains the Plasma theme Aya." msgstr "Этот пакет содержит документацию в формате RI для ruby" +#. description(openstack-glance:python-glance) +#, fuzzy +#| msgid "This package contains the core libraries for Shorewall." +msgid "This package contains the core Python module of OpenStack Glance." +msgstr "Этот пакет содержит основные библиотеки для Shorewall." + +#. description(openstack-heat:python-heat) +#, fuzzy +#| msgid "This package contains the core libraries for Shorewall." +msgid "This package contains the core Python module of OpenStack Heat." +msgstr "Этот пакет содержит основные библиотеки для Shorewall." + #. description(openstack-neutron:python-neutron) msgid "This package contains the core Python module of OpenStack Neutron." msgstr "" @@ -5901,1439 +7302,2244 @@ msgid "This package contains the core Python module of OpenStack Nova." msgstr "" -#. description(openstack-swift:python-swift) -msgid "This package contains the core Python module of OpenStack Swift." -msgstr "" +#. description(openstack-ceilometer:python-ceilometer) +#, fuzzy +#| msgid "This package contains the core libraries for Shorewall." +msgid "This package contains the core Python module of openstack-ceilometer." +msgstr "Этот пакет содержит основные библиотеки для Shorewall." -#. description(openstack-tempest:python-tempest) -msgid "This package contains the core Python module of OpenStack Tempest." -msgstr "" +#. description(ldb:pyldb-32bit) +#, fuzzy +#| msgid "This package contains the RI docs for ruby" +msgid "This package contains the python bindings for the LDB library." +msgstr "Этот пакет содержит документацию в формате RI для ruby" -#. description(shorewall:shorewall-core) -msgid "This package contains the core libraries for Shorewall." -msgstr "Этот пакет содержит основные библиотеки для Shorewall." - -#. description(qt3-devel-doc) +#. description(presage:pyprompter) msgid "" -"This package contains the documentation for the Qt 3 Development Kit.\n" +"This package contains the wxPython predictive text editor pyprompter.\n" "\n" -"You will find documentation, precompiled examples, and a tutorial for getting started with Qt in /usr/lib/qt3/doc." +"pyprompter is a cross-platform predictive text editor.\n" +"\n" +"pyprompter displays predictions in a contextual pop-up box as each letter is typed. Predictions can be easily selected and inserted in the document." msgstr "" -#. description(librubberband:rubberband-vamp-32bit) -msgid "This package contains the following Vamp plugins: * increments (Output Increments): Output time increment for each input step * aggregate_increments (Accumulated Output Increments): Accumulated output time increments * divergence (Divergence from Linear): Difference between actual output time and the output time for a theoretical linear stretch * phaseresetdf (Phase Reset Detection Function): Curve whose peaks are used to identify transients for phase reset points * smoothedphaseresetdf (Smoothed Phase Reset Detection Function): Phase reset curve smoothed for peak picking * phaseresetpoints (Phase Reset Points): Points estimated as transients at which phase reset occurs * timesyncpoints (Time Sync Points): Salient points which stretcher aims to place with strictly correct timing" +#. description(php5-pear-Horde_Kolab_Session) +msgid "This package handles a Kolab session. It allows to authenticate against LDAP and provides the users storage locations." msgstr "" -#. description(snd_sf2) -msgid "This package contains the following sound fonts: Vintage Dreams Waves v 2.0. by Ian Wilson and GeneralUser 1.1 by Samuel Collins. Vintage Dreams Waves features 128 analog synthesizer patches and 8 drum kits. The sound font can be used with Sound Blaster AWE and SB Live! sound cards. The package also provides a sample MIDI file for this sound font. The ROM sound font GeneralUser 1.1 only works with SB AWE soundcards. It is General MIDI compatible." +#. description(php5-pear-Net_IDNA2) +msgid "This package helps you to encode and decode punycode strings easily" msgstr "" -#. description(suse-build-key) +#. description(perl-PerlIO-via-Timeout) msgid "" -"This package contains the gpg key that is used to sign official SuSE rpm packages. It will be installed as a keyring in /usr/lib/rpm/gnupg/pubring.gpg. Administrators who wish to add their own keys to verify against should use the following commandline command to add the key to the keyring as used by RPM:\n" +"This package implements a PerlIO layer, that adds read / write timeout. This can be useful to avoid blocking while accessing a handle (file, socket, ...), and fail after some time.\n" "\n" -"gpg --no-options --no-default-keyring \\ --keyring /usr/lib/rpm/gnupg/pubring.gpg --import" +"The timeout is implemented by using '<select'> on the handle before reading/writing.\n" +"\n" +"*WARNING* the handle won't timeout if you use 'sysread' or 'syswrite' on it, because these functions works at a lower level. Hower if you're trying to implement a timeout for a socket, see the IO::Socket::Timeout manpage that implements exactly that." msgstr "" -#. description(servletapi3:servletapi3-javadoc) -msgid "This package contains the javadoc documentation for the implementation classes of the Java Servlet and JSP APIs (packages javax.servlet)." +#. description(php5-pear-cache_lite) +msgid "This package is a little cache system optimized for file containers. It is fast and safe (because it uses file locking and/or anti-corruption tests)." msgstr "" -#. description(tdb:python-tdb-32bit) -msgid "This package contains the python bindings for the Tdb library." +#. description(perl-Path-FindDev) +msgid "" +"This package is mostly a glue layer around Path::IsDev with a few directory walking tricks.\n" +"\n" +" use Path::FindDev qw( find_dev );\n" +"\n" +" if ( my $root = find_dev('/some/path/to/something/somewhere')) { print \"development root = $root\"; } else { print \"No development root :(\"; }" msgstr "" -#. description(tevent:python-tevent-32bit) -msgid "This package contains the python bindings for the Tevent library." +#. description(php5-pear-Horde_Pdf) +msgid "This package provides PDF generation using only PHP, without requiring any external libraries." msgstr "" -#. description(texlive-aramaic-serto) +#. description(php5-pear-Horde_Vfs) msgid "" -"This package enables (La)TeX users to typeset words or phrases (e-tex extensions are needed) in Syriac (Aramaic) using the Serto-alphabet. The package includes a preprocessor written in Python (>= 1.5.2) in order to deal with right-to-left typesetting for those who do not want to use elatex and to choose the correct letter depending on word context (initial/medial/final form). Detailed documentation and examples are included.\n" +"This package provides a Virtual File System API, with backends for:\n" "\n" -"date: 2013-04-18 11:30:17 +0000" +"* SQL\n" +"* FTP\n" +"* Local filesystems\n" +"* Hybrid SQL and filesystem\n" +"* Samba\n" +"* SSH2/SFTP\n" +"* IMAP (Kolab)\n" +"\n" +"Reading, writing and listing of files are all supported, and there are both object-based and array-based interfaces to directory listings." msgstr "" -#. description(texlive-babelbib) +#. description(php5-pear-Horde_Data) msgid "" -"This package enables to generate multilingual bibliographies in cooperation with babel. Two approaches are possible: Each citation may be written in another language, or the whole bibliography can be typeset in a language chosen by the user. In addition, the package supports commands to change the typography of the bibliographies.\n" -"\n" -"date: 2012-01-30 11:34:22 +0000" +"This package provides a data import and export API, with backends for:\n" +"* CSV\n" +"* TSV\n" +"* iCalendar\n" +"* vCard\n" +"* vNote\n" +"* vTodo" msgstr "" -#. description(texlive-acronym) -msgid "" -"This package ensures that all acronyms used in the text are spelled out in full at least once. It also provides an environment to build a list of acronyms used. The package is compatible with pdf bookmarks. The package requires the suffix package, which in turn requires that it runs under e-TeX.\n" -"\n" -"date: 2012-09-04 08:33:10 +0000" +#. description(php5-pear-Horde_Rdo) +msgid "This package provides a lightweight ORM API" msgstr "" -#. description(stix-fonts:stix-integrals-fonts) -msgid "This package includes fonts containing additional integrals of various size and slant." +#. description(php5-pear-Horde_Role) +msgid "This package provides a method for PEAR to install Horde components into a base Horde installation." msgstr "" -#. description(stix-fonts:stix-variants-fonts) -msgid "This package includes fonts containing alternative variants of some glyphs." +#. description(php5-pear-Horde_Constraint) +msgid "This package provides a programmatic way of building constraints that evaluate to true or false." msgstr "" -#. description(stix-fonts:stix-pua-fonts) -msgid "This package includes fonts containing glyphs called out from the Unicode Private Use Area (PUA) range. Glyphs in this range do not have an official Unicode codepoint. They're generally accessible only through specialised software. Text using them will break if they're ever accepted by the Unicode Consortium and moved to an official codepoint." +#. description(php5-pear-Horde_Ldap) +msgid "This package provides a set of classes for connecting to LDAP servers and working with directory objects." msgstr "" -#. description(stix-fonts:stix-sizes-fonts) -msgid "This package includes fonts containing glyphs in additional sizes (Mostly \"fence\" and \"piece\" glyphs)." +#. description(php5-pear-Horde_Http) +msgid "This package provides a set of classes for making HTTP requests." msgstr "" -#. description(texlive-12many:texlive-12many-doc) -msgid "This package includes the documentation for texlive-12many" -msgstr "Этот пакет содержит документацию для texlive-12many" +#. description(php5-pear-Horde_Cache) +msgid "This package provides a simple, functional caching API, with the option to store the cached data on the filesystem, in one of the PHP opcode cache systems (APC, eAcclerator, XCache, or Zend Performance Suite's content cache), memcached, or an SQL table." +msgstr "" -#. description(texlive-2up:texlive-2up-doc) -msgid "This package includes the documentation for texlive-2up" -msgstr "Этот пакет содержит документацию для texlive-2up" +#. description(php5-pear-Horde_Text_Diff) +msgid "This package provides a text-based diff engine and renderers for multiple diff output formats." +msgstr "" -#. description(texlive-Asana-Math:texlive-Asana-Math-doc) -msgid "This package includes the documentation for texlive-Asana-Math" -msgstr "Этот пакет содержит документацию для texlive-Asana-Math" +#. description(php5-pear-Horde_Tree) +msgid "This package provides a tree view of hierarchical information. It allows for expanding/collapsing of branches and maintains their state." +msgstr "" -#. description(texlive-a0poster:texlive-a0poster-doc) -msgid "This package includes the documentation for texlive-a0poster" -msgstr "Этот пакет содержит документацию для texlive-a0poster" +#. description(php5-pear-Horde_Icalendar) +msgid "This package provides an API for dealing with iCalendar data." +msgstr "" -#. description(texlive-a2ping:texlive-a2ping-doc) -msgid "This package includes the documentation for texlive-a2ping" -msgstr "Этот пакет содержит документацию для texlive-a2ping" +#. description(php5-pear-Horde_Compress) +msgid "This package provides an API for various compression techniques." +msgstr "" -#. description(texlive-a4wide:texlive-a4wide-doc) -msgid "This package includes the documentation for texlive-a4wide" -msgstr "Этот пакет содержит документацию для texlive-a4wide" +#. description(php5-pear-Net_Sieve) +msgid "This package provides an API to talk to servers implementing the managesieve protocol. It can be used to install and remove sieve scripts, mark them active etc." +msgstr "" -#. description(texlive-a5comb:texlive-a5comb-doc) -msgid "This package includes the documentation for texlive-a5comb" -msgstr "Этот пакет содержит документацию для texlive-a5comb" +#. description(php5-pear-Horde_Image) +msgid "This package provides an Image utility API, with backends for: * GD * GIF * PNG * SVG * SWF * ImageMagick convert command line tool * Imagick Extension" +msgstr "" -#. description(texlive-aastex:texlive-aastex-doc) -msgid "This package includes the documentation for texlive-aastex" -msgstr "Этот пакет содержит документацию для texlive-aastex" +#. description(php5-pear-Horde_Oauth) +msgid "This package provides an OAuth consumer (http://oauth.net) and OAuth infrastruture, and in the future will provide an OAuth server." +msgstr "" -#. description(texlive-abbr:texlive-abbr-doc) -msgid "This package includes the documentation for texlive-abbr" -msgstr "Этот пакет содержит документацию для texlive-abbr" - -#. description(texlive-abc:texlive-abc-doc) -msgid "This package includes the documentation for texlive-abc" -msgstr "Этот пакет содержит документацию для texlive-abc" - -#. description(texlive-abntex2:texlive-abntex2-doc) -msgid "This package includes the documentation for texlive-abntex2" +#. description(php5-pear-Horde_Imap_Client) +msgid "This package provides an abstracted API interface to various IMAP4rev1 (RFC3501) backend drivers. It is faster than the php5-imap implementation Also supports connections to POP3 (STD 53/RFC 1939)." msgstr "" -#. description(texlive-abraces:texlive-abraces-doc) -msgid "This package includes the documentation for texlive-abraces" +#. description(php5-pear-Horde_Xml_Element) +msgid "This package provides an element object that can be used to provide SimpleXML-like functionality over a DOM object. The main advantage over using SimpleXML is the ability to add multiple levels of new elements in a single call, without introducing \"ghost\" objects." msgstr "" -#. description(texlive-abstract:texlive-abstract-doc) -msgid "This package includes the documentation for texlive-abstract" -msgstr "Этот пакет содержит документацию для texlive-abstract" - -#. description(texlive-abstyles:texlive-abstyles-doc) -msgid "This package includes the documentation for texlive-abstyles" -msgstr "Этот пакет содержит документацию для texlive-abstyles" - -#. description(texlive-accfonts:texlive-accfonts-doc) -msgid "This package includes the documentation for texlive-accfonts" -msgstr "Этот пакет содержит документацию для texlive-accfonts" - -#. description(texlive-achemso:texlive-achemso-doc) -msgid "This package includes the documentation for texlive-achemso" -msgstr "Этот пакет содержит документацию для texlive-achemso" - -#. description(texlive-acmconf:texlive-acmconf-doc) -msgid "This package includes the documentation for texlive-acmconf" -msgstr "Этот пакет содержит документацию для texlive-acmconf" - -#. description(texlive-acro:texlive-acro-doc) -msgid "This package includes the documentation for texlive-acro" +#. description(php5-pear-Horde_Alarm) +msgid "This package provides an interface to deal with reminders, alarms and notifications through a standardized API. The following notification methods are available at the moment: standard Horde notifications, popups, emails, sms." msgstr "" -#. description(texlive-acronym:texlive-acronym-doc) -msgid "This package includes the documentation for texlive-acronym" -msgstr "Этот пакет содержит документацию для texlive-acronym" - -#. description(texlive-acroterm:texlive-acroterm-doc) -msgid "This package includes the documentation for texlive-acroterm" -msgstr "Этот пакет содержит документацию для texlive-acroterm" - -#. description(texlive-active-conf:texlive-active-conf-doc) -msgid "This package includes the documentation for texlive-active-conf" -msgstr "Этот пакет содержит документацию для texlive-active-conf" - -#. description(texlive-actuarialangle:texlive-actuarialangle-doc) -msgid "This package includes the documentation for texlive-actuarialangle" +#. description(php5-pear-Horde_SyncMl) +msgid "This package provides classes for implementing a SyncML server. SyncML is an OMA standard for synchronizing contacts, notes, calendar and tasks of mobile devices similar to ActiveSync It is advisable to use it together with other components from the Horde Framework" msgstr "" -#. description(texlive-addlines:texlive-addlines-doc) -msgid "This package includes the documentation for texlive-addlines" -msgstr "Этот пакет содержит документацию для texlive-addlines" - -#. description(texlive-adfathesis:texlive-adfathesis-doc) -msgid "This package includes the documentation for texlive-adfathesis" -msgstr "Этот пакет содержит документацию для texlive-adfathesis" - -#. description(texlive-adforn:texlive-adforn-doc) -msgid "This package includes the documentation for texlive-adforn" -msgstr "Этот пакет содержит документацию для texlive-adforn" - -#. description(texlive-adfsymbols:texlive-adfsymbols-doc) -msgid "This package includes the documentation for texlive-adfsymbols" -msgstr "Этот пакет содержит документацию для texlive-adfsymbols" - -#. description(texlive-adhocfilelist:texlive-adhocfilelist-doc) -msgid "This package includes the documentation for texlive-adhocfilelist" +#. description(php5-pear-Horde_Routes) +msgid "This package provides classes for mapping URLs into the controllers and actions of an MVC system. It is a port of a Python library, Routes, by Ben Bangert (http://routes.groovie.org)." msgstr "" -#. description(texlive-adjmulticol:texlive-adjmulticol-doc) -msgid "This package includes the documentation for texlive-adjmulticol" -msgstr "Этот пакет содержит документацию для texlive-adjmulticol" - -#. description(texlive-adjustbox:texlive-adjustbox-doc) -msgid "This package includes the documentation for texlive-adjustbox" -msgstr "Этот пакет содержит документацию для texlive-adjustbox" - -#. description(texlive-adrconv:texlive-adrconv-doc) -msgid "This package includes the documentation for texlive-adrconv" -msgstr "Этот пакет содержит документацию для texlive-adrconv" - -#. description(texlive-advdate:texlive-advdate-doc) -msgid "This package includes the documentation for texlive-advdate" -msgstr "Этот пакет содержит документацию для texlive-advdate" - -#. description(texlive-ae:texlive-ae-doc) -msgid "This package includes the documentation for texlive-ae" -msgstr "Этот пакет содержит документацию для texlive-ae" - -#. description(texlive-aecc:texlive-aecc-doc) -msgid "This package includes the documentation for texlive-aecc" +#. description(php5-pear-Horde_Yaml) +msgid "This package provides classes for parsing YAML files into PHP arrays, and dumping PHP arrays into YAML encoding." msgstr "" -#. description(texlive-aeguill:texlive-aeguill-doc) -msgid "This package includes the documentation for texlive-aeguill" -msgstr "Этот пакет содержит документацию для texlive-aeguill" - -#. description(texlive-afm2pl:texlive-afm2pl-doc) -msgid "This package includes the documentation for texlive-afm2pl" -msgstr "Этот пакет содержит документацию для texlive-afm2pl" - -#. description(texlive-afthesis:texlive-afthesis-doc) -msgid "This package includes the documentation for texlive-afthesis" -msgstr "Этот пакет содержит документацию для texlive-afthesis" - -#. description(texlive-aguplus:texlive-aguplus-doc) -msgid "This package includes the documentation for texlive-aguplus" -msgstr "Этот пакет содержит документацию для texlive-aguplus" - -#. description(texlive-aiaa:texlive-aiaa-doc) -msgid "This package includes the documentation for texlive-aiaa" -msgstr "Этот пакет содержит документацию для texlive-aiaa" - -#. description(texlive-akktex:texlive-akktex-doc) -msgid "This package includes the documentation for texlive-akktex" -msgstr "Этот пакет содержит документацию для texlive-akktex" - -#. description(texlive-akletter:texlive-akletter-doc) -msgid "This package includes the documentation for texlive-akletter" -msgstr "Этот пакет содержит документацию для texlive-akletter" - -#. description(texlive-alg:texlive-alg-doc) -msgid "This package includes the documentation for texlive-alg" -msgstr "Этот пакет содержит документацию для texlive-alg" - -#. description(texlive-algorithm2e:texlive-algorithm2e-doc) -msgid "This package includes the documentation for texlive-algorithm2e" -msgstr "Этот пакет содержит документацию для texlive-algorithm2e" - -#. description(texlive-algorithmicx:texlive-algorithmicx-doc) -msgid "This package includes the documentation for texlive-algorithmicx" -msgstr "Этот пакет содержит документацию для texlive-algorithmicx" - -#. description(texlive-algorithms:texlive-algorithms-doc) -msgid "This package includes the documentation for texlive-algorithms" -msgstr "Этот пакет содержит документацию для texlive-algorithms" - -#. description(texlive-allrunes:texlive-allrunes-doc) -msgid "This package includes the documentation for texlive-allrunes" -msgstr "Этот пакет содержит документацию для texlive-allrunes" - -#. description(texlive-alnumsec:texlive-alnumsec-doc) -msgid "This package includes the documentation for texlive-alnumsec" -msgstr "Этот пакет содержит документацию для texlive-alnumsec" - -#. description(texlive-alterqcm:texlive-alterqcm-doc) -msgid "This package includes the documentation for texlive-alterqcm" -msgstr "Этот пакет содержит документацию для texlive-alterqcm" - -#. description(texlive-altfont:texlive-altfont-doc) -msgid "This package includes the documentation for texlive-altfont" -msgstr "Этот пакет содержит документацию для texlive-altfont" - -#. description(texlive-ametsoc:texlive-ametsoc-doc) -msgid "This package includes the documentation for texlive-ametsoc" -msgstr "Этот пакет содержит документацию для texlive-ametsoc" - -#. description(texlive-amiri:texlive-amiri-doc) -msgid "This package includes the documentation for texlive-amiri" -msgstr "Этот пакет содержит документацию для texlive-amiri" - -#. description(texlive-amsaddr:texlive-amsaddr-doc) -msgid "This package includes the documentation for texlive-amsaddr" -msgstr "Этот пакет содержит документацию для texlive-amsaddr" - -#. description(texlive-amscls:texlive-amscls-doc) -msgid "This package includes the documentation for texlive-amscls" -msgstr "Этот пакет содержит документацию для texlive-amscls" - -#. description(texlive-amsfonts:texlive-amsfonts-doc) -msgid "This package includes the documentation for texlive-amsfonts" -msgstr "Этот пакет содержит документацию для texlive-amsfonts" - -#. description(texlive-amsmath:texlive-amsmath-doc) -msgid "This package includes the documentation for texlive-amsmath" -msgstr "Этот пакет содержит документацию для texlive-amsmath" - -#. description(texlive-amsrefs:texlive-amsrefs-doc) -msgid "This package includes the documentation for texlive-amsrefs" -msgstr "Этот пакет содержит документацию для texlive-amsrefs" - -#. description(texlive-amstex:texlive-amstex-doc) -msgid "This package includes the documentation for texlive-amstex" -msgstr "Этот пакет содержит документацию для texlive-amstex" - -#. description(texlive-animate:texlive-animate-doc) -msgid "This package includes the documentation for texlive-animate" -msgstr "Этот пакет содержит документацию для texlive-animate" - -#. description(texlive-anonchap:texlive-anonchap-doc) -msgid "This package includes the documentation for texlive-anonchap" -msgstr "Этот пакет содержит документацию для texlive-anonchap" - -#. description(texlive-answers:texlive-answers-doc) -msgid "This package includes the documentation for texlive-answers" -msgstr "Этот пакет содержит документацию для texlive-answers" - -#. description(texlive-antiqua:texlive-antiqua-doc) -msgid "This package includes the documentation for texlive-antiqua" -msgstr "Этот пакет содержит документацию для texlive-antiqua" - -#. description(texlive-antomega:texlive-antomega-doc) -msgid "This package includes the documentation for texlive-antomega" -msgstr "Этот пакет содержит документацию для texlive-antomega" - -#. description(texlive-antt:texlive-antt-doc) -msgid "This package includes the documentation for texlive-antt" -msgstr "Этот пакет содержит документацию для texlive-antt" - -#. description(texlive-anyfontsize:texlive-anyfontsize-doc) -msgid "This package includes the documentation for texlive-anyfontsize" -msgstr "Этот пакет содержит документацию для texlive-anyfontsize" - -#. description(texlive-anysize:texlive-anysize-doc) -msgid "This package includes the documentation for texlive-anysize" -msgstr "Этот пакет содержит документацию для texlive-anysize" - -#. description(texlive-aomart:texlive-aomart-doc) -msgid "This package includes the documentation for texlive-aomart" -msgstr "Этот пакет содержит документацию для texlive-aomart" - -#. description(texlive-apa:texlive-apa-doc) -msgid "This package includes the documentation for texlive-apa" -msgstr "Этот пакет содержит документацию для texlive-apa" - -#. description(texlive-apa6:texlive-apa6-doc) -msgid "This package includes the documentation for texlive-apa6" -msgstr "Этот пакет содержит документацию для texlive-apa6" - -#. description(texlive-apa6e:texlive-apa6e-doc) -msgid "This package includes the documentation for texlive-apa6e" -msgstr "Этот пакет содержит документацию для texlive-apa6e" - -#. description(texlive-apacite:texlive-apacite-doc) -msgid "This package includes the documentation for texlive-apacite" -msgstr "Этот пакет содержит документацию для texlive-apacite" - -#. description(texlive-appendix:texlive-appendix-doc) -msgid "This package includes the documentation for texlive-appendix" -msgstr "Этот пакет содержит документацию для texlive-appendix" - -#. description(texlive-appendixnumberbeamer:texlive-appendixnumberbeamer-doc) -msgid "This package includes the documentation for texlive-appendixnumberbeamer" -msgstr "Этот пакет содержит документацию для texlive-appendixnumberbeamer" - -#. description(texlive-apptools:texlive-apptools-doc) -msgid "This package includes the documentation for texlive-apptools" +#. description(php5-pear-Horde_Argv) +msgid "This package provides classes for parsing command line arguments with various actions, providing help, grouping options, and more." msgstr "" -#. description(texlive-arabi:texlive-arabi-doc) -msgid "This package includes the documentation for texlive-arabi" -msgstr "Этот пакет содержит документацию для texlive-arabi" +#. description(php5-pear-Horde_Service_Facebook) +#, fuzzy +#| msgid "This package contains the core libraries for Shorewall." +msgid "This package provides client libraries for the Facebook REST API." +msgstr "Этот пакет содержит основные библиотеки для Shorewall." -#. description(texlive-arabtex:texlive-arabtex-doc) -msgid "This package includes the documentation for texlive-arabtex" -msgstr "Этот пакет содержит документацию для texlive-arabtex" +#. description(php5-pear-Horde_Service_Twitter) +#, fuzzy +#| msgid "This package contains the core libraries for Shorewall." +msgid "This package provides client libraries for the Twitter REST API." +msgstr "Этот пакет содержит основные библиотеки для Shorewall." -#. description(texlive-arabxetex:texlive-arabxetex-doc) -msgid "This package includes the documentation for texlive-arabxetex" -msgstr "Этот пакет содержит документацию для texlive-arabxetex" - -#. description(texlive-aramaic-serto:texlive-aramaic-serto-doc) -msgid "This package includes the documentation for texlive-aramaic-serto" +#. description(php5-pear-Horde_Xml_Wbxml) +msgid "This package provides encoding and decoding of WBXML (Wireless Binary XML) documents. WBXML is used in SyncML for transferring smaller amounts of data with wireless devices." msgstr "" -#. description(texlive-arara:texlive-arara-doc) -msgid "This package includes the documentation for texlive-arara" +#. description(php5-pear-Horde_ActiveSync) +msgid "This package provides libraries for implementing an ActiveSync server." msgstr "" -#. description(texlive-archaic:texlive-archaic-doc) -msgid "This package includes the documentation for texlive-archaic" -msgstr "Этот пакет содержит документацию для texlive-archaic" - -#. description(texlive-arcs:texlive-arcs-doc) -msgid "This package includes the documentation for texlive-arcs" -msgstr "Этот пакет содержит документацию для texlive-arcs" - -#. description(texlive-arev:texlive-arev-doc) -msgid "This package includes the documentation for texlive-arev" -msgstr "Этот пакет содержит документацию для texlive-arev" - -#. description(texlive-arphic:texlive-arphic-doc) -msgid "This package includes the documentation for texlive-arphic" -msgstr "Этот пакет содержит документацию для texlive-arphic" - -#. description(texlive-arrayjobx:texlive-arrayjobx-doc) -msgid "This package includes the documentation for texlive-arrayjobx" -msgstr "Этот пакет содержит документацию для texlive-arrayjobx" - -#. description(texlive-arsclassica:texlive-arsclassica-doc) -msgid "This package includes the documentation for texlive-arsclassica" -msgstr "Этот пакет содержит документацию для texlive-arsclassica" - -#. description(texlive-articleingud:texlive-articleingud-doc) -msgid "This package includes the documentation for texlive-articleingud" -msgstr "Этот пакет содержит документацию для texlive-articleingud" - -#. description(texlive-arydshln:texlive-arydshln-doc) -msgid "This package includes the documentation for texlive-arydshln" -msgstr "Этот пакет содержит документацию для texlive-arydshln" - -#. description(texlive-asaetr:texlive-asaetr-doc) -msgid "This package includes the documentation for texlive-asaetr" -msgstr "Этот пакет содержит документацию для texlive-asaetr" - -#. description(texlive-ascelike:texlive-ascelike-doc) -msgid "This package includes the documentation for texlive-ascelike" -msgstr "Этот пакет содержит документацию для texlive-ascelike" - -#. description(texlive-ascii-font:texlive-ascii-font-doc) -msgid "This package includes the documentation for texlive-ascii-font" +#. description(php5-pear-Horde_Feed) +msgid "This package provides support for working with feed formats such as RSS and Atom." msgstr "" -#. description(texlive-aspectratio:texlive-aspectratio-doc) -msgid "This package includes the documentation for texlive-aspectratio" -msgstr "Этот пакет содержит документацию для texlive-aspectratio" - -#. description(texlive-assignment:texlive-assignment-doc) -msgid "This package includes the documentation for texlive-assignment" -msgstr "Этот пакет содержит документацию для texlive-assignment" - -#. description(texlive-astro:texlive-astro-doc) -msgid "This package includes the documentation for texlive-astro" -msgstr "Этот пакет содержит документацию для texlive-astro" - -#. description(texlive-asyfig:texlive-asyfig-doc) -msgid "This package includes the documentation for texlive-asyfig" -msgstr "Этот пакет содержит документацию для texlive-asyfig" - -#. description(texlive-asymptote:texlive-asymptote-doc) -msgid "This package includes the documentation for texlive-asymptote" -msgstr "Этот пакет содержит документацию для texlive-asymptote" - -#. description(texlive-attachfile:texlive-attachfile-doc) -msgid "This package includes the documentation for texlive-attachfile" -msgstr "Этот пакет содержит документацию для texlive-attachfile" - -#. description(texlive-augie:texlive-augie-doc) -msgid "This package includes the documentation for texlive-augie" -msgstr "Этот пакет содержит документацию для texlive-augie" - -#. description(texlive-auncial-new:texlive-auncial-new-doc) -msgid "This package includes the documentation for texlive-auncial-new" -msgstr "Этот пакет содержит документацию для texlive-auncial-new" - -#. description(texlive-aurical:texlive-aurical-doc) -msgid "This package includes the documentation for texlive-aurical" -msgstr "Этот пакет содержит документацию для texlive-aurical" - -#. description(texlive-authoraftertitle:texlive-authoraftertitle-doc) -msgid "This package includes the documentation for texlive-authoraftertitle" -msgstr "Этот пакет содержит документацию для texlive-authoraftertitle" - -#. description(texlive-authorindex:texlive-authorindex-doc) -msgid "This package includes the documentation for texlive-authorindex" -msgstr "Этот пакет содержит документацию для texlive-authorindex" - -#. description(texlive-auto-pst-pdf:texlive-auto-pst-pdf-doc) -msgid "This package includes the documentation for texlive-auto-pst-pdf" -msgstr "Этот пакет содержит документацию для texlive-auto-pst-pdf" - -#. description(texlive-autoarea:texlive-autoarea-doc) -msgid "This package includes the documentation for texlive-autoarea" -msgstr "Этот пакет содержит документацию для texlive-autoarea" - -#. description(texlive-automata:texlive-automata-doc) -msgid "This package includes the documentation for texlive-automata" -msgstr "Этот пакет содержит документацию для texlive-automata" - -#. description(texlive-autonum:texlive-autonum-doc) -msgid "This package includes the documentation for texlive-autonum" +#. description(php5-pear-Horde_Support) +msgid "This package provides supporting functionality for Horde that is not tied to Horde but is used by it. These classes can be used outside of Horde as well." msgstr "" -#. description(texlive-autopdf:texlive-autopdf-doc) -msgid "This package includes the documentation for texlive-autopdf" +#. description(perl-Software-License) +msgid "This package provides templated software licenses in the form of modules, as well as some license-related utilities, such as a 'fulltext' method." msgstr "" -#. description(texlive-b1encoding:texlive-b1encoding-doc) -msgid "This package includes the documentation for texlive-b1encoding" -msgstr "Этот пакет содержит документацию для texlive-b1encoding" +#. description(php5-pear-Horde_Controller) +#, fuzzy +#| msgid "This package contains the core libraries for Shorewall." +msgid "This package provides the controller part of an MVC system for Horde." +msgstr "Этот пакет содержит основные библиотеки для Shorewall." -#. description(texlive-babel:texlive-babel-doc) -msgid "This package includes the documentation for texlive-babel" -msgstr "Этот пакет содержит документацию для texlive-babel" - -#. description(texlive-babel-albanian:texlive-babel-albanian-doc) -msgid "This package includes the documentation for texlive-babel-albanian" +#. description(openstack-dashboard:python-horizon-branding-upstream) +msgid "This package provides the upstream look and feel for OpenStack Dashboard Python module." msgstr "" -#. description(texlive-babel-bahasa:texlive-babel-bahasa-doc) -msgid "This package includes the documentation for texlive-babel-bahasa" +#. description(php5-pear-Horde_Stream_Filter) +msgid "This package provides various stream filters." msgstr "" -#. description(texlive-babel-basque:texlive-babel-basque-doc) -msgid "This package includes the documentation for texlive-babel-basque" +#. description(php5-pear-Horde_Stream_Wrapper) +msgid "This package provides various stream wrappers." msgstr "" -#. description(texlive-babel-breton:texlive-babel-breton-doc) -msgid "This package includes the documentation for texlive-babel-breton" -msgstr "" +#. description(python-nbxmpp:python-nbxmpp-doc) +#, fuzzy +#| msgid "This package contains documentation for the libspandsp API." +msgid "This packages provides documentation of Nbxmpp API." +msgstr "Этот пакет содержит документацию для API libspandsp." -#. description(texlive-babel-bulgarian:texlive-babel-bulgarian-doc) -msgid "This package includes the documentation for texlive-babel-bulgarian" +#. description(python3-pytest-cov) +msgid "" +"This plugin produces coverage reports. It supports centralised testing and distributed testing in both load and each modes. It also supports coverage of subprocesses.\n" +"\n" +"All features offered by the coverage package should be available, either through pytest-cov or through coverage's config file." msgstr "" -#. description(texlive-babel-catalan:texlive-babel-catalan-doc) -msgid "This package includes the documentation for texlive-babel-catalan" +#. description(python-google-apputils) +msgid "" +"This project is a small collection of utilities for building Python applications. It includes some of the same set of utilities used to build and run internal Python apps at Google.\n" +"\n" +"Features:\n" +"\n" +" + Simple application startup integrated with python-gflags. + Subcommands for command-line applications. + Option to drop into pdb on uncaught exceptions. + Helper functions for dealing with files. + High-level profiling tools. + Timezone-aware wrappers for datetime.datetime classes. + Improved TestCase with many of the same methods as unittest2, plus helpful flags for test startup. + google_test setuptools command for running tests. + Helper module for creating application stubs." msgstr "" -#. description(texlive-babel-croatian:texlive-babel-croatian-doc) -msgid "This package includes the documentation for texlive-babel-croatian" +#. description(perl-MooseX-Role-TraitConstructor) +msgid "This role allows you to easily accept a 'traits' argument (or another name) into your constructor, which will easily mix roles into an anonymous class before construction, much like the Moose::Meta::Attribute manpage does." msgstr "" -#. description(texlive-babel-czech:texlive-babel-czech-doc) -msgid "This package includes the documentation for texlive-babel-czech" +#. description(perl-MouseX-SimpleConfig) +msgid "" +"This role loads simple configfiles to set object attributes. It is based on the abstract role MouseX::ConfigFromFile, and uses Config::Any to load your configfile. Config::Any will in turn support any of a variety of different config formats, detected by the file extension. See Config::Any for more details about supported formats.\n" +"\n" +"Like all MouseX::ConfigFromFile -derived configfile loaders, this module is automatically supported by the MouseX::Getopt role as well, which allows specifying '-configfile' on the commandline." msgstr "" -#. description(texlive-babel-danish:texlive-babel-danish-doc) -msgid "This package includes the documentation for texlive-babel-danish" +#. description(perl-MooseX-SimpleConfig) +msgid "" +"This role loads simple configfiles to set object attributes. It is based on the abstract role the MooseX::ConfigFromFile manpage, and uses the Config::Any manpage to load your configfile. the Config::Any manpage will in turn support any of a variety of different config formats, detected by the file extension. See the Config::Any manpage for more details about supported formats.\n" +"\n" +"To pass additional arguments to the Config::Any manpage you must provide a 'config_any_args()' method, for example:\n" +"\n" +" sub config_any_args { return { driver_args => { General => { '-InterPolateVars' => 1 } } }; }\n" +"\n" +"Like all the MooseX::ConfigFromFile manpage -derived configfile loaders, this module is automatically supported by the the MooseX::Getopt manpage role as well, which allows specifying '-configfile' on the command line." msgstr "" -#. description(texlive-babel-dutch:texlive-babel-dutch-doc) -msgid "This package includes the documentation for texlive-babel-dutch" +#. description(python-PasteDeploy) +msgid "This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. Paste Script provides commands to serve applications based on this configuration file." msgstr "" -#. description(texlive-babel-english:texlive-babel-english-doc) -msgid "This package includes the documentation for texlive-babel-english" +#. summary(perl-Test-Object) +msgid "Thoroughly testing objects via registered handlers" msgstr "" -#. description(texlive-babel-esperanto:texlive-babel-esperanto-doc) -msgid "This package includes the documentation for texlive-babel-esperanto" +#. description(perl-Throwable) +msgid "Throwable is a role for classes that are meant to be thrown as exceptions to standard program flow. It is very simple and does only two things: saves any previous value for '$@' and calls 'die $self'." msgstr "" -#. description(texlive-babel-estonian:texlive-babel-estonian-doc) -msgid "This package includes the documentation for texlive-babel-estonian" +#. summary(perl-Tie-Hash-DBD) +msgid "Tie plain hashes to DBI interface" msgstr "" -#. description(texlive-babel-finnish:texlive-babel-finnish-doc) -msgid "This package includes the documentation for texlive-babel-finnish" +#. summary(perl-Tie-ToObject) +msgid "Tie to an existing object." msgstr "" -#. description(texlive-babel-french:texlive-babel-french-doc) -msgid "This package includes the documentation for texlive-babel-french" +#. description(perl-Time-Duration-Parse) +msgid "" +"Time::Duration::Parse is a module to parse human readable duration strings like _2 minutes and 3 seconds_ to seconds.\n" +"\n" +"It does the opposite of _duration_exact_ function in Time::Duration and is roundtrip safe. So, the following is always true.\n" +"\n" +" use Time::Duration::Parse; use Time::Duration;\n" +"\n" +" my $seconds = int rand 100000; is( parse_duration(duration_exact($seconds)), $seconds );" msgstr "" -#. description(texlive-babel-friulan:texlive-babel-friulan-doc) -msgid "This package includes the documentation for texlive-babel-friulan" +#. summary(python-keyczar) +msgid "Toolkit for safe and simple cryptography" msgstr "" -#. description(texlive-babel-galician:texlive-babel-galician-doc) -msgid "This package includes the documentation for texlive-babel-galician" +#. summary(python-Paste) +msgid "Tools for using a Web Server Gateway Interface stack" msgstr "" -#. description(texlive-babel-german:texlive-babel-german-doc) -msgid "This package includes the documentation for texlive-babel-german" +#. description(php5-pear-Horde_Release) +msgid "" +"Tools necessary to create the Horde distribution packages.\n" +"\n" +"Lead Developer: Jan Schneider <jan@horde.org>" msgstr "" -#. description(texlive-babel-greek:texlive-babel-greek-doc) -msgid "This package includes the documentation for texlive-babel-greek" +#. description(python-bcdoc) +msgid "Tools to help document botocore-based projects" msgstr "" -#. description(texlive-babel-hebrew:texlive-babel-hebrew-doc) -msgid "This package includes the documentation for texlive-babel-hebrew" +#. summary(perl-Test-SubCalls) +msgid "Track the number of times subs are called" msgstr "" -#. description(texlive-babel-icelandic:texlive-babel-icelandic-doc) -msgid "This package includes the documentation for texlive-babel-icelandic" +#. summary(python3-transaction) +msgid "Transaction management for Python" msgstr "" -#. description(texlive-babel-interlingua:texlive-babel-interlingua-doc) -msgid "This package includes the documentation for texlive-babel-interlingua" +#. summary(php5-pear-Text_Wiki) +msgid "Transforms Wiki and BBCode markup into XHTML, LaTeX or plain text markup" msgstr "" -#. description(texlive-babel-irish:texlive-babel-irish-doc) -msgid "This package includes the documentation for texlive-babel-irish" +#. summary(perl-Test-Trap) +msgid "Trap exit codes, exceptions, output, etc" msgstr "" -#. description(texlive-babel-italian:texlive-babel-italian-doc) -msgid "This package includes the documentation for texlive-babel-italian" +#. summary(python-html2text) +msgid "Turn HTML into equivalent Markdown-structured text" msgstr "" -#. description(texlive-babel-kurmanji:texlive-babel-kurmanji-doc) -msgid "This package includes the documentation for texlive-babel-kurmanji" +#. description(python-html2text) +msgid "Turn HTML into equivalent Markdown-structured text." msgstr "" -#. description(texlive-babel-latin:texlive-babel-latin-doc) -msgid "This package includes the documentation for texlive-babel-latin" +#. summary(perl-Time-Clock) +msgid "Twenty-four hour clock object with nanosecond precision." msgstr "" -#. description(texlive-babel-norsk:texlive-babel-norsk-doc) -msgid "This package includes the documentation for texlive-babel-norsk" +#. summary(perl-Sysadm-Install) +msgid "Typical installation tasks for system administrators" msgstr "" -#. description(texlive-babel-piedmontese:texlive-babel-piedmontese-doc) -msgid "This package includes the documentation for texlive-babel-piedmontese" +#. summary(perl-UNIVERSAL-moniker) +msgid "UNIVERAL::moniker" msgstr "" -#. description(texlive-babel-polish:texlive-babel-polish-doc) -msgid "This package includes the documentation for texlive-babel-polish" +#. description(python-jsonrpclib) +msgid "UNKNOWN" msgstr "" -#. description(texlive-babel-portuges:texlive-babel-portuges-doc) -msgid "This package includes the documentation for texlive-babel-portuges" +#. summary(php5-pear-Net_LDAP) +msgid "UNmaintained OOP interface for searching and manipulating LDAP-entries" msgstr "" -#. description(texlive-babel-romanian:texlive-babel-romanian-doc) -msgid "This package includes the documentation for texlive-babel-romanian" +#. summary(python3-usb) +msgid "USB access on the Python language" msgstr "" -#. description(texlive-babel-romansh:texlive-babel-romansh-doc) -msgid "This package includes the documentation for texlive-babel-romansh" +#. description(php5-pear-Horde_SpellChecker) +msgid "Unified spellchecking API." msgstr "" -#. description(texlive-babel-russian:texlive-babel-russian-doc) -msgid "This package includes the documentation for texlive-babel-russian" +#. summary(perl-Test-Unit-Lite) +msgid "Unit testing without external dependencies" msgstr "" -#. description(texlive-babel-samin:texlive-babel-samin-doc) -msgid "This package includes the documentation for texlive-babel-samin" +#. summary(python-feedparser) +msgid "Universal Feed Parser Module for Python" msgstr "" -#. description(texlive-babel-scottish:texlive-babel-scottish-doc) -msgid "This package includes the documentation for texlive-babel-scottish" +#. description(python-chardet) +msgid "" +"Universal character encoding detector\n" +"-------------------------------------\n" +"\n" +"Detects - ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants) - Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified Chinese) - EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese) - EUC-KR, ISO-2022-KR (Korean) - KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic) - ISO-8859-2, windows-1250 (Hungarian) - ISO-8859-5, windows-1251 (Bulgarian) - windows-1252 (English) - ISO-8859-7, windows-1253 (Greek) - ISO-8859-8, windows-1255 (Visual and Logical Hebrew) - TIS-620 (Thai)\n" +"\n" +"Requires Python 2.1 or later\n" +"\n" +"Command-line Tool\n" +"-----------------\n" +"\n" +"chardet comes with a command-line script which reports on the encodings of one or more files::\n" +"\n" +" % chardetect.py somefile someotherfile somefile: windows-1252 with confidence 0.5 someotherfile: ascii with confidence 1.0" msgstr "" -#. description(texlive-babel-serbian:texlive-babel-serbian-doc) -msgid "This package includes the documentation for texlive-babel-serbian" +#. summary(python-chardet) +msgid "Universal encoding detector" msgstr "" -#. description(texlive-babel-serbianc:texlive-babel-serbianc-doc) -msgid "This package includes the documentation for texlive-babel-serbianc" +#. summary(python-extras) +msgid "Useful extra bits for Python" msgstr "" -#. description(texlive-babel-slovak:texlive-babel-slovak-doc) -msgid "This package includes the documentation for texlive-babel-slovak" +#. summary(perl-Test-Output) +msgid "Utilities to test STDOUT and STDERR messages." msgstr "" -#. description(texlive-babel-slovenian:texlive-babel-slovenian-doc) -msgid "This package includes the documentation for texlive-babel-slovenian" +#. summary(php5-pear-phpunit-PHP_Timer) +#, fuzzy +#| msgid "Utility scripts for saxon6" +msgid "Utility class for timing" +msgstr "Скрипты для saxon6" + +#. summary(perl-Test-CPAN-Meta) +msgid "Validate your CPAN META.yml files." msgstr "" -#. description(texlive-babel-sorbian:texlive-babel-sorbian-doc) -msgid "This package includes the documentation for texlive-babel-sorbian" +#. summary(python-itsdangerous) +msgid "Various helpers to pass trusted data to untrusted environments and back" msgstr "" -#. description(texlive-babel-spanish:texlive-babel-spanish-doc) -msgid "This package includes the documentation for texlive-babel-spanish" +#. summary(python-bumpversion) +msgid "Version-bump your software with a single command" msgstr "" -#. description(texlive-babel-swedish:texlive-babel-swedish-doc) -msgid "This package includes the documentation for texlive-babel-swedish" +#. description(python-bumpversion) +msgid "" +"Version-bump your software with a single command!\n" +"\n" +"bumpversion updates all version strings in your source tree by the correct increment, commits that change to git or Mercurial and tags it." msgstr "" -#. description(texlive-babel-thai:texlive-babel-thai-doc) -msgid "This package includes the documentation for texlive-babel-thai" +#. summary(python3-zope.event) +msgid "Very basic event publishing system" msgstr "" -#. description(texlive-babel-turkish:texlive-babel-turkish-doc) -msgid "This package includes the documentation for texlive-babel-turkish" +#. description(python-Jinja2:python-Jinja2-vim) +msgid "Vim syntax highlighting scheme for Jinja2 templates." msgstr "" -#. description(texlive-babel-ukraineb:texlive-babel-ukraineb-doc) -msgid "This package includes the documentation for texlive-babel-ukraineb" +#. summary(python3-virtualenv) +msgid "Virtual Python Environment builder" msgstr "" -#. description(texlive-babel-welsh:texlive-babel-welsh-doc) -msgid "This package includes the documentation for texlive-babel-welsh" +#. summary(python-gunicorn) +msgid "WSGI HTTP Server for UNIX" msgstr "" -#. description(texlive-babelbib:texlive-babelbib-doc) -msgid "This package includes the documentation for texlive-babelbib" -msgstr "Этот пакет содержит документацию для texlive-babelbib" - -#. description(texlive-background:texlive-background-doc) -msgid "This package includes the documentation for texlive-background" -msgstr "Этот пакет содержит документацию для texlive-background" - -#. description(texlive-backnaur:texlive-backnaur-doc) -msgid "This package includes the documentation for texlive-backnaur" +#. summary(python-gunicorn:python-gunicorn-doc) +msgid "WSGI HTTP Server for UNIX - Documentation" msgstr "" -#. description(texlive-bangtex:texlive-bangtex-doc) -msgid "This package includes the documentation for texlive-bangtex" -msgstr "Этот пакет содержит документацию для texlive-bangtex" - -#. description(texlive-barcodes:texlive-barcodes-doc) -msgid "This package includes the documentation for texlive-barcodes" -msgstr "Этот пакет содержит документацию для texlive-barcodes" - -#. description(texlive-bardiag:texlive-bardiag-doc) -msgid "This package includes the documentation for texlive-bardiag" -msgstr "Этот пакет содержит документацию для texlive-bardiag" - -#. description(texlive-barr:texlive-barr-doc) -msgid "This package includes the documentation for texlive-barr" -msgstr "Этот пакет содержит документацию для texlive-barr" - -#. description(texlive-bartel-chess-fonts:texlive-bartel-chess-fonts-doc) -msgid "This package includes the documentation for texlive-bartel-chess-fonts" -msgstr "Этот пакет содержит документацию для texlive-bartel-chess-fonts" - -#. description(texlive-bashful:texlive-bashful-doc) -msgid "This package includes the documentation for texlive-bashful" -msgstr "Этот пакет содержит документацию для texlive-bashful" - -#. description(texlive-baskervald:texlive-baskervald-doc) -msgid "This package includes the documentation for texlive-baskervald" -msgstr "Этот пакет содержит документацию для texlive-baskervald" - -#. description(texlive-basque-book:texlive-basque-book-doc) -msgid "This package includes the documentation for texlive-basque-book" +#. summary(python3-WebOb) +msgid "WSGI request and response object" msgstr "" -#. description(texlive-basque-date:texlive-basque-date-doc) -msgid "This package includes the documentation for texlive-basque-date" +#. summary(python3-WebOb:python3-WebOb-doc) +msgid "WSGI request and response object - Documentation" msgstr "" -#. description(texlive-bbcard:texlive-bbcard-doc) -msgid "This package includes the documentation for texlive-bbcard" -msgstr "Этот пакет содержит документацию для texlive-bbcard" - -#. description(texlive-bbding:texlive-bbding-doc) -msgid "This package includes the documentation for texlive-bbding" -msgstr "Этот пакет содержит документацию для texlive-bbding" - -#. description(texlive-bbm:texlive-bbm-doc) -msgid "This package includes the documentation for texlive-bbm" -msgstr "Этот пакет содержит документацию для texlive-bbm" - -#. description(texlive-bbm-macros:texlive-bbm-macros-doc) -msgid "This package includes the documentation for texlive-bbm-macros" -msgstr "Этот пакет содержит документацию для texlive-bbm-macros" - -#. description(texlive-bbold:texlive-bbold-doc) -msgid "This package includes the documentation for texlive-bbold" -msgstr "Этот пакет содержит документацию для texlive-bbold" - -#. description(texlive-bbold-type1:texlive-bbold-type1-doc) -msgid "This package includes the documentation for texlive-bbold-type1" -msgstr "Этот пакет содержит документацию для texlive-bbold-type1" - -#. description(texlive-bchart:texlive-bchart-doc) -msgid "This package includes the documentation for texlive-bchart" -msgstr "Этот пакет содержит документацию для texlive-bchart" - -#. description(texlive-bclogo:texlive-bclogo-doc) -msgid "This package includes the documentation for texlive-bclogo" -msgstr "Этот пакет содержит документацию для texlive-bclogo" - -#. description(texlive-beamer2thesis:texlive-beamer2thesis-doc) -msgid "This package includes the documentation for texlive-beamer2thesis" -msgstr "Этот пакет содержит документацию для texlive-beamer2thesis" - -#. description(texlive-a4wide) -msgid "" -"This package increases the width of the typeset area of an a4 page. This sort of operation is capable of producing typographically poor results; the operation itself is better provided by the geometry package. The package uses the a4 package.\n" -"\n" -"date: 2011-01-05 07:46:38 +0000" +#. summary(postfixadmin) +msgid "Web-based management tool for Postfix virtual domains, mailboxes and aliases" msgstr "" -#. description(texlive-anysize) -msgid "" -"This package is considered obsolete; alternatives are the typearea package from the koma-script bundle, or the geometry package.\n" -"\n" -"date: 2009-09-24 12:57:17 +0000" +#. summary(php5-pear-HTTP_WebDAV_Server) +msgid "WebDAV Server Base class" msgstr "" -#. description(texlive-autoarea) +#. description(python3-WebOb) msgid "" -"This package makes PiCTeX recognize lines and arcs in determining the \"bounding box\" of a picture. (PiCTeX so far accounted for put commands only). The \"bounding box\" is essential for proper placement of a picture between running text and margins and for keeping the running text away.\n" +"WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses.\n" "\n" -"date: 2008-08-17 09:40:59 +0000" +"The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment." msgstr "" -#. description(python-random2) +#. description(python-Brownie) msgid "" -"This package provides a Python 3 ported version of Python 2.7's random module. It has also been back-ported to work in Python 2.6.\n" +"Welcome to Brownie!\n" "\n" -"In Python 3, the implementation of randrange() was changed, so that even with the same seed you get different sequences in Python 2 and 3. Note that several high-level functions such as randint() and choice() use randrange().\n" +"- Have you ever started a new project and implemented this little function foo or this datastructure bar you already implemented for another project?\n" +"- Ever wondered why a specific feature is not in the `standard library`_ already?\n" +"- Wanted to use that new datastructure but you are still stuck with this ancient Python version or are just not willing or able to switch to Python 3.x, yet?\n" +"- And most importantly were too lazy to implement this datastructure which would be more appropriate to use?\n" "\n" -"In my testing code I heavily rely on stable random generator results and it makes porting code to Python 3 a lot harder, if all those tests have to be adjusted. This package fixes that." +"Brownie wants to solve these problems by providing all these small things well documented, well tested and most importantly right now when you need it." msgstr "" -#. description(python-zope.testrunner) -msgid "This package provides a flexible test runner with layer support." -msgstr "" - -#. description(python-zope.testing) +#. description(perl-SUPER) msgid "" -"This package provides a number of testing frameworks.\n" +"When subclassing a class, you occasionally want to dispatch control to the superclass -- at least conditionally and temporarily. The Perl syntax for calling your superclass is ugly and unwieldy:\n" "\n" -"cleanup Provides a mixin class for cleaning up after tests that make global changes.\n" +" $self->SUPER::method(@_);\n" "\n" -"formparser An HTML parser that extracts form information.\n" +"especially when compared to its Ruby equivalent:\n" "\n" -" **Python 2 only**\n" +" super;\n" "\n" -" This is intended to support functional tests that need to extract information from HTML forms returned by the publisher.\n" +"It's even worse in that the normal Perl redispatch mechanism only dispatches to the parent of the class containing the method _at compile time_. That doesn't work very well for mixins and roles.\n" "\n" -" See formparser.txt.\n" +"This module provides nicer equivalents, along with the universal method 'super' to determine a class' own superclass. This allows you to do things such as:\n" "\n" -"loggingsupport Support for testing logging code\n" +" goto &{$_[0]->super('my_method')};\n" "\n" -" If you want to test that your code generates proper log output, you can create and install a handler that collects output.\n" +"if you don't like wasting precious stack frames. (Because 'super' returns a coderef, much like the UNIVERSAL/can manpage, this doesn't break 'use strict 'refs''.)\n" "\n" -"loghandler Logging handler for tests that check logging output.\n" +"If you are using roles or mixins or otherwise pulling in methods from other packages that need to dispatch to their super methods, or if you want to pass different arguments to the super method, use the 'SUPER()' method:\n" "\n" -"module Lets a doctest pretend to be a Python module.\n" -"\n" -" See module.txt.\n" -"\n" -"renormalizing Regular expression pattern normalizing output checker. Useful for doctests.\n" -"\n" -"server Provides a simple HTTP server compatible with the zope.app.testing functional testing API. Lets you interactively play with the system under test. Helpful in debugging functional doctest failures.\n" -"\n" -" **Python 2 only**\n" -"\n" -"setupstack A simple framework for automating doctest set-up and tear-down. See setupstack.txt.\n" -"\n" -"wait A small utility for dealing with timing non-determinism See wait.txt." +" $self->SUPER( qw( other arguments here ) );" msgstr "" -#. description(texlive-arrayjobx) +#. description(perl-Pod-Coverage-Moose) msgid "" -"This package provides array data structures in (La)TeX, in the meaning of the classical procedural programming languages like Fortran, Ada or C, and macros to manipulate them. Arrays can be mono or bi-dimensional. This is useful for applications which require high level programming techniques, like algorithmic graphics programmed in the TeX language. The package supersedes the arrayjob package.\n" +"When using the Pod::Coverage manpage in combination with the Moose manpage, it will report any method imported from a Role. This is especially bad when used in combination with the Test::Pod::Coverage manpage, since it takes away its ease of use.\n" "\n" -"date: 2010-05-11 10:36:30 +0000" +"To use this module in combination with the Test::Pod::Coverage manpage, use something like this:\n" +"\n" +" use Test::Pod::Coverage; all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::Moose'});" msgstr "" -#. description(technisat-usb2-firmware) -msgid "This package provides the firmware images that should be automatically loaded as needed by the hotplug system." +#. description(python-dtopt) +msgid "When using the doctest module it is often convenient to use the ELLIPSIS option, which allows you to use ... as a wildcard. But you either have to setup the test runner to use this option, or you must put #doctest: +ELLIPSIS on every example that uses this feature." msgstr "" -#. description(python-python-memcached) +#. description(perl-namespace-autoclean) msgid "" -"This package was originally written by Evan Martin of Danga. Sean Reifschneider of tummy.com, ltd. has taken over maintenance of it.\n" +"When you import a function into a Perl package, it will naturally also be available as a method.\n" "\n" -"This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Search google for memcached for more information." -msgstr "" - -#. description(python-pytest-cov) -msgid "" -"This plugin produces coverage reports. It supports centralised testing and distributed testing in both load and each modes. It also supports coverage of subprocesses.\n" +"The 'namespace::autoclean' pragma will remove all imported symbols at the end of the current package's compile cycle. Functions called in the package itself will still be bound by their name, but they won't show up as methods on your class or instances.\n" "\n" -"All features offered by the coverage package should be available, either through pytest-cov or through coverage's config file." +"This module is very similar to namespace::clean, except it will clean all imported functions, no matter if you imported them before or after you 'use'd the pragma. It will also not touch anything that looks like a method, according to 'Class::MOP::Class::get_method_list'.\n" +"\n" +"If you're writing an exporter and you want to clean up after yourself (and your peers), you can use the '-cleanee' switch to specify what package to clean:\n" +"\n" +" package My::MooseX::namespace::autoclean; use strict;\n" +"\n" +" use namespace::autoclean (); # no cleanup, just load\n" +"\n" +" sub import { namespace::autoclean->import( -cleanee => scalar(caller), ); }" msgstr "" -#. description(python-python-gflags) +#. description(perl-UNIVERSAL-isa) msgid "" -"This project is the python equivalent of google-gflags, a Google commandline flag implementation for C++. It is intended to be used in situations where a project wants to mimic the command-line flag handling of a C++ app that uses google-gflags, or for a Python app that, via swig or some other means, is linked with a C++ app that uses google-gflags.\n" +"Whenever you use the UNIVERSAL/isa manpage as a function, a kitten using the Test::MockObject manpage dies. Normally, the kittens would be helpless, but if they use the UNIVERSAL::isa manpage (the module whose docs you are reading), the kittens can live long and prosper.\n" "\n" -"The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.)" +"This module replaces 'UNIVERSAL::isa' with a version that makes sure that, when called as a function on objects which override 'isa', 'isa' will call the appropriate method on those objects\n" +"\n" +"In all other cases, the real 'UNIVERSAL::isa' gets called directly.\n" +"\n" +"*NOTE:* You should use this module only for debugging purposes. It does not belong as a dependency in running code." msgstr "" -#. description(python-testrepository) +#. description(perl-Tie-ToObject) msgid "" -"This project provides a database of test results which can be used as part of developer workflow to ensure/check things like:\n" +"While the perldoc/tie manpage allows tying to an arbitrary object, the class in question must support this in it's implementation of 'TIEHASH', 'TIEARRAY' or whatever.\n" "\n" -"* No commits without having had a test failure, test fixed cycle.\n" -"* No commits without new tests being added.\n" -"* What tests have failed since the last commit (to run just a subset).\n" -"* What tests are currently failing and need work.\n" +"This class provides a very tie constructor that simply returns the object it was given as it's first argument.\n" "\n" -"Test results are inserted using subunit (and thus anything that can output subunit or be converted into a subunit stream can be accepted)." +"This way side effects of calling '$object->TIEHASH' are avoided.\n" +"\n" +"This is used in the Data::Visitor manpage in order to tie a variable to an already existing object. This is also useful for cloning, when you want to clone the internal state object instead of going through the tie interface for that variable." msgstr "" -#. description(python-webunit) +#. description(perl-XML-SAX-Writer) msgid "" -"This release includes:\n" +"Why yet another XML Writer ?\n" "\n" -"- send correct newline in mimeEncode (thanks Ivan Kurmanov)\n" -"- handle Max-Age set to 0 (thanks Matt Chisholm)\n" +"A new XML Writer was needed to match the SAX2 effort because quite naturally no existing writer understood SAX2. My first intention had been to start patching XML::Handler::YAWriter as it had previously been my favourite writer in the SAX1 world.\n" "\n" -"Webunit is a framework for unit testing websites:\n" +"However the more I patched it the more I realised that what I thought was going to be a simple patch (mostly adding a few event handlers and changing the attribute syntax) was turning out to be a rewrite due to various ideas I`d been collecting along the way. Besides, I couldn`t find a way to elegantly make it work with SAX2 without breaking the SAX1 compatibility which people are probably still using. There are of course ways to do that, but most require user interaction which is something I wanted to avoid.\n" "\n" -"- Browser-like page fetching including fetching the images and stylesheets needed for a page and following redirects\n" -"- Cookies stored and trackable (all automatically handled)\n" -"- HTTP, HTTPS, GET, POST, basic auth all handled, control over expected status codes, ...\n" -"- DOM parsing of pages to retrieve and analyse structure, including simple form re-posting\n" -"- Two-line page-fetch followed by form-submit possible, with error checking\n" -"- Ability to register error page content across multiple tests\n" -"- Uses python's standard unittest module as the underlying framework\n" -"- May also be used to regression-test sites, or ensure their ongoing operation once in production (testing login processes work, etc.)" +"So in the end there was a new writer. I think it`s in fact better this way as it helps keep SAX1 and SAX2 separated." msgstr "" -#. description(python-py2pack) -msgid "This script allows to generate RPM spec or DEB dsc files from Python modules. It allows to list Python modules or search for them on the Python Package Index (PyPI). Conveniently, it can fetch tarballs and changelogs making it an universal tool to package Python modules." +#. summary(perl-Net-Domain-TLD) +msgid "Work with TLD names" msgstr "" -#. description(spec-cleaner) -msgid "This script cleans spec file according to some arbitrary style guide. The results it produces should always be checked by someone since it is not and will never be perfect." +#. summary(perl-MooseX-Role-Cmd) +msgid "Wrap system command binaries the Moose way" msgstr "" -#. description(texlive-addlines) -msgid "" -"This small package provides the command \\addlines for adding or removing space in the textblock of the page it's used on. E.g., adding an extra line of text to the page so that a section fits better on the next page. It will also add space to the facing page in a two-sided document.\n" -"\n" -"date: 2009-04-24 11:36:42 +0000" +#. summary(php5-pear-phpunit-PHP_TokenStream) +msgid "Wrapper around PHP's tokenizer extension" msgstr "" -#. description(servletapi4:servletapi4-javadoc) -msgid "This subproject contains the source code for the implementation classes of the Java Servlet and JSP APIs (packages javax.servlet). This package contains the javadoc documentation for the Java Servlet and JSP APIs." +#. summary(python-anyjson) +msgid "Wraps the best available JSON implementation available in a common interface" msgstr "" -#. description(python-WebTest) -msgid "" -"This wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.\n" -"\n" -"This provides convenient full-stack testing of applications written with any WSGI-compatible framework." +#. summary(python3-CXX) +msgid "Write Python extensions in C++" msgstr "" -#. description(texlive-bbcard) +#. summary(perl-Test-Spec) +msgid "Write tests in a declarative specification style" +msgstr "" + +#. summary(php5-pear-XML_SVG) +msgid "XML SVG API (unmaintained)" +msgstr "" + +#. description(perl-XML-DOM-XPath) +msgid "XML::DOM::XPath allows you to use XML::XPath methods to query a DOM. This is often much easier than relying only on getElementsByTagName." +msgstr "" + +#. description(perl-XML-Generator-PerlData) msgid "" -"Three jiffy packages for creating cards of various sorts with MetaPost.\n" +"XML::Generator::PerlData provides a simple way to generate SAX2 events from nested Perl data structures, while providing finer-grained control over the resulting document streams.\n" "\n" -"date: 2008-08-16 23:00:50 +0000" +"Processing comes in two flavors: *Simple Style* and *Stream Style*:\n" +"\n" +"In a nutshell, 'simple style' is best used for those cases where you have a a single Perl data structure that you want to convert to XML as quickly and painlessly as possible. 'Stream style' is more useful for cases where you are receiving chunks of data (like from a DBI handle) and you want to process those chunks as they appear. See *PROCESSING METHODS* for more info about how each style works." msgstr "" -#. summary(texlive-apptools) -msgid "Tools for customising appendices" +#. summary(perl-XML-LibXML-Simple) +msgid "XML::LibXML clone of XML::Simple::XMLin()" msgstr "" -#. summary(python-Paste) -msgid "Tools for using a Web Server Gateway Interface stack" +#. description(perl-XML-SemanticDiff) +msgid "XML::SematicDiff provides a way to compare the contents and structure of two XML documents. By default, it returns a list of hashrefs where each hashref describes a single difference between the two docs." msgstr "" -#. description(python-tox) +#. description(php5-pear-XML_Serializer) msgid "" -"Tox as is a generic virtualenv management and test command line tool you can use for:\n" +"XML_Serializer serializes complex data structures like arrays or object as XML documents.\n" "\n" -"* checking your package installs correctly with different Python versions and interpreters\n" +"This class helps you generating any XML document you require without the need for DOM.\n" "\n" -"* running your tests in each of the environments, configuring your test tool of choice\n" +"Furthermore this package can be used as a replacement to serialize() and unserialize() as it comes with a matching XML_Unserializer that is able to create PHP data structures (like arrays and objects) from XML documents, if type hints are available.\n" "\n" -"* acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing." +"If you use the XML_Unserializer on standard XML files, it will try to guess how it has to be unserialized. In most cases it does exactly what you expect it to do. Try reading a RSS file with XML_Unserializer and you have the whole RSS file in a structured array or even a collection of objects, similar to XML_RSS.\n" +"\n" +"Since version 0.8.0 the package is able to treat XML documents similar to the simplexml extension of PHP 5.\n" +"\n" +"Author:\n" +"------- Stephan Schmidt" msgstr "" -#. summary(texlive-asaetr) -msgid "Transactions of the ASAE" +#. summary(python-nbxmpp) +msgid "XMPP library by Gajim team" msgstr "" -#. summary(python-Trolly) -msgid "Trello api" +#. summary(php5-pear-Horde_Yaml) +msgid "YAML parsing and dumping routines" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-turkish) -msgid "Turkish Traineddata for Tesseract" +#. description(perl-XML-Handler-YAWriter) +msgid "" +"YAWriter implements Yet Another XML::Handler::Writer. The reasons for this one are that I needed a flexible escaping technique, and want some kind of pretty printing. If an instance of YAWriter is created without any options, the default behavior is to produce an array of strings containing the XML in :\n" +"\n" +" @{$ya->{Strings}}" msgstr "" -#. summary(python-tweepy) -msgid "Twitter library for python" +#. summary(perl-XML-Handler-YAWriter) +msgid "Yet another Perl SAX XML Writer" msgstr "" -#. summary(texlive-aiaa) -msgid "Typeset AIAA conference papers" +#. description(perl-Net-Ident) +msgid "You can either use the simple interface, which does one ident lookup at a time, or use the asynchronous interface to perform (possibly) many simultaneous lookups, or simply continue serving other things while the lookup is proceeding." msgstr "" -#. summary(texlive-backnaur) -msgid "Typeset Backus Naur Form definitions" +#. description(perl-Tie-Cycle) +msgid "" +"You use 'Tie::Cycle' to go through a list over and over again. Once you get to the end of the list, you go back to the beginning. You don't have to worry about any of this since the magic of tie does that for you.\n" +"\n" +"The tie takes an array reference as its third argument. The tie should succeed unless the argument is not an array reference. Previous versions required you to use an array that had more than one element (what's the pointing of looping otherwise?), but I've removed that restriction since the number of elements you want to use may change depending on the situation.\n" +"\n" +"During the tie, this module makes a shallow copy of the array reference. If the array reference contains references, and those references are changed after the tie, the elements of the cycle will change as well. See the included _test.pl_ script for an example of this effect." msgstr "" -#. summary(texlive-acro) -msgid "Typeset acronyms" +#. description(perl-MooseX-Role-Parameterized) +msgid "" +"Your parameterized role consists of two new things: parameter declarations and a 'role' block.\n" +"\n" +"Parameters are declared using the the /parameter manpage keyword which very much resembles the Moose/has manpage. You can use any option that the Moose/has manpage accepts. The default value for the 'is' option is 'ro' as that's a very common case. Use 'is => 'bare'' if you want no accessor. These parameters will get their values when the consuming class (or role) uses the Moose/with manpage. A parameter object will be constructed with these values, and passed to the 'role' block.\n" +"\n" +"The 'role' block then uses the usual the Moose::Role manpage keywords to build up a role. You can shift off the parameter object to inspect what the consuming class provided as parameters. You use the parameters to customize your role however you wish.\n" +"\n" +"There are many possible implementations for parameterized roles (hopefully with a consistent enough API); I believe this to be the easiest and most flexible design. Coincidentally, Pugs originally had an eerily similar design.\n" +"\n" +"See the MooseX::Role::Parameterized::Extending manpage for some tips on how to extend this module." msgstr "" -#. summary(texlive-aomart) -msgid "Typeset articles for the Annals of Mathematics" +#. description(python-cmdln) +msgid "`cmdln.py` is an extension of Python's default `cmd.py` module that provides \"a simple framework for writing line-oriented command interpreters\".\tThe idea (with both cmd.py and cmdln.py) is to be able to quickly build multi-sub-command tools (think cvs or svn) and/or simple interactive shells (think gdb or pdb). Cmdln's extensions make it more natural to write sub-commands, integrate optparse for simple option processing, and make having good command documentation easier." msgstr "" -#. summary(texlive-around-the-bend) -msgid "Typeset exercises in TeX, with answers" +#. summary(perl-PerlIO-via-Timeout) +msgid "a PerlIO layer that adds read & write timeout to a handle" msgstr "" -#. summary(texlive-abntex2) -msgid "Typeset technical and scientific Brazilian documents based on ABNT rules" +#. summary(perl-Pod-Spell) +msgid "a formatter for spellchecking Pod" msgstr "" -#. summary(swing-worker) -msgid "UI updates support for long running tasks" +#. summary(perl-String-Truncate) +msgid "a module for when strings are too long to be displayed in..." msgstr "" -#. summary(texlive-avantgar) -msgid "URW \"Base 35\" font pack for LaTeX" +#. description(perl-Net-Whois-RIPE) +msgid "a pure-Perl implementation of the RIPE Database client." msgstr "" -#. summary(texlive-antiqua) -msgid "URW Antiqua condensed font, for use with TeX" +#. summary(perl-Throwable) +msgid "a role for classes that can be thrown" msgstr "" -#. summary(python-usb) -msgid "USB access on the Python language" +#. summary(perl-String-Errf) +msgid "a simple sprintf-like dialect" msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-ukrainian) -msgid "Ukrainian Traineddata for Tesseract" +#. summary(perl-Role-HasMessage) +msgid "a thing with a message method" msgstr "" -#. summary(python-webunit) -msgid "Unit test your websites with code that acts like a web browser" +#. description(perl-MooX-Types-MooseLike-Numeric) +msgid "adapted from MooseX::Types::Common::Numeric" msgstr "" -#. summary(presage:python-presagemate) -msgid "Universial predictive text companion" +#. summary(perl-Net-SSLGlue) +msgid "add/extend SSL support for common perl modules" msgstr "" -#. summary(specto) -msgid "Unobtrusive update notifier" +#. summary(perl-Pod-Coverage-TrustPod) +msgid "allow a module's pod to contain Pod::Coverage hints" msgstr "" -#. summary(texlive-ascii-font) -msgid "Use the ASCII \"font\" in LaTeX" +#. summary(perl-MooseX-Params-Validate) +msgid "an extension of Params::Validate using Moose's types" msgstr "" -#. summary(python-PyGithub) -msgid "Use the full Github API v3" +#. description(python-argcomplete) +msgid "" +"argcomplete - Bash completion for argparse\n" +"\n" +"Argcomplete provides easy, extensible command line tab completion of arguments for your Python script.\n" +"\n" +"It makes two assumptions:\n" +"\n" +"* You're using bash as your shell\n" +"* You're using argparse to manage your command line arguments/options\n" +"\n" +"Argcomplete is particularly useful if your program has lots of options or subparsers, and if your program can dynamically suggest completions for your argument/option values (for example, if the user is browsing resources over the network)." msgstr "" -#. summary(rt2860) -msgid "Userspace configuration files for rt2860 driver" -msgstr "Файлы конфигурации пространства пользователя для драйвера rt2860" +#. summary(perl-MooseX-Traits) +msgid "automatically apply roles at object creation time" +msgstr "" -#. summary(texlive-accfonts) -msgid "Utilities to derive new fonts from existing ones" +#. description(python-binplist) +msgid "binplist is a binary property list (plist) parser module written in python." msgstr "" -#. summary(saxon6:saxon6-scripts) -msgid "Utility scripts for saxon6" -msgstr "Скрипты для saxon6" +#. description(python-biplist) +msgid "" +"biplist is a binary plist parser/generator for Python.\n" +"\n" +"Binary Property List (plist) files provide a faster and smaller serialization format for property lists on OS X. This is a library for generating binary plists which can be read by OS X, iOS, or other clients." +msgstr "" -#. description(saxon6:saxon6-scripts) -msgid "Utility scripts for saxon6." -msgstr "Скрипты для saxon6." +#. summary(perl-String-Formatter) +msgid "build sprintf-like functions of your own" +msgstr "" -#. summary(saxon8:saxon8-scripts) -msgid "Utility scripts for saxon8." +#. description(python-celerymon) +msgid "celerymon - Real-time monitoring of Celery workers" msgstr "" -#. summary(librubberband:rubberband-vamp-32bit) -msgid "Vamp plugins for librubberband" -msgstr "Модули Vamp для librubberband" - -#. summary(python-vcs) -msgid "Various Version Control System management abstraction layer for Python" +#. summary(perl-Test-Pod) +msgid "check for POD errors in files" msgstr "" -#. description(python-vcs) -msgid "Vcs is an abstraction layer over various version control systems. It is designed as feature-rich Python library with clean API." +#. summary(perl-Test-Spelling) +msgid "check for spelling errors in POD files" msgstr "" -#. summary(sgi-bitmap-fonts) -msgid "Very Nice Bitmapped Fonts from SGI" +#. description(python-cliff) +msgid "cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions." msgstr "" -#. summary(tesseract-traineddata:tesseract-traineddata-vietnamese) -msgid "Vietnamese Traineddata for Tesseract" +#. description(python-cliff-tablib) +msgid "cliff-tablib is a set of formatter extensions for producing JSON, YAML, and HTML output in programs created with the cliff framework. Installing cliff-tablib activates these formatters for any cliff-based programs automatically." msgstr "" -#. summary(texlive-amsldoc-vn) -msgid "Vietnamese documentation" +#. summary(perl-Text-CSV) +msgid "comma-separated values manipulator (using XS or PurePerl)" msgstr "" -#. summary(texlive-ae) -msgid "Virtual fonts for T1 encoded CMR-fonts" +#. summary(perl-SUPER) +msgid "control superclass method dispatch" msgstr "" -#. summary(python-tox) -msgid "Virtualenv-based automation of test activities" +#. description(python-croniter) +msgid "croniter provides iteration for datetime object with cron like format." msgstr "" -#. summary(python-wsgiref) -msgid "WSGI (PEP 333) Reference Library" +#. description(python3-d2to1) +msgid "d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script. It works by providing a distutils2-formatted setup.cfg file containing all of a package's metadata, and a very minimal setup.py which will slurp its arguments from the setup.cfg." msgstr "" -#. summary(python-WSGIProxy2) -msgid "WSGI Proxy Implementation" +#. description(python-d2to1) +msgid "d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script. It works by providing a distutils2-formatted setup.cfg file containing all of a package's metadata, and a very minimal setup.py which will slurp its arguments from the setup.cfg." msgstr "" -#. description(python-WSGIProxy) +#. description(python-django-dbtemplates) msgid "" -"WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other processes over HTTP.\n" +"dbtemplates is a Django app that consists of two parts: 1. It allows you to store templates in your database 2. It provides `template loader`_ that enables Django to load the templates from the database\n" "\n" -"This will encode the WSGI request CGI-style environmental variables (which must be strings), plus a configurable set of other variables. It also sends values like HTTP_HOST and wsgi.url_scheme which are often obscured by the proxying process, as well as values like SCRIPT_NAME. On the receiving end, a WSGI middleware fixes up the environment to represent the state of the original request. This makes HTTP more like FastCGI or SCGI, which naturally preserve these values." +"It also features optional support for versioned storage and django-admin command, integrates with Django's caching system and the admin actions." msgstr "" -#. summary(python-waitress) -msgid "Waitress WSGI server" -msgstr "" - -#. description(python-waitress) +#. description(python-detox) msgid "" -"Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library. It runs on CPython on Unix and Windows under Python 2.6+ and Python 3.2+. It is also known to run on PyPy 1.6.0+ on UNIX. It supports HTTP/1.0 and HTTP/1.1.\n" +"detox is the distributed version of \"tox\". It makes efficient use of multiple CPUs by running all possible activities in parallel. It has the same options and configuration that tox has so after installation can just run:\n" "\n" -"For more information, see the \"docs\" directory of the Waitress package or http://docs.pylonsproject.org/projects/waitress/en/latest/ ." +" detox\n" +"\n" +"in the same way and with the same options with which you would run tox, see the tox home page for more info." msgstr "" -#. summary(python-WebError) -msgid "Web Error handling and exception catching" +#. description(python-django-guardian) +msgid "django-guardian is implementation of per object permissions as authorization backend which is supported since Django 1.2. It won't work with older Django releases." msgstr "" -#. summary(python-WebHelpers) -msgid "Web Helpers" +#. description(python-django-international) +msgid "django-international is a combination of data, models, and forms, for handling country- and currency-related information in your Django project. The data used in this app comes from Wikipedia and XE.com, and will be updated from time to time when sources become updated." msgstr "" -#. description(python-WebHelpers) -msgid "Web Helpers is a library of helper functions intended to make writing web applications easier. It's the standard function library for Pylons and TurboGears 2, but can be used with any web framework. It also contains a large number of functions not specific to the web, including text processing, number formatting, date calculations, container objects, etc." +#. description(python-django-picklefield) +msgid "" +"django-picklefield provides an implementation of a pickled object field. Such fields can contain any picklable objects.\n" +"\n" +"The implementation is taken and adopted from Django snippet #1694 <http://www.djangosnippets.org/snippets/1694/> by Taavi Taijala, which is in turn based on Django snippet #513 <http://www.djangosnippets.org/snippets/513/> by Oliver Beattie." msgstr "" -#. description(python-WSME) -msgid "Web Service Made Easy (WSME) is a very easy way to implement webservices in your python web application. It is originally a rewrite of TGWebServices with focus on extensibility, framework-independance and better type handling." +#. summary(perl-Test-UseAllModules) +msgid "do use_ok() for all the MANIFESTed modules" msgstr "" -#. summary(python-WSME) -msgid "Web Services Made Easy" -msgstr "" - -#. summary(python-websockify) -msgid "Websockify" -msgstr "" - -#. description(python-Werkzeug) +#. description(python-docopt) msgid "" -"Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules.\n" +"docopt creates beautiful command-line interfaces.\n" "\n" -"Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.)." +"Isn't it awesome how optparse and argparse generate help messages based on your code?!\n" +"\n" +"Hell no! You know what's awesome? It's when the option parser is generated based on the beautiful help message that you write yourself! This way you don't need to write this stupid repeatable parser-code, and instead can write only the help message--the way you want it.\n" +"\n" +"docopt helps you create most beautiful command-line interfaces easily.\n" +"\n" +"docopt is tested with Python 2.5, 2.6, 2.7, 3.2, 3.3 and PyPy." msgstr "" -#. description(python-smmap) -msgid "" -"When reading from many possibly large files in a fashion similar to random access, it is usually the fastest and most efficient to use memory maps. Although memory maps have many advantages, they represent a very limited system resource as every map uses one file descriptor, whose amount is limited per process. On 32 bit systems, the amount of memory you can have mapped at a time is naturally limited to theoretical 4GB of memory, which may not be enough for some applications.\n" -"\n" -"The documentation can be found here: http://packages.python.org/smmap" +#. summary(perl-PerlIO-via-dynamic) +msgid "dynamic PerlIO layers" msgstr "" -#. summary(rapport) -msgid "Work report generator for the lazy" +#. summary(perl-MooseX-NonMoose) +msgid "easy subclassing of non-Moose classes" msgstr "" -#. summary(rypper) -msgid "Wrapper around zypper for managing multiple repositories" +#. description(python-entrypoint2) +msgid "entrypoint2 is an easy to use command-line interface for python modules, fork of entrypoint." msgstr "" -#. summary(texlive-auto-pst-pdf) -msgid "Wrapper for pst-pdf (with some psfrag features)" +#. summary(perl-Sub-Exporter-GlobExporter) +msgid "export shared globs with Sub::Exporter collectors" msgstr "" -#. summary(texlive-bangtex) -msgid "Writing Bangla and Assamese with LaTeX" +#. description(python-extras) +msgid "extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context." msgstr "" -#. description(rapport) -msgid "Writing work reports is tedious. Some people have custom hacks. This is meant to be the last one. It's Apache-2.0 licensed and written in Python, not VimScript, not Bash, not Ruby, not C, ..., you probably got it ;-)" +#. summary(perl-Test-SharedFork) +msgid "fork test" msgstr "" -#. summary(stardict-sounds-wyabdcrealpeopletts) -msgid "Wyabdc RealPeople TTS audio collection of english words" +#. summary(perl-Test-Inter) +msgid "framework for more readable interactive test scripts" msgstr "" -#. summary(saxon8:saxon8-xom) -msgid "XOM support for saxon8." -msgstr "Поддержка XOM для saxon8." +#. summary(perl-Package-Generator) +msgid "generate new packages quickly and easily" +msgstr "" -#. summary(saxon8:saxon8-xpath) -msgid "XPATH support for saxon8." +#. summary(perl-Sub-Exporter-ForMethods) +msgid "helper routines for using Sub::Exporter to build methods" msgstr "" -#. description(texlive-acroterm) +#. description(python-hgtools) msgid "" -"Yet another package for acronyms: the package offers simple markup of acronyms and technical terms in the text, giving an index each of terms and acronyms with their expanded form.\n" +"hgtools builds on the setuptools_hg plugin for setuptools. hgtools provides classes for inspecting and working with repositories in the Mercurial version control system.\n" "\n" -"date: 2010-11-19 19:33:28 +0000" +"hgtools provides a plugin for setuptools that enables setuptools to find files under the Mercurial version control system." msgstr "" -#. description(qt3:qt3-devel-32bit) +#. description(python-iniparse) +msgid "iniparse is an INI parser for Python which is API compatible with the standard library's ConfigParser, preserves structure of INI files (order of sections & options, indentation, comments, and blank lines are preserved when data is updated), and is more convenient to use." +msgstr "" + +#. description(python-jsonschema) +msgid "jsonschema is an implementation of JSON Schema (currently in Draft 3) for Python (supporting 2.6+ including Python 3)." +msgstr "" + +#. description(python-launchpadlib) msgid "" -"You need this package if you want to compile programs with Qt 3. It contains the \"Qt Crossplatform Development Kit 2\". Under /usr/lib/qt3 you will find include files.\n" +"launchpadlib is an open-source Python library that lets you treat the HTTP resources published by Launchpad's web service as Python objects responding to a standard set of commands. With launchpadlib you can integrate your applications into Launchpad without knowing a lot about HTTP client programming.\n" "\n" -"You need a license for using Qt with a non-GPL application. A license can be acquired at sales@trolltech.com." +"This document shows how to use a Python client to read and write Launchpad's data using the launchpadlib library. It doesn't cover the HTTP requests and responses that go back and forth behind the scenes: for that, see the \"hacking\" document. This document also doesn't cover the full range of what's possible with Launchpad's web service: for that, see the web service reference documentation. Check out the API examples page if you would like to see more sample code.\n" +"\n" +"Launchpad's web service currently exposes the following major parts of Launchpad: + People and teams + Team memberships + Bugs and bugtasks + The project registry + Hosted files, such as bug attachments and mugshots." msgstr "" -#. description(python-ZConfig) +#. description(python-lxml:python-lxml-doc) msgid "" -"ZConfig is a configuration library intended for general use. It supports a hierarchical schema-driven configuration model that allows a schema to specify data conversion routines written in Python. ZConfig's model is very different from the model supported by the ConfigParser module found in Python's standard library, and is more suitable to configuration-intensive applications.\n" +"lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree API. It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more.\n" "\n" -"ZConfig schema are written in an XML-based language and are able to \"import\" schema components provided by Python packages. Since components are able to bind to conversion functions provided by Python code in the package (or elsewhere), configuration objects can be arbitrarily complex, with values that have been verified against arbitrary constraints. This makes it easy for applications to separate configuration support from configuration loading even with configuration data being defined and consumed by a wide range of separate packages." +"This package contains documentation for lxml (HTML and PDF)." msgstr "" -#. description(python-ZEO) -msgid "ZEO provides a client-server storage implementation for ZODB." +#. description(python-mechanoid) +msgid "mechanoid is a programmatic browser written in Python. It is intended as an engine which will do things like log in as SourceForge project admin and do a Quick Release or send and receive Yahoo mail. mechanoid is a fork of John J. Lee's mechanize." msgstr "" -#. summary(python-ZODB3) -msgid "ZODB3 - Meta release for ZODB, persistent, BTrees and ZEO" +#. description(python-mock) +msgid "mock is a Python module that provides a core Mock class. It removes the need to create a host of stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set needed attributes in the normal way." msgstr "" -#. summary(python-zope.exceptions) -msgid "Zope Exceptions" +#. description(python-ncclient) +msgid "ncclient is a Python library that facilitates client-side scripting and application development around the NETCONF protocol." msgstr "" -#. summary(python-ZODB) -msgid "Zope Object Database: object database and persistence" +#. description(python-nose-exclude) +msgid "nose-exclude is a Nose plugin that allows you to easily specify directories to be excluded from testing." msgstr "" -#. summary(python-zope.schema) -msgid "Zope interface extension for defining data schemas" +#. description(python-openstack.nose_plugin) +msgid "openstack.nose_plugin provides a nose plugin that allow's nosetests output to mimic the output of openstack's run_tests.py." msgstr "" -#. summary(python-zope.testing) -msgid "Zope testing helpers" +#. summary(perl-WWW-Pastebin-PastebinCom-Create) +msgid "paste to L<http://pastebin.com> from Perl." msgstr "" -#. summary(python-zope.testrunner) -msgid "Zope testrunner script" +#. description(phpMyAdmin) +msgid "" +"phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a single database. To accomplish the latter you'll need a properly set up MySQL user who can read/write only the desired database. It's up to you to look up the appropriate part in the MySQL manual.\n" +"\n" +"Currently phpMyAdmin can:\n" +"\n" +" * browse and drop databases, tables, views, fields and indexes * create, copy, drop, rename and alter databases, tables, fields and indexes * maintenance server, databases and tables, with proposals on server configuration * execute, edit and bookmark any SQL-statement, even batch-queries * load text files into tables * create^1 and read dumps of tables * export^1 data to various formats: CSV, XML, PDF, ISO/IEC 26300 - OpenDocument Text and Spreadsheet, Word, Excel and L^AT[E]X formats * import data and MySQL structures from Microsoft Excel and OpenDocument spreadsheets, as well as XML, CSV, and SQL files * administer multiple servers * manage MySQL users and privileges * check referential integrity in MyISAM tables * using Query-by-example (QBE), create complex queries automatically connecting required tables * create PDF graphics of your Database layout * search globally in a database or a subset of it * transform stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link * track changes on databases, tables and views * support InnoDB tables and foreign keys (see FAQ 3.6) * support mysqli, the improved MySQL extension (see FAQ 1.17) * communicate in 57 different languages * synchronize two databases residing on the same as well as remote servers (see FAQ 9.1)" msgstr "" -#. description(texlive-a2ping) +#. description(phpPgAdmin) msgid "" -"a2ping is a Perl script command line utility written for Unix that converts many raster image and vector graphics formats to EPS or PDF and other page description formats. Accepted input file formats are: PS (PostScript), EPS, PDF, PNG, JPEG, TIFF, PNM, BMP, GIF, LBM, XPM, PCX, TGA. Accepted output formats are: EPS, PCL5, PDF, PDF1, PBM, PGM, PPM, PS, markedEPS, markedPS, PNG, XWD, BMP, TIFF, JPEG, GIF, XPM. a2ping delegates the low- level work to Ghostscript (GS), pdftops and sam2p. a2ping fixes many glitches during the EPS to EPS conversion, so its output is often more compatible and better embeddable than its input.\n" +"phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect for PostgreSQL DBAs, newbies and hosting services.\n" "\n" -"date: 2012-04-13 18:01:51 +0000" +"Features\n" +"\n" +"* Administer multiple servers\n" +"* Support for PostgreSQL 8.4.x, 9.0.x, 9.1.x, 9.2.x\n" +"* Manage all aspects of: \to Users & groups \to Databases \to Schemas \to Tables, indexes, constraints, triggers, rules & privileges \tViews, sequences & functions \tAdvanced objects \tReports\n" +"* Easy data manipulation: \to Browse tables, views & reports \to Execute arbitrary SQL \to Select, insert, update and delete\n" +"* Dump table data in a variety of formats: SQL, COPY, XML, XHTML, CSV, Tabbed, pg_dump\n" +"* Import SQL scripts, COPY data, XML, CSV and Tabbed\n" +"* Supports the Slony master-slave replication engine\n" +"* Excellent language support: \to Available in 27 languages \to No encoding conflicts. Edit Russian data using a Japanese interface!\n" +"* Easy to install and configur" msgstr "" -#. description(python-pytest-runner) -msgid "cross-project testing tool for Python." +#. description(python3-polib) +msgid "polib is a library to manipulate, create, modify gettext files (pot, po and mo files). You can load existing files, iterate through it's entries, add, modify entries, comments or metadata, etc... or create new po files from scratch." msgstr "" -#. summary(semi-xemacs) -msgid "library to provide MIME feature for XEmacs" +#. description(python3-polib:python3-polib-doc) +msgid "" +"polib is a library to manipulate, create, modify gettext files (pot, po and mo files). You can load existing files, iterate through it's entries, add, modify entries, comments or metadata, etc... or create new po files from scratch.\n" +"\n" +"This package contains documentation in HTML format." msgstr "" -#. description(python-mechanoid) -msgid "mechanoid is a programmatic browser written in Python. It is intended as an engine which will do things like log in as SourceForge project admin and do a Quick Release or send and receive Yahoo mail. mechanoid is a fork of John J. Lee's mechanize." +#. description(ponysay) +msgid "ponysay as an awesome terminal application to display ponies speaking messages in your terminal. It has many features; you can use its info manual to explore them." msgstr "" -#. description(python-ncclient) -msgid "ncclient is a Python library that facilitates client-side scripting and application development around the NETCONF protocol." +#. summary(perl-POE) +msgid "portable multitasking and networking framework for any event loop" msgstr "" -#. description(python-nose-exclude) -msgid "nose-exclude is a Nose plugin that allows you to easily specify directories to be excluded from testing." +#. summary(post-build-checks) +msgid "post checks for build after rpms have been created" msgstr "" -#. description(python-openstack.nose_plugin) -msgid "openstack.nose_plugin provides a nose plugin that allow's nosetests output to mimic the output of openstack's run_tests.py." +#. description(pssh) +msgid "pssh provides parallel versions of the OpenSSH tools that are useful for controlling large numbers of machines simultaneously. It includes parallel versions of ssh, scp, and rsync, as well as a parallel kill command." msgstr "" -#. description(ddskk:skkdic-extra) -msgid "optional, additional dictionaries for SKK" +#. description(pycarddav) +msgid "" +"pyCardDAV is a simple to use CardDAV CLI client. It has built in support for mutt's query_command but also works very well solo.\n" +"\n" +"pyCardDAV consists of pycardsyncer, a program for syncing your CardDAV resource into a local database and of pc_query, a program for querying the local database." msgstr "" -#. description(texlive-adjmulticol) +#. description(python3-pyinotify) msgid "" -"package extends the multicol package with the option to change the margins for multicolumn and unicolumn layout. The package understands the difference between the even and odd margins for two side printing.\n" +"pyinotify is a Python module for watching filesystems changes. By its design pyinotify can be used for any kind of fs monitoring.\n" "\n" -"date: 2013-01-24 11:03:40 +0000" +"pyinotify relies on a recent Linux Kernel feature (merged in kernel 2.6.13) called inotify. inotify is an event-driven notifier, its notifications are exported from kernel space to user space. The raw interface of inotify is compounded of three system calls. pyinotify binds these system calls and provides an implementation on top of them offering a generic and abstract way to use inotify with Python. Pyinotify doesn't requires much detailed knowledge of inotify. Moreover, it only needs few statements for initializing, watching, handling (eventually trough a new separate thread), and processing events notifications through subclassing. The only things to know is the path of items to watch, the kind of events to monitor and the actions to execute on these notifications." msgstr "" -#. description(python-polib) +#. description(python3-pytest) msgid "" -"polib allows you to manipulate, create, modify gettext catalogs (.pot, .po and binary .mo files). You can load existing files, iterate through it's entries, add, modify entries, comments or metadata, etc... or create new po/pot files from scratch.\n" +"pytest helps you write better programs. It is a a mature full-featured, cross-project Python testing tool. It provides:\n" "\n" -"polib provides a simple and pythonic API, exporting only two convenience functions 'pofile' and 'mofile', and the 4 core classes: POFile, MOFile, POEntry and MOEntry for creating new files/entries." +"* auto-discovery of test modules and functions,\n" +"* detailed info on failing assert statements (no need to remember self.assert* names),\n" +"* modular fixtures for managing small or parametrized long-lived test resources.\n" +"* multi-paradigm support: you can use py.test to run test suites based on unittest (or trial), nose,\n" +"* single-source compatibility to Python2.5 all the way up to Python3.3, PyPy-1.9 and Jython-2.5.1, and\n" +"* many external plugins." msgstr "" -#. description(python-polib:python-polib-doc) +#. description(python-lesscpy) msgid "" -"polib allows you to manipulate, create, modify gettext catalogs (.pot, .po and binary .mo files). You can load existing files, iterate through it's entries, add, modify entries, comments or metadata, etc... or create new po/pot files from scratch.\n" +"python LessCss Compiler.\n" "\n" -"polib provides a simple and pythonic API, exporting only two convenience functions 'pofile' and 'mofile', and the 4 core classes: POFile, MOFile, POEntry and MOEntry for creating new files/entries.\n" -"\n" -"This package contains documentation in HTML format." +"A compiler written in python 3 for the lesscss language. For those of us not willing/able to have node.js installed in our environment. Not all features of lesscss are supported (yet). Some features wil probably never be supported (JavaScript evaluation). This program uses PLY (Python Lex-Yacc) to tokenize/parse the input." msgstr "" -#. description(pssh:python-pssh) +#. description(python-djvulibre:python-djvulibre-doc) msgid "" -"pssh provides parallel versions of the OpenSSH tools that are useful for controlling large numbers of machines simultaneously. It includes parallel versions of ssh, scp, and rsync, as well as a parallel kill command.\n" +"python-djvulibre is a set of Python bindings for the DjVuLibre library, an open source implementation of DjVu.\n" "\n" -"This package contains the pssh Python module." +"This package contains technical documentation." msgstr "" -#. description(salt-cloud) -msgid "public cloud VM management system provision virtual machines on various public clouds via a cleanly controlled profile and mapping system." +#. description(python-killswitch) +msgid "python-killswitch provides a python module called killswitch. It provides convenient function/methods for other applications to manage all the killswitches found in the system. See 'pydoc killswitch.py' for more information" msgstr "" -#. description(python-pycparser) -msgid "pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools." -msgstr "" - #. description(python-managesieve) msgid "python-managesieve is a Python module implementing the ManageSieve client protocol. It also includes an user application (the interactive sieveshell)." msgstr "" -#. description(python-repoze.lru) -msgid "repoze.lru is a LRU (least recently used) cache implementation. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently. It works under Python 2.5, Python 2.6, Python 2.7, and Python 3.2." +#. description(python3-PyVirtualDisplay) +msgid "pyvirtualdisplay is a python wrapper for Xvfb, Xephyr and Xvnc" msgstr "" -#. description(rpmrebuild) -msgid "rpmrebuild allows to build an rpm file from an installed rpm, or from another rpm file, with or without changes (batch or interactive). It can be extended by a plugin system. A typical use is to easy repackage a software after some configuration's change." +#. summary(perl-Pod-Eventual) +msgid "read a POD document as a series of trivial events" msgstr "" -#. description(rsnapshot) -msgid "rsnapshot is a filesystem snapshot utility for making backups of local and remote systems. Using rsync and hard links, it is possible to keep multiple, full backups instantly available. The disk space required is just a little more than the space of one full backup, plus incrementals. Depending on your configuration, it is quite possible to set up in just a few minutes. Files can be restored by the users who own them, without the root user getting involved. There are no tapes to change, so once it's set up, you may never need to think about it again." +#. summary(perl-UNIVERSAL-isa) +msgid "recover from people calling UNIVERSAL::isa as a function" msgstr "" -#. description(python-rtslib) -msgid "rtslib-fb (\"free branch\") is a tree that tracks RTS's upstream git repo, but with additional patches. Like the upstream version, these patches are available under AGPLv3, but sole copyright no longer belongs to RTS, since additional patch copyrights are still held by their respective authors." +#. summary(perl-UNIVERSAL-require) +msgid "require() modules from a variable" msgstr "" -#. description(rypper) -msgid "rypper is a wrapper around zypper for performing repository operations in batch. It allows selection of which repositories to operate on via a number of different repository selection specifiers." +#. summary(perl-String-RewritePrefix) +msgid "rewrite strings based on a set of known prefixes" msgstr "" -#. description(salt-api) -msgid "salt-api is a modular interface on top of Salt that can provide a variety of entry points into a running Salt system." +#. summary(perl-MooseX-Role-Parameterized) +msgid "roles with composition parameters" msgstr "" -#. description(sendxmpp) -msgid "sendxmpp is a perl-script to send xmpp (jabber), similar to what mail(1) does for mail." +#. description(python3-scripttest) +msgid "" +"scripttest is a library to help you test your interactive command-line applications.\n" +"\n" +"With it you can easily run the command (in a subprocess) and see the output (stdout, stderr) and any file modifications." msgstr "" -#. description(shunit2) -msgid "shUnit2 is a xUnit unit test framework for Bourne based shell scripts, and it is designed to work in a similar manner to JUnit, PyUnit, etc. If you have ever had the desire to write a unit test for a shell script, shUnit2 can do the job." +#. summary(perl-Proc-Fork) +msgid "simple, intuitive interface to the fork() system call" msgstr "" -#. description(shp) -msgid "shp parses and executes SHP scripts in the manner of PHP, except nested scripts are written in shell scripting language instead of the PHP language. shp outputs its script file, with nested <?shp ... ?> blocks executed as shell scripts." +#. summary(perl-MooX-Types-MooseLike) +msgid "some Moosish types and a type builder" msgstr "" -#. description(python-slimmer) -msgid "slimmer.py is a whitespace optimizer for CSS, HTML and XHTML output." +#. description(post-build-checks) +msgid "" +"some scripts to check for problems like test-installing the newly created rpms and checking the logfile for errors.\n" +"\n" +"This package will also set/change the following sysconfig variables, so it may not be a good idea to install this to a running system: /etc/sysconfig/security:PERMISSION_SECURITY=\"secure\" /etc/sysconfig/clock:TIMEZONE=\"UTC\"" msgstr "" -#. description(spicctrl) -msgid "spicctrl is a utility that uses the Sony Programmable I/O Control device (SPIC), which is part of most Sony Vaio laptops, to perform several functions, such as changing the display brightness, controlling Bluetooth power, or reporting battery status." +#. description(perl-Role-Identifiable) +msgid "sorry, no description found" msgstr "" -#. description(sshfp) -msgid "sshfp generates DNS SSHFP records from SSH public keys. sshfp can take public keys from a knownhosts file or from scanning the host's sshd daemon. The ssh client can use these SSHFP records if you set \"VerifyHostKeyDNS yes\" in the file /etc/ssh/ssh_config." +#. summary(perl-Sort-Naturally) +msgid "sort lexically, but sort numeral parts numerically" msgstr "" -#. description(storage-fixup) -msgid "storage-fixup executes fixup commands for devices matched using dmi and hal properties. This is primarily to adjust too aggressive ATA APM settings which makes the drive unload its head frequently shortening its lifespan." +#. summary(perl-String-Flogger) +msgid "string munging for loggers" msgstr "" -#. description(storeBackup) -msgid "" -"storeBackup is a disk-to-disk backup tool for Linux. It should run on other Unix like machines. You can directly browse through the backuped files (locally, via NFS, via SAMBA or whatever). This gives the users the possibility to restore files absolutely easily and fast. He/She only has to copy (and possibly uncompress) the file. The is also a tool for easily restoring (sub) trees for the administrator. Every single backup of a specific time can be deleted without affecting the other existing backups.\n" -"\n" -"Before you can start using storeBackup, please carefully read /usr/share/doc/packages/storeBackup/README and create an appropriate configuration file /etc/storebackup.d/storebackup.config using /usr/share/doc/packages/storeBackup/storebackup.config.default as a template." +#. summary(perl-MooseX-OneArgNew) +msgid "teach ->new to accept single, non-hashref arguments" msgstr "" -#. summary(susedoc-buildbook) -msgid "susedoc Book Build Script" +#. summary(perl-Test-InDistDir) +msgid "test environment setup for development with IDE" msgstr "" -#. description(python-testresources) -msgid "testresources: extensions to python unittest to allow declarative use of resources by test cases." +#. description(python3-testscenarios) +msgid "testscenarios provides clean dependency injection for python unittest style tests. This can be used for interface testing (testing many implementations via a single test suite) or for classic dependency injection (provide tests with dependencies externally to the test code itself, allowing easy testing in different situations)." msgstr "" -#. description(python-testtools) -msgid "testtools is a set of extensions to the Python standard library's unit tests framework. These extensions have been derived from many years of experience with unit tests in Python and come from many different sources. testtools also ports recent unittest changes all the way back to Python 2.4." +#. description(python3-testtools) +msgid "testtools is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from many years of experience with unit testing in Python and come from many different sources. testtools also ports recent unittest changes all the way back to Python 2.4." msgstr "" -#. description(python-virtualenv-clone) +#. description(perl-MooseX-LazyLogDispatch) +msgid "the Log::Dispatch manpage role for use with your the Moose manpage classes." +msgstr "" + +#. description(perl-Object-Signature) msgid "" -"virtualenv cloning script.\n" +"the Object::Signature manpage is an abstract base class that you can inherit from in order to allow your objects to generate unique cryptographic signatures.\n" "\n" -"A script for cloning a non-relocatable virtualenv.\n" +"The method used to generate the signature is based on the Storable manpage and the Digest::MD5 manpage. The object is fed to 'Storable::nfreeze' to get a string, which is then passed to the Digest::MD5::md5_hex manpage to get a unique 32 character hexidecimal signature." +msgstr "" + +#. description(perl-Rose-Object) +msgid "the Rose::Object manpage is a generic object base class. It provides very little functionality, but a healthy dose of convention." +msgstr "" + +#. description(perl-Test-Most) +msgid "" +"the Test::Most manpage exists to reduce boilerplate and to make your testing life easier. We provide \"one stop shopping\" for most commonly used testing modules. In fact, we often require the latest versions so that you get bug fixes through the Test::Most manpage and don't have to keep upgrading these modules separately.\n" "\n" -"Virtualenv provides a way to make virtualenv's relocatable which could then be copied as we wanted. However making a virtualenv relocatable this way breaks the no-site-packages isolation of the virtualenv as well as other aspects that come with relative paths and '/usr/bin/env' shebangs that may be undesirable.\n" +"This module provides you with the most commonly used testing functions, along with automatically turning on strict and warning and gives you a bit more fine-grained control over your test suite.\n" "\n" -"Also, the .pth and .egg-link rewriting doesn't seem to work as intended. This attempts to overcome these issues and provide a way to easily clone an existing virtualenv.\n" +" use Test::Most tests => 4, 'die';\n" "\n" -"It performs the following:\n" +" ok 1, 'Normal calls to ok() should succeed'; is 2, 2, '... as should all passing tests'; eq_or_diff [3], [4], '... but failing tests should die'; ok 4, '... will never get to here';\n" "\n" -"- copies sys.argv[1] dir to sys.argv[2]\n" -"- updates the hardcoded VIRTUAL_ENV variable in the activate script to the new repo location. (--relocatable doesn't touch this)\n" -"- updates the shebangs of the various scripts in bin to the new python if they pointed to the old python. (version numbering is retained.)\n" +"As you can see, the 'eq_or_diff' test will fail. Because 'die' is in the import list, the test program will halt at that point.\n" "\n" -" it can also change '/usr/bin/env python' shebangs to be absolute too, though this functionality is not exposed at present.\n" +"If you do not want strict and warnings enabled, you must explicitly disable them. Thus, you must be explicit about what you want and no longer need to worry about accidentally forgetting them.\n" "\n" -"- checks sys.path of the cloned virtualenv and if any of the paths are from the old environment it finds any .pth or .egg-link files within sys.path located in the new environment and makes sure any absolute paths to the old environment are updated to the new environment.\n" -"\n" -"- finally it double checks sys.path again and will fail if there are still paths from the old environment present." +" use Test::Most tests => 4; no strict; no warnings;" msgstr "" -#. description(python-virtualenvwrapper) -msgid "" -"virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv tool. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.\n" -"\n" -"1. Organizes all of your virtual environments in one place. 2. Wrappers for creating, copying and deleting environments, including user-configurable hooks. 3. Use a single command to switch between environments. 4. Tab completion for commands that take a virtual environment as argument. 5. User-configurable hooks for all operations. 6. Plugin system for more creating sharable extensions." +#. summary(perl-strictures) +msgid "turn on strict and make all warnings fatal" msgstr "" -#. summary(python-web.py) -msgid "web.py: makes web apps" +#. summary(perl-MooseX-Singleton) +msgid "turn your Moose class into a singleton" msgstr "" -#. description(python-websockify) +#. description(python3-unittest-xml-reporting) +msgid "unittest-xml-reporting is a unittest test runner that can save test results to XML files that can be consumed by a wide range of tools, such as build systems, IDEs and continuous integration servers." +msgstr "" + +#. description(python3-unittest2) +msgid "unittest2 is a backport of the new features added to the unittest testing framework in Python 2.7. It is tested to run on Python 2.4 - 2.7." +msgstr "" + +#. summary(perl-Proc-Simple) +msgid "unknown" +msgstr "" + +#. description(python3-virtualenv) msgid "" -"websockify was formerly named wsproxy and was part of the noVNC project.\n" +"virtualenv is a tool to create isolated Python environments. The basic problem being addressed is one of dependencies and versions, and indirectly permissions. Imagine you have an application that needs version 1 of LibFoo, but another application requires version 2. How can you use both these applications? If you install everything into /usr/lib/python2.4/site-packages (or whatever your platforms standard location is), its easy to end up in a situation where you unintentionally upgrade an application that shouldnt be upgraded.\n" "\n" -"At the most basic level, websockify just translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions." +"Or more generally, what if you want to install an application and leave it be? If an application works, any change in its libraries or the versions of those libraries can break the application.\n" +"\n" +"Also, what if you cant install packages into the global site-packages directory? For instance, on a shared host.\n" +"\n" +"In all these cases, virtualenv can help you. It creates an environment that has its own installation directories, that doesnt share libraries with other virtualenv environments (and optionally doesnt use the globally installed libraries either)." msgstr "" -#. description(python-xlwt) -msgid "xlwt is a library for generating spreadsheet files that are compatible with Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt has full support for Unicode. Excel spreadsheets can be generated on any platform without needing Excel or a COM server. The only requirement is Python 2.3 to 2.6. xlwt is a fork of pyExcelerator." +#. summary(perl-UNIVERSAL-can) +msgid "work around buggy code calling UNIVERSAL::can() as a function" msgstr "" -#. description(python-zdaemon) -msgid "zdaemon is a Python package which provides APIs for managing applications run as daemons. Its principal use to date has been to manage the application server and storage server daemons for Zope / ZEO, although it is not limited to running Python-based applications" +#. summary(perl-MooseX-SetOnce) +msgid "write-once, read-many attributes for Moose" msgstr "" -#. description(python-zope.testbrowser) -msgid "zope.testbrowser provides an easy-to-use programmable web browser with special focus on testing. It is used in Zope, but it's not Zope specific at all. For instance, it can be used to test or otherwise interact with any web site." -msgstr "" +#~ msgid ".spec file cleaner" +#~ msgstr "Утилита очистки файлов .spec" + +#~ msgid "A Chinese translation of the asymptote manual" +#~ msgstr "Китайский перевод руководства asymptote" + +#~ msgid "A collection of Swing components" +#~ msgstr "Коллекция компонентов Swing" + +#~ msgid "Asymptote FAQ (Chinese translation)" +#~ msgstr "Asymptote FAQ (перевод на китайский)" + +#~ msgid "Color targets for creating color profiles" +#~ msgstr "Цветовые цели для создания цветовых профилей" + +#~ msgid "Command line tool for registering Novell and SUSE products." +#~ msgstr "Инструмент командной строки для регистрации продуктов Novell и SUSE." + +#~ msgid "Core libraries for Shorewall" +#~ msgstr "Основные библиотеки Shorewall" + +#~ msgid "DOM support for saxon8" +#~ msgstr "Поддержка DOM для saxon8" + +#~ msgid "Demonstrations and samples for saxon6." +#~ msgstr "Демо и примеры для saxon6." + +#~ msgid "Demonstrations and samples for saxon8." +#~ msgstr "Демо и примеры для saxon8." + +#~ msgid "Demonstrations and samples for saxon9." +#~ msgstr "Демо и примеры для saxon9." + +#~ msgid "Demos for saxon6" +#~ msgstr "Демо для saxon6" + +#~ msgid "Demos for saxon8" +#~ msgstr "Демо для saxon8" + +#~ msgid "Demos for saxon9" +#~ msgstr "Демо для saxon9" + +#~ msgid "Documentation and help files for both spyder and spyderlib" +#~ msgstr "Документация и файлы справки для spyder и spyderlib" + +#~ msgid "Documentation files for squirrel." +#~ msgstr "Документация для squirrel." + +#~ msgid "Documentation for spyder and spyderlib" +#~ msgstr "Документация для spyder и spyderlib" + +#~ msgid "Documentation for squirrel" +#~ msgstr "Документация для squirrel" + +#~ msgid "Documentation for texlive-12many" +#~ msgstr "Документация для texlive-12many" + +#~ msgid "Documentation for texlive-2up" +#~ msgstr "Документация для texlive-2up" + +#~ msgid "Documentation for texlive-Asana-Math" +#~ msgstr "Документация для texlive-Asana-Math" + +#~ msgid "Documentation for texlive-a0poster" +#~ msgstr "Документация для texlive-a0poster" + +#~ msgid "Documentation for texlive-a2ping" +#~ msgstr "Документация для texlive-a2ping" + +#~ msgid "Documentation for texlive-a4wide" +#~ msgstr "Документация для texlive-a4wide" + +#~ msgid "Documentation for texlive-a5comb" +#~ msgstr "Документация для texlive-a5comb" + +#~ msgid "Documentation for texlive-aastex" +#~ msgstr "Документация для texlive-aastex" + +#~ msgid "Documentation for texlive-abbr" +#~ msgstr "Документация для texlive-abbr" + +#~ msgid "Documentation for texlive-abc" +#~ msgstr "Документация для texlive-abc" + +#~ msgid "Documentation for texlive-abstract" +#~ msgstr "Документация для texlive-abstract" + +#~ msgid "Documentation for texlive-abstyles" +#~ msgstr "Документация для texlive-abstyles" + +#~ msgid "Documentation for texlive-accfonts" +#~ msgstr "Документация для texlive-accfonts" + +#~ msgid "Documentation for texlive-achemso" +#~ msgstr "Документация для texlive-achemso" + +#~ msgid "Documentation for texlive-acmconf" +#~ msgstr "Документация для texlive-acmconf" + +#~ msgid "Documentation for texlive-acronym" +#~ msgstr "Документация для texlive-acronym" + +#~ msgid "Documentation for texlive-acroterm" +#~ msgstr "Документация для texlive-acroterm" + +#~ msgid "Documentation for texlive-active-conf" +#~ msgstr "Документация для texlive-active-conf" + +#~ msgid "Documentation for texlive-addlines" +#~ msgstr "Документация для texlive-addlines" + +#~ msgid "Documentation for texlive-adfathesis" +#~ msgstr "Документация для texlive-adfathesis" + +#~ msgid "Documentation for texlive-adforn" +#~ msgstr "Документация для texlive-adforn" + +#~ msgid "Documentation for texlive-adfsymbols" +#~ msgstr "Документация для texlive-adfsymbols" + +#~ msgid "Documentation for texlive-adjmulticol" +#~ msgstr "Документация для texlive-adjmulticol" + +#~ msgid "Documentation for texlive-adjustbox" +#~ msgstr "Документация для texlive-adjustbox" + +#~ msgid "Documentation for texlive-adrconv" +#~ msgstr "Документация для texlive-adrconv" + +#~ msgid "Documentation for texlive-advdate" +#~ msgstr "Документация для texlive-advdate" + +#~ msgid "Documentation for texlive-ae" +#~ msgstr "Документация для texlive-ae" + +#~ msgid "Documentation for texlive-aeguill" +#~ msgstr "Документация для texlive-aeguill" + +#~ msgid "Documentation for texlive-afm2pl" +#~ msgstr "Документация для texlive-afm2pl" + +#~ msgid "Documentation for texlive-afthesis" +#~ msgstr "Документация для texlive-afthesis" + +#~ msgid "Documentation for texlive-aguplus" +#~ msgstr "Документация для texlive-aguplus" + +#~ msgid "Documentation for texlive-aiaa" +#~ msgstr "Документация для texlive-aiaa" + +#~ msgid "Documentation for texlive-akktex" +#~ msgstr "Документация для texlive-akktex" + +#~ msgid "Documentation for texlive-akletter" +#~ msgstr "Документация для texlive-akletter" + +#~ msgid "Documentation for texlive-alg" +#~ msgstr "Документация для texlive-alg" + +#~ msgid "Documentation for texlive-algorithm2e" +#~ msgstr "Документация для texlive-algorithm2e" + +#~ msgid "Documentation for texlive-algorithmicx" +#~ msgstr "Документация для texlive-algorithmicx" + +#~ msgid "Documentation for texlive-algorithms" +#~ msgstr "Документация для texlive-algorithms" + +#~ msgid "Documentation for texlive-allrunes" +#~ msgstr "Документация для texlive-allrunes" + +#~ msgid "Documentation for texlive-alnumsec" +#~ msgstr "Документация для texlive-alnumsec" + +#~ msgid "Documentation for texlive-alterqcm" +#~ msgstr "Документация для texlive-alterqcm" + +#~ msgid "Documentation for texlive-altfont" +#~ msgstr "Документация для texlive-altfont" + +#~ msgid "Documentation for texlive-ametsoc" +#~ msgstr "Документация для texlive-ametsoc" + +#~ msgid "Documentation for texlive-amiri" +#~ msgstr "Документация для texlive-amiri" + +#~ msgid "Documentation for texlive-amsaddr" +#~ msgstr "Документация для texlive-amsaddr" + +#~ msgid "Documentation for texlive-amscls" +#~ msgstr "Документация для texlive-amscls" + +#~ msgid "Documentation for texlive-amsfonts" +#~ msgstr "Документация для texlive-amsfonts" + +#~ msgid "Documentation for texlive-amsmath" +#~ msgstr "Документация для texlive-amsmath" + +#~ msgid "Documentation for texlive-amsrefs" +#~ msgstr "Документация для texlive-amsrefs" + +#~ msgid "Documentation for texlive-amstex" +#~ msgstr "Документация для texlive-amstex" + +#~ msgid "Documentation for texlive-animate" +#~ msgstr "Документация для texlive-animate" + +#~ msgid "Documentation for texlive-anonchap" +#~ msgstr "Документация для texlive-anonchap" + +#~ msgid "Documentation for texlive-answers" +#~ msgstr "Документация для texlive-answers" + +#~ msgid "Documentation for texlive-antiqua" +#~ msgstr "Документация для texlive-antiqua" + +#~ msgid "Documentation for texlive-antomega" +#~ msgstr "Документация для texlive-antomega" + +#~ msgid "Documentation for texlive-antt" +#~ msgstr "Документация для texlive-antt" + +#~ msgid "Documentation for texlive-anyfontsize" +#~ msgstr "Документация для texlive-anyfontsize" + +#~ msgid "Documentation for texlive-anysize" +#~ msgstr "Документация для texlive-anysize" + +#~ msgid "Documentation for texlive-aomart" +#~ msgstr "Документация для texlive-aomart" + +#~ msgid "Documentation for texlive-apa" +#~ msgstr "Документация для texlive-apa" + +#~ msgid "Documentation for texlive-apa6" +#~ msgstr "Документация для texlive-apa6" + +#~ msgid "Documentation for texlive-apa6e" +#~ msgstr "Документация для texlive-apa6e" + +#~ msgid "Documentation for texlive-appendix" +#~ msgstr "Документация для texlive-appendix" + +#~ msgid "Documentation for texlive-appendixnumberbeamer" +#~ msgstr "Документация для texlive-appendixnumberbeamer" + +#~ msgid "Documentation for texlive-arabi" +#~ msgstr "Документация для texlive-arabi" + +#~ msgid "Documentation for texlive-arabtex" +#~ msgstr "Документация для texlive-arabtex" + +#~ msgid "Documentation for texlive-arabxetex" +#~ msgstr "Документация для texlive-arabxetex" + +#~ msgid "Documentation for texlive-archaic" +#~ msgstr "Документация для texlive-archaic" + +#~ msgid "Documentation for texlive-arev" +#~ msgstr "Документация для texlive-arev" + +#~ msgid "Documentation for texlive-arphic" +#~ msgstr "Документация для texlive-arphic" + +#~ msgid "Documentation for texlive-arrayjobx" +#~ msgstr "Документация для texlive-arrayjobx" + +#~ msgid "Documentation for texlive-arsclassica" +#~ msgstr "Документация для texlive-arsclassica" + +#~ msgid "Documentation for texlive-articleingud" +#~ msgstr "Документация для texlive-articleingud" + +#~ msgid "Documentation for texlive-arydshln" +#~ msgstr "Документация для texlive-arydshln" + +#~ msgid "Documentation for texlive-asaetr" +#~ msgstr "Документация для texlive-asaetr" + +#~ msgid "Documentation for texlive-ascelike" +#~ msgstr "Документация для texlive-ascelike" + +#~ msgid "Documentation for texlive-aspectratio" +#~ msgstr "Документация для texlive-aspectratio" + +#~ msgid "Documentation for texlive-assignment" +#~ msgstr "Документация для texlive-assignment" + +#~ msgid "Documentation for texlive-astro" +#~ msgstr "Документация для texlive-astro" + +#~ msgid "Documentation for texlive-asyfig" +#~ msgstr "Документация для texlive-asyfig" + +#~ msgid "Documentation for texlive-asymptote" +#~ msgstr "Документация для texlive-asymptote" + +#~ msgid "Documentation for texlive-attachfile" +#~ msgstr "Документация для texlive-attachfile" + +#~ msgid "Documentation for texlive-augie" +#~ msgstr "Документация для texlive-augie" + +#~ msgid "Documentation for texlive-auncial-new" +#~ msgstr "Документация для texlive-auncial-new" + +#~ msgid "Documentation for texlive-aurical" +#~ msgstr "Документация для texlive-aurical" + +#~ msgid "Documentation for texlive-authoraftertitle" +#~ msgstr "Документация для texlive-authoraftertitle" + +#~ msgid "Documentation for texlive-authorindex" +#~ msgstr "Документация для texlive-authorindex" + +#~ msgid "Documentation for texlive-auto-pst-pdf" +#~ msgstr "Документация для texlive-auto-pst-pdf" + +#~ msgid "Documentation for texlive-autoarea" +#~ msgstr "Документация для texlive-autoarea" + +#~ msgid "Documentation for texlive-automata" +#~ msgstr "Документация для texlive-automata" + +#~ msgid "Documentation for texlive-b1encoding" +#~ msgstr "Документация для texlive-b1encoding" + +#~ msgid "Documentation for texlive-babel" +#~ msgstr "Документация для texlive-babel" + +#~ msgid "Documentation for texlive-babelbib" +#~ msgstr "Документация для texlive-babelbib" + +#~ msgid "Documentation for texlive-background" +#~ msgstr "Документация для texlive-background" + +#~ msgid "Documentation for texlive-bangtex" +#~ msgstr "Документация для texlive-bangtex" + +#~ msgid "Documentation for texlive-barcodes" +#~ msgstr "Документация для texlive-barcodes" + +#~ msgid "Documentation for texlive-bardiag" +#~ msgstr "Документация для texlive-bardiag" + +#~ msgid "Documentation for texlive-barr" +#~ msgstr "Документация для texlive-barr" + +#~ msgid "Documentation for texlive-bartel-chess-fonts" +#~ msgstr "Документация для texlive-bartel-chess-fonts" + +#~ msgid "Documentation for texlive-bashful" +#~ msgstr "Документация для texlive-bashful" + +#~ msgid "Documentation for texlive-baskervald" +#~ msgstr "Документация для texlive-baskervald" + +#~ msgid "Documentation for texlive-bbcard" +#~ msgstr "Документация для texlive-bbcard" + +#~ msgid "Documentation for texlive-bbding" +#~ msgstr "Документация для texlive-bbding" + +#~ msgid "Documentation for texlive-bbm" +#~ msgstr "Документация для texlive-bbm" + +#~ msgid "Documentation for texlive-bbm-macros" +#~ msgstr "Документация для texlive-bbm-macros" + +#~ msgid "Documentation for texlive-bbold" +#~ msgstr "Документация для texlive-bbold" + +#~ msgid "Documentation for texlive-bbold-type1" +#~ msgstr "Документация для texlive-bbold-type1" + +#~ msgid "Documentation for texlive-bchart" +#~ msgstr "Документация для texlive-bchart" + +#~ msgid "Documentation for texlive-bclogo" +#~ msgstr "Документация для texlive-bclogo" + +#~ msgid "Documentation for texlive-beamer2thesis" +#~ msgstr "Документация для texlive-beamer2thesis" + +#~ msgid "Documentation for the SwingX widgets" +#~ msgstr "Документация для виджетов SwingX" + +#~ msgid "Documentation for the libspandsp API" +#~ msgstr "Документация по API для libspandsp" + +#~ msgid "Documents for slf4j" +#~ msgstr "Документация для slf4j" + +#~ msgid "English-Russian dictionary by professor V. K. Mueller" +#~ msgstr "Англо-русский словарь от профессора Мюллера" + +#~ msgid "English-Russian dictionary of computer terms" +#~ msgstr "Англо-русский словарь компьютерных терминов" + +#~ msgid "FOP support for saxon6" +#~ msgstr "Поддержка FOP для saxon6" + +#~ msgid "FOP support for saxon6." +#~ msgstr "Поддержка FOP для saxon6." + +#~ msgid "GPG Tools" +#~ msgstr "Инструменты GPG" + +#~ msgid "HTML documentation for shorewall configuration" +#~ msgstr "Документация в формате HTML для настройки shorewall" + +#~ msgid "Interface Builder for Tcl/Tk and Java" +#~ msgstr "Конструктор интерфейса для Tcl/Tk и Java" + +#~ msgid "Italian translations of some old AMSmath documents" +#~ msgstr "Итальянский перевод некоторых старых документов AMSmath" + +#~ msgid "JDOM support for saxon6" +#~ msgstr "Поддержка JDOM для saxon6" + +#~ msgid "JDOM support for saxon6." +#~ msgstr "Поддержка JDOM для saxon6." + +#~ msgid "JDOM support for saxon8" +#~ msgstr "Поддержка JDOM для saxon8" + +#~ msgid "JanRain's URL Utilities" +#~ msgstr "Утилиты JanRain для URL" + +#~ msgid "Java CIM Client library" +#~ msgstr "Клиентская библиотека Java CIM" + +#~ msgid "Javadoc for saxon6" +#~ msgstr "Документация в формате javadoc для saxon6" + +#~ msgid "Javadoc for saxon6." +#~ msgstr "Документация в формате javadoc для saxon6." + +#~ msgid "Javadoc for saxon8." +#~ msgstr "Документация в формате javadoc для saxon8." + +#~ msgid "Javadoc for saxon9" +#~ msgstr "Документация в формате javadoc для saxon9" + +#~ msgid "Javadoc for saxon9." +#~ msgstr "Документация в формате javadoc для saxon9." + +#~ msgid "Javadoc for sblim-cim-client2" +#~ msgstr "Документация в формате javadoc для sblim-cim-client2" + +#~ msgid "Javadoc for sblim-cim-client2." +#~ msgstr "Документация в формате javadoc для sblim-cim-client2." + +#~ msgid "Javadoc for servletapi3" +#~ msgstr "Документация в формате javadoc для servletapi3" + +#~ msgid "Javadoc for servletapi4" +#~ msgstr "Документация в формате javadoc для servletapi4" + +#~ msgid "Javadoc for swingx" +#~ msgstr "Документация в формате javadoc для swingx" + +#~ msgid "Languages for package qjackctl" +#~ msgstr "Переводы для пакета qjackctl" + +#~ msgid "Languages for package radiotray" +#~ msgstr "Переводы для пакета radiotray" + +#~ msgid "Languages for package rednotebook" +#~ msgstr "Переводы для пакета rednotebook" + +#~ msgid "Languages for package seahorse-nautilus" +#~ msgstr "Переводы для пакета seahorse-nautilus" + +#~ msgid "Languages for package seahorse-sharing" +#~ msgstr "Переводы для пакета seahorse-sharing" + +#~ msgid "Languages for package shared-mime-info" +#~ msgstr "Переводы для пакета shared-mime-info" + +#~ msgid "Languages for package shotwell" +#~ msgstr "Переводы для пакета shotwell" + +#~ msgid "Languages for package shutter" +#~ msgstr "Переводы для пакета shutter" + +#~ msgid "Languages for package tellico" +#~ msgstr "Переводы для пакета tellico" + +#~ msgid "Languages for package terminator" +#~ msgstr "Переводы для пакета terminator" + +#~ msgid "Manual for saxon6" +#~ msgstr "Руководство для saxon6" + +#~ msgid "Manual for saxon6." +#~ msgstr "Руководство для saxon6." + +#~ msgid "Multilingual input method for Emacs" +#~ msgstr "Многоязычный метод ввода для Emacs" + +#~ msgid "Provides translations to the package qjackctl" +#~ msgstr "Предоставляет переводы для пакета qjackctl" + +#~ msgid "Provides translations to the package radiotray" +#~ msgstr "Предоставляет переводы для пакета radiotray" + +#~ msgid "Provides translations to the package seahorse-nautilus" +#~ msgstr "Предоставляет переводы для пакета seahorse-nautilus" + +#~ msgid "Provides translations to the package seahorse-sharing" +#~ msgstr "Предоставляет переводы для пакета seahorse-sharing" + +#~ msgid "Provides translations to the package shared-mime-info" +#~ msgstr "Предоставляет переводы для пакета shared-mime-info" + +#~ msgid "Provides translations to the package shotwell" +#~ msgstr "Предоставляет переводы для пакета shotwell" + +#~ msgid "Provides translations to the package shutter" +#~ msgstr "Предоставляет переводы для пакета shutter" + +#~ msgid "Provides translations to the package tellico" +#~ msgstr "Предоставляет переводы для пакета tellico" + +#~ msgid "Provides translations to the package terminator" +#~ msgstr "Предоставляет переводы для пакета terminator" + +#~ msgid "Python graphics package" +#~ msgstr "Графический пакет Python" + +#~ msgid "Qt input module plugin for SCIM" +#~ msgstr "Модуль ввода Qt для SCIM" + +#~ msgid "Registration Tool" +#~ msgstr "Инструмент регистрации" + +#~ msgid "SELinux policy configuration" +#~ msgstr "Настройка политик SELinux" + +#~ msgid "SELinux policy documentation" +#~ msgstr "Документация о политиках SELinux" + +#~ msgid "SELinux policy documentation package" +#~ msgstr "Пакет документации о политиках SELinux" + +#~ msgid "SPICE-protocol definitions" +#~ msgstr "Определения протокола SPICE" + +#~ msgid "" +#~ "SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process.\n" +#~ "\n" +#~ "SQLite is not a client library used to connect to a big database server. SQLite is the server and the SQLite library reads and writes directly to and from the database files on disk.\n" +#~ "\n" +#~ "SQLite can be used via the sqlite command line tool or via any application that supports the Qt database plug-ins." +#~ msgstr "" +#~ "SQLite — библиотека языка C, реализующая встраиваемое ядро баз данных SQL. Программы, связываемые с библиотекой SQLite, могут получить доступ к базе данных SQL без запуска отдельного процесса реляционной СУБД.\n" +#~ "\n" +#~ "SQLite — не клиентская библиотека, используемая для подключения к большому серверу баз данных. SQLite является сервером и сама читает и пишет непосредственно в файлы баз данных на диске.\n" +#~ "\n" +#~ "SQLite можно использовать через инструмент командной строки sqlite или через любое приложение, поддерживающее Qt-плагины баз данных." + +#~ msgid "Scientific PYthon Development EnviRonment" +#~ msgstr "Среда научной разработки на Python" + +#~ msgid "Scim Bridge for Qt" +#~ msgstr "Scim Bridge для Qt" + +#~ msgid "Severed fonts for texlive-Asana-Math" +#~ msgstr "Отдельные шрифты для texlive-Asana-Math" + +#~ msgid "Severed fonts for texlive-adforn" +#~ msgstr "Отдельные шрифты для texlive-adforn" + +#~ msgid "Severed fonts for texlive-adfsymbols" +#~ msgstr "Отдельные шрифты для texlive-adfsymbols" + +#~ msgid "Severed fonts for texlive-allrunes" +#~ msgstr "Отдельные шрифты для texlive-allrunes" + +#~ msgid "Severed fonts for texlive-amiri" +#~ msgstr "Отдельные шрифты для texlive-amiri" + +#~ msgid "Severed fonts for texlive-amsfonts" +#~ msgstr "Отдельные шрифты для texlive-amsfonts" + +#~ msgid "Severed fonts for texlive-antiqua" +#~ msgstr "Отдельные шрифты для texlive-antiqua" + +#~ msgid "Severed fonts for texlive-antt" +#~ msgstr "Отдельные шрифты для texlive-antt" + +#~ msgid "Severed fonts for texlive-arabi" +#~ msgstr "Отдельные шрифты для texlive-arabi" + +#~ msgid "Severed fonts for texlive-arabtex" +#~ msgstr "Отдельные шрифты для texlive-arabtex" + +#~ msgid "Severed fonts for texlive-archaic" +#~ msgstr "Отдельные шрифты для texlive-archaic" + +#~ msgid "Severed fonts for texlive-arev" +#~ msgstr "Отдельные шрифты для texlive-arev" + +#~ msgid "Severed fonts for texlive-arphic" +#~ msgstr "Отдельные шрифты для texlive-arphic" + +#~ msgid "Severed fonts for texlive-aspectratio" +#~ msgstr "Отдельные шрифты для texlive-aspectratio" + +#~ msgid "Severed fonts for texlive-augie" +#~ msgstr "Отдельные шрифты для texlive-augie" + +#~ msgid "Severed fonts for texlive-auncial-new" +#~ msgstr "Отдельные шрифты для texlive-auncial-new" + +#~ msgid "Severed fonts for texlive-aurical" +#~ msgstr "Отдельные шрифты для texlive-aurical" + +#~ msgid "Severed fonts for texlive-avantgar" +#~ msgstr "Отдельные шрифты для texlive-avantgar" + +#~ msgid "Severed fonts for texlive-baskervald" +#~ msgstr "Отдельные шрифты для texlive-baskervald" + +#~ msgid "Severed fonts for texlive-bbold-type1" +#~ msgstr "Отдельные шрифты для texlive-bbold-type1" + +#~ msgid "Sonar Icon Theme" +#~ msgstr "Тема иконок Sonar" + +#~ msgid "System InformaTion at Runtime" +#~ msgstr "Сведения о системе во время выполнения" + +#~ msgid "TagLib# is a metadata or \"tag\" reader and writer library that supports the most common movie and music formats, abstracting away format specificity. TagLib# offers either a common API for all formats or access to specific APIs for a given format." +#~ msgstr "TagLib# является библиотекой для чтения и записи метаданных или \"тэгов\", которая поддерживает самые распространенные форматы видео и музыки, абстрагируясь от специфики форматов. TagLib# предлагает как общий API для всех форматов, так и доступ к специфическим API для конкретного формата." + +#~ msgid "Tennebon Dynamic wallpaper for GNOME" +#~ msgstr "Динамические обои Tennebon для GNOME" + +#~ msgid "The separated fonts package for texlive-Asana-Math" +#~ msgstr "Отдельный пакет шрифтов для texlive-Asana-Math" + +#~ msgid "The separated fonts package for texlive-adforn" +#~ msgstr "Отдельный пакет шрифтов для texlive-adforn" + +#~ msgid "The separated fonts package for texlive-adfsymbols" +#~ msgstr "Отдельный пакет шрифтов для texlive-adfsymbols" + +#~ msgid "The separated fonts package for texlive-allrunes" +#~ msgstr "Отдельный пакет шрифтов для texlive-allrunes" + +#~ msgid "The separated fonts package for texlive-amiri" +#~ msgstr "Отдельный пакет шрифтов для texlive-amiri" + +#~ msgid "The separated fonts package for texlive-amsfonts" +#~ msgstr "Отдельный пакет шрифтов для texlive-amsfonts" + +#~ msgid "The separated fonts package for texlive-antiqua" +#~ msgstr "Отдельный пакет шрифтов для texlive-antiqua" + +#~ msgid "The separated fonts package for texlive-antt" +#~ msgstr "Отдельный пакет шрифтов для texlive-antt" + +#~ msgid "The separated fonts package for texlive-arabi" +#~ msgstr "Отдельный пакет шрифтов для texlive-arabi" + +#~ msgid "The separated fonts package for texlive-arabtex" +#~ msgstr "Отдельный пакет шрифтов для texlive-arabtex" + +#~ msgid "The separated fonts package for texlive-archaic" +#~ msgstr "Отдельный пакет шрифтов для texlive-archaic" + +#~ msgid "The separated fonts package for texlive-arev" +#~ msgstr "Отдельный пакет шрифтов для texlive-arev" + +#~ msgid "The separated fonts package for texlive-arphic" +#~ msgstr "Отдельный пакет шрифтов для texlive-arphic" + +#~ msgid "The separated fonts package for texlive-aspectratio" +#~ msgstr "Отдельный пакет шрифтов для texlive-aspectratio" + +#~ msgid "The separated fonts package for texlive-augie" +#~ msgstr "Отдельный пакет шрифтов для texlive-augie" + +#~ msgid "The separated fonts package for texlive-auncial-new" +#~ msgstr "Отдельный пакет шрифтов для texlive-auncial-new" + +#~ msgid "The separated fonts package for texlive-aurical" +#~ msgstr "Отдельный пакет шрифтов для texlive-aurical" + +#~ msgid "The separated fonts package for texlive-avantgar" +#~ msgstr "Отдельный пакет шрифтов для texlive-avantgar" + +#~ msgid "The separated fonts package for texlive-baskervald" +#~ msgstr "Отдельный пакет шрифтов для texlive-baskervald" + +#~ msgid "The separated fonts package for texlive-bbold-type1" +#~ msgstr "Отдельный пакет шрифтов для texlive-bbold-type1" + +#~ msgid "The Termcap Library" +#~ msgstr "Библиотека termcap" + +#~ msgid "The Translations for squirrelmail" +#~ msgstr "Переводы для squirrelmail" + +#~ msgid "The public gpg key for rpm package signature verification" +#~ msgstr "Открытый ключ gpg для проверки подписей rpm-пакетов" + +#~ msgid "" +#~ "This package contains a dynamic wallpaper based on the Tennebon wallpaper.\n" +#~ "\n" +#~ "A dynamic wallpaper changes depending on the time of the day: it is generally bright during the day, and dark during the night." +#~ msgstr "" +#~ "Этот пакет содержит динамические обои Tennebon.\n" +#~ "\n" +#~ "Динамические обои меняются в зависимости от времени суток: как правило, яркие днем и темные ночью." + +#~ msgid "This package includes the documentation for texlive-12many" +#~ msgstr "Этот пакет содержит документацию для texlive-12many" + +#~ msgid "This package includes the documentation for texlive-2up" +#~ msgstr "Этот пакет содержит документацию для texlive-2up" + +#~ msgid "This package includes the documentation for texlive-Asana-Math" +#~ msgstr "Этот пакет содержит документацию для texlive-Asana-Math" + +#~ msgid "This package includes the documentation for texlive-a0poster" +#~ msgstr "Этот пакет содержит документацию для texlive-a0poster" + +#~ msgid "This package includes the documentation for texlive-a2ping" +#~ msgstr "Этот пакет содержит документацию для texlive-a2ping" + +#~ msgid "This package includes the documentation for texlive-a4wide" +#~ msgstr "Этот пакет содержит документацию для texlive-a4wide" + +#~ msgid "This package includes the documentation for texlive-a5comb" +#~ msgstr "Этот пакет содержит документацию для texlive-a5comb" + +#~ msgid "This package includes the documentation for texlive-aastex" +#~ msgstr "Этот пакет содержит документацию для texlive-aastex" + +#~ msgid "This package includes the documentation for texlive-abbr" +#~ msgstr "Этот пакет содержит документацию для texlive-abbr" + +#~ msgid "This package includes the documentation for texlive-abc" +#~ msgstr "Этот пакет содержит документацию для texlive-abc" + +#~ msgid "This package includes the documentation for texlive-abstract" +#~ msgstr "Этот пакет содержит документацию для texlive-abstract" + +#~ msgid "This package includes the documentation for texlive-abstyles" +#~ msgstr "Этот пакет содержит документацию для texlive-abstyles" + +#~ msgid "This package includes the documentation for texlive-accfonts" +#~ msgstr "Этот пакет содержит документацию для texlive-accfonts" + +#~ msgid "This package includes the documentation for texlive-achemso" +#~ msgstr "Этот пакет содержит документацию для texlive-achemso" + +#~ msgid "This package includes the documentation for texlive-acmconf" +#~ msgstr "Этот пакет содержит документацию для texlive-acmconf" + +#~ msgid "This package includes the documentation for texlive-acronym" +#~ msgstr "Этот пакет содержит документацию для texlive-acronym" + +#~ msgid "This package includes the documentation for texlive-acroterm" +#~ msgstr "Этот пакет содержит документацию для texlive-acroterm" + +#~ msgid "This package includes the documentation for texlive-active-conf" +#~ msgstr "Этот пакет содержит документацию для texlive-active-conf" + +#~ msgid "This package includes the documentation for texlive-addlines" +#~ msgstr "Этот пакет содержит документацию для texlive-addlines" + +#~ msgid "This package includes the documentation for texlive-adfathesis" +#~ msgstr "Этот пакет содержит документацию для texlive-adfathesis" + +#~ msgid "This package includes the documentation for texlive-adforn" +#~ msgstr "Этот пакет содержит документацию для texlive-adforn" + +#~ msgid "This package includes the documentation for texlive-adfsymbols" +#~ msgstr "Этот пакет содержит документацию для texlive-adfsymbols" + +#~ msgid "This package includes the documentation for texlive-adjmulticol" +#~ msgstr "Этот пакет содержит документацию для texlive-adjmulticol" + +#~ msgid "This package includes the documentation for texlive-adjustbox" +#~ msgstr "Этот пакет содержит документацию для texlive-adjustbox" + +#~ msgid "This package includes the documentation for texlive-adrconv" +#~ msgstr "Этот пакет содержит документацию для texlive-adrconv" + +#~ msgid "This package includes the documentation for texlive-advdate" +#~ msgstr "Этот пакет содержит документацию для texlive-advdate" + +#~ msgid "This package includes the documentation for texlive-ae" +#~ msgstr "Этот пакет содержит документацию для texlive-ae" + +#~ msgid "This package includes the documentation for texlive-aeguill" +#~ msgstr "Этот пакет содержит документацию для texlive-aeguill" + +#~ msgid "This package includes the documentation for texlive-afm2pl" +#~ msgstr "Этот пакет содержит документацию для texlive-afm2pl" + +#~ msgid "This package includes the documentation for texlive-afthesis" +#~ msgstr "Этот пакет содержит документацию для texlive-afthesis" + +#~ msgid "This package includes the documentation for texlive-aguplus" +#~ msgstr "Этот пакет содержит документацию для texlive-aguplus" + +#~ msgid "This package includes the documentation for texlive-aiaa" +#~ msgstr "Этот пакет содержит документацию для texlive-aiaa" + +#~ msgid "This package includes the documentation for texlive-akktex" +#~ msgstr "Этот пакет содержит документацию для texlive-akktex" + +#~ msgid "This package includes the documentation for texlive-akletter" +#~ msgstr "Этот пакет содержит документацию для texlive-akletter" + +#~ msgid "This package includes the documentation for texlive-alg" +#~ msgstr "Этот пакет содержит документацию для texlive-alg" + +#~ msgid "This package includes the documentation for texlive-algorithm2e" +#~ msgstr "Этот пакет содержит документацию для texlive-algorithm2e" + +#~ msgid "This package includes the documentation for texlive-algorithmicx" +#~ msgstr "Этот пакет содержит документацию для texlive-algorithmicx" + +#~ msgid "This package includes the documentation for texlive-algorithms" +#~ msgstr "Этот пакет содержит документацию для texlive-algorithms" + +#~ msgid "This package includes the documentation for texlive-allrunes" +#~ msgstr "Этот пакет содержит документацию для texlive-allrunes" + +#~ msgid "This package includes the documentation for texlive-alnumsec" +#~ msgstr "Этот пакет содержит документацию для texlive-alnumsec" + +#~ msgid "This package includes the documentation for texlive-alterqcm" +#~ msgstr "Этот пакет содержит документацию для texlive-alterqcm" + +#~ msgid "This package includes the documentation for texlive-altfont" +#~ msgstr "Этот пакет содержит документацию для texlive-altfont" + +#~ msgid "This package includes the documentation for texlive-ametsoc" +#~ msgstr "Этот пакет содержит документацию для texlive-ametsoc" + +#~ msgid "This package includes the documentation for texlive-amiri" +#~ msgstr "Этот пакет содержит документацию для texlive-amiri" + +#~ msgid "This package includes the documentation for texlive-amsaddr" +#~ msgstr "Этот пакет содержит документацию для texlive-amsaddr" + +#~ msgid "This package includes the documentation for texlive-amscls" +#~ msgstr "Этот пакет содержит документацию для texlive-amscls" + +#~ msgid "This package includes the documentation for texlive-amsfonts" +#~ msgstr "Этот пакет содержит документацию для texlive-amsfonts" + +#~ msgid "This package includes the documentation for texlive-amsmath" +#~ msgstr "Этот пакет содержит документацию для texlive-amsmath" + +#~ msgid "This package includes the documentation for texlive-amsrefs" +#~ msgstr "Этот пакет содержит документацию для texlive-amsrefs" + +#~ msgid "This package includes the documentation for texlive-amstex" +#~ msgstr "Этот пакет содержит документацию для texlive-amstex" + +#~ msgid "This package includes the documentation for texlive-animate" +#~ msgstr "Этот пакет содержит документацию для texlive-animate" + +#~ msgid "This package includes the documentation for texlive-anonchap" +#~ msgstr "Этот пакет содержит документацию для texlive-anonchap" + +#~ msgid "This package includes the documentation for texlive-answers" +#~ msgstr "Этот пакет содержит документацию для texlive-answers" + +#~ msgid "This package includes the documentation for texlive-antiqua" +#~ msgstr "Этот пакет содержит документацию для texlive-antiqua" + +#~ msgid "This package includes the documentation for texlive-antomega" +#~ msgstr "Этот пакет содержит документацию для texlive-antomega" + +#~ msgid "This package includes the documentation for texlive-antt" +#~ msgstr "Этот пакет содержит документацию для texlive-antt" + +#~ msgid "This package includes the documentation for texlive-anyfontsize" +#~ msgstr "Этот пакет содержит документацию для texlive-anyfontsize" + +#~ msgid "This package includes the documentation for texlive-anysize" +#~ msgstr "Этот пакет содержит документацию для texlive-anysize" + +#~ msgid "This package includes the documentation for texlive-aomart" +#~ msgstr "Этот пакет содержит документацию для texlive-aomart" + +#~ msgid "This package includes the documentation for texlive-apa" +#~ msgstr "Этот пакет содержит документацию для texlive-apa" + +#~ msgid "This package includes the documentation for texlive-apa6" +#~ msgstr "Этот пакет содержит документацию для texlive-apa6" + +#~ msgid "This package includes the documentation for texlive-apa6e" +#~ msgstr "Этот пакет содержит документацию для texlive-apa6e" + +#~ msgid "This package includes the documentation for texlive-apacite" +#~ msgstr "Этот пакет содержит документацию для texlive-apacite" + +#~ msgid "This package includes the documentation for texlive-appendix" +#~ msgstr "Этот пакет содержит документацию для texlive-appendix" + +#~ msgid "This package includes the documentation for texlive-appendixnumberbeamer" +#~ msgstr "Этот пакет содержит документацию для texlive-appendixnumberbeamer" + +#~ msgid "This package includes the documentation for texlive-arabi" +#~ msgstr "Этот пакет содержит документацию для texlive-arabi" + +#~ msgid "This package includes the documentation for texlive-arabtex" +#~ msgstr "Этот пакет содержит документацию для texlive-arabtex" + +#~ msgid "This package includes the documentation for texlive-arabxetex" +#~ msgstr "Этот пакет содержит документацию для texlive-arabxetex" + +#~ msgid "This package includes the documentation for texlive-archaic" +#~ msgstr "Этот пакет содержит документацию для texlive-archaic" + +#~ msgid "This package includes the documentation for texlive-arcs" +#~ msgstr "Этот пакет содержит документацию для texlive-arcs" + +#~ msgid "This package includes the documentation for texlive-arev" +#~ msgstr "Этот пакет содержит документацию для texlive-arev" + +#~ msgid "This package includes the documentation for texlive-arphic" +#~ msgstr "Этот пакет содержит документацию для texlive-arphic" + +#~ msgid "This package includes the documentation for texlive-arrayjobx" +#~ msgstr "Этот пакет содержит документацию для texlive-arrayjobx" + +#~ msgid "This package includes the documentation for texlive-arsclassica" +#~ msgstr "Этот пакет содержит документацию для texlive-arsclassica" + +#~ msgid "This package includes the documentation for texlive-articleingud" +#~ msgstr "Этот пакет содержит документацию для texlive-articleingud" + +#~ msgid "This package includes the documentation for texlive-arydshln" +#~ msgstr "Этот пакет содержит документацию для texlive-arydshln" + +#~ msgid "This package includes the documentation for texlive-asaetr" +#~ msgstr "Этот пакет содержит документацию для texlive-asaetr" + +#~ msgid "This package includes the documentation for texlive-ascelike" +#~ msgstr "Этот пакет содержит документацию для texlive-ascelike" + +#~ msgid "This package includes the documentation for texlive-aspectratio" +#~ msgstr "Этот пакет содержит документацию для texlive-aspectratio" + +#~ msgid "This package includes the documentation for texlive-assignment" +#~ msgstr "Этот пакет содержит документацию для texlive-assignment" + +#~ msgid "This package includes the documentation for texlive-astro" +#~ msgstr "Этот пакет содержит документацию для texlive-astro" + +#~ msgid "This package includes the documentation for texlive-asyfig" +#~ msgstr "Этот пакет содержит документацию для texlive-asyfig" + +#~ msgid "This package includes the documentation for texlive-asymptote" +#~ msgstr "Этот пакет содержит документацию для texlive-asymptote" + +#~ msgid "This package includes the documentation for texlive-attachfile" +#~ msgstr "Этот пакет содержит документацию для texlive-attachfile" + +#~ msgid "This package includes the documentation for texlive-augie" +#~ msgstr "Этот пакет содержит документацию для texlive-augie" + +#~ msgid "This package includes the documentation for texlive-auncial-new" +#~ msgstr "Этот пакет содержит документацию для texlive-auncial-new" + +#~ msgid "This package includes the documentation for texlive-aurical" +#~ msgstr "Этот пакет содержит документацию для texlive-aurical" + +#~ msgid "This package includes the documentation for texlive-authoraftertitle" +#~ msgstr "Этот пакет содержит документацию для texlive-authoraftertitle" + +#~ msgid "This package includes the documentation for texlive-authorindex" +#~ msgstr "Этот пакет содержит документацию для texlive-authorindex" + +#~ msgid "This package includes the documentation for texlive-auto-pst-pdf" +#~ msgstr "Этот пакет содержит документацию для texlive-auto-pst-pdf" + +#~ msgid "This package includes the documentation for texlive-autoarea" +#~ msgstr "Этот пакет содержит документацию для texlive-autoarea" + +#~ msgid "This package includes the documentation for texlive-automata" +#~ msgstr "Этот пакет содержит документацию для texlive-automata" + +#~ msgid "This package includes the documentation for texlive-b1encoding" +#~ msgstr "Этот пакет содержит документацию для texlive-b1encoding" + +#~ msgid "This package includes the documentation for texlive-babel" +#~ msgstr "Этот пакет содержит документацию для texlive-babel" + +#~ msgid "This package includes the documentation for texlive-babelbib" +#~ msgstr "Этот пакет содержит документацию для texlive-babelbib" + +#~ msgid "This package includes the documentation for texlive-background" +#~ msgstr "Этот пакет содержит документацию для texlive-background" + +#~ msgid "This package includes the documentation for texlive-bangtex" +#~ msgstr "Этот пакет содержит документацию для texlive-bangtex" + +#~ msgid "This package includes the documentation for texlive-barcodes" +#~ msgstr "Этот пакет содержит документацию для texlive-barcodes" + +#~ msgid "This package includes the documentation for texlive-bardiag" +#~ msgstr "Этот пакет содержит документацию для texlive-bardiag" + +#~ msgid "This package includes the documentation for texlive-barr" +#~ msgstr "Этот пакет содержит документацию для texlive-barr" + +#~ msgid "This package includes the documentation for texlive-bartel-chess-fonts" +#~ msgstr "Этот пакет содержит документацию для texlive-bartel-chess-fonts" + +#~ msgid "This package includes the documentation for texlive-bashful" +#~ msgstr "Этот пакет содержит документацию для texlive-bashful" + +#~ msgid "This package includes the documentation for texlive-baskervald" +#~ msgstr "Этот пакет содержит документацию для texlive-baskervald" + +#~ msgid "This package includes the documentation for texlive-bbcard" +#~ msgstr "Этот пакет содержит документацию для texlive-bbcard" + +#~ msgid "This package includes the documentation for texlive-bbding" +#~ msgstr "Этот пакет содержит документацию для texlive-bbding" + +#~ msgid "This package includes the documentation for texlive-bbm" +#~ msgstr "Этот пакет содержит документацию для texlive-bbm" + +#~ msgid "This package includes the documentation for texlive-bbm-macros" +#~ msgstr "Этот пакет содержит документацию для texlive-bbm-macros" + +#~ msgid "This package includes the documentation for texlive-bbold" +#~ msgstr "Этот пакет содержит документацию для texlive-bbold" + +#~ msgid "This package includes the documentation for texlive-bbold-type1" +#~ msgstr "Этот пакет содержит документацию для texlive-bbold-type1" + +#~ msgid "This package includes the documentation for texlive-bchart" +#~ msgstr "Этот пакет содержит документацию для texlive-bchart" + +#~ msgid "This package includes the documentation for texlive-bclogo" +#~ msgstr "Этот пакет содержит документацию для texlive-bclogo" + +#~ msgid "This package includes the documentation for texlive-beamer2thesis" +#~ msgstr "Этот пакет содержит документацию для texlive-beamer2thesis" + +#~ msgid "Userspace configuration files for rt2860 driver" +#~ msgstr "Файлы конфигурации пространства пользователя для драйвера rt2860" + +#~ msgid "Utility scripts for saxon6." +#~ msgstr "Скрипты для saxon6." + +#~ msgid "Vamp plugins for librubberband" +#~ msgstr "Модули Vamp для librubberband" + +#~ msgid "XOM support for saxon8." +#~ msgstr "Поддержка XOM для saxon8." -- To unsubscribe, e-mail: opensuse-translation-commit+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-translation-commit+owner@opensuse.org