[opensuse-translation-commit] r91101 - trunk/packages/ru/po
Author: minton Date: 2015-01-23 15:05:29 +0100 (Fri, 23 Jan 2015) New Revision: 91101 Modified: trunk/packages/ru/po/factory4.ru.po Log: Merged factory4.pot for ru Modified: trunk/packages/ru/po/factory4.ru.po =================================================================== --- trunk/packages/ru/po/factory4.ru.po 2015-01-23 14:05:22 UTC (rev 91100) +++ trunk/packages/ru/po/factory4.ru.po 2015-01-23 14:05:29 UTC (rev 91101) @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: openSUSE-packages\n" -"POT-Creation-Date: 2013-10-14 09:33:54\n" +"POT-Creation-Date: 2014-07-19 02:18:24\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" @@ -26,21 +26,29 @@ "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" -#. description(perl-MooseX-Types-LoadableClass) +#. description(perl-autodie) msgid "" -" use Moose::Util::TypeConstraints;\n" +" bIlujDI' yIchegh()Qo'; yIHegh()!\n" "\n" -" my $tc = subtype as ClassName; coerce $tc, from Str, via { Class::MOP::load_class($_); $_ };\n" +" It is better to die() than to return() in failure.\n" "\n" -"I've written those three lines of code quite a lot of times, in quite a lot of places.\n" +" -- Klingon programming proverb.\n" "\n" -"Now I don't have to." +"The 'autodie' pragma provides a convenient way to replace functions that normally return false on failure with equivalents that throw an exception on failure.\n" +"\n" +"The 'autodie' pragma has _lexical scope_, meaning that functions and subroutines altered with 'autodie' will only change their behaviour until the end of the enclosing block, file, or 'eval'.\n" +"\n" +"If 'system' is specified as an argument to 'autodie', then it uses the IPC::System::Simple manpage to do the heavy lifting. See the description of that module for more information." msgstr "" #. description(perl-Mail-SPF-Test) msgid " *Mail::SPF::Test* is a class for reading and manipulating SPF test-suite data." msgstr "" +#. description(lomt-fonts:lomt-chunk-fonts) +msgid "\"Chunk\" is an ultra-bold slab serif typeface that is reminiscent of old American Western woodcuts, broadsides, and newspaper headlines. Used mainly for display, the fat block lettering is unreserved yet refined for contemporary use." +msgstr "" + #. description(perl-Class-Spiffy) msgid "\"Class::Spiffy\" is a framework and methodology for doing object oriented (OO) programming in Perl. Class::Spiffy combines the best parts of Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts to fix all the nits and warts of traditional Perl OO, in a clean, straightforward and (perhaps someday) standard way." msgstr "" @@ -51,7 +59,7 @@ "\n" "IO::All combines all of the best Perl IO modules into a single nifty object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called 'io', which returns a new IO::All object. And that object can do it all!\n" "\n" -"The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket, IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards; as well as all the DBM and MLDBM modules. You can use most of the methods found in these classes and in IO::Handle (which they inherit from). IO::All adds dozens of other helpful idiomatic methods including file stat and manipulation functions.\n" +"The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket, Tie::File, File::Spec, File::Path, File::MimeInfo and File::ReadBackwards; as well as all the DBM and MLDBM modules. You can use most of the methods found in these classes and in IO::Handle (which they inherit from). IO::All adds dozens of other helpful idiomatic methods including file stat and manipulation functions.\n" "\n" "IO::All is pluggable, and modules like the IO::All::LWP manpage and the IO::All::Mailto manpage add even more functionality. Optionally, every IO::All object can be tied to itself. This means that you can use most perl IO builtins on it: readline, <>, getc, print, printf, syswrite, sysread, close.\n" "\n" @@ -66,156 +74,184 @@ "And that is a *good thing*!" msgstr "" -#. 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." +#. summary(perl-Mojolicious-Plugin-RenderFile) +msgid "\"render_file\" helper for Mojolicious" msgstr "" -#. description(perl-Config-Tiny) +#. description(perl-App-CLI) msgid "" -"'Config::Tiny' is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead. 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 alternative to the standard modules.\n" +"'App::CLI' dispatches CLI (command line interface) based commands into command classes. It also supports subcommand and per-command options.\n" "\n" -"This module is primarily for reading human written files, and anything we write shouldn't need to have documentation/comments. If you need something with more power move up to the Config::Simple manpage, the Config::General manpage or one of the many other 'Config::' modules. To rephrase, the Config::Tiny manpage does *not* preserve your comments, whitespace, or the order of your config file." -msgstr "" - -#. description(perl-Email-Simple) -msgid "'Email::Simple' is the first deliverable of the \"Perl Email Project.\" The Email:: namespace was begun as a reaction against the increasing complexity and bugginess of Perl's existing email modules. 'Email::*' modules are meant to be simple to use and to maintain, pared to the bone, fast, minimal in their external dependencies, and correct." -msgstr "" - -#. description(perl-Log-Any) -msgid "" -"'Log::Any' allows CPAN modules to safely and efficiently log messages, while letting the application choose (or decline to choose) a logging mechanism such as 'Log::Dispatch' or 'Log::Log4perl'.\n" +"get_opt([@config], %opt_map) give options map, process by Getopt::Long::Parser\n" "\n" -"'Log::Any' has a very tiny footprint and no dependencies beyond Perl 5.6, which makes it appropriate for even small CPAN modules to use. It defaults to 'null' logging activity, so a module can safely log without worrying about whether the application has chosen (or will ever choose) a logging mechanism.\n" +"interface of dispatcher\n" "\n" -"The application, in turn, may choose one or more logging mechanisms via Log::Any::Adapter." -msgstr "" - -#. description(perl-Mail-Sender) -msgid "" -"'Mail::Sender' provides an object oriented interface to sending mails. It doesn't need any outer program. It connects to a mail server directly from Perl, using Socket.\n" +"cmd_map($cmd) find package name of subcommand in constant %alias\n" "\n" -"Sends mails directly from Perl through a socket connection." +" if it's finded, return ucfirst of the package name,\n" +"\n" +" otherwise, return ucfirst of $cmd itself.\n" +"\n" +"get_cmd($cmd, @arg) return subcommand of first level via $ARGV[0]" msgstr "" -#. description(perl-MooseX-NonMoose) +#. description(perl-B-Keywords) 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" +"'B::Keywords' supplies several arrays of exportable keywords: '@Scalars', '@Arrays', '@Hashes', '@Filehandles', '@Symbols', '@Functions', '@Barewords', '@TieIOMethods', '@UNIVERSALMethods' and '@ExporterSymbols'.\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" +"The '@Symbols' array includes the contents of each of '@Scalars', '@Arrays', '@Hashes', '@Functions' and '@Filehandles'.\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" +"Similarly, '@Barewords' adds a few non-function keywords and operators to the '@Functions' array.\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" +"All additions and modifications are welcome.\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." +"The perl parser uses a static list of keywords from _regen/keywords.pl_ which constitutes the strict list of keywords @Functions and @Barewords, though some @Functions are not functions in the strict sense. Several library functions use more special symbols, handles and methods." msgstr "" -#. description(perl-Net-CIDR-Set) +#. description(perl-Config-Tiny) 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" +"'Config::Tiny' is a Perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead.\n" "\n" -"In spite of the name it can work with sets consisting of arbitrary ranges of IP addresses - not just CIDR blocks.\n" +"Most of the time it is accepted that Perl applications use a lot of memory and modules.\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" +"The '*::Tiny' family of modules is specifically intended to provide an ultralight alternative to the standard modules.\n" "\n" -" my $ip4set = Net::CIDR::Set->new({ type => 'ipv4 }, '10.0.0.0/8');\n" +"This module is primarily for reading human written files, and anything we write shouldn't need to have documentation/comments. If you need something with more power move up to the Config::Simple manpage, the Config::General manpage or one of the many other 'Config::*' modules.\n" "\n" -"Normally this isn't necessary - the set will guess its personality from the first data that is added to it." +"Lastly, the Config::Tiny manpage does *not* preserve your comments, whitespace, or the order of your config file.\n" +"\n" +"See the Config::Tiny::Ordered manpage (and possibly others) for the preservation of the order of the entries in the file." msgstr "" -#. description(perl-Path-Class) +#. description(perl-DBIx-Class-DeploymentHandler) 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" +"'DBIx::Class::DeploymentHandler' is, as its name suggests, a tool for deploying and upgrading databases with the DBIx::Class manpage. It is designed to be much more flexible than the DBIx::Class::Schema::Versioned manpage, hence the use of the Moose manpage and lots of roles.\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" +"'DBIx::Class::DeploymentHandler' itself is just a recommended set of roles that we think will not only work well for everyone, but will also yield the best overall mileage. Each role it uses has its own nuances and documentation, so I won't describe all of them here, but here are a few of the major benefits over how the DBIx::Class::Schema::Versioned manpage worked (and the DBIx::Class::DeploymentHandler::Deprecated manpage tries to maintain compatibility with):\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" "\n" -" my $absolute = File::Spec->file_name_is_absolute( File::Spec->catfile( @dirs, $file ) );\n" +" Downgrades in addition to upgrades.\n" "\n" -"can be written using 'Path::Class' as\n" +"* *\n" "\n" -" my $absolute = Path::Class::File->new( @dirs, $file )->is_absolute;\n" +" Multiple sql files files per upgrade/downgrade/install.\n" "\n" -"or even as\n" +"* *\n" "\n" -" my $absolute = file( @dirs, $file )->is_absolute;\n" +" Perl scripts allowed for upgrade/downgrade/install.\n" "\n" -"Similar readability improvements should happen all over the place when using 'Path::Class'.\n" +"* *\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" +" Just one set of files needed for upgrade, unlike before where one might need to generate 'factorial(scalar @versions)', which is just silly.\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." +"* *\n" +"\n" +" And much, much more!\n" +"\n" +"That's really just a taste of some of the differences. Check out each role for all the details." msgstr "" -#. description(perl-PerlIO-via-dynamic) +#. description(perl-ExtUtils-Typemaps-Default) 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" +"'ExtUtils::Typemaps::Default' is an 'ExtUtils::Typemaps' subclass that provides a set of default mappings (in addition to what perl itself provides). These default mappings are currently defined as the combination of the mappings provided by the following typemap classes which are provided in this distribution:\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." +"the ExtUtils::Typemaps::ObjectMap manpage, the ExtUtils::Typemaps::STL manpage, the ExtUtils::Typemaps::Basic manpage" msgstr "" -#. description(perl-Role-Tiny) -msgid "'Role::Tiny' is a minimalist role composition tool." -msgstr "" - -#. description(perl-Test-Command) +#. description(perl-File-Temp) 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" +"'File::Temp' can be used to create and open temporary files in a safe way. There is both a function interface and an object-oriented interface. The File::Temp constructor or the tempfile() function can be used to return the name and the open filehandle of a temporary file. The tempdir() function can be used to create a temporary directory.\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" +"The security aspect of temporary file creation is emphasized such that a filehandle and filename are returned together. This helps guarantee that a race condition can not occur where the temporary file is created by another process between checking for the existence of the file and its opening. Additional security levels are provided to check, for example, that the sticky bit is set on world writable directories. See the \"safe_level\" manpage for more information.\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" +"For compatibility with popular C library functions, Perl implementations of the mkstemp() family of functions are provided. These are, mkstemp(), mkstemps(), mkdtemp() and mktemp().\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" +"Additionally, implementations of the standard POSIX tmpnam() and tmpfile() functions are provided if required.\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" +"Implementations of mktemp(), tmpnam(), and tempnam() are provided, but should be used with caution since they return only a filename that was valid when function was called, so cannot guarantee that the file will not exist by the time the caller opens the filename.\n" "\n" -"All of the following 'exit_is_num' calls are equivalent.\n" +"Filehandles returned by these functions support the seekable methods." +msgstr "" + +#. description(perl-IO-Socket-Timeout) +msgid "" +"'IO::Socket' provides a way to set a timeout on the socket, but the timeout will be used only for connection, not for reading / writing operations.\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" +"This module provides a way to set a timeout on read / write operations on an 'IO::Socket' instance, or any 'IO::Socket::*' modules, like 'IO::Socket::INET'." +msgstr "" + +#. description(perl-Log-Any) +msgid "" +"'Log::Any' allows CPAN modules to safely and efficiently log messages, while letting the application choose (or decline to choose) a logging mechanism such as 'Log::Dispatch' or 'Log::Log4perl'.\n" "\n" -" my $cmd = Test::Command->new( cmd => 'true' );\n" +"'Log::Any' has a very tiny footprint and no dependencies beyond Perl 5.6, which makes it appropriate for even small CPAN modules to use. It defaults to 'null' logging activity, so a module can safely log without worrying about whether the application has chosen (or will ever choose) a logging mechanism.\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" +"The application, in turn, may choose one or more logging mechanisms via Log::Any::Adapter." +msgstr "" + +#. description(perl-Mail-Sender) +msgid "" +"'Mail::Sender' provides an object oriented interface to sending mails. It doesn't need any outer program. It connects to a mail server directly from Perl, using Socket.\n" "\n" -" $cmd = Test::Command->new( cmd => ['true'] );\n" +"Sends mails directly from Perl through a socket connection." +msgstr "" + +#. description(perl-Math-ConvexHull) +msgid "" +"'Math::ConvexHull' is a simple module that calculates convex hulls from a set of points in 2D space. It is a straightforward implementation of the algorithm known as Graham's scan which, with complexity of O(n*log(n)), is the fastest known method of finding the convex hull of an arbitrary set of points. There are some methods of eliminating points that cannot be part of the convex hull. These may or may not be implemented in a future version.\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');" +"The implementation cannot deal with duplicate points. Therefore, points which are very, very close (think floating point close) to the previous point are dropped since version 1.02 of the module. However, if you pass in randomly ordered data which contains duplicate points, this safety measure might not help you. In that case, you will have to remove duplicates yourself." msgstr "" -#. description(perl-Test-Spelling) +#. description(perl-Module-Build) 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" +"'Module::Build' is a system for building, testing, and installing Perl modules. It is meant to be an alternative to 'ExtUtils::MakeMaker'. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with 'MakeMaker'. It also does not require a 'make' on your system - most of the 'Module::Build' code is pure-perl and written in a very cross-platform way.\n" "\n" -" use Test::Spelling; pod_file_spelling_ok('lib/Foo/Bar.pm', 'POD file spelling OK');\n" +"See the \"MOTIVATIONS\" manpage for more comparisons between 'ExtUtils::MakeMaker' and 'Module::Build'." +msgstr "" + +#. description(perl-aliased) +msgid "" +"'aliased' is simple in concept but is a rather handy module. It loads the class you specify and exports into your namespace a subroutine that returns the class name. You can explicitly alias the class to another name or, if you prefer, you can do so implicitly. In the latter case, the name of the subroutine is the last part of the class name. Thus, it does something similar to the following:\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" "\n" -"You can add your own stop words, which are words that should be ignored by the spell check, like so:\n" +" use Some::Annoyingly::Long::Module::Name::Customer; sub Customer { return 'Some::Annoyingly::Long::Module::Name::Customer'; } my $cust = Customer->new;\n" "\n" -" add_stopwords(qw(asdf thiswordiscorrect));\n" +"This module is useful if you prefer a shorter name for a class. It's also handy if a class has been renamed.\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" +"(Some may object to the term \"aliasing\" because we're not aliasing one namespace to another, but it's a handy term. Just keep in mind that this is done with a subroutine and not with typeglobs and weird namespace munging.)\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" +"Note that this is *only* for 'use'ing OO modules. You cannot use this to load procedural modules. See the Why OO Only? section. Also, don't let the version number fool you. This code is ridiculously simple and is just fine for most use." +msgstr "" + +#. description(perl-constant-defer) +msgid "" +"'constant::defer' creates a subroutine which on the first call runs given code to calculate its value, and on the second and subsequent calls just returns that value, like a constant. The value code is discarded once run, allowing it to be garbage collected.\n" "\n" -" use Test::Spelling; add_stopwords(<DATA>); all_pod_files_spelling_ok();\n" +"Deferring a calculation is good if it might take a lot of work or produce a big result, but is only needed sometimes or only well into a program run. If it's never needed then the value code never runs.\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." +"A deferred constant is generally not inlined or folded (see the perlop/Constant Folding manpage) like a plain 'constant' since it's not a single scalar value. In the current implementation a deferred constant becomes a plain one after the first use, so may inline etc in code compiled after that (see the /IMPLEMENTATION manpage below)." msgstr "" -#. description(php5-pear-Horde_Scheduler) +#. description(lomt-fonts:lomt-prociono-fonts) +msgid "(\"Prociono\" is an Esperanto word meaning either the star Procyon or the animal species known as the raccoon.) It is a roman serif font with blackletter elements." +msgstr "" + +#. description(perl-Business-ISSN) msgid "" -"* First stable release for Horde 4.\n" -"* [jan] Allow to autoload scheduler classes (Bug #10783).\n" -"* Removed Horde-specific command line script." +"* new($issn)\n" +"\n" +" The constructor accepts a scalar representing the ISSN.\n" +"\n" +" The string representing the ISSN may contain characters other than [0-9xX], although these will be removed in the internal representation. The resulting string must look like an ISSN - the first seven characters must be digits and the eighth character must be a digit, 'x', or 'X'.\n" +"\n" +" The string passed as the ISSN need not be a valid ISSN as long as it superficially looks like one. This allows one to use the 'fix_checksum' method.\n" +"\n" +" One should check the validity of the ISSN with 'is_valid()' rather than relying on the return value of the constructor.\n" +"\n" +" If all one wants to do is check the validity of an ISSN, one can skip the object-oriented interface and use the c<is_valid_checksum()> function which is exportable on demand." msgstr "" #. description(perl-HTML-FormHandler) @@ -327,85 +363,45 @@ "Please also see the /NOTES manpage about _MANIFEST.SKIP_ issues, especially if you are using *Module::Build* or writing your own _MANIFEST.SKIP_." msgstr "" -#. description(perl-Parse-CPAN-Meta) +#. description(perl-HTTP-Lite) 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" +"*Note:* you should look at the HTTP::Tiny manpage or the LWP manpage before using this module.\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" +"HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is not intended as a replacement for the fully-featured LWP module. Instead, it is intended for use in situations where it is desirable to install the minimal number of modules to achieve HTTP support, or where LWP is not a good candidate due to CPU overhead, such as slower processors. HTTP::Lite is also significantly faster than LWP.\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" +"HTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling for redistribution with larger packages where only HTTP GET and POST functionality are necessary.\n" "\n" -"All error reporting is done with exceptions (die'ing).\n" +"HTTP::Lite supports basic POST and GET operations only. As of 0.2.1, HTTP::Lite supports HTTP/1.1 and is compliant with the Host header, necessary for name based virtual hosting. Additionally, HTTP::Lite now supports Proxies.\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." +"As of 2.0.0 HTTP::Lite now supports a callback to allow processing of request data as it arrives. This is useful for handling very large files without consuming memory.\n" +"\n" +"If you require more functionality, such as FTP or HTTPS, please see libwwwperl (LWP). LWP is a significantly better and more comprehensive package than HTTP::Lite, and should be used instead of HTTP::Lite whenever possible." msgstr "" -#. description(perl-Time-Tiny) +#. description(perl-IO-CaptureOutput) msgid "" -"*Time::Tiny* is a member of the the DateTime::Tiny manpage suite of time modules.\n" +"*This module is no longer recommended by the maintainer* - see the Capture::Tiny manpage instead.\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." +"This module provides routines for capturing STDOUT and STDERR from perl subroutines, forked system calls (e.g. 'system()', 'fork()') and from XS or C modules." msgstr "" -#. description(perl-YAML-Tiny) +#. description(perl-Any-Moose) 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" +"*deprecated* - use Moo instead!\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" +"Though we recommend that people generally use the Moose manpage, we accept that Moose cannot yet be used for everything everywhere. People generally like the Moose sugar, so many people use the Mouse manpage, a lightweight replacement for parts of Moose.\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" +"Because Mouse strives for compatibility with Moose, it's easy to substitute one for the other. This module facilitates that substitution. By default, Mouse will be provided to libraries, unless Moose is already loaded -or- explicitly requested by the end-user. The end-user can force the decision of which backend to use by setting the environment variable 'ANY_MOOSE' to be 'Moose' or 'Mouse'.\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" +"Note that the decision of which backend to use is made only once, so that if Any-Moose picks Mouse, then a third-party library loads Moose, anything else that uses Any-Moose will continue to pick Mouse.\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 (4 megabytes of memory overhead) or the YAML::Syck manpage (275k, but requires _libsyck_ and 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." +"So, if you have to use the Mouse manpage, please be considerate to the Moose fanboys (like myself!) and use the Any-Moose manpage instead. ':)'" 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." +#. description(lomt-fonts:lomt-sortsmillgoudy-fonts) +msgid "A \"revival\" of Goudy Oldstyle and Italic, with features including small capitals (in the roman only), oldstyle and lining figures, superscripts and subscripts, fractions, ligatures, class-based kerning, case-sensitive forms, and capital spacing. There is support for many languages using Latin scripts." msgstr "" -#. summary(python-dogpile.core) -msgid "A 'dogpile' lock, typically used as a component of a larger caching solution" -msgstr "" - #. description(perl-CPAN-Meta-Requirements) msgid "" "A CPAN::Meta::Requirements object models a set of version constraints like those specified in the _META.yml_ or _META.json_ files in CPAN distributions. It can be built up by adding more and more constraints, and it will reduce them to the simplest representation.\n" @@ -413,58 +409,10 @@ "Logically impossible constraints will be identified immediately by thrown exceptions." msgstr "" -#. summary(perl-Test-Base) -msgid "A Data Driven Testing Framework" +#. summary(bluebird-theme:metatheme-bluebird-common) +msgid "A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3 -- Common Files" msgstr "" -#. summary(python-django_openstack_auth) -msgid "A Django auth backend for use with the OpenStack Keystone" -msgstr "" - -#. summary(perl-Task-Kensho-Async) -msgid "A Glimpse at an Enlightened Perl (Async)" -msgstr "" - -#. summary(perl-Task-Kensho-CLI) -msgid "A Glimpse at an Enlightened Perl (CLI)" -msgstr "" - -#. summary(perl-Task-Kensho-Config) -msgid "A Glimpse at an Enlightened Perl (Config)" -msgstr "" - -#. summary(perl-Task-Kensho-Dates) -msgid "A Glimpse at an Enlightened Perl (Dates)" -msgstr "" - -#. summary(perl-Task-Kensho-Exceptions) -msgid "A Glimpse at an Enlightened Perl (Exceptions)" -msgstr "" - -#. summary(perl-Task-Kensho-ModuleDev) -msgid "A Glimpse at an Enlightened Perl (ModuleDev)" -msgstr "" - -#. summary(perl-Task-Kensho-OOP) -msgid "A Glimpse at an Enlightened Perl (OOP)" -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(perl-Task-Kensho-WebCrawling) -msgid "A Glimpse at an Enlightened Perl (WebCrawling)" -msgstr "" - -#. summary(perl-Task-Kensho-XML) -msgid "A Glimpse at an Enlightened Perl (XML)" -msgstr "" - #. description(perl-Gravatar-URL) msgid "" "A Gravatar is a Globally Recognized Avatar for a given email address. This allows you to have a global picture associated with your email address. You can look up the Gravatar for any email address by constructing a URL to get the image from the gravatar.com manpage. This module does that.\n" @@ -474,204 +422,79 @@ "See the http://gravatar.com manpage for more info." msgstr "" -#. summary(python-django-appconf) -msgid "A Helper Class for Handling Configuration Defaults of Packaged Apps" -msgstr "Класс-помощник для обработки настроек по умолчанию в приложениях" - -#. summary(php5-pear-phpunit-phploc) -msgid "A LoC counter" -msgstr "" - -#. summary(perl-MooseX-LazyLogDispatch) -msgid "A Logging Role for Moose" -msgstr "" - -#. summary(perl-MooseX-Log-Log4perl) -msgid "A Logging Role for Moose based on Log::Log4perl" -msgstr "" - -#. description(php5-pear-phpunit-PHPUnit_MockObject) -msgid "A Mock Object library for the PHPUnit test framework." -msgstr "" - #. summary(perl-MooseX-Getopt) msgid "A Moose role for processing command line options" msgstr "" -#. summary(perl-MooseX-Types-Path-Class) -msgid "A Path::Class type library for Moose" +#. summary(pam_radius:pam_radius-32bit) +msgid "A PAM Module for User Authentication using a Radius Server" msgstr "" -#. summary(python3-mock) -msgid "A Python Mocking and Patching Library for Testing" +#. summary(pam_smb:pam_smb-32bit) +msgid "A PAM Module for User Authentication using an NT Server" msgstr "" -#. summary(python-dialog) -msgid "A Python interface to the Unix dialog utility" -msgstr "Интерфейс Python для UNIX-утилиты dialog" - -#. 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." +#. summary(pam_csync:pam_csync-32bit) +msgid "A PAM module for roaming home directories" msgstr "" -#. summary(python-CouchDB) -msgid "A Python library for working with CouchDB" -msgstr "Библиотека Python для работы с CouchDB" - -#. summary(python3-rdflib) -msgid "A Python library for working with RDF" -msgstr "Библиотека Python для работы с RDF" - -#. 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." +#. summary(perl-CGI-Simple) +msgid "A Simple totally OO CGI interface that is CGI.pm compliant" msgstr "" -#. description(python-junitxml) -msgid "A Python unittest TestResult that outputs JUnit compatible XML." +#. summary(myspell-dictionaries) +msgid "A Source Package for Dictionaries Used by MySpell" msgstr "" -#. summary(python-Beaker) -msgid "A Session and Caching library with WSGI Middleware" +#. summary(perl-HTTP-Thin) +msgid "A Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message" 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." +#. summary(objectweb-asm) +msgid "A code manipulation tool to implement adaptable systems" msgstr "" -#. summary(pybliographer) -msgid "A Tool for Bibliographic Databases" +#. summary(mdds:mdds-devel) +msgid "A collection of multi-dimensional data structure and indexing algorithm" msgstr "" -#. 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 "" - -#. 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 "" - -#. summary(python-dogpile.cache) -msgid "A caching front-end based on the Dogpile lock" -msgstr "" - -#. description(php5-pear-phpunit-bytekit) -msgid "A command-line tool built on the PHP Bytekit extension." -msgstr "" - -#. summary(python-django-debug-toolbar) -msgid "A configurable set of panels that display various debug information" -msgstr "" - -#. summary(python-alembic) -msgid "A database migration tool for SQLAlchemy" -msgstr "" - #. summary(perl-DateTime-Tiny) msgid "A date object, with as little code as possible" msgstr "" -#. description(php5-pear-Horde_Injector) -msgid "A depedency injection container for the Horde Framework." +#. description(lomt-fonts:lomt-blackout-fonts) +msgid "A font inspired by the author filling in sans-serif newspaper headlines." msgstr "" -#. summary(python-happybase) -msgid "A developer-friendly Python library to interact with Apache HBase" -msgstr "" - -#. 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(python-Jinja2) -msgid "A fast and easy to use template engine written in pure Python" -msgstr "" - -#. summary(python-django-tastypie) -msgid "A flexible & capable API layer for Django" -msgstr "" - #. summary(perl-Iterator) msgid "A general-purpose iterator class" msgstr "" -#. description(perl-Test-Warn) -msgid "" -"A good style of Perl programming calls for a lot of diverse regression tests.\n" -"\n" -"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." +#. summary(perl-Archive-Extract) +msgid "A generic archive extracting mechanism" msgstr "" #. summary(perl-Config-Grammar) msgid "A grammar-based, user-friendly config parser" msgstr "" -#. description(python-django-appconf) -msgid "A helper class for handling configuration defaults of packaged Django apps gracefully." -msgstr "" - -#. summary(python-django) -msgid "A high-level Python Web framework" -msgstr "Высокоуровневый веб-фреймворк на Python" - -#. summary(python3-pyquery) -msgid "A jQuery-like library for python" -msgstr "" - -#. summary(python-django-grappelli) -msgid "A jazzy skin for the Django Admin-Interface" -msgstr "" - -#. description(python-django-grappelli) -msgid "A jazzy skin for the Django Admin-Interface (only available for standard-compliant browsers)." -msgstr "" - -#. summary(python-biplist) -msgid "A library for reading/writing binary plists" -msgstr "Библиотека для чтения/записи бинарных списков" - -#. summary(perl-MooseX-Types-Common) -msgid "A library of commonly used type constraints" -msgstr "" - -#. description(perl-MooseX-Log-Log4perl) +#. description(perl-Devel-CheckOS) 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" +"A learned sage once wrote on IRC:\n" "\n" -"For compatibility the 'logger' attribute can be accessed to use a common interface for application logging.\n" +" $^O is stupid and ugly, it wears its pants as a hat\n" "\n" -"Using the logger within a class is as simple as consuming a role:\n" +"Devel::CheckOS provides a more friendly interface to $^O, and also lets you check for various OS \"families\" such as \"Unix\", which includes things like Linux, Solaris, AIX etc.\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\"" +"It spares perl the embarrassment of wearing its pants on its head by covering them with a splendid Fedora." msgstr "" -#. summary(python-Flask) -msgid "A microframework based on Werkzeug, Jinja2 and good intentions" +#. description(lomt-fonts:lomt-ostrichsans-fonts) +msgid "A modern sans-serif with a very long neck. A number of styles and weights are included: dashed (thin), rounded (medium), ultra light, normal, bold (race track style double lines) and Black10." msgstr "" -#. description(python-django-piston) -msgid "A mini-framework for Django for creating RESTful APIs." +#. summary(perl-Algorithm-C3) +msgid "A module for merging hierarchies using the C3 algorithm" msgstr "" #. summary(perl-Config-AutoConf) @@ -686,346 +509,133 @@ msgid "A more sensible way to change directories" msgstr "" -#. summary(php5-pear-Horde_Kolab_Storage) -msgid "A package for handling Kolab data stored on an IMAP server" +#. description(nagios-plugins-nfsmounts) +msgid "A perl script that checks all local NFS mounts by forking itself and trying to chdir to it and (optionally) writing to a file. It includes performance data and allows warnings based on thresholds." msgstr "" -#. summary(php5-pear-Horde_Kolab_Server) -msgid "A package for manipulating the Kolab user database" +#. summary(perl-CGI-Ajax) +msgid "A perl-specific System for writing Asynchronous web Apps" msgstr "" -#. summary(php5-pear-phpunit-bytekit) -msgid "A php-bytekit cli" +#. summary(perl-Class-Inner) +msgid "A perlish implementation of Java like inner classes" msgstr "" -#. summary(python-construct) -msgid "A powerful declarative parser/builder for binary data" +#. summary(lonote) +msgid "A personal note-taking application by Python3-qt4" msgstr "" -#. summary(python-lazr.restfulclient) -msgid "A programmable client library for wadllib" +#. summary(perl-Class-C3) +msgid "A pragma to use the C3 method resolution order algorithm" 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." +#. summary(perl-DBM-Deep) +msgid "A pure perl multi-level hash/array DBM that supports transactions" msgstr "" -#. summary(python3-rope) -msgid "A python3 refactoring library" -msgstr "Библиотека рефакторинга python3" - -#. summary(python-junitxml) -msgid "A pyunit extension to output JUnit compatible XML" +#. description(lomt-fonts:lomt-sniglet-fonts) +msgid "A rounded display face intended primarily for headlines. It comes with a full Latin character set." msgstr "" -#. description(python-flup) -msgid "A random collection of WSGI modules for Python" +#. description(lomt-fonts:lomt-goudybookletter-fonts) +msgid "A serif font based on Frederic Goudy's Kennerley Oldstyle." msgstr "" -#. summary(python-dingus) -msgid "A record-then-assert mocking library" -msgstr "Библиотека record-then-assert" - -#. 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." +#. summary(mate-backgrounds) +msgid "A set of backgrounds packaged with the MATE desktop" msgstr "" -#. summary(python-django-mailer) -msgid "A reusable Django app for queuing the sending of email" +#. summary(perl-ExtUtils-Typemaps-Default) +msgid "A set of useful typemaps" msgstr "" -#. summary(python-cerealizer) -msgid "A secure pickle-like module" -msgstr "" - -#. 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(perl-MooseX-Storage) -msgid "A serialization framework for Moose classes" -msgstr "" - -#. summary(python-irclib) -msgid "A set of Python modules for IRC support" -msgstr "" - -#. description(perl-MooseX-Types-Common) -msgid "A set of commonly-used type constraints that do not ship with Moose by default." -msgstr "" - -#. 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-kid) -msgid "A simple and pythonic XML template language" -msgstr "" - -#. description(python-kid) -msgid "A simple and pythonic XML template language." -msgstr "" - -#. summary(python-argh) -msgid "A simple argparse wrapper" -msgstr "" - -#. summary(perl-Rose-Object) -msgid "A simple object base class." -msgstr "" - -#. summary(perl-Net-HTTPServer) -msgid "A simple perl Http Server" -msgstr "Простой http-сервер на Perl" - -#. summary(python-django-athumb) -msgid "A simple, S3-backed thumbnailer field" -msgstr "" - -#. summary(python-django-registration) -msgid "A simple, generic user-registration application for Django" -msgstr "" - -#. description(python-django-registration) +#. description(mpi-selector) msgid "" -"A simple, generic user-registration application for Django\n" +"A simple tool that allows system administrators to set a site-wide default for which MPI implementation is to be used, but also allow users to set their own defaults MPI implementation, thereby overriding the site-wide default.\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." +"The default can be changed easily via the mpi-selector command -- editing of shell startup files is not required." msgstr "" -#. 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." +#. summary(perl-File-Slurp-Tiny) +msgid "A simple, sane and efficient file slurper" msgstr "" -#. description(python3-piston-mini-client) -msgid "A small generic library for writing clients for Django's Piston REST APIs." +#. summary(perl-HTTP-Tiny) +msgid "A small, simple, correct HTTP/1.1 client" msgstr "" -#. summary(python3-piston-mini-client) -msgid "A small package to consume Django-Piston web services" -msgstr "" - -#. description(python-Axiom) -msgid "" -"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" -"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(python3-Mako) -msgid "A super-fast Python templating language" -msgstr "" - -#. summary(perl-Switch) -msgid "A switch statement for Perl" -msgstr "" - -#. summary(python-factory_boy) -msgid "A test fixtures replacement" -msgstr "" - -#. description(python-factory_boy) -msgid "A test fixtures replacement based on thoughtbot's factory_girl for Ruby." -msgstr "" - -#. description(perl-MooseX-Types-Parameterizable) -msgid "" -"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" -"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(perl-Time-Clock) -msgid "" -"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" -"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(perl-Time-Tiny) -msgid "A time object, with as little code as possible" -msgstr "" - #. summary(perl-Module-Build-Tiny) msgid "A tiny replacement for Module::Build" msgstr "" -#. 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(perl-ExtUtils-LibBuilder) msgid "A tool to build C libraries." msgstr "" -#. summary(perl-Perl-PrereqScanner) -msgid "A tool to scan your Perl code for its prerequisites" +#. description(nml) +msgid "A tool to compile nml files to grf or nfo files, making newgrf coding easier." msgstr "" -#. summary(python-Genshi:python-Genshi-doc) -msgid "A toolkit for generation of output for the web - Documentation" +#. summary(mytop) +msgid "A top Clone for MySQL" msgstr "" +#. summary(numatop) +msgid "A top-like tool for runtime memory locality monitoring on NUMA systems" +msgstr "" + #. description(perl-DBM-Deep) msgid "A unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, cross-platform FTPable files, ACID transactions, and is quite fast. Can handle millions of keys and unlimited levels without significant slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper around a C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and Windows." msgstr "" -#. 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." +#. description(perl-Calendar-Simple) +msgid "" +"A very simple perl module that models a calendar month.\n" +"\n" +"This function returns a data structure representing the dates in a month. The data structure returned is an array of array references. The first level array represents the weeks in the month. The second level array contains the actual days. By default, each week starts on a Sunday and the value in the array is the date of that day. Any days at the beginning of the first week or the end of the last week that are from the previous or next month have the value undef." msgstr "" -#. summary(python3-Tempita) -msgid "A very small text templating language" -msgstr "" - -#. summary(perl-MooseX-Role-TraitConstructor) -msgid "A wrapper for C<new> that can accept a" -msgstr "" - #. summary(perl-ExtUtils-Config) msgid "A wrapper for perl's configuration" msgstr "" -#. summary(python-gnupg) -msgid "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)" +#. summary(mozaddon-adblock_edge) +msgid "Adblock Edge extension for Mozilla" msgstr "" -#. summary(python-carrot) -msgid "AMQP Messaging Framework for Python" -msgstr "" - -#. summary(python3-termcolor) -msgid "ANSII Color formatting for output in terminal" -msgstr "" - -#. summary(php5-pear-Horde_History) -msgid "API for tracking the history of an object" -msgstr "" - -#. summary(python-apache-libcloud) -msgid "Abstract away differences among multiple cloud provider APIs" -msgstr "" - -#. summary(php5-pear-Auth_SASL) -msgid "Abstraction of various SASL mechanism responses" -msgstr "" - -#. description(perl-Test-use-ok) +#. description(mozaddon-adblock_edge) 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" +"Adblock Edge is a fork of the Adblock Plus for blocking advertisements on the web. This fork provides the same features as Adblock Plus 2.X and higher but without the \"acceptable ads\" feature.\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." +"The add-on supports over forty filter subscription in dozens of languages which automatically configure it for purposes ranging from removing online advertising to blocking all known malware domains. Adblock Edge also provides custom filters and a variety of features, including a context option for images, a block tab for Flash and Java objects, and a list of blockable items to remove scripts and stylesheets." msgstr "" -#. summary(perl-syntax) -msgid "Activate syntax extensions" -msgstr "" - -#. description(python-cl) -msgid "Actor framework for Kombu" -msgstr "" - #. summary(perl-DBIx-ContextualFetch) msgid "Add contextual fetches to DBI" msgstr "" -#. summary(python-dtopt) -msgid "Add options to doctest examples while they are running" -msgstr "" - -#. summary(perl-Test-FailWarnings) -msgid "Add test failures if warnings are caught" -msgstr "" - -#. summary(python3-doc) -msgid "Additional Package Documentation for Python." -msgstr "" - -#. summary(perl-Symbol-Util) -msgid "Additional utils for Perl symbols manipulation" -msgstr "" - -#. summary(php5-pear-channel-ezno) -msgid "Adds components.ez.no channel to PEAR" -msgstr "" - -#. summary(php5-pear-channel-horde) -msgid "Adds pear.horde.org channel to PEAR" -msgstr "" - -#. summary(php5-pear-channel-phpunit) -msgid "Adds pear.phpunit.de channel to PEAR" -msgstr "" - -#. summary(php5-pear-channel-symfony) -msgid "Adds pear.symfony-project.com channel to PEAR" -msgstr "" - -#. summary(python-django-nose-selenium) -msgid "Adds selenium testing support to the nose test suite" -msgstr "" - #. summary(perl-Class-XPath) msgid "Adds xpath matching to object trees" msgstr "" -#. summary(phpMyAdmin) -msgid "Administration of MySQL over the web" +#. summary(percona-toolkit) +msgid "Advanced MySQL and system command-line tools" msgstr "" -#. summary(phpPgAdmin) -msgid "Administration of PostgreSQL over the web" +#. description(myspell-dictionaries:myspell-af_ZA) +msgid "Afrikaans spelling dictionary, and hyphenation rules." msgstr "" -#. summary(python-django-dajaxice) -msgid "Agnostic and easy to use ajax library for django" +#. description(perl-Algorithm-Annotate) +msgid "Algorithm::Annotate generates a list that is useful for generating output simliar to 'cvs annotate'." msgstr "" -#. description(python-argh) -msgid "" -"Agrh, argparse!\n" -"\n" -"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." +#. summary(perl-CLASS) +msgid "Alias for __PACKAGE__" msgstr "" -#. description(python-alembic) -msgid "" -"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" -"* 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." +#. description(network-autoconfig) +msgid "All available Ethernet network interfaces will be cycled until one is successfully configured. This script should run at the first boot of a machine that has several interfaces." msgstr "" #. description(perl-Math-BigInt) @@ -1069,280 +679,279 @@ " Some routines ('is_odd()', 'is_even()', 'is_zero()', 'is_one()', 'is_nan()', etc.) return true or false, while others ('bcmp()', 'bacmp()') return either undef (if NaN is involved), <0, 0 or >0 and are suited for sort." msgstr "" -#. summary(php5-pear-Crypt_Blowfish) -msgid "Allows for quick two-way blowfish encryption without the MCrypt PHP extension" +#. description(libguestfs:ocaml-libguestfs) +msgid "Allows OCaml scripts to directly use libguestfs." msgstr "" -#. summary(python-d2to1) -msgid "Allows using distutils2-like setup.cfg with a distribute/setuptools" +#. description(libguestfs:lua-libguestfs) +msgid "Allows lua scripts to directly use libguestfs." msgstr "" -#. 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." +#. summary(perl-Apache2-AuthCookieDBI) +msgid "An AuthCookie module backed by a DBI database." msgstr "" -#. summary(perl-Params-Coerce) -msgid "Allows your classes to do coercion of parameters" +#. summary(openCryptoki:openCryptoki-32bit) +msgid "An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware" msgstr "" -#. summary(perl-Test-use-ok) -msgid "Alternative to Test::More::use_ok" +#. summary(obs-service-refresh_patches) +msgid "An OBS source service: Refreshs local patches" msgstr "" -#. description(python-kombu) -msgid "" -"An AMQP messaging framework for Python.\n" -"\n" -"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." +#. summary(obs-service-download_url) +msgid "An OBS source service: curl download tool" msgstr "" -#. description(python-carrot) -msgid "" -"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" -"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." +#. summary(openttd-openmsx) +msgid "An OpenTTD Music set" msgstr "" -#. summary(python-isodate) -msgid "An ISO 8601 Date/Time/Duration Parser and Formatter" +#. summary(perl-MooseX-ConfigFromFile) +msgid "An abstract Moose role for setting attributes from a configfile" msgstr "" -#. summary(perl-Tree-DAG_Node) -msgid "An N-ary tree" +#. description(libxkbcommon:libxkbcommon-x11-0-32bit) +msgid "An addon library that supports creating keymaps with the XKB X11 protocol by querying the X server directly." msgstr "" -#. summary(php5-pear-DB_DataObject) -msgid "An SQL Builder, Object Interface to Database Tables" +#. description(openclipart:openclipart-png) +msgid "" +"An extensive set of clip art graphics that can be used for free.\n" +"\n" +"This package includes the pictures converted to the PNG graphics file format." msgstr "" -#. summary(perl-MooseX-ConfigFromFile) -msgid "An abstract Moose role for setting attributes from a configfile" +#. description(openclipart:openclipart-svg) +msgid "" +"An extensive set of clip art graphics that can be used for free.\n" +"\n" +"This package includes the pictures in the original SVG graphics file format." msgstr "" -#. 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." +#. summary(perl-Devel-StackTrace) +msgid "An object representing a stack trace" msgstr "" -#. summary(python-jsonschema) -msgid "An implementation of JSON-Schema validation for Python" +#. summary(nini) +msgid "An uncommonly powerful .NET configuration library" msgstr "" -#. summary(php5-pear-Net_SMTP) -msgid "An implementation of the SMTP protocol" -msgstr "Реализация протокола SMTP" - -#. summary(python-Axiom) -msgid "An in-process object-relational database" +#. summary(logwatch) +msgid "Analyzes and Reports on system logs" msgstr "" -#. summary(php5-pear-Services_Weather) -msgid "An interface to various online weather-services" +#. summary(nant) +msgid "Ant for .NET" msgstr "" -#. summary(perl-Devel-StackTrace) -msgid "An object representing a stack trace" +#. description(ack:perl-App-Ack) +msgid "App::Ack is a grep-like tool tailored to working with large trees of source code." msgstr "" -#. description(php5-pear-Horde_Stream) +#. description(perl-App-Cmd) msgid "" -"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" +"App::Cmd is intended to make it easy to write complex command-line applications without having to think about most of the annoying things usually involved.\n" "\n" -"Lead Developer: Michael Slusarz" +"For information on how to start using App::Cmd, see the App::Cmd::Tutorial manpage." msgstr "" -#. summary(python-etude) -msgid "An xmms2 client written in pygtk" +#. summary(lrcShow-X) +msgid "Application for media-players to show and search lyrics" msgstr "" -#. description(python-anyjson) -msgid "" -"Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used.\n" -"\n" -"Originally part of carrot (http://github.com/ask/carrot/)" +#. description(myspell-dictionaries:myspell-ar) +msgid "Arabic spelling dictionary, and thesaurus Ayaspell." msgstr "" -#. description(python-apache-libcloud) -msgid "Apache Libcloud is a standard Python library that abstracts away differences among multiple cloud provider APIs." +#. description(myspell-dictionaries:myspell-an_ES) +msgid "Aragonese spelling dictionary." msgstr "" -#. summary(python-dojango) -msgid "App that helps you to use the client-side framework dojo" +#. summary(perl-Math-BigInt) +msgid "Arbitrary size integer/float math package" msgstr "" -#. summary(python-jsonpatch) -msgid "Apply JSON-Patches (according to draft 08)" +#. description(pairs:pairs-data) +msgid "Architecture-independent data files required by pairs." msgstr "" -#. summary(perl-Math-BigInt) -msgid "Arbitrary size integer/float math package" +#. description(perl-Archive-Extract) +msgid "" +"Archive::Extract is a generic archive extraction mechanism.\n" +"\n" +"It allows you to extract any archive file of the type .tar, .tar.gz, .gz, .Z, tar.bz2, .tbz, .bz2, .zip, .xz,, .txz, .tar.xz or .lzma without having to worry how it does so, or use different interfaces for each type by using either perl modules, or commandline tools on your system.\n" +"\n" +"See the 'HOW IT WORKS' section further down for details." msgstr "" #. description(perl-List-AllUtils) -msgid "Are you sick of trying to remember whether a particular helper is defined in \"List::Util\" or \"List::MoreUtils\"? I sure am. Now you don't have to remember. This module will export all of the functions that either of those two modules defines." +msgid "" +"Are you sick of trying to remember whether a particular helper is defined in 'List::Util' or 'List::MoreUtils'? I sure am. Now you don't have to remember. This module will export all of the functions that either of those two modules defines.\n" +"\n" +"Note that all function documentation has been shamelessly copied from the List::Util manpage and <List::MoreUtils>." msgstr "" -#. 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!" +#. summary(arista:nautilus-extension-arista) +msgid "Arista extension for Nautilus" msgstr "" -#. description(python-decorator) +#. description(arista:nautilus-extension-arista) 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" +"Arista is a simple preset-based transcoder for the GNOME Desktop and a small script for terminal-based transcoding. Settings are chosen based on output device and quality preset.\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." +"Features: * Presets for Android, iPod, computer, DVD player, PSP, and more * Live preview to see encoded quality * Automatically discover available DVD drives and media * Rip straight from DVD media easily * Automatically discover and record from Video4Linux devices * Support for H.264, WebM, FLV, Ogg, DivX and more * Batch processing of entire directories easily * Simple terminal client for scripting * Nautilus extension for right-click file conversion\n" +"\n" +"This package contains a Nautilus extension to add Arista based actions." msgstr "" -#. summary(perl-Regexp-Assemble) -msgid "Assemble multiple Regular Expressions into a single RE" +#. summary(perl-Moose-Autobox) +msgid "Autoboxed wrappers for Native Perl datatypes" msgstr "" -#. summary(perl-NetPacket) -msgid "Assemble/disassemble network packets at the protocol level" +#. summary(perl-Module-Pluggable) +msgid "Automatically give your module the ability to have plugins" msgstr "" -#. summary(perl-Test-Assert) -msgid "Assertion methods for those who like JUnit." +#. description(owasp-modsecurity-crs:owasp-modsecurity-crs-base_rules) +msgid "Base rules for HTTP Protocol Validation, Common Web Attacks Protection, Trojan Protection, InfoLeakages, ..." msgstr "" -#. 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." +#. summary(owasp-modsecurity-crs:owasp-modsecurity-crs-base_rules) +msgid "Base rules for OWASP ModSecurity CRS" msgstr "" -#. summary(perl-MooseX-MultiInitArg) -msgid "Attributes with aliases for constructor arguments" +#. description(perl-DBIx-Class-IntrospectableM2M) +msgid "Because the many-to-many relationships are not real relationships, they can not be introspected with DBIx::Class. Many-to-many relationships are actually just a collection of convenience methods installed to bridge two relationships. This the DBIx::Class manpage component can be used to store all relevant information about these non-relationships so they can later be introspected and examined." msgstr "" -#. summary(perl-Moose-Autobox) -msgid "Autoboxed wrappers for Native Perl datatypes" +#. description(myspell-dictionaries:myspell-be_BY) +msgid "Belarusian spelling dictionary." msgstr "" -#. description(php5-pear-Horde_Autoloader) -msgid "Autoload implementation and class loading manager for Horde." +#. summary(perl-Benchmark-Timer) +msgid "Benchmarking with statistical confidence" msgstr "" -#. summary(perl-Text-Autoformat) -msgid "Automatic text wrapping and reformatting" +#. description(myspell-dictionaries:myspell-bn_BD) +msgid "Bengali spelling dictionary." msgstr "" -#. 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." +#. summary(monotorrent) +msgid "BitTorrent Client written in C#" msgstr "" -#. summary(python3-requests) -msgid "Awesome Python HTTP Library That's Actually Usable" +#. summary(perl-boolean) +msgid "Boolean support for Perl" msgstr "" -#. summary(perl-String-Escape) -msgid "Backslash escapes, quoted phrase, word elision, etc." +#. description(myspell-dictionaries:myspell-bs_BA) +msgid "Bosnian spelling dictionary." msgstr "" -#. summary(php5-pear-ezc-Base) -msgid "Base package of ezcomponents" -msgstr "Основной пакет ezcomponents" +#. description(myspell-dictionaries:myspell-br_FR) +msgid "Breton spelling dictionary." +msgstr "" -#. summary(python3-python-mimeparse) -msgid "Basic functions for parsing and matching mime-type names" +#. summary(perl-Log-Any) +msgid "Bringing loggers and listeners together" msgstr "" -#. description(python-Beaker) +#. summary(perl-Module-Build) +msgid "Build and install Perl modules" +msgstr "Сборка и установка модулей Perl" + +#. summary(perl-ExtUtils-InstallPaths) +msgid "Build.PL install path logic made easy" +msgstr "" + +#. summary(perl-Alien-Tidyp) +msgid "Building, finding and using tidyp library - L<http://www.tidyp.com>" +msgstr "" + +#. description(myspell-dictionaries:myspell-bg_BG) +msgid "Bulgarian spelling dictionary, hyphenation rules, and thesaurus." +msgstr "" + +#. description(perl-CGI-Ajax) msgid "" -"Beaker is a web session and general caching library that includes WSGI middleware for use in web applications.\n" +"CGI::Ajax is an object-oriented module that provides a unique mechanism for using perl code asynchronously from javascript- enhanced HTML pages. CGI::Ajax unburdens the user from having to write extensive javascript, except for associating an exported method with a document-defined event (such as onClick, onKeyUp, etc). CGI::Ajax also mixes well with HTML containing more complex javascript.\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" +"CGI::Ajax supports methods that return single results or multiple results to the web page, and supports returning values to multiple DIV elements on the HTML page.\n" "\n" -"Beaker was built largely on the code from MyghtyUtils, then refactored and extended with database support.\n" +"Using CGI::Ajax, the URL for the HTTP GET/POST request is automatically generated based on HTML layout and events, and the page is then dynamically updated with the output from the perl function. Additionally, CGI::Ajax supports mapping URL's to a CGI::Ajax function name, so you can separate your code processing over multiple scripts.\n" "\n" -"Beaker includes Cache and Session WSGI middleware to ease integration with WSGI capable frameworks, and is automatically used by Pylons.\n" +"Other than using the Class::Accessor module to generate CGI::Ajax' accessor methods, CGI::Ajax is completely self-contained - it does not require you to install a larger package or a full Content Management System, etc.\n" "\n" -"Features:\n" +"We have added _support_ for other CGI handler/decoder modules, like the CGI::Simple manpage or the CGI::Minimal manpage, but we can't test these since we run mod_perl2 only here. CGI::Ajax checks to see if a header() method is available to the CGI object, and then uses it. If method() isn't available, it creates it's own minimal header.\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" +"A primary goal of CGI::Ajax is to keep the module streamlined and maximally flexible. We are trying to keep the generated javascript code to a minimum, but still provide users with a variety of methods for deploying CGI::Ajax. And VERY little user javascript." msgstr "" -#. description(python3-beautifulsoup4) +#. description(perl-CGI-FastTemplate) msgid "" -"Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful:\n" +"CGI::FastTemplate manages templates and parses templates replacing variable names with values. It was designed for mid to large scale web applications (CGI, mod_perl) where there are great benefits to separating the logic of an application from the specific implementation details.\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" +"Author:\tJason Moore <jmoore@sober.com>" +msgstr "" + +#. description(perl-CGI-Simple) +msgid "" +"CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for parameter parsing, file upload, cookie handling and header generation. This module is entirely object oriented, however a complete functional interface is available by using the CGI::Simple::Standard module.\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" +"Essentially everything in CGI.pm that relates to the CGI (not HTML) side of things is available. There are even a few new methods and additions to old ones! If you are interested in what has gone on under the hood see the Compatibility with CGI.pm section at the end.\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" +"In practical testing this module loads and runs about twice as fast as CGI.pm depending on the precise task." +msgstr "" + +#. description(perl-CHI) +msgid "" +"CHI provides a unified caching API, designed to assist a developer in persisting data for a specified period of time.\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" +"The CHI interface is implemented by driver classes that support fetching, storing and clearing of data. Driver classes exist or will exist for the gamut of storage backends available to Perl, such as memory, plain files, memory mapped files, memcached, and DBI.\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." +"CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package, adhering to the basic Cache API but adding new features and addressing limitations in the Cache::Cache implementation." msgstr "" -#. description(perl-DBIx-Class-IntrospectableM2M) -msgid "Because the many-to-many relationships are not real relationships, they can not be introspected with DBIx::Class. Many-to-many relationships are actually just a collection of convenience methods installed to bridge two relationships. This the DBIx::Class manpage component can be used to store all relevant information about these non-relationships so they can later be introspected and examined." +#. summary(openlmi-providers:openlmi-journald-doc) +msgid "CIM Journald provider documentation" msgstr "" -#. summary(python-decorator) -msgid "Better living through Python with decorators" +#. summary(openlmi-providers:openlmi-account-doc) +msgid "CIM account provider documentation" msgstr "" -#. summary(python-binplist) -msgid "Binary property list (plist) parser module written in python" +#. summary(openlmi-providers:openlmi-fan-doc) +msgid "CIM fan provider documentation" msgstr "" -#. description(python-blinker) -msgid "" -"Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or \"signals\".\n" -"\n" -"Signal receivers can subscribe to specific senders or receive signals sent by any sender." +#. summary(openlmi-providers:openlmi-hardware-doc) +msgid "CIM hardware provider documentation" msgstr "" -#. 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." +#. summary(openlmi-providers:openlmi-logicalfile-doc) +msgid "CIM logicalfile provider documentation" msgstr "" -#. summary(perl-Log-Any) -msgid "Bringing loggers and listeners together" +#. summary(openlmi-providers:openlmi-software) +msgid "CIM providers for software management" msgstr "" -#. summary(perl-Module-Build) -msgid "Build and install Perl modules" -msgstr "Сборка и установка модулей Perl" - -#. summary(php5-pear-DB_DataObject_FormBuilder) -msgid "Build automatically HTML_QuickForm objects from a DB_DataObject-derived class" +#. summary(openlmi-providers:openlmi-service-doc) +msgid "CIM service provider documentation" msgstr "" -#. summary(perl-String-Formatter) -msgid "Build sprintf-like functions of your own" +#. summary(openlmi-providers:openlmi-software-doc) +msgid "CIM software provider documentation" msgstr "" -#. summary(perl-ExtUtils-InstallPaths) -msgid "Build.PL install path logic made easy" -msgstr "" - -#. description(perl-Regexp-Common) +#. description(perl-CLASS) 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" +"CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type.\n" "\n" -"There is an alternative, subroutine-based syntax described in the \"Subroutine-based interface\" manpage." +"$CLASS has the additional benefit of working in strings." msgstr "" -#. summary(python-greenlet:python-greenlet-devel) -msgid "C development headers for python-greenlet" -msgstr "Заголовочные файлы для python-greenlet" - #. description(perl-CPAN-Mini) msgid "" "CPAN::Mini provides a simple mechanism to build and update a minimal mirror of the CPAN on your local disk. It contains only those files needed to install the newest version of every distribution. Those files are:\n" @@ -1375,80 +984,167 @@ msgid "CSS::Tiny is a perl class to read and write .css stylesheets with as little code as possible, reducing load time and memory overhead. CSS.pm requires about 2.6 meg or ram to load, which is a large amount of overhead if you only want to do trivial things. Memory usage is normally scoffed at in Perl, but in my opinion should be at least kept in mind." msgstr "" +#. summary(perl-Math-ConvexHull) +msgid "Calculate convex hulls using Graham's scan (n*log(n))" +msgstr "" + #. summary(perl-IO-Digest) msgid "Calculate digests while reading or writing" msgstr "" -#. 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." +#. description(perl-IPC-System-Simple) +msgid "" +"Calling Perl's in-built 'system()' function is easy, determining if it was successful is _hard_. Let's face it, '$?' isn't the nicest variable in the world to play with, and even if you _do_ check it, producing a well-formatted error string takes a lot of work.\n" +"\n" +"'IPC::System::Simple' takes the hard work out of calling external commands. In fact, if you want to be really lazy, you can just write:\n" +"\n" +" use IPC::System::Simple qw(system);\n" +"\n" +"and all of your 'system' commands will either succeed (run to completion and return a zero exit value), or die with rich diagnostic messages.\n" +"\n" +"The 'IPC::System::Simple' module also provides a simple replacement to Perl's backticks operator. Simply write:\n" +"\n" +" use IPC::System::Simple qw(capture);\n" +"\n" +"and then use the the /capture() manpage command just like you'd use backticks. If there's an error, it will die with a detailed description of what went wrong. Better still, you can even use 'capturex()' to run the equivalent of backticks, but without the shell:\n" +"\n" +" use IPC::System::Simple qw(capturex);\n" +"\n" +" my $result = capturex($command, @args);\n" +"\n" +"If you want more power than the basic interface, including the ability to specify which exit values are acceptable, trap errors, or process diagnostics, then read on!" msgstr "" -#. summary(perl-MIME-Charset) -msgid "Charset Information for MIME" +#. summary(perl-IO-CaptureOutput) +msgid "Capture STDOUT and STDERR from Perl code, subprocesses or XS" msgstr "" -#. description(perl-Test-Pod) -msgid "Check POD files for errors or warnings in a test file, using 'Pod::Simple' to do the heavy lifting." +#. description(perl-Carp-Assert-More) +msgid "" +"Carp::Assert::More is a set of wrappers around the the Carp::Assert manpage functions to make the habit of writing assertions even easier.\n" +"\n" +"Everything in here is effectively syntactic sugar. There's no technical reason to use\n" +"\n" +" assert_isa( $foo, 'HTML::Lint' );\n" +"\n" +"instead of\n" +"\n" +" assert( defined $foo ); assert( ref($foo) eq 'HTML::Lint' );\n" +"\n" +"other than readability and simplicity of the code.\n" +"\n" +"My intent here is to make common assertions easy so that we as programmers have no excuse to not use them." msgstr "" -#. summary(perl-Test-HasVersion) -msgid "Check Perl modules have version numbers" -msgstr "Проверка наличия версий у модулей Perl" +#. description(myspell-dictionaries:myspell-ca) +msgid "Catalan spelling dictionary, hyphenation rules, and thesaurus." +msgstr "" -#. summary(perl-Test-Memory-Cycle) -msgid "Check for memory leaks and circular memory references" +#. description(openstack-ceilometer) +msgid "Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, accross all current and future OpenStack components. The delivery of counters must be tracable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system." msgstr "" -#. summary(perl-Test-CheckDeps) -msgid "Check for presence of dependencies" +#. description(openstack-ceilometer-doc) +msgid "" +"Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, accross all current and future OpenStack components. The delivery of counters must be tracable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system.\n" +"\n" +"This package contains documentation files for openstack-ceilometer." msgstr "" -#. summary(perl-Test-CheckChanges) -msgid "Check that the Changes file matches the distribution." +#. summary(perl-MIME-Charset) +msgid "Charset Information for MIME" msgstr "" -#. summary(perl-Test-EOL) -msgid "Check the correct line endings in your project" +#. summary(nagios-plugins-qlogic_sanbox) +msgid "Check QLogic FC Sanboxes" msgstr "" -#. summary(perl-Test-NoTabs) -msgid "Check the presence of tabs in your project" +#. summary(nagios-plugins-contentage) +msgid "Check age of files in a directory" msgstr "" +#. summary(nagios-plugins-mem) +msgid "Check memory plugin for Nagios" +msgstr "" + +#. summary(nagios-plugins-rsync) +msgid "Check rsync servers availability" +msgstr "" + +#. summary(nagios-plugins-clamav) +msgid "Check to see if your ClamAV signatures are current" +msgstr "" + #. summary(perl-Email-Valid) msgid "Check validity of Internet email addresses" msgstr "" -#. summary(perl-Pod-Coverage) -msgid "Checks if the documentation of a module is comprehensive" +#. summary(nagios-plugins-mysql_health) +msgid "Check various parameters of a MySQL database" msgstr "" -#. summary(perl-Test-Requires) -msgid "Checks to see if the module can be loaded" +#. summary(nagios-plugins-bind) +msgid "Check whether BIND is running and to get the performance data via rndc stats" msgstr "" -#. description(openstack-cinder:python-cinder) +#. summary(nagios-plugins-maintenance) +msgid "Check, if a host is in service" +msgstr "" + +#. summary(nagios-plugins-nfsmounts) +msgid "Checks all local NFS mounts" +msgstr "" + +#. summary(nagios-plugins-hpasm) +msgid "Checks hardware health of Hewlett-Packard Proliant Servers" +msgstr "" + +#. description(nagios-plugins-rsync) msgid "" -"Cinder is the OpenStack Block storage service. This is a spin out of nova-volumes.\n" +"Checks rsync servers availability, as well as (optionally) individual modules availability. It also supports authentication on modules.\n" "\n" -"This package contains the core Python module of OpenStack Keystone." +"Usage: check_rsync -H [-p ] [-m [,,] [-m [,,]...]]\n" +"\n" +"The only required argument is -H, in which case it will only try to list modules on the Rsync server." msgstr "" -#. summary(python-ipy) -msgid "Class and Tools for Handling of IPv4 and IPv6 Addresses and Networks" +#. description(nagios-plugins-ups_alarm) +msgid "" +"Checks the following properties of an NPower UPS:\n" +"* Battery Status - The current status of the battery\n" +"* Battery Minutes Remaining - How long it can run on batteries\n" +"* Battery Runtime (Seconds) - How long the UPS has been running on batteries\n" +"* Battery Temperature - The temperature of the battery\n" +"* Input Line Bads - The number of times the utility power has gone away\n" +"* Output Load Percent - The load on the UPS\n" +"* Alarm Count - Current number of alarms present" msgstr "" -#. description(perl-UNIVERSAL-moniker) +#. summary(nagios-plugins-ups_alarm) +msgid "Checks various properties of a Liebert NPower UPS" +msgstr "" + +#. description(openstack-cinder-doc) 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" +"Cinder is the OpenStack Block storage service. This is a spin out of cinder-volumes.\n" "\n" -"This module will add a 'moniker' (and 'plural_moniker') method to 'UNIVERSAL', and so to every class or module." +"This package contains documentation files for openstack-cinder-doc." msgstr "" +#. description(openstack-cinder) +msgid "Cinder is the OpenStack Block storage service. This is a spin out of nova-volumes." +msgstr "" + #. summary(perl-HTML-Form) msgid "Class that represents an HTML form element" msgstr "" +#. summary(perl-Class-C3-Componentised) +#, fuzzy +#| msgid "Test::Pod::Coverage Perl module" +msgid "Class::C3::Componentised Perl module" +msgstr "Модуль Perl Test::Pod::Coverage" + #. description(perl-Class-ReturnValue) msgid "Class::ReturnValue is a \"clever\" return value object that can allow code calling your routine to expect: a boolean value (did it fail) or a list (what are the return values)" msgstr "" @@ -1457,63 +1153,38 @@ msgid "Class::Trigger is a mixin class to add / call triggers (or hooks) that get called at some points you specify." msgstr "" -#. summary(perl-MooseX-Types-LoadableClass) -msgid "ClassName type constraint with coercion to load the class." +#. summary(mono-upnp) +msgid "Client/server libraries for the Universal Plug 'n Play specifications" msgstr "" -#. summary(python-amqplib) -msgid "Client library for AMQP (Advanced Message Queuing Protocol)" +#. summary(mono-upnp:mono-upnp-devel) +msgid "Client/server libraries for the Universal PnP specification - development files" msgstr "" -#. summary(perl-Tk-Clock) -msgid "Clock widget with analog and digital display" +#. summary(openSUSE-EULAs) +msgid "Collection of EULAs for openSUSE" msgstr "" -#. summary(python-lazr.uri) -msgid "Code for parsing and dealing with URI" -msgstr "" - -#. summary(python-Coherence) -msgid "Coherence - DLNA/UPnP framework for the digital living" -msgstr "" - -#. 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(perl-List-AllUtils) msgid "Combines List::Util and List::MoreUtils in one bite-sized package" msgstr "" -#. summary(python-cliff) -msgid "Command Line Interface Formulation Framework" -msgstr "Формульный фреймворк с интерфейсом командной строки" - -#. summary(python-cliff:python-cliff-doc) -msgid "Command Line Interface Formulation Framework - Documentation" +#. summary(mate-common) +msgid "Common scripts and macros to develop with MATE" msgstr "" -#. summary(perl-Smart-Comments) -msgid "Comments that do more than just sit there" -msgstr "" +#. summary(perl-Data-Compare) +msgid "Compare perl data structures" +msgstr "Сравнение структур данных Perl" -#. summary(php5-pear-File) -msgid "Common file and directory routines" +#. summary(pdfcompare) +msgid "Compare two PDF files, write a resulting PDF with highlighted changes" msgstr "" -#. summary(python-Brownie) -msgid "Common utilities and datastructures for Python applications" +#. description(pdfcompare) +msgid "Compare two PDF files, write a resulting PDF with highlighted changes. Potential text portions that were moved around are recognized and analyzed for similarity with a second level diff." msgstr "" -#. summary(perl-Data-Compare) -msgid "Compare perl data structures" -msgstr "Сравнение структур данных Perl" - #. description(perl-Data-Compare) msgid "" "Compare two perl data structures recursively. Returns 0 if the structures differ, else returns 1.\n" @@ -1547,39 +1218,26 @@ " an arrayref of strings. When comparing two hashes, any keys mentioned in this list will be ignored." msgstr "" -#. summary(perl-ExtUtils-CBuilder) -msgid "Compile and link C code for Perl modules" -msgstr "Компиляция и линковка кода C для модулей Perl" - -#. summary(pyrex) -msgid "Compiles code that mixes Python and C data types into a C extension for Python" +#. summary(nspluginwrapper) +msgid "Compatibility Layer for Netscape 4 Plug-Ins" msgstr "" -#. description(python-fudge) -msgid "" -"Complete documentation is available at http://farmdev.com/projects/fudge/\n" -"\n" -"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()" +#. summary(perl-Apache-LogFormat-Compiler) +msgid "Compile a log format string to perl-code" msgstr "" -#. summary(python-django_compressor) -msgid "Compresses Linked and Inline JavaScript or CSS Into Single Cached Files" +#. description(perl-Apache-LogFormat-Compiler) +msgid "Compile a log format string to perl-code. For faster generation of access_log lines." msgstr "" +#. summary(perl-ExtUtils-CBuilder) +msgid "Compile and link C code for Perl modules" +msgstr "Компиляция и линковка кода C для модулей Perl" + #. summary(perl-HTML-RewriteAttributes) msgid "Concise attribute rewriting" msgstr "" -#. summary(python-concurrentloghandler) -msgid "Concurrent logging handler" -msgstr "" - #. description(perl-Config-Any) msgid "" "Config::Any provides a facility for Perl applications and libraries to load configuration data from multiple different file formats. It supports XML, YAML, JSON, Apache-style configuration, Windows INI files, and even Perl code.\n" @@ -1598,141 +1256,70 @@ msgid "Config::MVP::Reader::INI reads _.ini_ files containing MVP-style configuration." msgstr "" +#. summary(netconsole-tools) +msgid "Configure netconsole Kernel Module" +msgstr "" + #. summary(perl-ExtUtils-CChecker) -msgid "Configure-time utilities for using C headers," +msgid "Configure-time utilities for using C headers" msgstr "" -#. summary(php5-pear-ezc-ConsoleTools) -msgid "ConsoleTools package of ezcomponents" +#. summary(perl-constant-defer) +msgid "Constant subs with deferred value calculation." msgstr "" -#. 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." +#. description(mathml-dtd) +msgid "Contains the DTD \"Mathematical Markup Language\" (MathML) Version 2.0, W3C Recommendation 21 February 2001." msgstr "" #. summary(perl-Module-Install-ExtraTests) msgid "Contextual tests that the harness can ignore" msgstr "" -#. summary(perl-Text-Markdown) -msgid "Convert Markdown syntax to (X)HTML" +#. summary(perl-Carp-Assert-More) +msgid "Convenience wrappers around Carp::Assert" msgstr "" -#. summary(perl-Pod-Readme) -msgid "Convert POD to README file" -msgstr "" - #. summary(perl-Lingua-EN-Inflect) msgid "Convert singular to plural. Select \"a\" or \"an\"." msgstr "" -#. 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." +#. summary(makebootfat) +msgid "Create Bootable FAT File Systems" msgstr "" -#. summary(python-django-international) -msgid "Country and currency data for Django projects" -msgstr "" - -#. summary(python3-nose-cover3) -msgid "Coverage 3.x support for Nose" -msgstr "" - -#. description(python3-nose-cover3) -msgid "Coverage 3.x support for Nose." -msgstr "" - #. summary(perl-DateTime-Format-Builder) msgid "Create DateTime parser classes and objects." msgstr "" -#. summary(perl-Test-File-ShareDir) -msgid "Create a Fake ShareDir for your modules for testing." +#. summary(perl-ExtUtils-MakeMaker) +msgid "Create a module Makefile" msgstr "" -#. summary(perl-PAR-Dist) -msgid "Create and manipulate PAR distributions" -msgstr "" - -#. summary(php5-pear-File_IMC) -msgid "Create and parse IMC-style files (like vCard and vCalendar)" -msgstr "" - #. summary(perl-GD-Barcode) msgid "Create barcode image with GD" msgstr "" +#. description(makebootfat) +msgid "Create bootable FAT file systems, mainly for USB disks." +msgstr "" + #. summary(perl-Contextual-Return) msgid "Create context-sensitive return values" msgstr "" -#. summary(perl-MooseX-Types-Parameterizable) -msgid "Create your own Parameterizable Types" +#. description(myspell-dictionaries:myspell-hr_HR) +msgid "Croatian spelling dictionary, and hyphenation rules." msgstr "" -#. description(python-django-tastypie) -msgid "Creating delicious APIs for Django apps since 2010." -msgstr "" - -#. summary(php5-pear-Text_Password) -msgid "Creating passwords with PHP" -msgstr "" - -#. summary(perl-Perl-Critic) -msgid "Critique Perl source code for best-practices" -msgstr "" - -#. summary(python-colorama) -msgid "Cross-platform colored terminal text" -msgstr "Кросс-платформенное раскрашивание текста в терминале" - -#. summary(perl-Path-Class) -msgid "Cross-platform path specification manipulation" -msgstr "" - -#. summary(php5-pear-Horde_Crypt_Blowfish) -msgid "Crypt Blowfish Library" -msgstr "Библиотека шифрования Blowfish" - #. summary(perl-CursesWidgets) msgid "CursesWidgets Perl module" msgstr "Модуль Perl CursesWidgets" -#. summary(perl-Tie-Cycle) -msgid "Cycle through a list of values via a scalar." +#. description(myspell-dictionaries:myspell-cs_CZ) +msgid "Czech spelling dictionary, hyphenation rules, and thesaurus." msgstr "" -#. description(php5-pear-DB) -msgid "" -"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" -"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 "" - #. description(perl-DBIx-Simple) msgid "" "DBIx::Simple provides a simplified interface to DBI, Perl's powerful database module.\n" @@ -1742,25 +1329,22 @@ "The 'query' method returns either a result object, or a dummy object. The dummy object returns undef (or an empty list) for all methods and when used in boolean context, is false. The dummy object lets you postpone (or skip) error checking, but it also makes immediate error checking simply '$db->query(...) or die $db->error'." msgstr "" -#. 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." +#. summary(livedtd) +msgid "DTD Visualizing Tool" msgstr "" -#. summary(php5-pear-Net_DIME) -msgid "DIME encoding and decoding" +#. description(myspell-dictionaries:myspell-da_DK) +msgid "Danish spelling dictionary, hyphenation rules, and thesaurus." msgstr "" -#. description(python-django-dajax) -msgid "" -"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" -"It supports up to four of the most popular JS frameworks: Prototype, jQuery, Dojo and mootols.\n" -"\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" -"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." +#. summary(pairs:pairs-data) +msgid "Data files for pairs" msgstr "" +#. description(licq:licq-qt4-gui-data) +msgid "Data files for the Qt4 Licq plug-in." +msgstr "" + #. description(perl-Data-Section) msgid "Data::Section provides an easy way to access multiple named chunks of line-oriented data in your module's DATA section. It was written to allow modules to store their own templates, but probably has other uses." msgstr "" @@ -1769,34 +1353,10 @@ msgid "Data::Section::Simple is a simple module to extract data from '__DATA__' section of the file." msgstr "" -#. 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 "" - -#. summary(php5-pear-DB) -msgid "Database Abstraction Layer" -msgstr "" - -#. summary(python3-SQLAlchemy) -msgid "Database Abstraction Library" -msgstr "Библиотека абстракции баз данных" - -#. summary(pgaccess) -msgid "Database Management Tool for PostgreSQL" -msgstr "" - -#. summary(php5-pear-MDB2) -msgid "Database abstraction layer" -msgstr "" - #. summary(perl-Ima-DBI) msgid "Database connection caching and organization" msgstr "" -#. summary(perl-MooseX-Types-DateTime) -msgid "DateTime related constraints and coercions for" -msgstr "" - #. description(perl-DateTime-Format-Builder) msgid "" "DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code.\n" @@ -1813,80 +1373,19 @@ "If you want to know what methods are available for locale objects, then please read the DateTime::Locale::Base documentation." msgstr "" -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#. 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(perl-PHP-Serialization) -msgid "De-/serialize() PHP output into Perl" -msgstr "" - #. description(perl-Debug-Trace) -msgid "Debug::Trace instruments subroutines to provide tracing information upon every call and return." +msgid "" +"Debug::Trace instruments subroutines to provide tracing information upon every call and return.\n" +"\n" +"Using Debug::Trace does not require any changes to your sources. Most often, it will be used from the command line:\n" +"\n" +" perl -MDebug::Trace=foo,bar yourprogram.pl\n" +"\n" +"This will have your subroutines foo() and bar() printing call and return information.\n" +"\n" +"Subroutine names may be fully qualified to denote subroutines in other packages than the default main::.\n" +"\n" +"By default, the trace information is output using the standard warn() function." msgstr "" #. summary(perl-Declare-Constraints-Simple) @@ -1901,8 +1400,8 @@ msgid "Declare class attributes Moose-style" msgstr "" -#. summary(php5-pear-Mail_mimeDecode) -msgid "Decode mime messages" +#. description(mozilla-nss:mozilla-nss-sysinit-32bit) +msgid "Default Operation System module that manages applications loading NSS globally on the system. This module loads the system defined PKCS #11 modules for NSS and chains with other NSS modules to load any system or user configured modules." msgstr "" #. summary(perl-constant-boolean) @@ -1922,55 +1421,30 @@ "The constants can be removed from class API with 'no constant::boolean' pragma or some universal tool like the namespace::clean manpage." msgstr "" -#. description(perl-SQL-ReservedWords) -msgid "Determine if words are reserved by ANSI/ISO SQL standard." -msgstr "" - #. description(perl-Devel-StackTrace-AsHTML) msgid "Devel::StackTrace::AsHTML adds 'as_html' method to the Devel::StackTrace manpage which displays the stack trace in beautiful HTML, with code snippet context and function parameters. If you call it on an instance of the Devel::StackTrace::WithLexicals manpage, you even get to see the lexical variables of each stack frame." msgstr "" -#. 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" +#. summary(monodevelop:monodevelop-devel) +#, fuzzy +#| msgid "C development headers for python-greenlet" +msgid "Development files for MonoDevelop" +msgstr "Заголовочные файлы для python-greenlet" + +#. summary(lzo:lzo-devel-32bit) +msgid "Development files for lzo" msgstr "" -#. summary(polkit:polkit-doc) -msgid "Development documentation for PolicyKit" -msgstr "Документация разработчика для PolicyKit" - -#. description(polkit:polkit-doc) -msgid "Development documentation for PolicyKit Authorization Framework." -msgstr "Документация разработчика для PolicyKit Authorization Framework." - -#. summary(python3-CXX:python3-CXX-devel) -msgid "Development files for python3-CXX" +#. summary(openjpeg:openjpeg-devel-32bit) +msgid "Development files for the OpenJPEG library" msgstr "" -#. summary(ppl:ppl-devel-32bit) -msgid "Development tools for the Parma Polyhedra Library C and C++ interfaces" +#. summary(libxkbcommon:libxkbcommon-x11-devel-32bit) +msgid "Development files for the libxkbcommon-x11 library" msgstr "" -#. summary(perl-Text-TabularDisplay) -msgid "Display text in formatted table output" +#. summary(perl-App-CLI) +msgid "Dispatcher module for command line interface programs" msgstr "" #. summary(perl-Devel-StackTrace-AsHTML) @@ -1984,346 +1458,117 @@ "If you have access to the web, you can learn more and find an interactive tutorial at *http://dzil.org/*. If not, try the Dist::Zilla::Tutorial manpage." msgstr "" -#. summary(python-celery) -msgid "Distributed Task Queue" +#. summary(perl-CPAN-Meta) +msgid "Distribution metadata for a CPAN dist" msgstr "" -#. summary(python-detox) -msgid "Distributing activities of the tox tool" +#. summary(pdnsd:pdnsd-doc) +msgid "Docs for pdnsd" msgstr "" -#. summary(python-distutils-extra) -msgid "Distutils/Setuptools Adapter" -msgstr "" - -#. description(python-Distutils2) +#. description(pcp-gui:pcp-doc) 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" +"Documentation and tutorial for the Performance Co-Pilot Performance Co-Pilot (PCP) provides a framework and services to support system-level performance monitoring and performance management.\n" "\n" -"See the documentation at http://packages.python.org/Distutils2 for more info." +"The pcp-doc package provides useful information on using and configuring the Performance Co-Pilot (PCP) toolkit for system level performance management. It includes tutorials, HOWTOs, and other detailed documentation about the internals of core PCP utilities and daemons, and the PCP graphical tools." msgstr "" -#. summary(PlotDigitizer) -msgid "Ditigize scanned plots of functional data" -msgstr "" +#. summary(OpenColorIO:OpenColorIO-doc) +#, fuzzy +#| msgid "Documentation for python-Flask" +msgid "Documentation for OpenColorIO" +msgstr "Документация для python-Flask" -#. summary(python-Epsilon) -msgid "Divmod utility package" +#. summary(pcb:pcb-doc) +msgid "Documentation for PCB, An interactive printed circuit board editor" msgstr "" -#. summary(python-django-celery) -msgid "Django Celery Integration" -msgstr "" +#. summary(pam:pam-doc) +#, fuzzy +#| msgid "Documentation for python-Flask" +msgid "Documentation for Pluggable Authentication Modules" +msgstr "Документация для python-Flask" -#. 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 "" +#. description(log4j:log4j-manual) +#, fuzzy +#| msgid "Documentation for python-Flask" +msgid "Documentation for log4j." +msgstr "Документация для python-Flask" -#. summary(python-django-auth-ldap) -msgid "Django LDAP authentication backend" -msgstr "" +#. summary(mathgl:mathgl-doc) +#, fuzzy +#| msgid "Documentation for python-Flask" +msgid "Documentation for mathgl" +msgstr "Документация для python-Flask" -#. description(python-django-navigation) -msgid "Django Navigation is a breadcrumbs navigation application for Django Web Framework." -msgstr "" +#. summary(octave:octave-doc) +#, fuzzy +#| msgid "Documentation for python-Flask" +msgid "Documentation for octave" +msgstr "Документация для python-Flask" -#. 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(python-feedzilla) -msgid "Django application for atom/rss feeds aggregation" -msgstr "" - -#. description(python-feedzilla) -msgid "Django application for atom/rss feeds aggregation i.e. planet engine." -msgstr "" - -#. 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 "" - -#. description(python-django) -msgid "Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design." -msgstr "" - -#. summary(python-django-mediasync) -msgid "Django static media development and distribution tools" -msgstr "" - -#. summary(python-django-nose) -msgid "Django test runner that uses nose" -msgstr "" - -#. description(python-django-nose) -msgid "Django test runner that uses nose." -msgstr "" - -#. 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(python-django-avatar) -msgid "Django-avatar package" -msgstr "" - -#. 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 "" - -#. 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 "" - -#. description(python-beautifulsoup4:python-beautifulsoup4-doc) -msgid "Documentation and help files for python-beautifulsoup4" -msgstr "" - -#. description(python3-beautifulsoup4:python3-beautifulsoup4-doc) -msgid "Documentation and help files for python3-beautifulsoup4" -msgstr "" - -#. summary(python3-polib:python3-polib-doc) -msgid "Documentation for Library to Manipulate gettext Files" -msgstr "" - -#. summary(python-Flask:python-Flask-doc) -msgid "Documentation for python-Flask" +#. summary(openslide:openslide-doc) +#, fuzzy +#| msgid "Documentation for python-Flask" +msgid "Documentation for openslide" msgstr "Документация для python-Flask" -#. summary(python3-SQLAlchemy:python3-SQLAlchemy-doc) -msgid "Documentation for python-SQLAlchemy" -msgstr "Документация для python-SQLAlchemy" - -#. summary(python-beautifulsoup4:python-beautifulsoup4-doc) -msgid "Documentation for python-beautifulsoup4" -msgstr "" - -#. summary(python3-Sphinx:python3-Sphinx-doc) -msgid "Documentation for python3-Sphinx" -msgstr "Документация для python3-Sphinx" - -#. summary(python3-beautifulsoup4:python3-beautifulsoup4-doc) -msgid "Documentation for python3-beautifulsoup4" -msgstr "" - -#. summary(python3-numpy-doc) -msgid "Documentation for python3-numpy" -msgstr "" - -#. summary(ppl:ppl-doc) -msgid "Documentation for the Parma Polyhedra Library" +#. summary(libxfce4ui:libxfce4ui-doc) +#, fuzzy +#| msgid "Documentation for the Parma Polyhedra Library" +msgid "Documentation for the libxfce4ui Library" msgstr "Документация для Parma Polyhedra Library" -#. description(python-eventlet:python-eventlet-doc) -msgid "Documentation for the python-eventlet package." +#. summary(lilypond-doc) +#, fuzzy +#| msgid "Documentation for the python-eventlet package." +msgid "Documentation for the lilypond typesetter" msgstr "Документация для пакета python-eventlet" -#. 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(perl-LWP-Online) msgid "Does your process have access to the web" msgstr "" -#. summary(php5-pear-Date_Holidays) -msgid "Driver based class to calculate holidays" +#. description(myspell-dictionaries:myspell-nl_NL) +msgid "Dutch spelling dictionary, and hyphenation rules." msgstr "" -#. summary(php5-pear-Date_Holidays_Austria) -msgid "Driver class to calculate holidays in Austria" +#. summary(pari-elldata) +msgid "Elliptic Curve Data for the PARI CAS" msgstr "" -#. summary(php5-pear-Date_Holidays_Brazil) -msgid "Driver class to calculate holidays in Brazil" +#. description(orkhon-fonts) +msgid "Emir Yasin Sari's unicode font for writing Old turkic script." msgstr "" -#. summary(php5-pear-Date_Holidays_Croatia) -msgid "Driver class to calculate holidays in Croatia" +#. description(myspell-dictionaries:myspell-en) +msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker." msgstr "" -#. summary(php5-pear-Date_Holidays_Denmark) -msgid "Driver class to calculate holidays in Denmark" +#. summary(perl-Iterator-Util) +msgid "Essential utilities for the Iterator class" msgstr "" -#. summary(php5-pear-Date_Holidays_EnglandWales) -msgid "Driver class to calculate holidays in England and Wales" +#. description(myspell-dictionaries:myspell-et_EE) +msgid "Estonian spelling dictionary, and hyphenation rules." msgstr "" -#. summary(php5-pear-Date_Holidays_Finland) -msgid "Driver class to calculate holidays in Finland" +#. description(myspell-dictionaries:myspell-pt_PT) +msgid "European Portuguese spelling dictionary, hyphenation rules, and thesaurus." msgstr "" -#. summary(php5-pear-Date_Holidays_Germany) -msgid "Driver class to calculate holidays in Germoney" +#. summary(littlewizard-examples) +msgid "Example files for Little Wizard" msgstr "" -#. summary(php5-pear-Date_Holidays_Iceland) -msgid "Driver class to calculate holidays in Iceland" +#. description(nagios:nagios-theme-exfoliation) +msgid "Exfoliation is a simple makeover for the Nagios Core web interface. It consists of two folders that overlay on a stock Nagios installation." msgstr "" -#. summary(php5-pear-Date_Holidays_Ireland) -msgid "Driver class to calculate holidays in Ireland" +#. summary(owasp-modsecurity-crs:owasp-modsecurity-crs-experimental_rules) +msgid "Experimental rules for OWASP ModSecurity CRS" msgstr "" -#. summary(php5-pear-Date_Holidays_Italy) -msgid "Driver class to calculate holidays in Italy" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Japan) -msgid "Driver class to calculate holidays in Japan" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Netherlands) -msgid "Driver class to calculate holidays in Netherlands" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Norway) -msgid "Driver class to calculate holidays in Norway" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Portugal) -msgid "Driver class to calculate holidays in Portugal" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Romania) -msgid "Driver class to calculate holidays in Romania" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Spain) -msgid "Driver class to calculate holidays in Spain" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Sweden) -msgid "Driver class to calculate holidays in Sweden" -msgstr "" - -#. summary(perl-Test-Tester) -msgid "Ease testing test modules built with Test::Builder" -msgstr "" - -#. summary(perl-Test-Class) -msgid "Easily create test classes in an xUnit/JUnit style" -msgstr "" - -#. summary(php5-pear-Net_URL) -msgid "Easy parsing of Urls" -msgstr "" - -#. 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(python-entrypoint2) -msgid "Easy to use command-line interface for python modules, fork of entrypoint" -msgstr "" - -#. summary(python-EasyProcess) -msgid "Easy to use python subprocess interface" -msgstr "" - -#. 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(libkate:python-katedj) -msgid "Editor and remixer for Kate streams in Ogg" -msgstr "" - -#. description(python-Jinja2:python-Jinja2-emacs) -msgid "Emacs syntax highlighting scheme for Jinja2 templates." -msgstr "" - -#. summary(poppler-data) -msgid "Encoding Files for use with libpoppler" -msgstr "" - -#. summary(php5-pear-Horde_Xml_Wbxml) -msgid "Encoding and decoding WBXML documents used in SyncML and other applications" -msgstr "" - -#. 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(perl-Iterator-Util) -msgid "Essential utilities for the Iterator class" -msgstr "" - -#. description(python-etude) -msgid "Etude Music Player is an xmms2 client written in pygtk." -msgstr "" - -#. 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(perl-Text-Template) -msgid "Expand template text with embedded Perl" -msgstr "" - #. description(perl-Exporter-Declare) msgid "Exporter::Declare is a meta-driven exporting tool. Exporter::Declare tries to adopt all the good features of other exporting tools, while throwing away horrible interfaces. Exporter::Declare also provides hooks that allow you to add options and arguments for import. Finally, Exporter::Declare's meta-driven system allows for top-notch introspection." msgstr "" @@ -2336,34 +1581,14 @@ msgid "ExtUtils::Config is an abstraction around the %Config hash." msgstr "" +#. summary(perl-DBIx-Class-DeploymentHandler) +msgid "Extensible DBIx::Class deployment" +msgstr "" + #. summary(perl-DBIx-Class) msgid "Extensible and flexible object <-> relational mapper" msgstr "" -#. summary(python-django-navigation) -msgid "Extensible breadcrumbs navigation for Django" -msgstr "" - -#. summary(perl-PPIx-Utilities) -msgid "Extensions to L<PPI|PPI>." -msgstr "" - -#. summary(python3-testtools) -msgid "Extensions to the Python Standard Library Unit Testing Framework" -msgstr "" - -#. summary(python-cmd2) -msgid "Extra features for standard library's cmd module" -msgstr "" - -#. summary(perl-Spreadsheet-ReadSXC) -msgid "Extract OpenOffice 1.x spreadsheet data" -msgstr "" - -#. 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(perl-CPAN-DistnameInfo) msgid "Extract distribution name and version from a distribution filename" msgstr "" @@ -2372,63 +1597,10 @@ msgid "Extract meta information from image files" msgstr "" -#. summary(perl-Test-Deep) -msgid "Extremely flexible deep comparison" +#. description(ninja-ide) +msgid "Features: - Every common functionality of a typical IDE supported: - Project Management. - Automatic Indentation. - Code Folding. - Brace matching. - The System for Syntax Highlighting in NINJA-IDE is really easy to extend, just write a json file with the keywords, etc. - Code Locator and Code Navigation supported. - Allow to execute Python programs and render HTML files just pressing Ctrl+F6. - Code Completion supported! - Follow Mode and Split supported. - And many more... Stay up to date for more features!" msgstr "" -#. 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(python-Fabric) -msgid "Fabric is a simple, Pythonic tool for remote execution and deployment" -msgstr "" - -#. summary(perl-PDF-API2) -msgid "Facilitates the creation and modification of PDF files" -msgstr "" - -#. summary(php5-pear-cache_lite) -msgid "Fast and Safe little cache system" -msgstr "" - -#. summary(python-bottle) -msgid "Fast and simple WSGI-framework for small web-applications" -msgstr "" - -#. summary(python-blinker) -msgid "Fast, simple object-to-object and broadcast signaling" -msgstr "" - -#. description(python-dpkt) -msgid "Fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols." -msgstr "" - -#. summary(python-dpkt) -msgid "Fast, simple packet creation and parsing" -msgstr "" - -#. summary(python-fastimport) -msgid "Fastimport parser in Python" -msgstr "" - #. description(perl-MIME-EncWords) msgid "" "Fellow Americans, you probably won't know what the hell this module is for. Europeans, Russians, et al, you probably do. ':-)'.\n" @@ -2452,15 +1624,13 @@ " Subject: ???(laziness), ????(impatience), ??(hubris)" msgstr "" -#. summary(perl-Path-Tiny) -msgid "File path utility" -msgstr "" - #. description(perl-File-ShareDir-Install) msgid "" "File::ShareDir::Install allows you to install read-only data files from a distribution. It is a companion module to the File::ShareDir manpage, which allows you to locate these files after installation.\n" "\n" -"It is a port the Module::Install::Share manpage to the ExtUtils::MakeMaker manpage with the improvement of only installing the files you want; '.svn' and other source-control junk will be ignored." +"It is a port of the Module::Install::Share manpage to the ExtUtils::MakeMaker manpage with the improvement of only installing the files you want; '.svn', '.git' and other source-control junk will be ignored.\n" +"\n" +"Please note that this module installs read-only data files; empty directories will be ignored." msgstr "" #. description(perl-File-pushd) @@ -2503,22 +1673,10 @@ " If more than 64 directories are included under the specified paths, an error occurrs." msgstr "" -#. summary(perl-XML-Filter-BufferText) -msgid "Filter to put all characters() in one event" +#. summary(network-autoconfig) +msgid "Find a connected eth interface and create an ifcfg for it" msgstr "" -#. description(php5-pear-phpunit-DbUnit) -msgid "FilterIterator implementation that filters files based on a list of suffixes." -msgstr "" - -#. summary(php5-pear-phpunit-DbUnit) -msgid "Filters files based on a list of suffixes" -msgstr "" - -#. summary(perl-URI-Find) -msgid "Find URIs in arbitrary text" -msgstr "" - #. summary(perl-Module-Find) msgid "Find and use installed modules in a (sub)category" msgstr "" @@ -2535,37 +1693,24 @@ msgid "Find your home and other directories on any platform" msgstr "" -#. 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." +#. summary(mozaddon-gnotifier) +msgid "Firefox integration with native Linux notification system" msgstr "" -#. summary(python-fixtures) -msgid "Fixtures, reusable state for writing clean tests and more" +#. summary(orkhon-fonts) +msgid "Font for Old Turkic Script" msgstr "" -#. 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." +#. summary(maya-fonts) +msgid "Font with Basic Maya Glyphs" msgstr "" -#. 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(mathgl:mathgl-fonts) +#, fuzzy +#| msgid "Horde PDF format library" +msgid "Fonts for mathgl library" +msgstr "Библиотека PDF для Horde" -#. 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(perl-MooseX-Meta-TypeConstraint-ForceCoercion) -msgid "Force coercion when validating type constraints" -msgstr "" - #. summary(perl-Lingua-EN-Inflect-Number) msgid "Force number of words to singular or plural" msgstr "" @@ -2574,93 +1719,80 @@ msgid "Forces the unavailability of specified Perl modules (for testing)" msgstr "" -#. summary(perl-Test-SharedFork) -msgid "Fork test" +#. summary(mplus-fonts) +msgid "Free Fonts Set Incorporates All Kanji Until Level 2 and Latin Glyphs" msgstr "" -#. 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." +#. summary(linux-libertine-fonts) +msgid "Free Serif Fonts" msgstr "" -#. summary(po4a) -msgid "Framework to translate documentation and other materials" +#. description(linux-libertine-fonts) +msgid "Free serif fonts from the LinuxLibertine project. These might be useful when exchanging documents using Times fonts." msgstr "" -#. description(perl-GD-Barcode) -msgid "" -"GD::Barcode is a subclass of GD and allows you to create barcode image with GD. This module based on \"Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22\".\n" -"\n" -"From 1.14, you can use this module even if no GD (except plot method)." +#. summary(zziplib:libzzip-0-13-32bit) +msgid "Free zip compression library with easy to use API" msgstr "" -#. description(python-grequests) +#. description(myspell-dictionaries:myspell-fr_FR) +msgid "French spelling dictionary, hyphenation rules, and thesaurus." +msgstr "" + +#. description(paglinawan-quicksand-fonts) msgid "" -"GRequests allows you to use Requests with Gevent to make asyncronous HTTP Requests easily.\n" +"From http://andrewpaglinawan.com/category/typefaces/#quicksand: Quicksand is a sans serif type family of three weights plus matching obliques and a dash version for display and headings. Influenced by the geometric-style sans serif faces that were popular during the 1920s and 30s, the fonts are based on geometric forms that have been optically corrected for better legibility.\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]>]" +"Designers: Andrew Paglinawan" msgstr "" -#. summary(python-imagestore) -msgid "Gallery solution for django projects" +#. summary(monodevelop) +msgid "Full-Featured IDE for Mono and Gtk-Sharp" msgstr "" -#. summary(perl-SQL-Abstract) -msgid "Generate SQL from Perl data structures" -msgstr "Создание SQL из структур данных Perl" +#. summary(pari-galpol) +msgid "GALPOL polynomial database for the PARI CAS" +msgstr "" -#. summary(perl-Object-Signature) -msgid "Generate cryptographic signatures for objects" +#. description(perl-GD-Barcode) +msgid "" +"GD::Barcode is a subclass of GD and allows you to create barcode image with GD. This module based on \"Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22\".\n" +"\n" +"From 1.14, you can use this module even if no GD (except plot method)." msgstr "" -#. summary(perl-Email-MessageID) -msgid "Generate world unique message-ids." +#. description(mozaddon-gnotifier) +msgid "GNotifier integrates Firefox's notifications with the native notification system from Linux/OSX desktop. It supports: GNOME, KDE, Xfce, Cinnamon, MATE, LXDE and Unity" msgstr "" -#. summary(php5-pear-Text_CAPTCHA) -msgid "Generation of CAPTCHAs" +#. summary(gtk2-metatheme-sonar:metatheme-sonar-common) +msgid "GTK+ and Metacity Sonar Theme -- Common Files" msgstr "" -#. 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." +#. description(myspell-dictionaries:myspell-gl) +msgid "Galician spelling dictionary, hyphenation rules, and thesaurus." msgstr "" -#. summary(php5-pear-Date) -msgid "Generic date/time handling" +#. summary(pari-galdata) +msgid "Galois Groups 8-11 for the PARI CAS" msgstr "" -#. description(python-Genshi:python-Genshi-doc) -msgid "" -"Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid.\n" -"\n" -"This package contains documentation and examples." +#. summary(perl-Class-MakeMethods) +msgid "Generate common types of methods" msgstr "" -#. 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." +#. summary(perl-Email-MessageID) +msgid "Generate world unique message-ids." msgstr "" -#. summary(perl-Net-Whois-Raw) -msgid "Get Whois information for domains" +#. summary(paglinawan-quicksand-fonts) +msgid "Geometric-style sans serif" msgstr "" +#. description(myspell-dictionaries:myspell-de) +msgid "German (Austria, Germany, Switzerland) spelling dictionaries, hyphenation rules, and thesaurus." +msgstr "" + #. summary(perl-Getopt-Long-Descriptive) msgid "Getopt::Long, but simpler and more powerful" msgstr "" @@ -2672,15 +1804,6 @@ "It also provides usage (help) messages, data validation, and a few other useful features." msgstr "" -#. 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 "" - #. description(perl-Devel-Hide) msgid "" "Given a list of Perl modules/filenames, this module makes 'require' and 'use' statements fail (no matter the specified files/modules are installed or not).\n" @@ -2722,57 +1845,38 @@ "Optionally, you can propagate the list of hidden modules to your process' child processes, by passing '-from:children' as the first option when you use() this module. This works by populating 'PERL5OPT', and is incompatible with Taint mode, as explained in the perlrun manpage." msgstr "" +#. summary(perl-Class-Container) +msgid "Glues object frameworks together transparently" +msgstr "" + #. description(perl-GnuPG-Interface) msgid "GnuPG::Interface and its associated modules are designed to provide an object-oriented method for interacting with GnuPG, being able to perform functions such as but not limited to encrypting, signing, decryption, verification, and key-listing parsing." msgstr "" -#. summary(python-ipaddr) -msgid "Google's IP address manipulation library" -msgstr "Библиотека Google для обработки IP-адресов" - -#. description(python-ipaddr) -msgid "Google's IP address manipulation library. An IPv4/IPv6 manipulation library in Python. This library is used to create/poke/manipulate IPv4 and IPv6 addresses and prefixes." -msgstr "" - -#. summary(python3-pyparsing:python3-pyparsing-doc) -msgid "Grammar Parser Library for Python - Documentation" -msgstr "" - #. summary(perl-Graph) msgid "Graph data structures and algorithms" msgstr "" -#. summary(php5-pear-ezc-Graph) -msgid "Graph package of ezcomponents" +#. description(myspell-dictionaries:myspell-el_GR) +msgid "Greek spelling dictionary, and hyphenation rules." msgstr "" -#. 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." +#. summary(ack:perl-App-Ack) +msgid "Grep-Like Text Finder Perl Module" msgstr "" -#. summary(python-hp3parclient) -msgid "HP 3PAR HTTP REST Client" +#. description(perl-Growl-GNTP) +msgid "Growl::GNTP is Perl implementation of GNTP Protocol (Client Part)" msgstr "" -#. summary(python-FormEncode) -msgid "HTML form validation, generation, and conversion package" +#. description(myspell-dictionaries:myspell-gu_IN) +msgid "Gujarati spelling dictionary." msgstr "" #. summary(perl-HTML-FormHandler) msgid "HTML forms using Moose" msgstr "" -#. summary(python-html5lib) -msgid "HTML parser based on the WHAT-WG Web Applications 1" -msgstr "" - -#. 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 "" - #. description(perl-HTML-RewriteAttributes) msgid "" "HTML::RewriteAttributes is designed for simple yet powerful HTML attribute rewriting.\n" @@ -2789,10 +1893,6 @@ msgid "HTTP Body Parser" msgstr "" -#. summary(python-httpretty) -msgid "HTTP client mock for Python" -msgstr "" - #. description(perl-HTTP-Body) msgid "" "HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/json, application/x-www-form-urlencoded, and multipart/form-data.\n" @@ -2802,43 +1902,18 @@ "It is currently used by the Catalyst manpage to parse POST bodies." msgstr "" -#. description(perl-HTTP-Lite) -msgid "" -"HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is not intended as a replacement for the fully-featured LWP module. Instead, it is intended for use in situations where it is desirable to install the minimal number of modules to achieve HTTP support, or where LWP is not a good candidate due to CPU overhead, such as slower processors. HTTP::Lite is also significantly faster than LWP.\n" -"\n" -"HTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling for redistribution with larger packages where only HTTP GET and POST functionality are necessary.\n" -"\n" -"HTTP::Lite supports basic POST and GET operations only. As of 0.2.1, HTTP::Lite supports HTTP/1.1 and is compliant with the Host header, necessary for name based virtual hosting. Additionally, HTTP::Lite now supports Proxies.\n" -"\n" -"As of 2.0.0 HTTP::Lite now supports a callback to allow processing of request data as it arrives. This is useful for handling very large files without consuming memory.\n" -"\n" -"If you require more functionality, such as FTP or HTTPS, please see libwwwperl (LWP). LWP is a significantly better and more comprehensive package than HTTP::Lite, and should be used instead of HTTP::Lite whenever possible." +#. summary(mtpaint:mtpaint-handbook) +msgid "Handbook for the mtpaint painting application" msgstr "" -#. description(python-halite) -msgid "Halite is the salt web ui, from which you can run salt jobs/events and track progress" -msgstr "" - -#. summary(python-halite) -msgid "Halite the salt Web UI" -msgstr "" - #. summary(perl-Data-Hierarchy) msgid "Handle data in a hierarchical structure" msgstr "" -#. summary(php5-pear-Net_Sieve) -msgid "Handles talking to a sieve server" +#. summary(openocd:openocd-data) +msgid "Hardware Scripts for OpenOCD" msgstr "" -#. summary(perl-WWW-Mechanize) -msgid "Handy web browsing in a Perl object" -msgstr "" - -#. description(python-happybase) -msgid "HappyBase is a developer-friendly Python library to interact with Apache HBase." -msgstr "" - #. description(perl-Hash-Merge) msgid "" "Hash::Merge merges two arbitrarily deep hashes into a single hash. That is, at any level, it will add non-conflicting key-value pairs from one hash to the other, and follows a set of specific rules when there are key value conflicts (as outlined below). The hash is followed recursively, so that deeply nested hashes that are at the same level will be merged when the parent hashes are merged. *Please note that self-referencing hashes, or recursive references, are not handled well by this method.*\n" @@ -2859,767 +1934,928 @@ msgid "Hash::MultiValue is an object (and a plain hash reference) that may contain multiple values per key, inspired by MultiDict of WebOb." msgstr "" -#. description(perl-Sysadm-Install) +#. description(openstack-heat) +msgid "Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API." +msgstr "" + +#. description(openstack-heat-doc) 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" +"Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API.\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." +"This package contains documentation files for openstack-heat." msgstr "" -#. description(python3-CXX:python3-CXX-devel) -msgid "Header files and documentation for python3-CXX development." +#. description(myspell-dictionaries:myspell-he_IL) +msgid "Hebrew spelling dictionary." msgstr "" #. summary(perl-Data-Page) msgid "Help when paging through sets of results" msgstr "" -#. 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" +#. summary(openstack-utils) +msgid "Helper utilities for OpenStack service" msgstr "" -#. summary(python-eventlet) -msgid "Highly concurrent networking library" -msgstr "Библиотека работы с сетью" +#. summary(lucene) +msgid "High-performance, full-featured text search engine" +msgstr "" -#. summary(python-eventlet:python-eventlet-doc) -msgid "Highly concurrent networking library - Documentation" +#. description(myspell-dictionaries:myspell-hi_IN) +msgid "Hindi spelling dictionary." msgstr "" #. description(perl-Hook-LexWrap) msgid "Hook::LexWrap allows you to install a pre- or post-wrapper (or both) around an existing subroutine. Unlike other modules that provide this capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap implements wrappers in such a way that the standard caller function works correctly within the wrapped subroutine." msgstr "" -#. summary(php5-pear-Horde_Text_Flowed) -msgid "Horde API for flowed text as per RFC 3676" +#. description(myspell-dictionaries:myspell-hu_HU) +msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker FSF.hu Foundation." msgstr "" -#. summary(php5-pear-Horde_ActiveSync) -msgid "Horde ActiveSync Server Library" -msgstr "Библиотека сервера Horde ActiveSync" +#. summary(perl-IO-All) +msgid "IO::All of it to Graham and Damian!" +msgstr "" -#. summary(php5-pear-Horde_Auth) -msgid "Horde Authentication API" -msgstr "API аутентификации Horde" +#. description(perl-IO-Pager) +msgid "" +"IO::Pager can be used to locate an available pager and set the _PAGER_ environment variable (see the /NOTES manpage). It is also a factory for creating I/O objects such as the IO::Pager::Buffered manpage and the IO::Pager::Unbuffered manpage.\n" +"\n" +"IO::Pager subclasses are designed to programmatically decide whether or not to pipe a filehandle's output to a program specified in _PAGER_. Subclasses may implement only the IO handle methods desired and inherit the remainder of those outlined below from IO::Pager. For anything else, YMMV. See the appropriate subclass for implementation specific details." +msgstr "" -#. summary(php5-pear-Horde_Autoloader) -msgid "Horde Autoloader Library" -msgstr "Библиотека Horde Autoloader" +#. summary(perl-IO-Socket-Timeout) +msgid "IO::Socket with read/write timeout" +msgstr "" -#. summary(php5-pear-Horde_Browser) -msgid "Horde Browser API" -msgstr "API для Horde Browser" +#. summary(nagios-plugins-ipmi-sensor1) +msgid "IPMI Sensor 1 Monitoring Plugin for Nagios/Icinga" +msgstr "" -#. summary(php5-pear-Horde_Cache) -msgid "Horde Caching API" -msgstr "API кэширования для Horde" +#. summary(otrs:otrs-itsm) +msgid "ITIL (R) focused IT service management" +msgstr "" -#. summary(php5-pear-Horde_Cli) -msgid "Horde Command Line Interface API" -msgstr "API интерфейса командной строки Horde" +#. description(myspell-dictionaries:myspell-is) +msgid "Icelandic spelling dictionary and thesaurus." +msgstr "" -#. summary(php5-pear-Horde_Compress) -msgid "Horde Compression API" -msgstr "API сжатия для Horde" +#. description(perl-HTML-Scrubber) +msgid "" +"If you want to \"scrub\" or \"sanitize\" html input in a reliable and flexible fashion, then this module is for you.\n" +"\n" +"I wasn't satisfied with HTML::Sanitizer because it is based on HTML::TreeBuilder, so I thought I'd write something similar that works directly with HTML::Parser." +msgstr "" -#. summary(php5-pear-Horde_Constraint) -msgid "Horde Constraint library" -msgstr "Библиотека Horde Constraint" +#. description(perl-Ima-DBI) +msgid "" +"Ima::DBI attempts to organize and facilitate caching and more efficient use of database connections and statement handles by storing DBI and SQL information with your class (instead of as seperate objects). This allows you to pass around just one object without worrying about a trail of DBI handles behind it.\n" +"\n" +"One of the things I always found annoying about writing large programs with DBI was making sure that I didn't have duplicate database handles open. I was also annoyed by the somewhat wasteful nature of the prepare/execute/finish route I'd tend to go through in my subroutines. The new DBI->connect_cached and DBI->prepare_cached helped a lot, but I still had to throw around global datasource, username and password information.\n" +"\n" +"So, after a while I grew a small library of DBI helper routines and techniques. Ima::DBI is the culmination of all this, put into a nice(?), clean(?) class to be inherited from." +msgstr "" -#. summary(php5-pear-Horde_Controller) -msgid "Horde Controller libraries" -msgstr "Библиотеки Horde Controller" +#. summary(perl-File-ShareDir-Install) +msgid "Install shared files" +msgstr "" -#. summary(php5-pear-Horde_Core) -msgid "Horde Core Framework libraries" -msgstr "Библиотеки основного фреймворка Horde" +#. description(mtpaint:mtpaint-handbook) +msgid "Install this package is want to read the handbook for the painting application mtpaint." +msgstr "" -#. summary(php5-pear-Horde_Crypt) -msgid "Horde Cryptography API" +#. summary(loki_setup:loki_setup-64bit) +msgid "Installer Program Mainly for Games" msgstr "" -#. summary(php5-pear-Horde_Db) -msgid "Horde Database Libraries" -msgstr "Библиотеки баз данных Horde" +#. summary(nautilus-terminal) +msgid "Integrated Terminal for the Nautilus File Browser" +msgstr "" -#. summary(php5-pear-Horde_Date_Parser) -msgid "Horde Date Parser" -msgstr "Разбор дат для Horde" +#. summary(perl-GraphViz) +msgid "Interface to AT&T's GraphViz. Deprecated. See GraphViz2" +msgstr "" -#. summary(php5-pear-Horde_Date) -msgid "Horde Date package" +#. summary(netcomponents) +msgid "Internet Protocol Suite Java Library" msgstr "" -#. summary(php5-pear-Horde_Release) -msgid "Horde Distribution Packaging Tools" +#. summary(perl-DBIx-Class-IntrospectableM2M) +msgid "Introspect many-to-many shortcuts" msgstr "" -#. summary(php5-pear-Horde_ElasticSearch) -msgid "Horde ElasticSearch" -msgstr "Библиотека Horde ElasticSearch" +#. description(perl-DBIx-ContextualFetch) +msgid "It always struck me odd that DBI didn't take much advantage of Perl's context sensitivity. DBIx::ContextualFetch redefines some of the various fetch methods to fix this oversight. It also adds a few new methods for convenience (though not necessarily efficiency)." +msgstr "" -#. summary(php5-pear-Horde_Exception) -msgid "Horde Exception Handler" -msgstr "Обработчик исключений Horde" +#. description(perl-Mixin-Linewise) +msgid "It's boring to deal with opening files for IO, converting strings to handle-like objects, and all that. With the Mixin::Linewise::Readers manpage and the Mixin::Linewise::Writers manpage, you can just write a method to handle handles, and methods for handling strings and filenames are added for you." +msgstr "" -#. summary(php5-pear-Horde_Service_Facebook) -msgid "Horde Facebook client" -msgstr "Клиент Facebook для Horde" +#. description(myspell-dictionaries:myspell-it_IT) +msgid "Italian spelling dictionary, hyphenation rules, and thesaurus." +msgstr "" -#. summary(php5-pear-Horde_Form) -msgid "Horde Form API" -msgstr "API для Horde Form" +#. summary(perl-MooseX-Iterator) +msgid "Iterate over collections" +msgstr "" -#. summary(php5-pear-Horde_Http) -msgid "Horde HTTP libraries" -msgstr "Библиотеки HTTP для Horde" +#. summary(perl-JSON-RPC) +msgid "JSON RPC 2.0 Server Implementation" +msgstr "" -#. summary(php5-pear-Horde_Imap_Client) -msgid "Horde IMAP abstraction interface" +#. description(perl-JSON-RPC) +msgid "" +"JSON::RPC is a set of modules that implment JSON RPC 2.0 protocol.\n" +"\n" +" If you are using old JSON::RPC code (up to 0.96), DO NOT EXPECT YOUR CODE TO WORK WITH THIS VERSION. THIS VERSION IS ****BACKWARDS INCOMPATIBLE****" msgstr "" -#. summary(php5-pear-Horde_Imsp) -msgid "Horde IMSP API" +#. description(lucene) +msgid "Jakarta Lucene is a high-performance, full-featured text search engine written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform." msgstr "" -#. summary(php5-pear-Horde_Kolab_Cli) -msgid "Horde Kolab CLI" +#. summary(motoya-lmaru-fonts) +msgid "Japanese Round-Gothic-Typeface Fonts Designed by Motoya" msgstr "" -#. summary(php5-pear-Horde_Ldap) -msgid "Horde LDAP libraries" -msgstr "Библиотеки LDAP для Horde" +#. summary(motoya-lcedar-fonts) +msgid "Japanese gothic-typeface fonts designed by Motoya" +msgstr "" -#. description(php5-pear-Horde_Log) -msgid "Horde Logging package with configurable handlers, filters, and formatting." +#. summary(log4j:log4j-javadoc) +msgid "Java logging tool (Documentation)" msgstr "" -#. summary(php5-pear-Horde_LoginTasks) -msgid "Horde Login Tasks System" +#. summary(log4j:log4j-manual) +msgid "Java logging tool (Manual)" msgstr "" -#. summary(php5-pear-Horde_Mime) -msgid "Horde MIME Library" -msgstr "Библиотека MIME для Horde" +#. summary(log4j-mini) +msgid "Java logging tool (internal featureless package breaking dependency loop)" +msgstr "" -#. summary(php5-pear-Horde_Mail) -msgid "Horde Mail Library" -msgstr "Библиотека MIME для Horde" +#. description(netbeans-javaparser) +msgid "Java parser to analyse Java source files inside of the NetBeans IDE" +msgstr "" -#. summary(php5-pear-Horde_ListHeaders) -msgid "Horde Mailing List Headers library" +#. description(log4j:log4j-javadoc) +msgid "Javadoc for log4j." msgstr "" -#. summary(php5-pear-Horde_Memcache) -msgid "Horde Memcache API" -msgstr "API для Horde Memcache" +#. summary(netcomponents:netcomponents-javadoc) +#, fuzzy +#| msgid "Base package of ezcomponents" +msgid "Javadoc for netcomponents" +msgstr "Основной пакет ezcomponents" -#. summary(php5-pear-Horde_Oauth) -msgid "Horde OAuth client/server" -msgstr "Клиент/сервер OAuth для Horde" +#. summary(oro:oro-javadoc) +msgid "Javadoc for oro" +msgstr "" -#. summary(php5-pear-Horde_Rdo) -msgid "Horde ORM API" -msgstr "API для Horde Form" +#. summary(pentaho-libxml:pentaho-libxml-javadoc) +msgid "Javadoc for pentaho-libxml" +msgstr "" -#. summary(php5-pear-Horde_Pdf) -msgid "Horde PDF format library" -msgstr "Библиотека PDF для Horde" +#. description(pentaho-libxml:pentaho-libxml-javadoc) +msgid "Javadoc for pentaho-libxml." +msgstr "" -#. summary(php5-pear-Horde_Pear) -msgid "Horde Pear Libraries" -msgstr "Библиотеки оповещений Horde" +#. summary(pentaho-reporting-flow-engine:pentaho-reporting-flow-engine-javadoc) +msgid "Javadoc for pentaho-reporting-flow-engine" +msgstr "" -#. summary(php5-pear-Horde_Perms) -msgid "Horde Permissions System" -msgstr "Система разрешений Horde" +#. description(pentaho-reporting-flow-engine:pentaho-reporting-flow-engine-javadoc) +msgid "Javadoc for pentaho-reporting-flow-engine." +msgstr "" -#. summary(php5-pear-Horde_Prefs) -msgid "Horde Preferences API" -msgstr "API для Horde Preferences" +#. summary(perl-Locale-Maketext-Gettext) +msgid "Joins the gettext and Maketext frameworks" +msgstr "" -#. summary(php5-pear-Horde_Queue) -msgid "Horde Queue Layer" +#. description(lomt-fonts:lomt-junction-fonts) +msgid "Junction is a a humanist sans-serif, and the first open-source type project started by The League of Moveable Type." msgstr "" -#. summary(php5-pear-Horde_Rpc) -msgid "Horde RPC Client/Server API" -msgstr "API клиента/сервера RPC для Horde" +#. description(openstack-keystone) +msgid "Keystone is an OpenStack project that provides Identity, Token, Catalog and Policy services for use specifically by projects in the OpenStack family." +msgstr "" -#. summary(php5-pear-Horde_Routes) -msgid "Horde Routes URL mapping system" +#. description(openstack-keystone-doc) +msgid "" +"Keystone is an OpenStack project that provides Identity, Token, Catalog and Policy services for use specifically by projects in the OpenStack family.\n" +"\n" +"This package contains documentation files for openstack-keystone." msgstr "" -#. summary(php5-pear-Horde_Scheduler) -msgid "Horde Scheduler System" +#. description(lomt-fonts:lomt-knewave-fonts) +msgid "Knewave is a bold, painted font face." msgstr "" -#. summary(php5-pear-Horde_Service_Weather) -msgid "Horde Service Weather" +#. description(myspell-dictionaries:myspell-kmr_Latn) +msgid "Kurdish (Turkey) spelling dictionary." msgstr "" -#. summary(php5-pear-Horde_SessionHandler) -msgid "Horde Session Handler API" -msgstr "API обработчика сеансов Horde" +#. description(lldb) +msgid "LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler." +msgstr "" -#. summary(php5-pear-Horde_Share) -msgid "Horde Shared Permissions System" -msgstr "Общая система разрешений Horde" +#. description(lzo:lzo-devel-32bit) +msgid "LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. LZO is suitable for data de-/compression in real-time. This means it favours speed over compression ratio." +msgstr "" -#. summary(php5-pear-Horde_SpellChecker) -msgid "Horde Spellcheck API" -msgstr "API проверки правописания для Horde" +#. summary(mate-utils:mate-utils-common-lang) +#, fuzzy +#| msgid "Languages for package policycoreutils" +msgid "Languages for MATE utilities" +msgstr "Переводы для пакета policycoreutils" -#. summary(php5-pear-Horde_Stream) -msgid "Horde Stream Handler" -msgstr "Обработчик Horde Stream" +#. summary(NetworkManager:NetworkManager-lang) +#, fuzzy +#| msgid "Languages for package pragha" +msgid "Languages for package NetworkManager" +msgstr "Переводы для пакета pragha" -#. summary(php5-pear-Horde_Stream_Filter) -msgid "Horde Stream filters" -msgstr "Фильтры Horde Stream" +#. summary(NetworkManager-gnome:NetworkManager-gnome-lang) +#, fuzzy +#| msgid "Languages for package polkit-gnome" +msgid "Languages for package NetworkManager-gnome" +msgstr "Переводы для пакета polkit-gnome" -#. summary(php5-pear-Horde_Stream_Wrapper) -msgid "Horde Stream wrappers" -msgstr "Обёртки Horde Stream" +#. summary(NetworkManager-novellvpn:NetworkManager-novellvpn-lang) +#, fuzzy +#| msgid "Languages for package polkit-gnome" +msgid "Languages for package NetworkManager-novellvpn" +msgstr "Переводы для пакета polkit-gnome" -#. summary(php5-pear-Horde_Template) -msgid "Horde Template System" -msgstr "Система шаблонов для Horde" +#. summary(NetworkManager-openconnect:NetworkManager-openconnect-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package NetworkManager-openconnect" +msgstr "Переводы для пакета poedit" -#. description(php5-pear-Horde_Template) -msgid "Horde Template system. Adapted from bTemplate, by Brian Lozier <brian@massassi.net>." -msgstr "" +#. summary(NetworkManager-openvpn:NetworkManager-openvpn-lang) +#, fuzzy +#| msgid "Languages for package pragha" +msgid "Languages for package NetworkManager-openvpn" +msgstr "Переводы для пакета pragha" -#. summary(php5-pear-Horde_Text_Filter_Csstidy) -msgid "Horde Text Filter API" -msgstr "API текстового фильтра для Horde" +#. summary(NetworkManager-pptp:NetworkManager-pptp-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package NetworkManager-pptp" +msgstr "Переводы для пакета poedit" -#. summary(php5-pear-Horde_Timezone) -msgid "Horde Timezone library" -msgstr "" +#. summary(NetworkManager-strongswan:NetworkManager-strongswan-lang) +#, fuzzy +#| msgid "Languages for package pragha" +msgid "Languages for package NetworkManager-strongswan" +msgstr "Переводы для пакета pragha" -#. summary(php5-pear-Horde_Token) -msgid "Horde Token API" -msgstr "API для Horde Token" +#. summary(NetworkManager-vpnc:NetworkManager-vpnc-lang) +#, fuzzy +#| msgid "Languages for package pragha" +msgid "Languages for package NetworkManager-vpnc" +msgstr "Переводы для пакета pragha" -#. summary(php5-pear-Horde_Tree) -msgid "Horde Tree API" -msgstr "API для Horde Tree" +#. summary(PackageKit:PackageKit-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package PackageKit" +msgstr "Переводы для пакета poedit" -#. summary(php5-pear-Horde_Service_Twitter) -msgid "Horde Twitter client" -msgstr "Клиент Twitter для Horde" +#. summary(liferea:liferea-lang) +#, fuzzy +#| msgid "Languages for package picard" +msgid "Languages for package liferea" +msgstr "Переводы для пакета picard" -#. summary(php5-pear-Horde_Test) -msgid "Horde Unit Testing base classes" -msgstr "Базовые классы тестирования Horde" +#. summary(lightdm-kde-greeter:lightdm-kde-greeter-lang) +#, fuzzy +#| msgid "Languages for package polkit-gnome" +msgid "Languages for package lightdm-kde-greeter" +msgstr "Переводы для пакета polkit-gnome" -#. summary(php5-pear-Horde_Url) -msgid "Horde Url class" -msgstr "Класс Horde Url" +#. summary(lightsoff:lightsoff-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package lightsoff" +msgstr "Переводы для пакета poedit" -#. summary(php5-pear-Horde_Group) -msgid "Horde User Groups System" -msgstr "Система пользовательских групп Horde" +#. summary(lrcShow-X:lrcShow-X-lang) +#, fuzzy +#| msgid "Languages for package pragha" +msgid "Languages for package lrcShow-X" +msgstr "Переводы для пакета pragha" -#. summary(php5-pear-Horde_Util) -msgid "Horde Utility Libraries" -msgstr "Библиотеки утилиты Horde" +#. summary(marco:marco-lang) +#, fuzzy +#| msgid "Languages for package picard" +msgid "Languages for package marco" +msgstr "Переводы для пакета picard" -#. summary(php5-pear-Horde_View) -msgid "Horde View API" -msgstr "" +#. summary(mate-applets:mate-applets-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package mate-applets" +msgstr "Переводы для пакета poedit" -#. summary(php5-pear-Horde_Xml_Element) -msgid "Horde Xml Element Handling Class" -msgstr "" +#. summary(mate-backgrounds:mate-backgrounds-lang) +#, fuzzy +#| msgid "Languages for package picard" +msgid "Languages for package mate-backgrounds" +msgstr "Переводы для пакета picard" -#. summary(php5-pear-Horde_Alarm) -msgid "Horde alarm libraries" -msgstr "Библиотеки оповещений Horde" +#. summary(mate-calc:mate-calc-lang) +#, fuzzy +#| msgid "Languages for package picard" +msgid "Languages for package mate-calc" +msgstr "Переводы для пакета picard" -#. summary(php5-pear-Horde_Argv) -msgid "Horde command-line argument parsing package" -msgstr "Пакет разбора параметров командной строки Horde" +#. summary(mate-control-center:mate-control-center-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package mate-control-center" +msgstr "Переводы для пакета poedit" -#. description(php5-pear-Horde_Db) -msgid "Horde database/SQL abstraction layer" -msgstr "" +#. summary(mate-desktop:mate-desktop-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package mate-desktop" +msgstr "Переводы для пакета poedit" -#. summary(php5-pear-Horde_Injector) -msgid "Horde dependency injection container" -msgstr "" +#. summary(mate-dialogs:mate-dialogs-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package mate-dialogs" +msgstr "Переводы для пакета poedit" -#. summary(php5-pear-Horde_Icalendar) -msgid "Horde iCalendar API" -msgstr "API iCalendar для Horde" +#. summary(mate-indicator-applet:mate-indicator-applet-lang) +#, fuzzy +#| msgid "Languages for package picard" +msgid "Languages for package mate-indicator-applet" +msgstr "Переводы для пакета picard" -#. summary(php5-pear-Horde_Nls) -msgid "Horde package for Native Language Support (NLS)" -msgstr "Пакет Horde для поддержки родных языков Native Language Support (NLS)" +#. summary(mate-media:mate-media-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package mate-media" +msgstr "Переводы для пакета poedit" -#. summary(php5-pear-Horde_Support) -msgid "Horde support package" -msgstr "" +#. summary(mate-menus:mate-menus-lang) +#, fuzzy +#| msgid "Languages for package pgadmin3" +msgid "Languages for package mate-menus" +msgstr "Переводы для пакета pgadmin3" -#. summary(php5-pear-Horde_Translation) -msgid "Horde translation library" -msgstr "Библиотека перевода Horde" +#. summary(mate-netbook:mate-netbook-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package mate-netbook" +msgstr "Переводы для пакета poedit" -#. description(php5-pear-Horde_Cli) -msgid "Horde_Cli:: API for basic command-line functionality/checks" -msgstr "" +#. summary(mate-netspeed:mate-netspeed-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package mate-netspeed" +msgstr "Переводы для пакета poedit" -#. description(php5-pear-Horde_Cli_Modular) -msgid "Horde_Cli_Modular:: Modular API for basic command-line functionality/checks" -msgstr "" +#. summary(mate-notification-daemon:mate-notification-daemon-lang) +#, fuzzy +#| msgid "Languages for package pidgin-guifications" +msgid "Languages for package mate-notification-daemon" +msgstr "Переводы для пакета pidgin-guifications" -#. description(php5-pear-Horde_SessionHandler) -msgid "Horde_SessionHandler defines an API for implementing custom session handlers for PHP." -msgstr "" +#. summary(mate-panel:mate-panel-lang) +#, fuzzy +#| msgid "Languages for package po4a" +msgid "Languages for package mate-panel" +msgstr "Переводы для пакета po4a" -#. description(php5-pear-Horde_Share) -msgid "Horde_Share provides an interface to all shared resources a user owns or has access to." -msgstr "" +#. summary(mate-polkit:mate-polkit-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package mate-polkit" +msgstr "Переводы для пакета poedit" -#. summary(php5-pear-Horde_SyncMl) -msgid "Horde_SyncMl provides an API for processing SyncML requests" -msgstr "" +#. summary(mate-power-manager:mate-power-manager-lang) +#, fuzzy +#| msgid "Languages for package pragha" +msgid "Languages for package mate-power-manager" +msgstr "Переводы для пакета pragha" -#. 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(mate-screensaver:mate-screensaver-lang) +#, fuzzy +#| msgid "Languages for package picard" +msgid "Languages for package mate-screensaver" +msgstr "Переводы для пакета picard" -#. summary(perl-IO-All) -msgid "IO::All of it to Graham and Damian!" -msgstr "" +#. summary(mate-sensors-applet:mate-sensors-applet-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package mate-sensors-applet" +msgstr "Переводы для пакета poedit" -#. description(perl-IO-Pager) -msgid "" -"IO::Pager can be used to locate an available pager and set the _PAGER_ environment variable (see the /NOTES manpage). It is also a factory for creating I/O objects such as the IO::Pager::Buffered manpage and the IO::Pager::Unbuffered manpage.\n" -"\n" -"IO::Pager subclasses are designed to programmatically decide whether or not to pipe a filehandle's output to a program specified in _PAGER_. Subclasses may implement only the IO handle methods desired and inherit the remainder of those outlined below from IO::Pager. For anything else, YMMV. See the appropriate subclass for implementation specific details." -msgstr "" +#. summary(mate-session-manager:mate-session-manager-lang) +#, fuzzy +#| msgid "Languages for package picard" +msgid "Languages for package mate-session-manager" +msgstr "Переводы для пакета picard" -#. summary(python-jsonpointer) -msgid "Identify specific nodes in a JSON document (according to draft 08)" -msgstr "" +#. summary(mate-settings-daemon:mate-settings-daemon-lang) +#, fuzzy +#| msgid "Languages for package pgadmin3" +msgid "Languages for package mate-settings-daemon" +msgstr "Переводы для пакета pgadmin3" -#. 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 "" +#. summary(mate-system-monitor:mate-system-monitor-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package mate-system-monitor" +msgstr "Переводы для пакета poedit" -#. 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 "" +#. summary(mate-terminal:mate-terminal-lang) +#, fuzzy +#| msgid "Languages for package pgadmin3" +msgid "Languages for package mate-terminal" +msgstr "Переводы для пакета pgadmin3" -#. description(perl-HTML-Scrubber) -msgid "" -"If you wanna \"scrub\" or \"sanitize\" html input in a reliable and flexible fashion, then this module is for you.\n" -"\n" -"I wasn't satisfied with HTML::Sanitizer because it is based on HTML::TreeBuilder, so I thought I'd write something similar that works directly with HTML::Parser." -msgstr "" +#. summary(mate-themes:mate-themes-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package mate-themes" +msgstr "Переводы для пакета poedit" -#. description(perl-UNIVERSAL-require) -msgid "" -"If you've ever had to do this...\n" -"\n" -" 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(mate-user-share:mate-user-share-lang) +#, fuzzy +#| msgid "Languages for package pragha" +msgid "Languages for package mate-user-share" +msgstr "Переводы для пакета pragha" -#. 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(memprof:memprof-lang) +#, fuzzy +#| msgid "Languages for package proftpd" +msgid "Languages for package memprof" +msgstr "Переводы для пакета proftpd" -#. 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 "" +#. summary(metacity:metacity-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package metacity" +msgstr "Переводы для пакета poedit" -#. description(perl-Ima-DBI) -msgid "" -"Ima::DBI attempts to organize and facilitate caching and more efficient use of database connections and statement handles by storing DBI and SQL information with your class (instead of as seperate objects). This allows you to pass around just one object without worrying about a trail of DBI handles behind it.\n" -"\n" -"One of the things I always found annoying about writing large programs with DBI was making sure that I didn't have duplicate database handles open. I was also annoyed by the somewhat wasteful nature of the prepare/execute/finish route I'd tend to go through in my subroutines. The new DBI->connect_cached and DBI->prepare_cached helped a lot, but I still had to throw around global datasource, username and password information.\n" -"\n" -"So, after a while I grew a small library of DBI helper routines and techniques. Ima::DBI is the culmination of all this, put into a nice(?), clean(?) class to be inherited from." -msgstr "" +#. summary(midori:midori-lang) +#, fuzzy +#| msgid "Languages for package picard" +msgid "Languages for package midori" +msgstr "Переводы для пакета picard" -#. description(python-imagestore) -msgid "" -"ImageStore ==========\n" -"\n" -"An image gallery, created for easy integration for an exiting django project.\n" -"\n" -"`Documentation aviable 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(mousetweaks:mousetweaks-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package mousetweaks" +msgstr "Переводы для пакета poedit" -#. description(php5-pear-SOAP) -msgid "Implementation of SOAP protocol and services" -msgstr "Реализация протокола и служб SOAP" +#. summary(mozo:mozo-lang) +#, fuzzy +#| msgid "Languages for package po4a" +msgid "Languages for package mozo" +msgstr "Переводы для пакета po4a" -#. summary(python-django-guardian) -msgid "Implementation of per object permissions for Django 1.2" -msgstr "" +#. summary(mutter:mutter-lang) +#, fuzzy +#| msgid "Languages for package picard" +msgid "Languages for package mutter" +msgstr "Переводы для пакета picard" -#. summary(python-jsonrpclib) -msgid "Implementation of the JSON-RPC v2.0 specification as a client library" -msgstr "" +#. summary(mx:mx-lang) +#, fuzzy +#| msgid "Languages for package po4a" +msgid "Languages for package mx" +msgstr "Переводы для пакета po4a" -#. 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(nautilus:nautilus-lang) +#, fuzzy +#| msgid "Languages for package po4a" +msgid "Languages for package nautilus" +msgstr "Переводы для пакета po4a" -#. 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(nautilus-actions:nautilus-actions-lang) +#, fuzzy +#| msgid "Languages for package pulseaudio" +msgid "Languages for package nautilus-actions" +msgstr "Переводы для пакета pulseaudio" -#. 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(nautilus-image-converter:nautilus-image-converter-lang) +#, fuzzy +#| msgid "Languages for package pulseaudio" +msgid "Languages for package nautilus-image-converter" +msgstr "Переводы для пакета pulseaudio" -#. summary(perl-File-ShareDir-Install) -msgid "Install shared files" -msgstr "" +#. summary(nautilus-open-terminal:nautilus-open-terminal-lang) +#, fuzzy +#| msgid "Languages for package pulseaudio" +msgid "Languages for package nautilus-open-terminal" +msgstr "Переводы для пакета pulseaudio" -#. summary(php5-pear-phpunit-PHP_CodeBrowser) -msgid "Integration in Hudson and CruiseControl" -msgstr "" +#. summary(nautilus-search-tool:nautilus-search-tool-lang) +#, fuzzy +#| msgid "Languages for package pulseaudio" +msgid "Languages for package nautilus-search-tool" +msgstr "Переводы для пакета pulseaudio" -#. summary(presage:pyprompter) -msgid "Intelligent predictive wxPython text editor" +#. summary(nautilus-sendto:nautilus-sendto-lang) +#, fuzzy +#| msgid "Languages for package pulseaudio" +msgid "Languages for package nautilus-sendto" +msgstr "Переводы для пакета pulseaudio" + +#. summary(net6:net6-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package net6" +msgstr "Переводы для пакета poedit" + +#. summary(notification-daemon:notification-daemon-lang) +#, fuzzy +#| msgid "Languages for package pidgin-guifications" +msgid "Languages for package notification-daemon" +msgstr "Переводы для пакета pidgin-guifications" + +#. summary(obby:obby-lang) +#, fuzzy +#| msgid "Languages for package po4a" +msgid "Languages for package obby" +msgstr "Переводы для пакета po4a" + +#. summary(openconnect:openconnect-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package openconnect" +msgstr "Переводы для пакета poedit" + +#. summary(orca:orca-lang) +#, fuzzy +#| msgid "Languages for package po4a" +msgid "Languages for package orca" +msgstr "Переводы для пакета po4a" + +#. summary(osdlyrics:osdlyrics-lang) +#, fuzzy +#| msgid "Languages for package poedit" +msgid "Languages for package osdlyrics" +msgstr "Переводы для пакета poedit" + +#. summary(parole:parole-lang) +#, fuzzy +#| msgid "Languages for package picard" +msgid "Languages for package parole" +msgstr "Переводы для пакета picard" + +#. summary(parted:parted-lang) +#, fuzzy +#| msgid "Languages for package picard" +msgid "Languages for package parted" +msgstr "Переводы для пакета picard" + +#. summary(pdf2djvu:pdf2djvu-lang) +#, fuzzy +#| msgid "Languages for package proftpd" +msgid "Languages for package pdf2djvu" +msgstr "Переводы для пакета proftpd" + +#. description(myspell-dictionaries:myspell-lo_LA) +msgid "Lao spelling dictionary." msgstr "" -#. summary(perl-GraphViz) -msgid "Interface to AT&T's GraphViz. Deprecated. See GraphViz2" +#. description(myspell-dictionaries:myspell-lv_LV) +msgid "Latvian spelling dictionary, and hyphenation rules." msgstr "" -#. summary(perl-WWW-Shorten) -msgid "Interface to URL shortening sites." +#. description(lomt-fonts:lomt-leaguegothic-fonts) +msgid "League Gothic is a revival of an old classic, Alternate Gothic #1." msgstr "" -#. summary(python-interlude) -msgid "Interlude for Doctests provides an Interactive Console" +#. summary(lomt-fonts:lomt-blackout-fonts) +msgid "League Of Movable Type's \"Blackout\" font family" msgstr "" -#. description(python-hacking) -msgid "Introduction" +#. summary(lomt-fonts:lomt-chunk-fonts) +msgid "League Of Movable Type's \"Chunk\" font" msgstr "" -#. summary(perl-DBIx-Class-IntrospectableM2M) -msgid "Introspect many-to-many shortcuts" +#. summary(lomt-fonts:lomt-fanwood-fonts) +msgid "League Of Movable Type's \"Fanwood\" font family" msgstr "" -#. description(perl-DBIx-ContextualFetch) -msgid "It always struck me odd that DBI didn't take much advantage of Perl's context sensitivity. DBIx::ContextualFetch redefines some of the various fetch methods to fix this oversight. It also adds a few new methods for convenience (though not necessarily efficiency)." +#. summary(lomt-fonts:lomt-goudybookletter-fonts) +msgid "League Of Movable Type's \"Goudy Bookletter 1911\" font" msgstr "" -#. 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." +#. summary(lomt-fonts:lomt-junction-fonts) +msgid "League Of Movable Type's \"Junction\" font" msgstr "" -#. description(perl-Mixin-Linewise) -msgid "It's boring to deal with opening files for IO, converting strings to handle-like objects, and all that. With the Mixin::Linewise::Readers manpage and the Mixin::Linewise::Writers manpage, you can just write a method to handle handles, and methods for handling strings and filenames are added for you." +#. summary(lomt-fonts:lomt-knewave-fonts) +msgid "League Of Movable Type's \"Knewave\" font family" msgstr "" -#. summary(perl-MooseX-Iterator) -msgid "Iterate over collections" +#. summary(lomt-fonts:lomt-leaguegothic-fonts) +msgid "League Of Movable Type's \"League Gothic\" font family" msgstr "" -#. summary(perl-JSON-RPC) -msgid "JSON RPC 2.0 Server Implementation" +#. summary(lomt-fonts:lomt-script1-fonts) +msgid "League Of Movable Type's \"League Script Number One\" font" msgstr "" -#. description(perl-JSON-RPC) -msgid "" -"JSON::RPC is a set of modules that implment JSON RPC 2.0 protocol.\n" -"\n" -" If you are using old JSON::RPC code (up to 0.96), DO NOT EXPECT YOUR CODE TO WORK WITH THIS VERSION. THIS VERSION IS ****BACKWARDS INCOMPATIBLE****" +#. summary(lomt-fonts:lomt-lindenhill-fonts) +msgid "League Of Movable Type's \"Linden Hill\" font family" msgstr "" -#. summary(postgresql-jdbc:postgresql-jdbc-javadoc) -msgid "Javadoc for postgresql-jdbc" +#. summary(lomt-fonts:lomt-orbitron-fonts) +msgid "League Of Movable Type's \"Orbitron\" font family" msgstr "" -#. summary(python-Coffin) -msgid "Jinja2 adapter for Django" +#. summary(lomt-fonts:lomt-ostrichsans-fonts) +msgid "League Of Movable Type's \"Ostrich Sans\" font family" msgstr "" -#. description(python-Coffin) -msgid "Jinja2 adapter for Django." +#. summary(lomt-fonts:lomt-prociono-fonts) +msgid "League Of Movable Type's \"Prociono\" font" msgstr "" -#. 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 %}" +#. summary(lomt-fonts:lomt-raleway-fonts) +msgid "League Of Movable Type's \"Raleway\" font" msgstr "" -#. summary(python-Jinja2:python-Jinja2-emacs) -msgid "Jinja2 syntax files for Emacs" +#. summary(lomt-fonts:lomt-sniglet-fonts) +msgid "League Of Movable Type's \"Sniglet\" font" msgstr "" -#. summary(python-Jinja2:python-Jinja2-vim) -msgid "Jinja2 syntax files for Vim" +#. summary(lomt-fonts:lomt-sortsmillgoudy-fonts) +msgid "League Of Movable Type's \"Sorts Mill Goudy\" font family" msgstr "" -#. summary(perl-Locale-Maketext-Gettext) -msgid "Joins the gettext and Maketext frameworks" +#. summary(mingzat-fonts) +msgid "Lepcha Font" msgstr "" -#. 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." +#. summary(perl-Data-Dumper-Concise) +msgid "Less indentation and newlines plus sub deparsing" msgstr "" -#. summary(perl-namespace-autoclean) -msgid "Keep imports out of your namespace" +#. summary(perl-Class-Accessor-Grouped) +msgid "Lets you build groups of accessors" msgstr "" -#. description(python-keyczar) +#. description(perl-Lexical-Persistence) 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" +"Lexical::Persistence does a few things, all related. Note that all the behaviors listed here are the defaults. Subclasses can override nearly every aspect of Lexical::Persistence's behavior.\n" "\n" -"Some features of Keyczar include:\n" +"Lexical::Persistence lets your code access persistent data through lexical variables. This example prints \"some value\" because the value of $x persists in the $lp object between setter() and getter().\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" +"\tuse Lexical::Persistence;\n" +"\n" +"\tmy $lp = Lexical::Persistence->new(); \t$lp->call(\\&setter); \t$lp->call(\\&getter);\n" +"\n" +"\tsub setter { my $x = \"some value\" } \tsub getter { print my $x, \"\\n\" }\n" +"\n" +"Lexicals with leading underscores are not persistent.\n" +"\n" +"By default, Lexical::Persistence supports accessing data from multiple sources through the use of variable prefixes. The set_context() member sets each data source. It takes a prefix name and a hash of key/value pairs. By default, the keys must have sigils representing their variable types.\n" +"\n" +"\tuse Lexical::Persistence;\n" +"\n" +"\tmy $lp = Lexical::Persistence->new(); \t$lp->set_context( pi => { '$member' => 3.141 } ); \t$lp->set_context( e => { '@member' => [ 2, '.', 7, 1, 8 ] } ); \t$lp->set_context( \t\tanimal => { \t\t\t'%member' => { cat => \"meow\", dog => \"woof\" } \t\t} \t);\n" +"\n" +"\t$lp->call(\\&display);\n" +"\n" +"\tsub display { \t\tmy ($pi_member, @e_member, %animal_member);\n" +"\n" +"\t\tprint \"pi = $pi_member\\n\"; \t\tprint \"e = @e_member\\n\"; \t\twhile (my ($animal, $sound) = each %animal_member) { \t\t\tprint \"The $animal goes... $sound!\\n\"; \t\t} \t}\n" +"\n" +"And the corresponding output:\n" +"\n" +"\tpi = 3.141 \te = 2 . 7 1 8 \tThe cat goes... meow! \tThe dog goes... woof!\n" +"\n" +"By default, call() takes a single subroutine reference and an optional list of named arguments. The arguments will be passed directly to the called subroutine, but Lexical::Persistence also makes the values available from the \"arg\" prefix.\n" +"\n" +"\tuse Lexical::Persistence;\n" +"\n" +"\tmy %animals = ( \t\tsnake => \"hiss\", \t\tplane => \"I'm Cartesian\", \t);\n" +"\n" +"\tmy $lp = Lexical::Persistence->new(); \twhile (my ($animal, $sound) = each %animals) { \t\t$lp->call(\\&display, animal => $animal, sound => $sound); \t}\n" +"\n" +"\tsub display { \t\tmy ($arg_animal, $arg_sound); \t\tprint \"The $arg_animal goes... $arg_sound!\\n\"; \t}\n" +"\n" +"And the corresponding output:\n" +"\n" +"\tThe plane goes... I'm Cartesian! \tThe snake goes... hiss!\n" +"\n" +"Sometimes you want to call functions normally. The wrap() method will wrap your function in a small thunk that does the call() for you, returning a coderef.\n" +"\n" +"\tuse Lexical::Persistence;\n" +"\n" +"\tmy $lp = Lexical::Persistence->new(); \tmy $thunk = $lp->wrap(\\&display);\n" +"\n" +"\t$thunk->(animal => \"squirrel\", sound => \"nuts\");\n" +"\n" +"\tsub display { \t\tmy ($arg_animal, $arg_sound); \t\tprint \"The $arg_animal goes... $arg_sound!\\n\"; \t}\n" +"\n" +"And the corresponding output:\n" +"\n" +"\tThe squirrel goes... nuts!\n" +"\n" +"Prefixes are the characters leading up to the first underscore in a lexical variable's name. However, there's also a default context named underscore. It's literally \"_\" because the underscore is not legal in a context name by default. Variables without prefixes, or with prefixes that have not been previously defined by set_context(), are stored in that context.\n" +"\n" +"The get_context() member returns a hash for a named context. This allows your code to manipulate the values within a persistent context.\n" +"\n" +"\tuse Lexical::Persistence;\n" +"\n" +"\tmy $lp = Lexical::Persistence->new(); \t$lp->set_context( \t\t_ => { \t\t\t'@mind' => [qw(My mind is going. I can feel it.)] \t\t} \t);\n" +"\n" +"\twhile (1) { \t\t$lp->call(\\&display); \t\tmy $mind = $lp->get_context(\"_\")->{'@mind'}; \t\tsplice @$mind, rand(@$mind), 1; \t\tlast unless @$mind; \t}\n" +"\n" +"\tsub display { \t\tmy @mind; \t\tprint \"@mind\\n\"; \t}\n" +"\n" +"Displays something like:\n" +"\n" +"\tMy mind is going. I can feel it. \tMy is going. I can feel it. \tMy is going. I feel it. \tMy going. I feel it. \tMy going. I feel \tMy I feel \tMy I \tMy\n" +"\n" +"It's possible to create multiple Lexical::Persistence objects, each with a unique state.\n" +"\n" +"\tuse Lexical::Persistence;\n" +"\n" +"\tmy $lp_1 = Lexical::Persistence->new(); \t$lp_1->set_context( _ => { '$foo' => \"context 1's foo\" } );\n" +"\n" +"\tmy $lp_2 = Lexical::Persistence->new(); \t$lp_2->set_context( _ => { '$foo' => \"the foo in context 2\" } );\n" +"\n" +"\t$lp_1->call(\\&display); \t$lp_2->call(\\&display);\n" +"\n" +"\tsub display { \t\tprint my $foo, \"\\n\"; \t}\n" +"\n" +"Gets you this output:\n" +"\n" +"\tcontext 1's foo \tthe foo in context 2\n" +"\n" +"You can also compile and execute perl code contained in plain strings in a a lexical environment that already contains the persisted variables.\n" +"\n" +"\tuse Lexical::Persistence;\n" +"\n" +"\tmy $lp = Lexical::Persistence->new();\n" +"\n" +"\t$lp->do( 'my $message = \"Hello, world\" );\n" +"\n" +"\t$lp->do( 'print \"$message\\n\"' );\n" +"\n" +"Which gives the output:\n" +"\n" +"\tHello, world\n" +"\n" +"If you come up with other fun uses, let us know." msgstr "" -#. description(openstack-keystone:python-keystone) -msgid "" -"Keystone is an OpenStack project that provides Identity, Token, Catalog and Policy services for use specifically by projects in the OpenStack family.\n" -"\n" -"This package contains the core Python module of OpenStack Keystone." +#. summary(perl-Hook-LexWrap) +msgid "Lexically scoped subroutine wrappers" msgstr "" -#. summary(python-cl) -msgid "Kombu actor framework" +#. summary(texlive:perl-biber) +msgid "Library files of Biber a BibTeX replacement" msgstr "" -#. summary(perl-Pod-Coverage-Moose) -msgid "L<Pod::Coverage> extension for L<Moose>" +#. summary(pango:pango-module-thai-lang-32bit) +msgid "Library for Layout and Rendering of Text -- Module for the Thai Language" msgstr "" -#. summary(pgadmin3:pgadmin3-lang) -msgid "Languages for package pgadmin3" -msgstr "Переводы для пакета pgadmin3" +#. summary(libxkbcommon:libxkbcommon-x11-0-32bit) +msgid "Library for handling xkb descriptions using XKB-X11" +msgstr "" -#. summary(picard:picard-lang) -msgid "Languages for package picard" -msgstr "Переводы для пакета picard" +#. summary(libyui-doc) +#, fuzzy +#| msgid "Python PDF Documentation" +msgid "Libyui documentation" +msgstr "Документация в формате PDF для Python" -#. summary(pidgin-advanced-sound-notification:pidgin-advanced-sound-notification-lang) -msgid "Languages for package pidgin-advanced-sound-notification" -msgstr "Переводы для пакета pidgin-advanced-sound-notification" +#. summary(libyui-gtk-doc) +#, fuzzy +#| msgid "Python PDF Documentation" +msgid "Libyui-gtk documentation" +msgstr "Документация в формате PDF для Python" -#. summary(pidgin-birthday-reminder:pidgin-birthday-reminder-lang) -msgid "Languages for package pidgin-birthday-reminder" -msgstr "Переводы для пакета pidgin-birthday-reminder" +#. summary(libyui-gtk-pkg-doc) +msgid "Libyui-gtk-pkg documentation" +msgstr "" -#. summary(pidgin-guifications:pidgin-guifications-lang) -msgid "Languages for package pidgin-guifications" -msgstr "Переводы для пакета pidgin-guifications" +#. summary(libyui-ncurses-doc) +msgid "Libyui-ncurses documentation" +msgstr "" -#. summary(plasma-nm:plasma-nm-lang) -msgid "Languages for package plasma-nm" +#. summary(libyui-ncurses-pkg-doc) +msgid "Libyui-ncurses-pkg documentation" msgstr "" -#. summary(plasmoid-cwp:plasmoid-cwp-lang) -msgid "Languages for package plasmoid-cwp" -msgstr "Переводы для пакета plasmoid-cwp" +#. summary(libyui-qt-doc) +#, fuzzy +#| msgid "Python PDF Documentation" +msgid "Libyui-qt documentation" +msgstr "Документация в формате PDF для Python" -#. summary(po4a:po4a-lang) -msgid "Languages for package po4a" -msgstr "Переводы для пакета po4a" +#. summary(libyui-qt-graph-doc) +#, fuzzy +#| msgid "Python PDF Documentation" +msgid "Libyui-qt-graph documentation" +msgstr "Документация в формате PDF для Python" -#. summary(poedit:poedit-lang) -msgid "Languages for package poedit" -msgstr "Переводы для пакета poedit" - -#. summary(policycoreutils:policycoreutils-lang) -msgid "Languages for package policycoreutils" -msgstr "Переводы для пакета policycoreutils" - -#. summary(polkit-gnome:polkit-gnome-lang) -msgid "Languages for package polkit-gnome" -msgstr "Переводы для пакета polkit-gnome" - -#. summary(pragha:pragha-lang) -msgid "Languages for package pragha" -msgstr "Переводы для пакета pragha" - -#. summary(proftpd:proftpd-lang) -msgid "Languages for package proftpd" -msgstr "Переводы для пакета proftpd" - -#. summary(pulseaudio:pulseaudio-lang) -msgid "Languages for package pulseaudio" -msgstr "Переводы для пакета pulseaudio" - -#. summary(purple-plugin-pack:purple-plugin-pack-lang) -msgid "Languages for package purple-plugin-pack" -msgstr "Переводы для пакета purple-plugin-pack" - -#. summary(perl-Data-Dumper-Concise) -msgid "Less indentation and newlines plus sub deparsing" +#. summary(libyui-qt-pkg-doc) +msgid "Libyui-qt-pkg documentation" msgstr "" -#. summary(python-lesscpy) -msgid "Lesscss compiler" +#. summary(perl-HTTP-Lite) +msgid "Lightweight HTTP implementation" msgstr "" -#. summary(perl-Hook-LexWrap) -msgid "Lexically scoped subroutine wrappers" +#. summary(perl-Exception-Base) +msgid "Lightweight exceptions" msgstr "" -#. summary(python3-xlrd) -msgid "Library for Developers to Extract Data From Microsoft Excel Spreadsheet Files" +#. summary(perl-Exporter-Lite) +msgid "Lightweight exporting of variables" msgstr "" -#. description(php5-pear-Horde_Date_Parser) -msgid "Library for natural-language date parsing, with support for multiple languages and locales" +#. description(lilypond-doc) +msgid "" +"LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input.\n" +"\n" +"LilyPond supports many forms of music notation constructs, including chord names, drum notation, figured bass, grace notes, guitar tablature, modern notation (cluster notation and rhythmic grouping), tremolos, (nested) tuplets in arbitrary ratios, and more.\n" +"\n" +"LilyPond's text-based music input language support can integrate into LaTeX, HTML and Texinfo seamlessly, allowing single sheet music or musicological treatises to be written from a single source. Form and content are separate, and with LilyPond's expert automated formatting, users don't need typographical expertise to produce good notation.\n" +"\n" +"LilyPond produces PDF, PostScript, SVG, or TeX printed output, as well as MIDI for listening pleasures. LilyPond is exported from the RoseGarden and NoteEdit GUIs, and can import ABC, ETF and MIDI.\n" +"\n" +"Documentation files for the GNU LilyPond music typesetter.\n" +"\n" +"LilyPond is part of the GNU Project." msgstr "" -#. description(php5-pear-Horde_Timezone) -msgid "Library for parsing timezone databases and generating VTIMEZONE iCalendar components." +#. description(lilypond:lilypond-century-schoolbook-l-fonts) +msgid "" +"LilyPond is an automated music engraving system. It formats music beautifully and automatically, and has a friendly syntax for its input files.\n" +"\n" +"These are the Century Schoolbook L fonts included in the package." msgstr "" -#. description(php5-pear-phpunit-PHP_CodeCoverage) -msgid "Library that provides collection, processing, and rendering functionality for PHP code coverage information." +#. description(lilypond:lilypond-emmentaler-fonts) +msgid "" +"LilyPond is an automated music engraving system. It formats music beautifully and automatically, and has a friendly syntax for its input files.\n" +"\n" +"These are the emmentaler fonts included in the package." msgstr "" -#. summary(python3-polib) -msgid "Library to Manipulate gettext Files (PO and MO Files)" +#. description(lilypond:lilypond-fonts-common) +msgid "" +"LilyPond is an automated music engraving system. It formats music beautifully and automatically, and has a friendly syntax for its input files.\n" +"\n" +"This contains the directory common to all lilypond fonts." msgstr "" -#. summary(python-django-dajax) -msgid "Library to create asynchronous presentation logic with django and dajaxice" +#. summary(lilypond:lilypond-century-schoolbook-l-fonts) +msgid "Lilypond Century Schoolbook L fonts" msgstr "" -#. summary(python3-py) -msgid "Library with cross-python path, ini-parsing, io, code, log facilities" +#. summary(lilypond:lilypond-emmentaler-fonts) +msgid "Lilypond emmentaler fonts" msgstr "" -#. description(php5-pear-Horde_ElasticSearch) -msgid "Lightweight API for ElasticSearch (http://www.elasticsearch.org/)." +#. summary(lilypond:lilypond-fonts-common) +msgid "Lilypond fonts common dir" msgstr "" -#. summary(perl-HTTP-Lite) -msgid "Lightweight HTTP implementation" +#. description(lomt-fonts:lomt-lindenhill-fonts) +msgid "Linden Hill is a digital version of Frederic Goudy's Deepdene. The package includes roman and italic." msgstr "" -#. summary(perl-Exception-Base) -msgid "Lightweight exceptions" +#. summary(loadlin) +msgid "Linux Loader with Command Line from DOS" msgstr "" -#. summary(perl-Exporter-Lite) -msgid "Lightweight exporting of variables" +#. summary(pam_chroot:pam_chroot-32bit) +msgid "Linux-PAM Module that Allows a User to Be Chrooted" msgstr "" -#. summary(perl-Text-WrapI18N) -msgid "Line Wrapping Module" +#. summary(perl-B-Keywords) +msgid "Lists of reserved barewords and symbol names" msgstr "" -#. description(perl-Text-WrapI18N) -msgid "Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words." +#. description(myspell-dictionaries:myspell-lt_LT) +msgid "Lithuanian spelling dictionary, and hyphenation rules." msgstr "" -#. summary(perl-WWW-Mechanize-TreeBuilder) -msgid "Little glue" +#. description(littlewizard-examples) +msgid "" +"Little Wizard is created especially for primary school children. It allows to learn using main elements of present computer languages, including: variables, expressions, loops, conditions, logical blocks. Every element of language is represented by an intuitive icon. It allows program Little Wizard without using keyboard, only mouse.\n" +"\n" +"This package contains example files for Little Wizard." msgstr "" #. summary(perl-Config-Std) @@ -3630,8 +2866,8 @@ msgid "Load configuration from different file formats, transparently" msgstr "" -#. summary(python3-PasteDeploy) -msgid "Load, configure, and compose WSGI applications and servers" +#. description(perl-Class-C3-Componentised) +msgid "Load mix-ins or components to your C3-based class." msgstr "" #. description(perl-Locale-Maketext-Gettext) @@ -3672,14 +2908,71 @@ "In addition to providing as simple a way to get a handle for logging operations, Log::Dispatchouli uses the String::Flogger manpage to process the things to be logged, meaning you can easily log data structures. Basically: strings are logged as is, arrayrefs are taken as (sprintf format, args), and subroutines are called only if needed. For more information read the the String::Flogger manpage docs." msgstr "" -#. summary(python-amqp) -msgid "Low-level AMQP client for Python (fork of amqplib)" +#. description(logwatch) +msgid "Logwatch is a customizable, pluggable log-monitoring system. It will go through your logs for a given period of time and make a report in the areas that you wish with the detail that you wish." msgstr "" +#. description(lonote) +msgid "Lonote is a personal note-taking application by Python3-qt4. It features in well interact UI, minimal design, structural notes, auto reloading, archiving and versioning." +msgstr "" + +#. description(mumble:mumble-32bit) +msgid "Low-latency, high-quality voice communication for gamers. Includes game linking, so voice from other players comes from the direction of their characters, and has echo cancellation so the sound from your loudspeakers won't be audible to other players." +msgstr "" + +#. description(lynis) +msgid "" +"Lynis is a security and system auditing tool. It scans a system on the most interesting parts useful for audits, like: - Security enhancements - Logging and auditing options - Banner identification - Software availability\n" +"\n" +"Lynis is released as a GPL licensed project and free for everyone to use.\n" +"\n" +"See http://www.rootkit.nl for a full description and documentation." +msgstr "" + +#. summary(mate-icon-theme-faenza) +msgid "MATE Desktop faenza compilation theme" +msgstr "" + +#. summary(mate-icon-theme-faenza:mate-icon-theme-faenza-dark) +msgid "MATE Desktop faenza compilation theme, dark variant" +msgstr "" + +#. summary(mate-icon-theme-faenza:mate-icon-theme-faenza-gray) +msgid "MATE Desktop faenza compilation theme, grey variant" +msgstr "" + +#. summary(mozo) +msgid "MATE Desktop menu editor" +msgstr "" + +#. summary(libmateweather:mateweather-common) +msgid "MATE Weather common files" +msgstr "" + +#. summary(mate-icon-theme) +msgid "MATE icon theme" +msgstr "" + +#. summary(marco:marco-themes) +msgid "MATE window manager themes" +msgstr "" + +#. description(metis:metis-doc) +msgid "METIS is a family of programs for partitioning unstructured graphs and hypergraph and computing fill-reducing orderings of sparse matrices. The underlying algorithms used by METIS are based on the state-of-the-art multilevel paradigm that has been shown to produce high quality results and scale to very large problems." +msgstr "" + #. description(perl-MIME-Charset) msgid "MIME::Charset provides information about character sets used for MIME messages on Internet." msgstr "" +#. summary(mpc:mpc-devel-32bit) +msgid "MPC multiple-precision complex library development files" +msgstr "" + +#. description(mpc:mpc-devel-32bit) +msgid "MPC multiple-precision complex library development files." +msgstr "" + #. description(perl-Config-MVP) msgid "" "MVP is a mechanism for loading configuration (or other information) for libraries. It doesn't read a file or a database. It's a helper for things that do.\n" @@ -3693,22 +2986,6 @@ msgid "Magical config file parser" msgstr "" -#. summary(php5-pear-Mail_Mime) -msgid "Mail_Mime provides classes to create mime messages" -msgstr "" - -#. 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 "" - #. description(perl-Log-Contextual) msgid "" "Major benefits:\n" @@ -3744,47 +3021,26 @@ "It is bundled with a really basic logger, the Log::Contextual::SimpleLogger manpage, but in general you should use a real logger instead of that. For something more serious but not overly complicated, try the Log::Dispatchouli manpage (see the /SYNOPSIS manpage for example.)" msgstr "" +#. summary(perl-Class-C3-Adopt-NEXT) +msgid "Make NEXT suck less" +msgstr "" + #. summary(perl-Gravatar-URL) msgid "Make URLs for Gravatars from an email address" msgstr "" -#. summary(perl-Test-NoWarnings) -msgid "Make sure you didn't emit any warnings while testing" +#. summary(makeself) +msgid "Make self-extractable archives on Unix" msgstr "" -#. summary(perl-MooseX-Object-Pluggable) -msgid "Make your classes pluggable" +#. summary(netsurf-buildsystem) +msgid "Makefiles shared by NetSurf projects" msgstr "" -#. summary(perl-MooseX-StrictConstructor) -msgid "Make your object constructors blow up on unknown attributes" +#. summary(perl-App-perlbrew) +msgid "Manage perl installations in your $HOME" msgstr "" -#. description(python-colorama) -msgid "" -"Makes ANSI escape character sequences, for producing colored terminal text and cursor positioning, work under MS Windows.\n" -"\n" -"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 "" - -#. description(python3-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(perl-Net-CIDR-Set) -msgid "Manipulate sets of IP addresses" -msgstr "" - -#. summary(perl-SQL-Translator) -msgid "Manipulate structured data definitions (SQL and more)" -msgstr "" - -#. summary(perl-Text-Reform) -msgid "Manual text wrapping and reformatting" -msgstr "" - #. description(perl-Module-Build-Tiny) msgid "" "Many Perl distributions use a Build.PL file instead of a Makefile.PL file to drive distribution configuration, build, test and installation. Traditionally, Build.PL uses Module::Build as the underlying build system. This module provides a simple, lightweight, drop-in replacement.\n" @@ -3841,37 +3097,92 @@ msgid "Mapping Perl releases on CPAN to the location of the tarballs" msgstr "" -#. summary(perl-MooseX-MarkAsMethods) -msgid "Mark overload code symbols as methods" +#. description(marco:marco-themes) +msgid "Marco is a small window manager, using GTK+ to do everything. It is developed mainly for the MATE Desktop." msgstr "" -#. description(perl-Text-Markdown) +#. summary(perl-MooseX-App-Cmd) +msgid "Mashes up MooseX::Getopt and App::Cmd" +msgstr "" + +#. summary(mathml-dtd) +msgid "MathML DTD" +msgstr "" + +#. description(mathgl:mathgl-doc-ru) 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" +"Mathgl is a cross-platform library for making high-quality scientific graphics. It provides fast data plotting and handling of large data arrays, as well as window and console modes and for easy embedding into other programs. Mathgl integrates into fltk, qt and opengl applications.\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)." +"This package provides Russian documentation for mathgl." msgstr "" -#. summary(perl-MooseX-App-Cmd) -msgid "Mashes up MooseX::Getopt and App::Cmd" +#. description(mathgl:mathgl-doc) +msgid "" +"Mathgl is a cross-platform library for making high-quality scientific graphics. It provides fast data plotting and handling of large data arrays, as well as window and console modes and for easy embedding into other programs. Mathgl integrates into fltk, qt and opengl applications.\n" +"\n" +"This package provides the documentation for mathgl." msgstr "" -#. summary(python3-mccabe) -msgid "McCabe checker, plugin for flake8" +#. description(maya-fonts) +msgid "Maya covers the glyphs in J. Eric S. Thompson’s “A Catalog of Maya Hieroglyphs”, as well as some extra glyphs for days, months and numbers. This is a work-font that may be of some scholarly use; it is not a proposal of any kind. There are no plans to improve or expand it." msgstr "" -#. summary(python-hgtools) -msgid "Mercurial support for setup tools" +#. summary(pari-nftables) +msgid "Megrez Number Field tables for the PARI CAS" msgstr "" #. summary(perl-Hash-Merge) msgid "Merges arbitrarily deep hashes into a single hash" msgstr "" +#. summary(meslo-lg-fonts) +msgid "Meslo LG Font Family" +msgstr "" + +#. description(meslo-lg-fonts) +msgid "Meslo LG is a customized version of Apple's Menlo-Regular font (which is a customized Bitstream Vera Sans Mono)." +msgstr "" + #. description(perl-Email-MessageID) msgid "Message-ids are optional, but highly recommended, headers that identify a message uniquely. This software generates a unique message-id." msgstr "" +#. summary(patterns-OpenStack:patterns-OpenStack-clients) +msgid "Meta package for pattern OpenStack Clients" +msgstr "" + +#. summary(patterns-OpenStack:patterns-OpenStack-compute-node) +msgid "Meta package for pattern OpenStack Compute Node" +msgstr "" + +#. description(patterns-OpenStack:patterns-OpenStack-compute-node) +msgid "Meta package for pattern OpenStack Compute Node on kvm" +msgstr "" + +#. summary(patterns-OpenStack:patterns-OpenStack-controller) +msgid "Meta package for pattern OpenStack Controller" +msgstr "" + +#. description(patterns-OpenStack:patterns-OpenStack-clients) +msgid "Meta package for pattern OpenStack Controller This contains the software for the Cloud's core" +msgstr "" + +#. summary(patterns-OpenStack:patterns-OpenStack-network-node) +msgid "Meta package for pattern OpenStack Network Node" +msgstr "" + +#. description(patterns-OpenStack:patterns-OpenStack-network-node) +msgid "Meta package for pattern OpenStack Network Node on kvm" +msgstr "" + +#. summary(patterns-OpenStack:patterns-OpenStack-storage-node) +msgid "Meta package for pattern OpenStack Storage" +msgstr "" + +#. description(patterns-OpenStack:patterns-OpenStack-storage-node) +msgid "Meta package for pattern OpenStack Storage Node" +msgstr "" + #. description(perl-Meta-Builder) msgid "" "Meta programming is becomming more and more popular. The popularity of Meta programming comes from the fact that many problems are made significantly easier. There are a few specialized Meta tools out there, for instance the Class:MOP manpage which is used by the Moose manpage to track class metadata.\n" @@ -3883,14 +3194,50 @@ "Meta::Builder is also low-sugar and low-dep. In most cases you will not want a class that needs a meta object to use your meta-object class directly. Rather you will usually want to create a sugar class that exports enhanced API functions that manipulate the meta object." msgstr "" -#. summary(perl-MooseX-Method-Signatures) -msgid "Method declarations with type constraints and no source filter" +#. description(perl-Class-Method-Modifiers) +msgid "" +"Method modifiers are a convenient feature from the CLOS (Common Lisp Object System) world.\n" +"\n" +"In its most basic form, a method modifier is just a method that calls '$self->SUPER::foo(@_)'. I for one have trouble remembering that exact invocation, so my classes seldom re-dispatch to their base classes. Very bad!\n" +"\n" +"'Class::Method::Modifiers' provides three modifiers: 'before', 'around', and 'after'. 'before' and 'after' are run just before and after the method they modify, but can not really affect that original method. 'around' is run in place of the original method, with a hook to easily call that original method. See the 'MODIFIERS' section for more details on how the particular modifiers work.\n" +"\n" +"One clear benefit of using 'Class::Method::Modifiers' is that you can define multiple modifiers in a single namespace. These separate modifiers don't need to know about each other. This makes top-down design easy. Have a base class that provides the skeleton methods of each operation, and have plugins modify those methods to flesh out the specifics.\n" +"\n" +"Parent classes need not know about 'Class::Method::Modifiers'. This means you should be able to modify methods in _any_ subclass. See the Term::VT102::ZeroBased manpage for an example of subclassing with 'ClasS::Method::Modifiers'.\n" +"\n" +"In short, 'Class::Method::Modifiers' solves the problem of making sure you call '$self->SUPER::foo(@_)', and provides a cleaner interface for it.\n" +"\n" +"As of version 1.00, 'Class::Method::Modifiers' is faster in some cases than the Moose manpage. See 'benchmark/method_modifiers.pl' in the the Moose manpage distribution.\n" +"\n" +"'Class::Method::Modifiers' also provides an additional \"modifier\" type, 'fresh'; see below." msgstr "" -#. summary(php5-pear-HTML_QuickForm) -msgid "Methods for creating, validating, processing HTML forms" +#. description(perl-Class-Method-Modifiers-Fast) +msgid "" +"Method modifiers are a powerful feature from the CLOS (Common Lisp Object System) world.\n" +"\n" +"'Class::Method::Modifiers::Fast' provides three modifiers: 'before', 'around', and 'after'. 'before' and 'after' are run just before and after the method they modify, but can not really affect that original method. 'around' is run in place of the original method, with a hook to easily call that original method. See the 'MODIFIERS' section for more details on how the particular modifiers work." msgstr "" +#. summary(metis:metis-doc) +#, fuzzy +#| msgid "Python PDF Documentation" +msgid "Metis documentation" +msgstr "Документация в формате PDF для Python" + +#. summary(miao-fonts) +msgid "Miao Unicode Fonts" +msgstr "" + +#. description(miao-fonts) +msgid "Miao Unicode is an open-source, Graphite enabled font which supports the Miao, or ‘Pollard’, script." +msgstr "" + +#. description(mingzat-fonts) +msgid "Mingzat is a Unicode font based on Jason Glavy's JG Lepcha custom-encoded font." +msgstr "" + #. summary(perl-Fennec-Lite) msgid "Minimalist Fennec, the commonly used bits." msgstr "" @@ -3899,40 +3246,35 @@ msgid "Minimalist Object Orientation (with Moose compatibility)" msgstr "" -#. description(python3-MiniMock) -msgid "Minimock is a simple library for doing Mock objects with doctest. When using doctest, mock objects can be very simple." -msgstr "" - #. summary(perl-Class-Trigger) msgid "Mixin to add / call inheritable triggers" msgstr "" -#. summary(php5-pear-phpunit-PHPUnit_MockObject) -msgid "Mock Object library for PHPUnit" -msgstr "Библиотека Mock Object для PHPUnit" +#. description(owasp-modsecurity-crs) +msgid "" +"ModSecurity™ is a web application firewall engine that provides very little protection on its own. In order to become useful, ModSecurity™ must be configured with rules. In order to enable users to take full advantage of ModSecurity™ out of the box, Trustwave's SpiderLabs is providing a free certified rule set for ModSecurity™ 2.x. Unlike intrusion detection and prevention systems, which rely on signatures specific to known vulnerabilities, the Core Rules provide generic protection from unknown vulnerabilities often found in web applications, which are in most cases custom coded. The Core Rules are heavily commented to allow it to be used as a step-by-step deployment guide for ModSecurity™.\n" +"\n" +"Core Rules Content\n" +"\n" +"In order to provide generic web applications protection, the Core Rules use the following techniques:\n" +"\n" +"HTTP Protection - detecting violations of the HTTP protocol and a locally defined usage policy. Real-time Blacklist Lookups - utilizes 3rd Party IP Reputation Web-based Malware Detection - identifies malicious web content by check against the Google Safe Browsing API. HTTP Denial of Service Protections - defense against HTTP Flooding and Slow HTTP DoS Attacks. Common Web Attacks Protection - detecting common web application security attack. Automation Detection - Detecting bots, crawlers, scanners and other surface malicious activity. Integration with AV Scanning for File Uploads - detects malicious files uploaded through the web application. Tracking Sensitive Data - Tracks Credit Card usage and blocks leakages. Trojan Protection - Detecting access to Trojans horses. Identification of Application Defects - alerts on application misconfigurations. Error Detection and Hiding - Disguising error messages sent by the server." +msgstr "" #. summary(perl-Devel-REPL) msgid "Modern perl interactive shell" msgstr "" -#. summary(python-Attest) -msgid "Modern, Pythonic unit testing" +#. description(pam_smb:pam_smb-32bit) +msgid "Module pam_smb is a PAM module which allows authentication of UNIX users using an NT server." msgstr "" -#. 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(perl-Module-Signature) msgid "Module signature file manipulation" msgstr "" -#. description(perl-Module-Build) -msgid "Module::Build is a system for building, testing, and installing Perl modules. It is meant to be an alternative to ExtUtils::MakeMaker. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker. It also does not require a make on your system - most of the Module::Build code is pure-perl and written in a very cross-platform way. In fact, you don't even need a shell, so even platforms like MacOS (traditional) can use it fairly easily. Its only prerequisites are modules that are included with perl 5.6.0, and it works fine on perl 5.005 if you can install a few additional modules." +#. description(perl-Module-CPANfile) +msgid "Module::CPANfile is a tool to handle the cpanfile manpage format to load application specific dependencies, not just for CPAN distributions." msgstr "" #. description(perl-Module-Depends) @@ -3968,2284 +3310,2589 @@ "The above is the basis for one of the tests." msgstr "" -#. summary(perl-MooX-Types-MooseLike-Numeric) -msgid "Moo types for numbers" +#. description(perl-Mojolicious-Plugin-CHI) +msgid "Mojolicious::Plugin::CHI is a simple plugin to work with CHI caches within Mojolicious." msgstr "" -#. summary(perl-Task-Moose) -msgid "Moose in a box" +#. description(mongolian-fonts) +msgid "Mongolian Art, Mongolian Title, Mongolian White and Mongolian Writing font families." msgstr "" -#. summary(perl-MooseX-Types-Stringlike) -msgid "Moose type constraints for strings or string-like objects" +#. description(monit:monit-doc) +msgid "" +"Monit is a utility for managing and monitoring processes, files, directories, and devices on a Unix system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. For example, monit can start a process if it does not run, restart a process if it does not respond, and stop a process if it uses too many resources.\tYou can use monit to monitor files, directories, and devices for changes, such as time stamp changes, checksum changes, or size changes. You can even use monit to monitor remote hosts: monit can ping a remote host and check port connections.\n" +"\n" +"This package only contains the documentation and examples. You must also install the package monit to actually use monit." msgstr "" -#. summary(perl-MooseX-Types-Perl) -msgid "Moose types that check against Perl syntax" +#. summary(mono-addins:mono-addins-msbuild) +msgid "Mono Addins Framework, MSBuild Support" msgstr "" -#. description(perl-Moose-Autobox) -msgid "Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for use with the autobox manpage. It does this using a hierarchy of roles in a manner similar to what Perl 6 _might_ do. This module, like the Class::MOP manpage and the Moose manpage, was inspired by my work on the Perl 6 Object Space, and the 'core types' implemented there." +#. description(mono-addins:mono-addins-msbuild) +msgid "" +"Mono.Addins is a generic framework for creating extensible applications, and for creating libraries which extend those applications.\n" +"\n" +"This package contains MSBuild tasks file and target, which allows using add-in references directly in a build file (still experimental)." msgstr "" -#. description(perl-MooseX-InsideOut) -msgid "MooseX::InsideOut provides metaroles for inside-out objects. That is, it sets up attribute slot storage somewhere other than inside '$self'. This means that you can extend non-Moose classes, whose internals you either don't want to care about or aren't hash-based." +#. description(mono-upnp) +msgid "Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play specifications (see http://www.upnp.org)." msgstr "" -#. description(perl-MooseX-MarkAsMethods) +#. description(mono-upnp:mono-upnp-devel) msgid "" -"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" +"Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play specifications (see http://www.upnp.org).\n" "\n" -"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." +"This package provides the development files." msgstr "" -#. description(perl-MooseX-OneArgNew) +#. description(monodevelop) +msgid "MonoDevelop is a full-featured integrated development environment (IDE) for Mono and Gtk-Sharp primarily designed for C-Sharp and other .NET languages. It allows to quickly create desktop and ASP.NET Web applications. Support for Visual Studio file formats eases porting to Linux." +msgstr "" + +#. description(monodevelop:monodevelop-devel) 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" +"MonoDevelop is a full-featured integrated development environment (IDE) for Mono and Gtk-Sharp. It was originally a port of SharpDevelop 0.98.\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." +"This package contains development files for the IDE and plugins." msgstr "" -#. description(perl-MooseX-POE) -msgid "MooseX::POE is a the Moose manpage wrapper around a the POE::Session manpage." +#. description(monotorrent) +msgid "MonoTorrent is a .NET based library which supports hosting a BitTorrent Tracker and also hosting a BitTorrent client. As such it can be used to both add torrent downloading functionality to an application and/or add torrent hosting functionality." msgstr "" -#. 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." +#. description(perl-Moose-Autobox) +msgid "Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for use with the autobox manpage. It does this using a hierarchy of roles in a manner similar to what Perl 6 _might_ do. This module, like the Class::MOP manpage and the Moose manpage, was inspired by my work on the Perl 6 Object Space, and the 'core types' implemented there." msgstr "" -#. 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." +#. description(perl-MooseX-InsideOut) +msgid "MooseX::InsideOut provides metaroles for inside-out objects. That is, it sets up attribute slot storage somewhere other than inside '$self'. This means that you can extend non-Moose classes, whose internals you either don't want to care about or aren't hash-based." msgstr "" -#. description(perl-MooseX-Types-Path-Class) +#. description(perl-boolean) 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" +"Most programming languages have a native 'Boolean' data type. Perl does not.\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." +"Perl has a simple and well known Truth System. The following scalar values are false:\n" +"\n" +" $false1 = undef; $false2 = 0; $false3 = 0.0; $false4 = ''; $false5 = '0';\n" +"\n" +"Every other scalar value is true.\n" +"\n" +"This module provides basic Boolean support, by defining two special objects: 'true' and 'false'." msgstr "" -#. 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." +#. summary(motif:motif-devel-32bit) +msgid "Motif Include Files and Libraries Mandatory for Development" msgstr "" -#. summary(perl-Test-Most) -msgid "Most commonly needed test functions and features." +#. summary(myspell-dictionaries:myspell-af_ZA) +msgid "MySpell af_ZA Dictionary" msgstr "" -#. summary(php5-pear-Mail) -msgid "Multiple interfaces for sending emails" -msgstr "Множество интерфейсов для отправки электронной почты" +#. summary(myspell-dictionaries:myspell-an_ES) +msgid "MySpell an_ES Dictionary" +msgstr "" -#. summary(php5-pear-MDB2_Driver_mysql) -msgid "MySQL MDB2 driver" +#. summary(myspell-dictionaries:myspell-ar) +msgid "MySpell ar Dictionary" msgstr "" -#. summary(php5-pear-MDB2_Driver_mysqli) -msgid "MySQLi MDB2 driver" +#. summary(myspell-dictionaries:myspell-be_BY) +msgid "MySpell be_BY Dictionary" msgstr "" -#. description(perl-CursesWidgets) -msgid "NOTE: This is **NOT** backwards compatible with the pre-1.99 versions. This is entirely OO-based, hence any older scripts relying on the old versions will need to be rewritten." +#. summary(myspell-dictionaries:myspell-bg_BG) +msgid "MySpell bg_BG Dictionary" msgstr "" -#. summary(perl-MooseX-SemiAffordanceAccessor) -msgid "Name your accessors foo() and set_foo()" +#. summary(myspell-dictionaries:myspell-bn_BD) +msgid "MySpell bn_BD Dictionary" msgstr "" -#. summary(pithos) -msgid "Native Pandora Radio client for Linux" +#. summary(myspell-dictionaries:myspell-br_FR) +msgid "MySpell br_FR Dictionary" msgstr "" -#. summary(python3-nbxmpp:python3-nbxmpp-doc) -msgid "Nbxmpp Documentation" +#. summary(myspell-dictionaries:myspell-bs_BA) +msgid "MySpell bs_BA Dictionary" msgstr "" -#. description(python3-mccabe) -msgid "Ned's script to check McCabe complexity. This module provides a plugin for ``flake8``, the Python code checker." +#. summary(myspell-dictionaries:myspell-ca) +msgid "MySpell ca Dictionary" msgstr "" -#. 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." +#. summary(myspell-dictionaries:myspell-cs_CZ) +msgid "MySpell cs_CZ Dictionary" 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." +#. summary(myspell-dictionaries:myspell-da_DK) +msgid "MySpell da_DK Dictionary" 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." +#. summary(myspell-dictionaries:myspell-de) +msgid "MySpell de Dictionary" 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." +#. summary(myspell-dictionaries:myspell-el_GR) +msgid "MySpell el_GR Dictionary" 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." +#. summary(myspell-dictionaries:myspell-en) +msgid "MySpell en Dictionary" 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)." +#. summary(myspell-dictionaries:myspell-es) +msgid "MySpell es Dictionary" msgstr "" -#. summary(php5-pear-Net_Socket) -msgid "Network Socket Interface" -msgstr "Интерфейс сетевых сокетов" +#. summary(myspell-dictionaries:myspell-et_EE) +msgid "MySpell et_EE Dictionary" +msgstr "" -#. description(python3-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." +#. summary(myspell-dictionaries:myspell-fr_FR) +msgid "MySpell fr_FR Dictionary" msgstr "" -#. summary(python3-nose) -msgid "Nose extends unittest to make testing easier" +#. summary(myspell-dictionaries:myspell-gd_GB) +msgid "MySpell gd_GB Dictionary" msgstr "" -#. description(python3-numpy-doc) -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 documentation for NumPy" +#. summary(myspell-dictionaries:myspell-gl) +msgid "MySpell gl Dictionary" msgstr "" -#. 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" -"Now this would be very pointless, if Number::Compare didn't understand magnitudes.\n" -"\n" -"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" +#. summary(myspell-dictionaries:myspell-gu_IN) +msgid "MySpell gu_IN Dictionary" msgstr "" -#. summary(perl-Number-Compare) -msgid "Numeric comparisons" +#. summary(myspell-dictionaries:myspell-he_IL) +msgid "MySpell he_IL Dictionary" msgstr "" -#. description(python3-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." +#. summary(myspell-dictionaries:myspell-hi_IN) +msgid "MySpell hi_IN Dictionary" msgstr "" -#. summary(perl-Net-OAuth) -msgid "OAuth 1.0 for Perl" +#. summary(myspell-dictionaries:myspell-hr_HR) +msgid "MySpell hr_HR Dictionary" 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." +#. summary(myspell-dictionaries:myspell-hu_HU) +msgid "MySpell hu_HU Dictionary" msgstr "" -#. summary(perl-Text-SpellChecker) -msgid "OO interface for spell-checking a block of text" +#. summary(myspell-dictionaries:myspell-is) +msgid "MySpell is Dictionary" msgstr "" -#. summary(php5-pear-Net_LDAP2) -msgid "Object oriented interface for searching and manipulating LDAP-entries" +#. summary(myspell-dictionaries:myspell-it_IT) +msgid "MySpell it_IT Dictionary" msgstr "" -#. description(perl-HTML-Form) -msgid "Objects of the 'HTML::Form' class represents a single HTML '<form> ... </form>' instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide 'HTTP::Request' objects that can be passed to the request() method of 'LWP::UserAgent'." +#. summary(myspell-dictionaries:myspell-kmr_Latn) +msgid "MySpell kmr_Latn Dictionary" msgstr "" -#. summary(postgresql-jdbc) -msgid "Official JDBC Driver for PostgreSQL" +#. summary(myspell-dictionaries:myspell-lo_LA) +msgid "MySpell lo_LA Dictionary" msgstr "" -#. description(perl-ExtUtils-CChecker) -msgid "" -"Often Perl modules are written to wrap functionallity found in existing C headers, libraries, or to use OS-specific features. It is useful in the _Build.PL_ or _Makefile.PL_ file to check for the existance of these requirements before attempting to actually build the module.\n" -"\n" -"Objects in this class provide an extension around the ExtUtils::CBuilder manpage to simplify the creation of a _.c_ file, compiling, linking and running it, to test if a certain feature is present.\n" -"\n" -"It may also be necessary to search for the correct library to link against, or for the right include directories to find header files in. This class also provides assistance here." +#. summary(myspell-dictionaries:myspell-lt_LT) +msgid "MySpell lt_LT Dictionary" 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 insantiates 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." +#. summary(myspell-dictionaries:myspell-lv_LV) +msgid "MySpell lv_LV Dictionary" msgstr "" -#. description(perl-MooseX-Daemonize) -msgid "Often you want to write a persistant daemon that has a pid file, and responds appropriately to Signals. This module provides a set of basic roles as an infrastructure to do that." +#. summary(myspell-dictionaries:myspell-ne_NP) +msgid "MySpell ne_NP Dictionary" 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." +#. summary(myspell-dictionaries:myspell-nl_NL) +msgid "MySpell nl_NL Dictionary" msgstr "" -#. summary(openstack-cinder:python-cinder) -msgid "OpenStack Block Storage (Cinder) - Python module" +#. summary(myspell-dictionaries:myspell-no) +msgid "MySpell no Dictionary" msgstr "" -#. summary(openstack-dashboard:python-horizon) -msgid "OpenStack Dashboard (Horizon) - Python Module" +#. summary(myspell-dictionaries:myspell-oc_FR) +msgid "MySpell oc_FR Dictionary" msgstr "" -#. summary(openstack-dashboard:python-horizon-branding-upstream) -msgid "OpenStack Dashboard (Horizon) - Python Module Upstream Branding" +#. summary(myspell-dictionaries:myspell-pl_PL) +msgid "MySpell pl_PL Dictionary" msgstr "" -#. summary(python-hacking) -msgid "OpenStack Hacking Guidline Enforcement" +#. summary(myspell-dictionaries:myspell-pt_BR) +msgid "MySpell pt_BR Dictionary" msgstr "" -#. summary(openstack-keystone:python-keystone) -msgid "OpenStack Identity Service (Keystone) - Python module" +#. summary(myspell-dictionaries:myspell-pt_PT) +msgid "MySpell pt_PT Dictionary" msgstr "" -#. summary(openstack-glance:python-glance) -msgid "OpenStack Image Service (Glance) - Python module" +#. summary(myspell-dictionaries:myspell-ro) +msgid "MySpell ro Dictionary" msgstr "" -#. summary(python-ceilometerclient) -msgid "OpenStack Metering (Ceilometer) API Client" +#. summary(myspell-dictionaries:myspell-ru_RU) +msgid "MySpell ru_RU Dictionary" msgstr "" -#. summary(python-django-authopenid) -msgid "Openid authentification application for Django" -msgstr "Приложение аутентификации по OpenID для Django" - -#. summary(python-cinderclient) -msgid "Openstack Block Storage (Cinder) API Client" +#. summary(myspell-dictionaries:myspell-si_LK) +msgid "MySpell si_LK Dictionary" msgstr "" -#. summary(python-cinderclient:python-cinderclient-doc) -msgid "Openstack Block Storage (Cinder) API Client - Documentation" +#. summary(myspell-dictionaries:myspell-sk_SK) +msgid "MySpell sk_SK Dictionary" msgstr "" -#. summary(python-cinderclient:python-cinderclient-test) -msgid "Openstack Block Storage (Cinder) API Client - Testsuite" +#. summary(myspell-dictionaries:myspell-sl_SI) +msgid "MySpell sl_SI Dictionary" msgstr "" -#. summary(python-keystoneclient) -msgid "Openstack Identity (Keystone) API Client" +#. summary(myspell-dictionaries:myspell-sr) +msgid "MySpell sr Dictionary" msgstr "" -#. summary(python-keystoneclient:python-keystoneclient-doc) -msgid "Openstack Identity (Keystone) API Client - Documentation" +#. summary(myspell-dictionaries:myspell-sv_SE) +msgid "MySpell sv_SE Dictionary" msgstr "" -#. summary(python-keystoneclient:python-keystoneclient-test) -msgid "Openstack Identity (Keystone) API Client - Testsuite" +#. summary(myspell-dictionaries:myspell-sw_TZ) +msgid "MySpell sw_TZ Dictionary" msgstr "" -#. summary(python-glanceclient) -msgid "Openstack Image (Glance) API Client" +#. summary(myspell-dictionaries:myspell-te_IN) +msgid "MySpell te_IN Dictionary" msgstr "" -#. summary(python-glanceclient:python-glanceclient-test) -msgid "Openstack Image (Glance) API Client - Testsuite" +#. summary(myspell-dictionaries:myspell-th_TH) +msgid "MySpell th_TH Dictionary" msgstr "" -#. summary(python-ceilometerclient:python-ceilometerclient-test) -msgid "Openstack Metering (Ceilometer) API Client - Testsuite" +#. summary(myspell-dictionaries:myspell-uk_UA) +msgid "MySpell uk_UA Dictionary" msgstr "" -#. summary(openstack-heat:python-heat) -msgid "Openstack Orchestration (Heat) - Python module" +#. summary(myspell-dictionaries:myspell-vi) +msgid "MySpell vi Dictionary" msgstr "" -#. summary(python-heatclient) -msgid "Openstack Orchestration (Heat) API Client" +#. summary(myspell-dictionaries:myspell-zu_ZA) +msgid "MySpell zu_ZA Dictionary" msgstr "" -#. summary(python-heatclient:python-heatclient-doc) -msgid "Openstack Orchestration (Heat) API Client - Documentation" +#. description(nant) +msgid "NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant." msgstr "" -#. summary(python-heatclient:python-heatclient-test) -msgid "Openstack Orchestration (Heat) API Client - Testsuite" +#. description(perl-CursesWidgets) +msgid "NOTE: This is **NOT** backwards compatible with the pre-1.99 versions. This is entirely OO-based, hence any older scripts relying on the old versions will need to be rewritten." msgstr "" -#. summary(perl-MooseX-Types) -msgid "Organise your Moose types in libraries" +#. summary(nagios:nagios-theme-exfoliation) +msgid "Nagios Core web interface" msgstr "" -#. summary(perl-MouseX-Types) -msgid "Organize your Mouse types in libraries" +#. summary(nagios-plugins-bonding) +msgid "Nagios Network Bonding Check" msgstr "" -#. description(php5-pear-MDB2) +#. description(nagios-plugins-nis) msgid "" -"PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers.\n" +"Nagios plugin (script) to check the status of a NIS server on a specified host and NIS domain by asking NIS server for \"passwd.byname\".\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" +"As an additional check, a username may be specified which will then be \"looked up\" on the NIS server, note that this is optional and only introduced in v1.1\n" +"\n" +"Script returns OK if it gets an acceptable answer, CRITICAL if not.\n" +"\n" +"This *nix script has been designed and written for the lowest common denominator of shells (sh), uses yppoll, ypcat and grep as external commands." msgstr "" -#. summary(php5-pear-Horde_Role) -msgid "PEAR installer role used to install Horde components" +#. summary(logwarn:logwarn-nagios-plugin) +msgid "Nagios plugin based on the logwarn(1) utility" msgstr "" -#. 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." +#. summary(nagios-plugins-zypper) +msgid "Nagios plugin for checking software updates" msgstr "" -#. summary(php5-pear-Horde_Kolab_Format) -msgid "PEAR: A package for reading/writing Kolab data formats" +#. summary(nagios-plugins-nis) +msgid "Nagios plugin to check the status of a NIS server on a specified host and NIS domain" msgstr "" -#. summary(php5-pear-Horde_Kolab_Session) -msgid "PEAR: A package managing an active Kolab session" +#. summary(nagios-plugins-diskio) +msgid "Nagios plugin to monitor the amount of disk I/O" msgstr "" -#. summary(php5-pear-Horde_Serialize) -msgid "PEAR: Data Encapulation API" +#. description(nagios-plugins-qlogic_sanbox) +msgid "" +"Nagios plugin, allowing to check QLogic FC Sanboxes.\n" +"\n" +"This plugin has been tested with the following QLogic switches:\n" +"\n" +"SANbox 5200 FC Switch SANbox 5202 FC Switch SANbox 5600 FC Switch SANbox 5602 FC Switch SANbox 5800 FC Switch" msgstr "" -#. summary(php5-pear-Horde_Text_Diff) -msgid "PEAR: Engine for performing and rendering text diffs" +#. summary(nagstamon) +msgid "Nagios status monitor for the desktop" msgstr "" -#. summary(php5-pear-Horde_Data) -msgid "PEAR: Horde Data API" +#. description(nagstamon) +msgid "Nagstamon is a Nagios status monitor which takes place in systray or on desktop (GNOME, KDE, Windows) as floating statusbar to inform you in realtime about the status of your Nagios and derivatives monitored network. It allows to connect to multiple Nagios, Icinga, Opsview, Op5, Check_MK/Multisite and Centreon servers." msgstr "" -#. summary(php5-pear-Horde_Editor) -msgid "PEAR: Horde Editor API" +#. summary(pentaho-libxml) +msgid "Namespace aware SAX-Parser utility library" msgstr "" -#. summary(php5-pear-Horde_Feed) -msgid "PEAR: Horde Feed libraries" -msgstr "PEAR: Библиотеки Horde Feed" - -#. summary(php5-pear-Horde_Image) -msgid "PEAR: Horde Image class" -msgstr "PEAR: класс Horde Image" - -#. summary(php5-pear-Horde_Log) -msgid "PEAR: Horde Logging library" -msgstr "PEAR: Библиотека журналирования для Horde" - -#. summary(php5-pear-Horde_Mime_Viewer) -msgid "PEAR: Horde MIME Viewer Library" -msgstr "PEAR: Библиотека MIME Viewer для Horde" - -#. summary(php5-pear-Horde_Notification) -msgid "PEAR: Horde Notification System" -msgstr "PEAR: Система уведомлений для Horde" - -#. summary(php5-pear-Horde_Lock) -msgid "PEAR: Horde Resource Locking System" +#. description(nautilus-terminal) +msgid "Nautilus Terminal is an integrated terminal for the Nautilus file browser." msgstr "" -#. summary(php5-pear-Horde_Text_Filter) -msgid "PEAR: Horde Text Filter API" -msgstr "PEAR: API текстового фильтра для Horde" - -#. summary(php5-pear-Horde_Itip) -msgid "PEAR: Horde invitation response handling" +#. description(myspell-dictionaries:myspell-ne_NP) +msgid "Nepali spelling dictionary, and thesaurus." msgstr "" -#. summary(php5-pear-Horde_Vfs) -msgid "PEAR: Virtual File System API" +#. description(nested) +msgid "Nested is a specialized editor focused on creating structured documents such as reports, publications, presentations, books, etc. It is designed to help the user concentrate on writing content without been distracted by format or markup. It offers a rich WYSIWYM interface where the user writes plain text with a lightweight markup language." msgstr "" -#. summary(php5-pear-phpunit-PHP_CodeCoverage) -msgid "PHP code coverage information" +#. summary(netbeans-javaparser) +msgid "NetBeans Java Parser" msgstr "" -#. description(php5-pear-phpunit) -msgid "PHPUnit is a regression testing framework used by the developer who implements unit tests in PHP." +#. description(netcomponents) +msgid "NetComponents is an Internet protocol suite Java library originally developed by ORO, Inc.\tThis version supports Finger, Whois, TFTP, Telnet, POP3, FTP, NNTP, SMTP, and some miscellaneous protocols like Time and Echo as well as BSD R command support. The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. Therefore, some of the design violates object-oriented design principles. Its philosophy is to make the global functionality of a protocal accesible (for example, TFTP send file and receive file) when possible, but also provide access to the fundamental protocols where applicable so that the programmer can construct custom implementations (for example, the TFTP packet classes and the TFTP packet send and receive methods are exposed)." msgstr "" -#. 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." +#. description(netcomponents:netcomponents-javadoc) +msgid "" +"NetComponents, is an Internet protocol suite Java library originally developed by ORO, Inc.\tThis version supports Finger, Whois, TFTP, Telnet, POP3, FTP, NNTP, SMTP, and some miscellaneous protocols like Time and Echo as well as BSD R command support. The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. Therefore, some of the design violates object-oriented design principles. Our philosophy is to make the global functionality of a protocal accesible (e.g., TFTP send file and receive file) when possible, but also provide access to the fundamental protocols where applicable so that the programmer may construct his own custom implementations (e.g, the TFTP packet classes and the TFTP packet send and receive methods are exposed).\n" +"\n" +"This package contains the javadoc documentation for netcomponents." msgstr "" -#. summary(postgresql:postgresql-pltcl) -msgid "PL/Tcl Procedural Language for PostgreSQL" +#. summary(npapi-sdk) +msgid "Netscape Plugin API (NPAPI)" msgstr "" -#. description(python3-ply) +#. description(openstack-neutron) 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" +"Neutron is a virtual network service for Openstack.\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." +"Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect \"interfaces\" from other OpenStack services (e.g., vNICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc)" msgstr "" -#. description(perl-Pod-Eventual) +#. description(openstack-neutron-doc) 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" +"Neutron is a virtual network service for Openstack.\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." +"This package contains documentation files for openstack-neutron" msgstr "" -#. description(perl-POE) -msgid "" -"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" -"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 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." +#. summary(nml) +msgid "NewGRF Meta Language" msgstr "" -#. description(perl-POE-Test-Loops) -msgid "" -"POE::Test::Loops contains one function, generate(), which will generate all the loop tests for one or more POE::Loop subclasses.\n" -"\n" -"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." +#. summary(lldb:lldb-devel) +msgid "Next generation high-performance debugger (devel package)" msgstr "" -#. description(php5-pear-Horde_Date) -msgid "Package for creating and manipulating dates." +#. summary(gtk2-metatheme-nimbus:nimbus-icon-theme) +msgid "Nimbus Icon Theme" msgstr "" -#. description(php5-pear-Horde_Group) -msgid "Package for managing and accessing the Horde groups system." -msgstr "Утилиты для управления системой групп Horde." +#. description(nini) +msgid "Nini is an uncommonly powerful .NET configuration library designed to help build highly configurable applications quickly." +msgstr "" -#. summary(gaupol:python3-aeidon) -msgid "Package for reading, writing and manipulating text-based subtitle files" +#. summary(ninja-ide) +msgid "Ninja IDE for Python development" msgstr "" -#. description(php5-pear-Horde_Scribe) -msgid "Packaged version of the PHP Scribe client." +#. description(myspell-dictionaries:myspell-no) +msgid "Norwegian (Nynorsk and Bokmål) spelling dictionary, hyphenation rules, and thesaurus." msgstr "" -#. summary(php5-pear-Horde_Thrift) -msgid "Packaged version of the PHP Thrift client" +#. summary(google-noto-fonts:noto-sans) +msgid "Noto Sans Serif Font" msgstr "" -#. summary(pssh) -msgid "Parallel SSH to control large numbers of Machines simultaneously" -msgstr "Параллельный SSH для одновременного управления большим числом машин" +#. summary(google-noto-fonts:noto-sans-armenian) +msgid "Noto Armenian Sans Serif Font" +msgstr "" -#. summary(perl-Package-Variant) -msgid "Parameterizable packages" +#. summary(google-noto-fonts:noto-sans-avestan) +msgid "Noto Avestan Sans Serif Font" msgstr "" -#. summary(perl-Parse-CPAN-Packages) -msgid "Parse 02packages.details.txt.gz" +#. summary(google-noto-fonts:noto-sans-bengali) +msgid "Noto Bengali Sans Serif Font" msgstr "" -#. summary(perl-Parse-CPAN-Meta) -msgid "Parse META.yml and META.json CPAN metadata files" +#. summary(google-noto-fonts:noto-sans-carian) +msgid "Noto Carian Sans Serif Font" msgstr "" -#. summary(perl-Parse-Win32Registry) -msgid "Parse Windows Registry Files" +#. summary(google-noto-fonts:noto-sans-cherokee) +msgid "Noto Cherokee Sans Serif Font" msgstr "" -#. summary(perl-DateTime-Format-MySQL) -msgid "Parse and format MySQL dates and times" +#. summary(google-noto-fonts:noto-sans-coptic) +msgid "Noto Coptic Sans Serif Font" msgstr "" -#. summary(perl-DateTime-Format-Strptime) -msgid "Parse and format strp and strf time patterns" +#. summary(google-noto-fonts:noto-sans-deseret) +msgid "Noto Deseret Sans Serif Font" msgstr "" -#. summary(perl-Perl-Version) -msgid "Parse and manipulate Perl version strings" +#. summary(google-noto-fonts:noto-sans-devanagari) +msgid "Noto Devanagari Sans Serif Font" msgstr "" -#. summary(perl-Time-Duration-Parse) -msgid "Parse string that represents time duration" +#. summary(google-noto-fonts:noto-sans-egyptianhieroglyphs) +msgid "Noto Egyptian Hieroglyphs Sans Serif Font" msgstr "" -#. description(perl-Parse-Win32Registry) -msgid "" -"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" -"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" -"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." +#. summary(google-noto-fonts:noto-sans-ethiopic) +msgid "Noto Ethiopic Sans Serif Font" msgstr "" -#. summary(perl-DateTime-Format-DateParse) -msgid "Parses Date::Parse compatible formats" +#. summary(google-noto-fonts:noto-sans-georgian) +msgid "Noto Georgian Sans Serif Font" msgstr "" -#. summary(python3-pyflakes) -msgid "Passive checker of Python 3 programs" +#. summary(google-noto-fonts:noto-sans-glagolitic) +msgid "Noto Glagolitic Sans Serif Font" msgstr "" -#. summary(perl-Text-Patch) -msgid "Patches text with given patch" +#. summary(google-noto-fonts:noto-sans-hebrew) +msgid "Noto Hebrew Sans Serif Font" msgstr "" -#. summary(perl-MooseX-Types-Path-Tiny) -msgid "Path::Tiny types and coercions for Moose" +#. summary(google-noto-fonts:noto-sans-imperialaramaic) +msgid "Noto Imperial Aramaic Sans Serif Font" msgstr "" -#. description(python3-pep8) -msgid "Pep8 is a tool to check your Python code against some of the style conventions in PEP 8." +#. summary(google-noto-fonts:noto-sans-kannada) +msgid "Noto Kannada Sans Serif Font" msgstr "" -#. summary(perl-PAR) -msgid "Perl Archive Toolkit" -msgstr "Набор инструментов архивирования Perl" - -#. summary(perl-Lingua-Stem-Fr) -msgid "Perl French Stemming" +#. summary(google-noto-fonts:noto-sans-kayahli) +msgid "Noto Kayah Li Sans Serif Font" msgstr "" -#. summary(perl-Plack) -msgid "Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)" +#. summary(google-noto-fonts:noto-sans-khmer) +msgid "Noto Khmer Sans Serif Font" msgstr "" -#. summary(perl-XML-SimpleObject-LibXML) -msgid "Perl extension allowing a simple(r) object representation of an XML::Lib[cut]" +#. summary(google-noto-fonts:noto-sans-lao) +msgid "Noto Lao Sans Serif Font" msgstr "" -#. summary(perl-Sys-SigAction) -msgid "Perl extension for Consistent Signal Handling" +#. summary(google-noto-fonts:noto-sans-lisu) +msgid "Noto Lisu Sans Serif Font" msgstr "" -#. summary(perl-Geo-Coordinates-UTM) -msgid "Perl extension for Latitude Longitude conversions" +#. summary(google-noto-fonts:noto-sans-lycian) +msgid "Noto Lycian Sans Serif Font" msgstr "" -#. summary(perl-XML-SemanticDiff) -msgid "Perl extension for comparing XML documents." +#. summary(google-noto-fonts:noto-sans-lydian) +msgid "Noto Lydian Sans Serif Font" msgstr "" -#. summary(perl-Number-Format) -msgid "Perl extension for formatting numbers" +#. summary(google-noto-fonts:noto-sans-malayalam) +msgid "Noto Malayalam Sans Serif Font" msgstr "" -#. summary(perl-XML-Generator-PerlData) -msgid "Perl extension for generating SAX2 events from nested Perl data structures." +#. summary(google-noto-fonts:noto-sans-meeteimayek) +msgid "Noto Meetei Mayek Sans Serif Font" msgstr "" -#. summary(perl-SVG) -msgid "Perl extension for generating Scalable Vector Graphics (SVG) documents" +#. summary(google-noto-fonts:noto-sans-nko) +msgid "Noto NKo Sans Serif Font" msgstr "" -#. summary(perl-Data-Hexify) -msgid "Perl extension for hexdumping arbitrary data" +#. summary(google-noto-fonts:noto-sans-oldsoutharabian) +msgid "Noto Old SouthArabian Sans Serif Font" msgstr "" -#. summary(perl-Spreadsheet-XLSX) -msgid "Perl extension for reading MS Excel 2007 files;" +#. summary(google-noto-fonts:noto-sans-oldturkic) +msgid "Noto Old Turkic Sans Serif Font" msgstr "" -#. summary(perl-File-Copy-Recursive) -msgid "Perl extension for recursively copying files and directories" +#. summary(google-noto-fonts:noto-sans-osmanya) +msgid "Noto Osmanya Sans Serif Font" msgstr "" -#. summary(perl-Math-Round) -msgid "Perl extension for rounding numbers" +#. summary(google-noto-fonts:noto-sans-phoenician) +msgid "Noto Phoenician Sans Serif Font" msgstr "" -#. summary(perl-HTML-Scrubber) -msgid "Perl extension for scrubbing/sanitizing html" +#. summary(google-noto-fonts:noto-sans-shavian) +msgid "Noto Shavian Sans Serif Font" msgstr "" -#. summary(perl-XML-DOM-XPath) -msgid "Perl extension to add XPath support to XML::DOM, using XML::XPath engine" +#. summary(google-noto-fonts:noto-sans-symbols) +msgid "Noto Symbols Sans Serif Font" msgstr "" -#. summary(perl-Test-Warn) -msgid "Perl extension to test methods for warnings" +#. summary(google-noto-fonts:noto-sans-tagalog) +msgid "Noto Tagalog Sans Serif Font" msgstr "" -#. summary(perl-Debug-Trace) -msgid "Perl extension to trace subroutine calls" +#. summary(google-noto-fonts:noto-sans-taitham) +msgid "Noto Tai Tham Sans Serif Font" msgstr "" -#. summary(perl-Digest-Perl-MD5) -msgid "Perl implementation of Ron Rivests MD5 Algorithm" +#. summary(google-noto-fonts:noto-sans-tamil) +msgid "Noto Tamil Sans Serif Font" msgstr "" -#. summary(perl-GnuPG-Interface) -msgid "Perl interface to GnuPG" +#. summary(google-noto-fonts:noto-sans-telugu) +msgid "Noto Telugu Sans Serif Font" msgstr "" -#. summary(perl-Crypt-SaltedHash) -msgid "Perl interface to functions that assist in working" +#. summary(google-noto-fonts:noto-sans-thai) +msgid "Noto Thai Sans Serif Font" msgstr "" -#. summary(perl-Font-TTF) -msgid "Perl module for TrueType Font hacking" -msgstr "Модуль Perl для работы с шрифтами TrueType" - -#. description(perl-File-chdir) -msgid "" -"Perl's 'chdir()' has the unfortunate problem of being very, very, very global. If any part of your program calls 'chdir()' or if any library you use calls 'chdir()', it changes the current working directory for the\n" -"*whole* program.\n" -"\n" -"This sucks.\n" -"\n" -"File::chdir gives you an alternative, '$CWD' and '@CWD'. These two variables combine all the power of 'chdir()', the File::Spec manpage and the Cwd manpage." +#. summary(google-noto-fonts:noto-sans-ugaritic) +msgid "Noto Ugaritic Sans Serif Font" msgstr "" -#. description(perl-Test-Memory-Cycle) -msgid "" -"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" -"Test::Memory::Cycle is built on top of Devel::Cycle to give you an easy way to check for these circular references." +#. summary(google-noto-fonts:noto-sans-vai) +msgid "Noto Vai Sans Serif Font" msgstr "" -#. summary(perl-Parse-Method-Signatures) -msgid "Perl6 like method signature parser" +#. description(google-noto-fonts:noto-sans) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Sans Serif font, hinted." msgstr "" -#. summary(perl-Syntax-Keyword-Junction) -msgid "Perl6 style Junction operators in Perl5" +#. description(google-noto-fonts:noto-sans-armenian) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Armenian Sans Serif font, hinted." msgstr "" -#. summary(perl-Perl6-Junction) -msgid "Perl6 style Junction operators in Perl5." +#. description(google-noto-fonts:noto-sans-avestan) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Avestan Sans Serif font, unhinted." msgstr "" -#. description(perl-Perl-Critic) -msgid "" -"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" -"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" +#. description(google-noto-fonts:noto-sans-bengali) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Bengali Sans Serif font, unhinted." msgstr "" -#. 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." +#. description(google-noto-fonts:noto-sans-carian) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Carian Sans Serif font, unhinted." msgstr "" -#. description(pgaccess) -msgid "PgAccess is a graphical interface and application building environment for PostgreSQL." +#. description(google-noto-fonts:noto-sans-cherokee) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Cherokee Sans Serif font, unhinted." msgstr "" -#. summary(python-django-picklefield) -msgid "Pickled object field for Django" +#. description(google-noto-fonts:noto-sans-coptic) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Coptic Sans Serif font, unhinted." msgstr "" -#. 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." +#. description(google-noto-fonts:noto-sans-deseret) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Deseret Sans Serif font, unhinted." msgstr "" -#. summary(python3-pip) -msgid "Pip installs packages. Python packages. An easy_install replacement" +#. description(google-noto-fonts:noto-sans-devanagari) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Devanagari Sans Serif font, hinted." msgstr "" -#. description(python3-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." +#. description(google-noto-fonts:noto-sans-egyptianhieroglyphs) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains EgyptianHieroglyphs Sans Serif font, unhinted." msgstr "" -#. summary(python-django-piston) -msgid "Piston is a Django mini-framework creating APIs" +#. description(google-noto-fonts:noto-sans-ethiopic) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Ethiopic Sans Serif font, hinted." msgstr "" -#. 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." +#. description(google-noto-fonts:noto-sans-georgian) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Georgian Sans Serif font, hinted." msgstr "" -#. description(perl-Plack) -msgid "" -"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" -"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." +#. description(google-noto-fonts:noto-sans-glagolitic) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Glagolitic Sans Serif font, unhinted." msgstr "" -#. summary(python-cov-core) -msgid "Plugin core for use by pytest-cov, nose-cov and nose2-cov" +#. description(google-noto-fonts:noto-sans-hebrew) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Hebrew Sans Serif font, hinted." msgstr "" -#. summary(plymouth:plymouth-theme-fade-in) -msgid "Plymouth \"Fade-In\" theme" +#. description(google-noto-fonts:noto-sans-imperialaramaic) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains ImperialAramaic Sans Serif font, unhinted." msgstr "" -#. summary(plymouth:plymouth-theme-script) -msgid "Plymouth \"Script\" plugin" -msgstr "Модуль «Script» для Plymouth" - -#. summary(plymouth:plymouth-theme-solar) -msgid "Plymouth \"Solar\" theme" +#. description(google-noto-fonts:noto-sans-kannada) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Kannada Sans Serif font, unhinted." msgstr "" -#. summary(plymouth:plymouth-theme-spinfinity) -msgid "Plymouth \"Spinfinity\" theme" +#. description(google-noto-fonts:noto-sans-kayahli) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains KayahLi Sans Serif font, unhinted." msgstr "" -#. summary(plymouth:plymouth-theme-spinner) -msgid "Plymouth \"Spinner\" theme" +#. description(google-noto-fonts:noto-sans-khmer) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Khmer Sans Serif font, hinted." msgstr "" -#. 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" +#. description(google-noto-fonts:noto-sans-lao) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Lao Sans Serif font, hinted." msgstr "" -#. 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." +#. description(google-noto-fonts:noto-sans-lisu) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Lisu Sans Serif font, unhinted." msgstr "" -#. summary(perl-Lingua-Stem-Ru) -msgid "Porter's stemming algorithm for Russian (KOI8-R only)" +#. description(google-noto-fonts:noto-sans-lycian) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Lycian Sans Serif font, unhinted." msgstr "" -#. summary(perl-Snowball-Norwegian) -msgid "Porters stemming algorithm for norwegian." +#. description(google-noto-fonts:noto-sans-lydian) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Lydian Sans Serif font, unhinted." msgstr "" -#. summary(perl-Snowball-Swedish) -msgid "Porters stemming algorithm for swedish." +#. description(google-noto-fonts:noto-sans-malayalam) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Malayalam Sans Serif font, unhinted." msgstr "" -#. 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." +#. description(google-noto-fonts:noto-sans-meeteimayek) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains MeeteiMayek Sans Serif font, unhinted." msgstr "" -#. description(postgresql-jdbc:postgresql-jdbc-javadoc) -msgid "PostgreSQL JDBC Driver API documentation." +#. description(google-noto-fonts:noto-sans-nko) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains NKo Sans Serif font, unhinted." msgstr "" -#. 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." +#. description(google-noto-fonts:noto-sans-oldsoutharabian) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains OldSouthArabian Sans Serif font, unhinted." msgstr "" -#. summary(php5-pear-MDB2_Driver_pgsql) -msgid "PostgreSQL MDB2 driver" +#. description(google-noto-fonts:noto-sans-oldturkic) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains OldTurkic Sans Serif font, unhinted." msgstr "" -#. 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." +#. description(google-noto-fonts:noto-sans-osmanya) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Osmanya Sans Serif font, unhinted." msgstr "" -#. 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." +#. description(google-noto-fonts:noto-sans-phoenician) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Phoenician Sans Serif font, unhinted." msgstr "" -#. 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." +#. description(google-noto-fonts:noto-sans-shavian) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Shavian Sans Serif font, unhinted." msgstr "" -#. summary(python3-lxml:python3-lxml-doc) -msgid "Powerful and Pythonic XML processing library - Documentation" -msgstr "Мощная библиотека обработки XML для Python — Документация" - -#. 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." +#. description(google-noto-fonts:noto-sans-symbols) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Symbols Sans Serif font, unhinted." msgstr "" -#. description(perl-Sys-SigAction) -msgid "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." +#. description(google-noto-fonts:noto-sans-tagalog) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Tagalog Sans Serif font, unhinted." msgstr "" -#. summary(perl-Net-DNS-Resolver-Programmable) -msgid "Programmable DNS resolver class for offline emulation of DNS" +#. description(google-noto-fonts:noto-sans-taitham) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains TaiTham Sans Serif font, unhinted." msgstr "" -#. description(php5-pear-Horde_Nls) -msgid "Provide common methods for handling language data, timezones, and hostname->country lookups." +#. description(google-noto-fonts:noto-sans-tamil) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Tamil Sans Serif font, hinted." msgstr "" -#. summary(perl-Regexp-Common) -msgid "Provide commonly requested regular expressions" +#. description(google-noto-fonts:noto-sans-telugu) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Telugu Sans Serif font, unhinted." msgstr "" -#. summary(perl-Hash-MoreUtils) -msgid "Provide the stuff missing in Hash::Util" +#. description(google-noto-fonts:noto-sans-thai) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Thai Sans Serif font, hinted." msgstr "" -#. 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." +#. description(google-noto-fonts:noto-sans-ugaritic) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Ugaritic Sans Serif font, unhinted." msgstr "" -#. description(perl-HTTP-Request-AsCGI) -msgid "Provides a convenient way of setting up an CGI environment from an HTTP::Request." +#. description(google-noto-fonts:noto-sans-vai) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Vai Sans Serif font, unhinted." msgstr "" -#. 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." +#. description(openstack-nova) +msgid "Nova is a cloud computing fabric controller (the main part of an IaaS system) built to match the popular AWS EC2 and S3 APIs. It is written in Python, using the Tornado and Twisted frameworks, and relies on the standard AMQP messaging protocol." msgstr "" -#. description(perl-PHP-Serialization) +#. description(openstack-nova-doc) 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" +"Nova is a cloud computing fabric controller (the main part of an IaaS system) built to match the popular AWS EC2 and S3 APIs. It is written in Python, using the Tornado and Twisted frameworks, and relies on the standard AMQP messaging protocol.\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." +"This package contains documentation files for openstack-nova." msgstr "" -#. description(php5-pear-Horde_Imsp) -msgid "Provides an API into an IMSP server for address books and options." +#. summary(gconf2-branding-SLES:novell-sound-theme) +msgid "Novell Sound Theme" msgstr "" -#. summary(php5-pear-HTTP_Request) -msgid "Provides an easy way to perform HTTP requests" +#. description(numatop) +msgid "NumaTOP is an observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system. It helps the user characterize the NUMA behavior of processes and threads and identify where the NUMA-related performance bottlenecks reside. Numatop is supported on Intel Xeon processors: 5500-series, 6500/7500-series, 5600 series, E7-x8xx-series, and E5-16xx/24xx/26xx/46xx-series. E5-16xx/24xx/26xx/46xx-series should be updated to latest CPU microcode (microcode must be 0x618+ or 0x70c+). Kernel 3.9 or higher is required." msgstr "" -#. summary(php5-pear-Net_IMAP) -msgid "Provides an implementation of the IMAP protocol" -msgstr "Предоставляет реализацию протокола IMAP" +#. summary(otrs:otrs-doc) +#, fuzzy +#| msgid "Python PDF Documentation" +msgid "OTRS Documentation" +msgstr "Документация в формате PDF для Python" -#. description(php5-pear-Net_SMTP) -msgid "Provides an implementation of the SMTP protocol using PEAR's Net_Socket class." -msgstr "Предоставляет реализацию протокола SMTP, использующую класс Net_Socket из PEAR" +#. description(otrs) +msgid "" +"OTRS is an Open source Ticket Request System with many features to manage customer telephone calls and e-mails. It is distributed under the GNU AFFERO General Public License (AGPL) and tested on Linux, Solaris, AIX, Windows, FreeBSD, OpenBSD and Mac OS 10.x. Do you receive many e-mails and want to answer them with a team of agents? You're going to love OTRS!\n" +"\n" +"Feature list: see README\n" +"\n" +"Authors list: see CREDITS" +msgstr "" -#. description(python-interlude) +#. description(otrs:otrs-itsm) msgid "" -"Provides an interactive shell aka console inside your doctest case.\n" +"OTRS::ITSM implements ITIL (R) focused IT service management.\n" "\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" +"You need a OTRS 3.3.6 (http://otrs.org/) installation.\n" "\n" -"In your doctest you can invoke the shell at any point by calling::\n" +"Make sure your database accepts packages over 5 MB in size. A MySQL database for example accepts packages up to 1 MB by default. In this case, the value for max_allowed_packet must be increased. The recommended maximum size accepted is 20 MB.\n" "\n" -" >>> interact( locals() )\n" +"for INSTALL see INSTALL-3.3.ITSM please see README.itsm for further details, which comes with otrs package\n" "\n" -"To make your testrunner interlude aware following is needed:" +"Required OTRS::ITSM modules can be found under /srv/otrs/itsm\n" +"\n" +"Authors list: see CREDITS" msgstr "" -#. summary(perl-Test-ClassAPI) -msgid "Provides basic first-pass API testing for large class trees" +#. summary(owasp-modsecurity-crs) +msgid "OWASP ModSecurity Common Rule Set (CRS)" msgstr "" -#. description(php5-pear-Horde_Crypt_Blowfish) -msgid "Provides blowfish encryption/decryption for PHP string data." +#. summary(objectweb-anttask) +msgid "ObjectWeb Ant task" msgstr "" -#. description(php5-pear-Auth_SASL) +#. description(perl-HTML-Form) +msgid "Objects of the 'HTML::Form' class represents a single HTML '<form> ... </form>' instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide 'HTTP::Request' objects that can be passed to the request() method of 'LWP::UserAgent'." +msgstr "" + +#. description(myspell-dictionaries:myspell-oc_FR) +msgid "Occitan spelling dictionary." +msgstr "" + +#. description(mate-themes) msgid "" -"Provides code to generate responses to common SASL mechanisms, including:\n" +"Official themes for the MATE desktop\n" "\n" -" - Digest-MD5 - CramMD5 - Plain - Anonymous - Login (Pseudo mechanism)" +"This package contains the official desktop themes of the MATE desktop environment." msgstr "" -#. description(php5-pear-File) -msgid "Provides easy access to read/write to files along with some common routines to deal with paths." +#. description(offlineimap) +msgid "OfflineIMAP is a tool to synchronize IMAP and Maildir mailboxes which is very fast due to its multithreaded synchronization algorithm. It offers several user interfaces and is generally very configurable providing a great number of settings for controlling its behavior, tuning performance. Specifically, there are several sophisticated and flexible mechanisms for determining the list of maiilboxes to synchronize. Furthermore, it supports internal or external automation, SSL and PREAUTH tunnels, offline (or \"unplugged\") reading, and a variety of esoteric IMAP features for compatibility with the widest variety of IMAP servers. OfflineIMAP is designed for safety in terms of avoiding the loss of mails under any circumstances." msgstr "" -#. description(php5-pear-Net_URL) -msgid "Provides easy parsing of URLs and their constituent parts." +#. description(perl-ExtUtils-CChecker) +msgid "" +"Often Perl modules are written to wrap functionality found in existing C headers, libraries, or to use OS-specific features. It is useful in the _Build.PL_ or _Makefile.PL_ file to check for the existance of these requirements before attempting to actually build the module.\n" +"\n" +"Objects in this class provide an extension around the ExtUtils::CBuilder manpage to simplify the creation of a _.c_ file, compiling, linking and running it, to test if a certain feature is present.\n" +"\n" +"It may also be necessary to search for the correct library to link against, or for the right include directories to find header files in. This class also provides assistance here." msgstr "" -#. description(php5-pear-Horde_Mime) -msgid "Provides methods for dealing with MIME (RFC 2045) and related e-mail (RFC 822/2822/5322) standards." +#. description(perl-MooseX-Daemonize) +msgid "Often you want to write a persistent daemon that has a pid file, and responds appropriately to Signals. This module provides a set of basic roles as an infrastructure to do that." msgstr "" -#. description(php5-pear-Horde_Mime_Viewer) -msgid "Provides rendering drivers for MIME data." +#. summary(openclipart:openclipart-png) +msgid "Open Clip Art Library in the PNG File Format" msgstr "" -#. description(pgadmin3:pgadmin3-lang) -msgid "Provides translations to the package pgadmin3" -msgstr "Предоставляет переводы для пакета pgadmin3" +#. summary(openclipart:openclipart-svg) +msgid "Open Clip Art Library in the SVG File Format" +msgstr "" -#. description(picard:picard-lang) -msgid "Provides translations to the package picard" -msgstr "Предоставляет переводы для пакета picard" +#. summary(openmarkup) +msgid "Open Markup Interface for object realizers and XML object realization" +msgstr "" -#. description(pidgin-advanced-sound-notification:pidgin-advanced-sound-notification-lang) -msgid "Provides translations to the package pidgin-advanced-sound-notification" -msgstr "Предоставляет переводы для пакета pidgin-advanced-sound-notification" +#. summary(perl-Browser-Open) +msgid "Open a browser in a given URL" +msgstr "" -#. description(pidgin-birthday-reminder:pidgin-birthday-reminder-lang) -msgid "Provides translations to the package pidgin-birthday-reminder" -msgstr "Предоставляет переводы для пакета pidgin-birthday-reminder" +#. summary(OpenLP) +msgid "Open source Church presentation and lyrics projection application" +msgstr "" -#. description(pidgin-guifications:pidgin-guifications-lang) -msgid "Provides translations to the package pidgin-guifications" -msgstr "Предоставляет переводы для пакета pidgin-guifications" +#. summary(opengost-fonts:opengost-otf-fonts) +msgid "Open-source Russian GOST Fonts (OpenType Format)" +msgstr "" -#. description(plasma-nm:plasma-nm-lang) -msgid "Provides translations to the package plasma-nm" +#. summary(opengost-fonts:opengost-ttf-fonts) +msgid "Open-source Russian GOST Fonts (TrueType Format)" msgstr "" -#. description(plasmoid-cwp:plasmoid-cwp-lang) -msgid "Provides translations to the package plasmoid-cwp" -msgstr "Предоставляет переводы для пакета plasmoid-cwp" +#. description(opengost-fonts:opengost-otf-fonts) +msgid "" +"Open-source version of the fonts by Russian standard GOST 2.304-81 «Letters for drawings».\n" +"\n" +"This package contains fonts in OpenType format." +msgstr "" -#. description(po4a:po4a-lang) -msgid "Provides translations to the package po4a" -msgstr "Предоставляет переводы для пакета po4a" +#. description(opengost-fonts:opengost-ttf-fonts) +msgid "" +"Open-source version of the fonts by Russian standard GOST 2.304-81 «Letters for drawings».\n" +"\n" +"This package contains fonts in TrueType format." +msgstr "" -#. description(poedit:poedit-lang) -msgid "Provides translations to the package poedit" -msgstr "Предоставляет переводы для пакета poedit" +#. summary(openldap2:openldap2-doc) +#, fuzzy +#| msgid "Python PDF Documentation" +msgid "OpenLDAP Documentation" +msgstr "Документация в формате PDF для Python" -#. description(policycoreutils:policycoreutils-lang) -msgid "Provides translations to the package policycoreutils" -msgstr "Предоставляет переводы для пакета policycoreutils" +#. summary(openlmi-providers:openlmi) +msgid "OpenLMI managed system software components" +msgstr "" -#. description(polkit-gnome:polkit-gnome-lang) -msgid "Provides translations to the package polkit-gnome" -msgstr "Предоставляет переводы для пакета polkit-gnome" +#. description(openlmi-providers:openlmi) +msgid "OpenLMI provides a common infrastructure for the management of Linux systems. This package installs a core set of OpenLMI providers and necessary infrastructure packages enabling the system to be managed remotely." +msgstr "" -#. description(pragha:pragha-lang) -msgid "Provides translations to the package pragha" -msgstr "Предоставляет переводы для пакета pragha" +#. summary(openlmi-providers:openlmi-python-test) +msgid "OpenLMI test utilities" +msgstr "" -#. description(proftpd:proftpd-lang) -msgid "Provides translations to the package proftpd" -msgstr "Предоставляет переводы для пакета proftpd" +#. description(OpenLP) +msgid "OpenLP is a church presentation software, for lyrics projection software, used to display slides of Songs, Bible verses, videos, images, and presentations via LibreOffice using a computer and projector." +msgstr "" -#. description(pulseaudio:pulseaudio-lang) -msgid "Provides translations to the package pulseaudio" -msgstr "Предоставляет переводы для пакета pulseaudio" +#. description(openttd-openmsx) +msgid "OpenMSX is an open source replacement for the original Transport Tycoon Deluxe (TTD) music. All contributions are licensed under the GPL v2." +msgstr "" -#. description(purple-plugin-pack:purple-plugin-pack-lang) -msgid "Provides translations to the package purple-plugin-pack" -msgstr "Предоставляет переводы для пакета purple-plugin-pack" +#. summary(openstack-cinder) +msgid "OpenStack Block Storage (Cinder)" +msgstr "" -#. summary(perl-YAML-Perl) -msgid "Pure Perl YAML Implementation" +#. summary(openstack-cinder:openstack-cinder-api) +msgid "OpenStack Block Storage (Cinder) - API" msgstr "" -#. summary(perl-DBM-Deep) -msgid "Pure perl multi-level hash/array DBM that supports transactions" +#. summary(openstack-cinder-doc) +msgid "OpenStack Block Storage (Cinder) - Documentation" msgstr "" -#. 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++." +#. summary(openstack-cinder:openstack-cinder-scheduler) +msgid "OpenStack Block Storage (Cinder) - Scheduler" msgstr "" -#. description(python3-pyenchant) -msgid "PyEnchant is a spellchecking library for Python, based on the excellent Enchant library." +#. summary(openstack-cinder:openstack-cinder-test) +msgid "OpenStack Block Storage (Cinder) - Testsuite" msgstr "" -#. summary(python3-unittest-xml-reporting) -msgid "PyUnit-based test runner with JUnit like XML reporting" +#. summary(openstack-cinder:openstack-cinder-volume) +msgid "OpenStack Block Storage (Cinder) - Volume" msgstr "" -#. 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." +#. summary(openstack-cinder:openstack-cinder-backup) +msgid "OpenStack Block Storage (Cinder) - Volume Backup Service" msgstr "" -#. description(pybliographer) -msgid "" -"Pybliographer is a tool for managing bibliographic databases. It currently supports the following formats:\n" -"\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" -"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." +#. summary(openstack-nova) +msgid "OpenStack Compute (Nova)" msgstr "" -#. 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." +#. summary(openstack-nova:openstack-nova-api) +msgid "OpenStack Compute (Nova) - API" msgstr "" -#. description(python3-pylint) -msgid "" -"Pylint analyzes Python source code looking for bugs and signs of poor quality.\n" -"\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" -"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." +#. summary(openstack-nova:openstack-nova-cells) +msgid "OpenStack Compute (Nova) - Cells" msgstr "" -#. 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." +#. summary(openstack-nova:openstack-nova-cert) +msgid "OpenStack Compute (Nova) - Certificate Manager" msgstr "" -#. 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." +#. summary(openstack-nova:openstack-nova-compute) +msgid "OpenStack Compute (Nova) - Compute" msgstr "" -#. summary(python-Distutils2) -msgid "Python Distribution Utilities" +#. summary(openstack-nova:openstack-nova-conductor) +msgid "OpenStack Compute (Nova) - Conductor" msgstr "" -#. summary(python-docutils) -msgid "Python Documentation Utilities" -msgstr "Утилиты документации Python" +#. summary(openstack-nova-doc) +msgid "OpenStack Compute (Nova) - Documentation" +msgstr "" -#. summary(python-geopy) -msgid "Python Geocoding Toolbox" -msgstr "Инструменты геокодирования Python" +#. summary(openstack-nova:openstack-nova-network) +msgid "OpenStack Compute (Nova) - Network" +msgstr "" -#. summary(python-GitPython) -msgid "Python Git Library" -msgstr "Библиотека Git для Python" +#. summary(openstack-nova:openstack-nova-objectstore) +msgid "OpenStack Compute (Nova) - Object Store" +msgstr "" -#. summary(python3-ply) -msgid "Python Lex & Yacc" +#. summary(openstack-nova:openstack-nova-scheduler) +msgid "OpenStack Compute (Nova) - Scheduler" msgstr "" -#. summary(python-iniparse) -msgid "Python Module for Accessing and Modifying Configuration Data in INI files" +#. summary(openstack-nova:openstack-nova-test) +msgid "OpenStack Compute (Nova) - Testsuite" msgstr "" -#. summary(python-eyeD3) -msgid "Python Module for ID3 Tag Manipulation" -msgstr "Модуль Python для работы с тегами ID3" +#. summary(openstack-nova:openstack-nova-vncproxy) +msgid "OpenStack Compute (Nova) - VNC Proxy" +msgstr "" -#. summary(python-doc:python-doc-pdf) -msgid "Python PDF Documentation" -msgstr "Документация в формате PDF для Python" +#. summary(openstack-nova:openstack-nova-novncproxy) +msgid "OpenStack Compute (Nova) - Websocket Proxy" +msgstr "" -#. summary(python3-logilab-astng) -msgid "Python Python Abstract Syntax Tree (New Generation)" +#. summary(openstack-nova:openstack-xen-plugins) +msgid "OpenStack Compute (Nova) - XenAPI support" msgstr "" -#. summary(python-djvulibre:python-djvulibre-doc) -msgid "Python Support for the DjVu Image Format (Documentation)" +#. summary(openstack-dashboard) +msgid "OpenStack Dashboard (Horizon)" msgstr "" -#. summary(python-google-apputils) -msgid "Python application utilities" +#. summary(openstack-dashboard:openstack-dashboard-test) +msgid "OpenStack Dashboard (Horizon) - Testsuite" msgstr "" -#. summary(python3-pyenchant) -msgid "Python bindings for the Enchant spellchecking system" -msgstr "Привязки Python для системы проверки орфографии Enchant" +#. summary(openstack-dashboard:openstack-dashboard-branding-upstream) +msgid "OpenStack Dashboard (Horizon) - Upstream Branding" +msgstr "" -#. summary(ldb:pyldb-32bit) -msgid "Python bindings for the LDB library" +#. summary(openstack-keystone) +msgid "OpenStack Identity Service (Keystone)" msgstr "" -#. summary(python-argparse) -msgid "Python command-line parsing library" -msgstr "Библиотека разбора командной строки Python" - -#. summary(python-couchdbkit) -msgid "Python couchdb kit" +#. summary(openstack-keystone-doc) +msgid "OpenStack Identity Service (Keystone) - Documentation" msgstr "" -#. summary(python3-Sphinx) -msgid "Python documentation generator" +#. summary(openstack-glance) +msgid "OpenStack Image Service (Glance)" msgstr "" -#. summary(python-bugzilla) -msgid "Python library for bugzilla" -msgstr "Библиотека Python для bugzilla" - -#. summary(python3-logilab-common) -msgid "Python lowlevel functionality shared by logilab projects" +#. summary(openstack-glance-doc) +msgid "OpenStack Image Service (Glance) - Documentation" msgstr "" -#. summary(python3-pyinotify) -msgid "Python module for watching filesystems changes" +#. summary(openstack-glance:openstack-glance-test) +msgid "OpenStack Image Service (Glance) - Testsuite" msgstr "" -#. summary(python-killswitch) -msgid "Python module providing functions for killswitches" +#. summary(openstack-tempest) +msgid "OpenStack Integration Test Suite (Tempest)" msgstr "" -#. summary(python-icalendar) -msgid "Python parser/generator of iCalendar files package" +#. summary(openstack-tempest:openstack-tempest-test) +msgid "OpenStack Integration Test Suite (Tempest) - Test Package" msgstr "" -#. summary(python3-socketpool) -msgid "Python socket pool" +#. summary(openstack-ceilometer) +msgid "OpenStack Metering (Ceilometer)" msgstr "" -#. summary(python3-pep8) -msgid "Python style guide checker" +#. summary(openstack-ceilometer:openstack-ceilometer-api) +msgid "OpenStack Metering (Ceilometer) - API" msgstr "" -#. summary(python3-PyVirtualDisplay) -msgid "Python wrapper for Xvfb, Xephyr and Xvnc" +#. summary(openstack-ceilometer:openstack-ceilometer-agent-central) +msgid "OpenStack Metering (Ceilometer) - Agent Central" msgstr "" -#. summary(python3-pyOpenSSL-doc) -msgid "Python wrapper module around the OpenSSL library - Documentation" +#. summary(openstack-ceilometer:openstack-ceilometer-agent-compute) +msgid "OpenStack Metering (Ceilometer) - Agent Compute" msgstr "" -#. description(python3-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." +#. summary(openstack-ceilometer:openstack-ceilometer-agent-notification) +msgid "OpenStack Metering (Ceilometer) - Agent Notification" msgstr "" -#. description(php5-pear-Horde_Queue) -msgid "" -"Queue layer with various storage backends and runners.\n" -"\n" -"Lead Developer: Chuck Hagenbuch <chuck@horde.org>" +#. summary(openstack-ceilometer:openstack-ceilometer-alarm-evaluator) +msgid "OpenStack Metering (Ceilometer) - Alarm Evaluator" msgstr "" -#. summary(perl-String-ShellQuote) -msgid "Quote strings for passing through the shell" +#. summary(openstack-ceilometer:openstack-ceilometer-collector) +msgid "OpenStack Metering (Ceilometer) - Collector" msgstr "" -#. 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." +#. summary(openstack-ceilometer-doc) +msgid "OpenStack Metering (Ceilometer) - Documentation" msgstr "" -#. summary(perl-Email-Address) -msgid "RFC 2822 Address Parsing and Creation" +#. summary(openstack-ceilometer:openstack-ceilometer-test) +msgid "OpenStack Metering (Ceilometer) - Testsuite" msgstr "" -#. description(php5-pear-HTTP_WebDAV_Server) -msgid "RFC2518 compliant helper class for WebDAV server implementation." +#. summary(openstack-neutron) +msgid "OpenStack Network" msgstr "" -#. summary(python-flup) -msgid "Random assortment of WSGI servers" +#. summary(openstack-neutron:openstack-neutron-plugin-cisco) +msgid "OpenStack Network - Cisco Plugin (openvswitch based)" msgstr "" -#. summary(perl-CPAN-Meta-YAML) -msgid "Read and write a subset of YAML for CPAN Meta files" +#. summary(openstack-neutron:openstack-neutron-dhcp-agent) +msgid "OpenStack Network - DHCP Agent" msgstr "" -#. summary(perl-Data-Section-Simple) -msgid "Read data from __DATA__" +#. summary(openstack-neutron:openstack-neutron-hyperv-agent) +msgid "OpenStack Network - Hyper-V Agent" msgstr "" -#. summary(perl-Spreadsheet-ParseExcel) -msgid "Read information from an Excel file." +#. summary(openstack-neutron:openstack-neutron-ibm-agent) +msgid "OpenStack Network - IBM Agent" msgstr "" -#. summary(perl-Text-RecordParser) -msgid "Read record-oriented files" +#. summary(openstack-neutron:openstack-neutron-linuxbridge-agent) +msgid "OpenStack Network - Linux Bridge Agent" msgstr "" -#. summary(perl-Spreadsheet-Read) -msgid "Read the data from a spreadsheet" +#. summary(openstack-neutron:openstack-neutron-lbaas-agent) +msgid "OpenStack Network - Load Balancing Agent" msgstr "" -#. summary(perl-CSS-Tiny) -msgid "Read/Write .css files with as little code as possible" +#. summary(openstack-neutron:openstack-neutron-mlnx-agent) +msgid "OpenStack Network - Mellanox Plugin" msgstr "" -#. summary(perl-Config-Tiny) -msgid "Read/Write .ini style files with as little code as possible" +#. summary(openstack-neutron:openstack-neutron-metadata-agent) +msgid "OpenStack Network - Meta Data Agent" msgstr "" -#. summary(perl-YAML-Tiny) -msgid "Read/Write YAML files with as little code as possible" +#. summary(openstack-neutron:openstack-neutron-metering-agent) +msgid "OpenStack Network - Metering Agent" msgstr "" -#. summary(perl-File-Slurp-Unicode) -msgid "Reading/Writing of Complete Files with Character Encoding Support" +#. summary(openstack-neutron:openstack-neutron-nec-agent) +msgid "OpenStack Network - NEC Agent" msgstr "" -#. summary(python-celerymon) -msgid "Real-time monitoring of Celery workers" +#. summary(openstack-neutron:openstack-neutron-vmware-agent) +msgid "OpenStack Network - Nicira Plugin" msgstr "" -#. summary(python-Kajiki) -msgid "Really fast well-formed xml templates" +#. summary(openstack-neutron:openstack-neutron-nvsd-agent) +msgid "OpenStack Network - One Convergence NVSD Agent" msgstr "" -#. summary(perl-Clone-PP) -msgid "Recursively copy Perl datatypes" +#. summary(openstack-neutron:openstack-neutron-openvswitch-agent) +msgid "OpenStack Network - Open vSwitch" msgstr "" -#. summary(perl-Hash-Merge-Simple) -msgid "Recursively merge two or more hashes, simply" +#. summary(openstack-neutron:openstack-neutron-server) +msgid "OpenStack Network - Python module" msgstr "" -#. summary(perl-Module-Refresh) -msgid "Refresh INC files when updated on disk" +#. summary(openstack-neutron:openstack-neutron-restproxy-agent) +msgid "OpenStack Network - REST Proxy Agent" msgstr "" -#. description(perl-Regexp-Assemble) -msgid "" -"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" -"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" -"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." +#. summary(openstack-neutron:openstack-neutron-test) +msgid "OpenStack Network - Testsuite" msgstr "" -#. summary(php5-pear-phpunit) -msgid "Regression test framework" +#. summary(openstack-neutron:openstack-neutron-vpn-agent) +msgid "OpenStack Network - VPN Agent" msgstr "" -#. summary(perl-Regexp-IPv6) -msgid "Regular expression for IPv6 addresses" +#. summary(openstack-neutron:openstack-neutron-ryu-agent) +msgid "OpenStack Network - ryu Agent" msgstr "" -#. summary(perl-File-Remove) -msgid "Remove files and directories" +#. summary(openstack-neutron:openstack-neutron-l3-agent) +msgid "OpenStack Network Service (Neutron) - L3 Agent" msgstr "" -#. summary(php5-pear-Text_Figlet) -msgid "Render text using FIGlet fonts" +#. description(openstack-swift-doc) +msgid "" +"OpenStack Object Storage (swift) aggregates commodity servers to work together in clusters for reliable, redundant, and large-scale storage of static objects.\n" +"\n" +"This package contains documentation files for openstack-swift." msgstr "" -#. summary(python-fudge) -msgid "Replace real objects with fakes (mocks, stubs, etc) while testing" +#. description(openstack-swift:openstack-swift-account) +msgid "" +"OpenStack Object Storage (swift) aggregates commodity servers to work together in clusters for reliable, redundant, and large-scale storage of static objects.\n" +"\n" +"This package contains the openstack-swift account server." msgstr "" -#. summary(perl-PPIx-Regexp) -msgid "Represent a regular expression of some sort" +#. description(openstack-swift:openstack-swift-container) +msgid "" +"OpenStack Object Storage (swift) aggregates commodity servers to work together in clusters for reliable, redundant, and large-scale storage of static objects.\n" +"\n" +"This package contains the openstack-swift container server." msgstr "" -#. summary(python-grequests) -msgid "Requests + Gevent" +#. description(openstack-swift:openstack-swift-object) +msgid "" +"OpenStack Object Storage (swift) aggregates commodity servers to work together in clusters for reliable, redundant, and large-scale storage of static objects.\n" +"\n" +"This package contains the openstack-swift object server." msgstr "" -#. description(python3-requests) +#. description(openstack-swift:openstack-swift-proxy) msgid "" -"Requests is an ISC Licensed HTTP library, written in Python, for human beings.\n" +"OpenStack Object Storage (swift) aggregates commodity servers to work together in clusters for reliable, redundant, and large-scale storage of static objects.\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" +"This package contains the openstack-swift proxy server." msgstr "" -#. summary(perl-MooseX-LazyRequire) -msgid "Required attributes which fail only when trying to use them" +#. description(openstack-swift) +msgid "OpenStack Object Storage (swift) aggregates commodity servers to work together in clusters for reliable, redundant, and large-scale storage of static objects. Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes, which are automatically configured. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment." msgstr "" -#. summary(perl-SQL-ReservedWords) -msgid "Reserved SQL words by ANSI/ISO" +#. summary(openstack-heat:openstack-heat-api) +msgid "OpenStack Orchestration (Heat) - API" msgstr "" -#. summary(perl-Class-ReturnValue) -msgid "Return-value object that lets you treat it as as a boolean, array or object" +#. summary(openstack-heat:openstack-heat-api-cfn) +msgid "OpenStack Orchestration (Heat) - CloudFormation API" msgstr "" -#. 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." +#. summary(openstack-heat:openstack-heat-api-cloudwatch) +msgid "OpenStack Orchestration (Heat) - CloudWatch API" msgstr "" -#. summary(perl-POE-Test-Loops) -msgid "Reusable tests for POE::Loop authors" +#. summary(openstack-heat-doc) +msgid "OpenStack Orchestration (Heat) - Documentation" msgstr "" -#. summary(perl-MooseX-Daemonize) -msgid "Role for daemonizing your Moose based application" +#. summary(openstack-heat:openstack-heat-engine) +msgid "OpenStack Orchestration (Heat) - Engine" msgstr "" -#. summary(perl-Role-Identifiable) -msgid "Role::Identifiable Perl module" -msgstr "Модуль Perl Role::Identifiable" +#. summary(openstack-quickstart) +msgid "OpenStack Quickstart" +msgstr "" -#. summary(perl-Role-Tiny) -msgid "Roles. Like a nouvelle cuisine portion size slice of Moose." +#. summary(openstack-suse:openstack-suse-macros) +msgid "OpenStack SUSE - RPM Macros" msgstr "" -#. description(python3-rope) -msgid "Rope is a Python refactoring library." -msgstr "Rope — это библиотека рефакторинга python." +#. summary(openstack-suse:openstack-suse-sudo) +msgid "OpenStack SUSE - Sudo Support" +msgstr "" -#. summary(perl-Crypt-Rot13) -msgid "Rot13 (Caesar) encryption for perl" +#. summary(openstack-swift) +msgid "OpenStack Storage (Swift)" msgstr "" -#. 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." +#. summary(openstack-swift:openstack-swift-account) +msgid "OpenStack Storage (Swift) - Account Server" msgstr "" -#. summary(perl-XML-SAX-Writer) -msgid "SAX2 Writer" +#. summary(openstack-swift:openstack-swift-container) +msgid "OpenStack Storage (Swift) - Container Server" msgstr "" -#. summary(php5-pear-SOAP) -msgid "SOAP Client/Server for PHP" +#. summary(openstack-swift-doc) +msgid "OpenStack Storage (Swift) - Documentation" msgstr "" -#. summary(perl-Mail-SPF-Test) -msgid "SPF test-suite class" +#. summary(openstack-swift:openstack-swift-object) +msgid "OpenStack Storage (Swift) - Object Server" msgstr "" -#. 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." +#. summary(openstack-swift:openstack-swift-proxy) +msgid "OpenStack Storage (Swift) - Proxy Server" msgstr "" -#. 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." +#. summary(openstack-swift:openstack-swift-test) +msgid "OpenStack Storage (Swift) - Testsuite" msgstr "" -#. summary(php5-pear-Horde_Scribe) -msgid "Scribe Client for the Horde Framework" -msgstr "Клиент Scribe для фреймворка Horde" +#. summary(openstack-neutron-doc) +msgid "OpenStack Virtual Network Service (Neutron) - Documentation" +msgstr "" -#. summary(python-launchpadlib) -msgid "Script Launchpad through its web services interfaces. Officially supported" +#. description(openstack-suse:openstack-suse-sudo) +msgid "OpenStack packages install sudo configuration files for rootwrap binaries in /etc/sudoers.d. This directory is disabled by default, thus this package enables it in /etc/sudoers." msgstr "" -#. summary(php5-pear-Horde_Secret) -msgid "Secret Encryption API" -msgstr "API шифрования паролей" - -#. 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." +#. summary(openstack-nova:openstack-nova-console) +msgid "Openstack Compute (Nova) - Console Access" msgstr "" -#. summary(perl-IO-Pager) -msgid "Select a pager and pipe text to it if destination is a TTY" +#. summary(openstack-nova:openstack-nova-consoleauth) +msgid "Openstack Compute (Nova) - Console Authentification Service" msgstr "" -#. summary(php5-pear-phpunit-PHPUnit_Selenium) -msgid "Selenium RC integration for PHPUnit" -msgstr "Интеграция Selenium RC с PHPUnit" - -#. description(python-django-nose-selenium) -msgid "" -"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" -"django-nose-selenium allows you to write and run selenium tests the same way as usual django unit tests." +#. summary(openstack-trove) +msgid "Openstack DBaaS (Trove)" msgstr "" -#. 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." +#. summary(openstack-trove:openstack-trove-api) +msgid "Openstack DBaaS (Trove) - API" msgstr "" -#. 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." +#. summary(openstack-trove:openstack-trove-conductor) +msgid "Openstack DBaaS (Trove) - Conductor" msgstr "" -#. summary(perl-HTTP-Request-AsCGI) -msgid "Set up a CGI environment from an HTTP::Request" +#. summary(openstack-trove:openstack-trove-guestagent) +msgid "Openstack DBaaS (Trove) - GuestAgent" msgstr "" -#. summary(perl-MooseX-Types-Set-Object) -msgid "Set::Object type with coercions and stuff." +#. summary(openstack-trove:openstack-trove-taskmanager) +msgid "Openstack DBaaS (Trove) - Taskmanager" msgstr "" -#. summary(python3-setuptools-git) -msgid "Setuptools revision control system plugin for Git" +#. summary(openstack-heat) +msgid "Openstack Orchestration (Heat)" msgstr "" -#. description(perl-Hash-MoreUtils) -msgid "Similar to 'List::MoreUtils', 'Hash::MoreUtils' contains trivial but commonly-used functionality for hashes." +#. summary(openstack-heat:openstack-heat-test) +msgid "Openstack Orchestration (Heat) - Testsuite" msgstr "" -#. summary(perl-OLE-Storage_Lite) -msgid "Simple Class for OLE document interface." +#. summary(openstack-trove:openstack-trove-test) +msgid "Openstack Trove - Testsuite" msgstr "" -#. summary(perl-Makefile-DOM) -msgid "Simple DOM parser for Makefiles" +#. description(owasp-modsecurity-crs:owasp-modsecurity-crs-optional_rules) +msgid "Optional rules for HTTP Protocol Validation, Common Web Attacks Protection, Request Header Tagging, ..." msgstr "" -#. summary(perl-Router-Simple) -msgid "Simple HTTP router" +#. summary(owasp-modsecurity-crs:owasp-modsecurity-crs-optional_rules) +msgid "Optional rules for OWASP ModSecurity CRS" msgstr "" -#. summary(pinta) -msgid "Simple Paint Application" -msgstr "Простое приложение для рисования" - -#. summary(perl-Filesys-Notify-Simple) -msgid "Simple and dumb file system watcher" +#. description(lomt-fonts:lomt-orbitron-fonts) +msgid "Orbitron is a geometric sans-serif typeface intended for display purposes. It features four weights (light, medium, bold, and black), a stylistic alternative, small caps, and a ton of alternate glyphs." msgstr "" -#. summary(perl-Log-Contextual) -msgid "Simple logging interface with a contextual log" +#. description(pam:pam-doc) +msgid "" +"PAM (Pluggable Authentication Modules) is a system security tool that allows system administrators to set authentication policies without having to recompile programs that do authentication.\n" +"\n" +"This package contains the documentation." msgstr "" -#. summary(python-iso8601) -msgid "Simple module to parse ISO 8601 dates" +#. description(pam_chroot:pam_chroot-32bit) +msgid "" +"PAM (Pluggable Authentication Modules) is a system security tool that allows system administrators to set authentication policies without having to recompile programs that do authentication.\n" +"\n" +"pam_chroot is a Linux-PAM module that allows a user to be chrooted in auth, account, or session." msgstr "" -#. description(python-iso8601) +#. description(pam_mktemp:pam_mktemp-32bit) msgid "" -"Simple module to parse ISO 8601 dates\n" +"PAM (Pluggable Authentication Modules) is a system security tool that allows system administrators to set authentication policies without having to recompile programs that do authentication.\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." +"pam_mktemp is a PAM module which may be used with a PAM-aware login service to provide per-user private directories under /tmp as a part of PAM session or account management." msgstr "" -#. summary(perl-Email-Simple) -msgid "Simple parsing of RFC2822 message format and headers" +#. description(pam_passwdqc:pam_passwdqc-32bit) +msgid "" +"PAM (Pluggable Authentication Modules) is a system security tool that allows system administrators to set authentication policies without having to recompile programs that do authentication.\n" +"\n" +"pam_passwdqc is a simple password strength checking module forPAM-aware password changing programs. In addition to checking regular passwords, it offers support for passphrases and can provide randomly generated ones." msgstr "" -#. summary(python3-pytest) -msgid "Simple powerful testing with Python" +#. description(pam_userpass:pam_userpass-32bit) +msgid "" +"PAM (Pluggable Authentication Modules) is a system security tool that allows system administrators to set authentication policies without having to recompile programs that do authentication.\n" +"\n" +"pam_userpass uses PAM binary prompts to ask the application for the username and password." msgstr "" -#. summary(perl-MooseX-Param) -msgid "Simple role to provide a standard param method" +#. summary(pam_p11:pam_p11-32bit) +msgid "PAM Authentication Module for Using Cryptographic Tokens" msgstr "" -#. summary(perl-MooseX-Workers) -msgid "Simple sub-process management for asynchronous tasks" +#. summary(pam_mktemp:pam_mktemp-32bit) +msgid "PAM Module to Provide Per-User Private Directories Under /tmp" msgstr "" -#. summary(php5-pear-phpunit-Text_Template) -msgid "Simple template engine" +#. description(pari-galpol) +msgid "PARI package of the GALPOL database of polynomials defining Galois extensions of the rationals, accessed by the \"galoisgetpol\" function." msgstr "" -#. summary(pycarddav) -msgid "Simple to Use CardDAV CLI Client" +#. description(pari-elldata) +msgid "PARI/GP version of J. E. Cremona's Elliptic Curve Data, needed by the PARI functions \"ellsearch\" and \"ellidentify\"." msgstr "" -#. 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." +#. summary(pam_pkcs11:pam_pkcs11-32bit) +msgid "PKCS #11 PAM Module" msgstr "" -#. 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." +#. description(OpenPrintingPPDs:OpenPrintingPPDs-postscript) +msgid "PPD files for PostScript printers which do not use a driver but may use the foomatic-rip filter." msgstr "" -#. summary(python3-versiontools) -msgid "Smart replacement for plain tuple used in __version__" +#. description(OpenPrintingPPDs:OpenPrintingPPDs-ghostscript) +msgid "PPD files for non-PostScript printers which use a Ghostscript built-in driver and PPD files for PostScript level 1 printers which use the Ghostscript driver pswrite." msgstr "" -#. 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" +#. description(OpenPrintingPPDs:OpenPrintingPPDs-hpijs) +msgid "PPD files for non-PostScript printers which use the Ghostscript IJS driver /usr/bin/hpijs from HPLIP." msgstr "" -#. 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." +#. summary(OpenPrintingPPDs:OpenPrintingPPDs-postscript) +msgid "PPD files from OpenPrinting.org for PostScript printers" msgstr "" -#. description(perl-CPAN-Meta) -msgid "" -"Software distributions released to the CPAN include a _META.json_ or, for older distributions, _META.yml_, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the _META.json_ file is described in the CPAN::Meta::Spec manpage.\n" -"\n" -"CPAN::Meta provides a simple class to represent this distribution metadata (or _distmeta_), along with some helpful methods for interrogating that data.\n" -"\n" -"The documentation below is only for the methods of the CPAN::Meta object. For information on the meaning of individual fields, consult the spec." +#. summary(OpenPrintingPPDs:OpenPrintingPPDs-ghostscript) +msgid "PPD files from OpenPrinting.org which use Ghostscript built-in drivers" msgstr "" -#. 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::LDAP - add proper certificate checking\n" -"\n" -"* LWP - add proper certificate checking" +#. summary(OpenPrintingPPDs:OpenPrintingPPDs-hpijs) +msgid "PPD files from OpenPrinting.org which use the hpijs driver" msgstr "" -#. description(perl-Context-Preserve) +#. description(PackageKit:PackageKit-branding-upstream) msgid "" -"Sometimes you need to call a function, get the results, act on the results, then return the result of the function. This is painful because of contexts; the original function can behave different if it's called in void, scalar, or list context. You can ignore the various cases and just pick one, but that's fragile. To do things right, you need to see which case you're being called in, and then call the function in that context. This results in 3 code paths, which is a pain to type in (and maintain).\n" +"PackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.\n" "\n" -"This module automates the process. You provide a coderef that is the \"original function\", and another coderef to run after the original runs. You can modify the return value (aliased to @_) here, and do whatever else you need to do. 'wantarray' is correct inside both coderefs; in \"after\", though, the return value is ignored and the value 'wantarray' returns is related to the context that the original function was called in." +"This package provides the upstream default configuration for PackageKit." msgstr "" -#. summary(python3-numpydoc) -msgid "Sphinx extension to support docstrings in Numpy format" +#. summary(pagul-fonts) +msgid "Pagul Fonts" msgstr "" -#. summary(python3-sphinxcontrib-issuetracker) -msgid "Sphinx integration with different issuetrackers" +#. description(pagul-fonts) +msgid "Pagul is a Free Font for Sourashtra Language with Unicode glyphs." msgstr "" -#. 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." +#. summary(palapeli:palapeli-data) +msgid "Palapeli's standard puzzle files" msgstr "" -#. summary(perl-Class-Spiffy) -msgid "Spiffy Framework with No Source Filtering" +#. summary(pam_ccreds:pam_ccreds-32bit) +msgid "Pam module to cache login credentials" msgstr "" -#. description(perl-Spreadsheet-Read) +#. description(pam_p11:pam_p11-32bit) 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" +"Pam_p11 is a pluggable authentication module (pam) package for using cryptographic tokens, such as smart cards and usb crypto tokens, for authentication.\n" "\n" -"For OpenOffice this module uses Spreadsheet::ReadSXC\n" +"Pam_p11 uses libp11 to access any PKCS#11 module. It should be compatible with any implementation, but it is primarily developed using OpenSC.\n" "\n" -"For Microsoft Excel this module uses Spreadsheet::ParseExcel or Spreadsheet::XLSX\n" +"Pam_p11 implements two authentication modules:\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" +"* pam_p11_openssh authenticates the user using openssh ~/.ssh/authorized_keys file.\n" "\n" -"For SquirrelCalc there is a very simplistic built-in parser" +"* pam_p11_opensc authenticates the user using certificates found in ~/.eid/authorized_certificates. It is compatible with the older opensc \"pam_opensc\" authentication module (eid mode).\n" +"\n" +"Pam_p11 is very simple. It has no configuration file, no other options than the PKCS#11 module file, and does not know about certificate chains, certificate authorities, revocation lists, or OCSP. It is perfect for the small installation with no frills." msgstr "" -#. 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." +#. summary(perl-DateTime-Format-MySQL) +msgid "Parse and format MySQL dates and times" msgstr "" -#. summary(perl-String-Format) -msgid "Sprintf-like string formatting capabilities" +#. summary(perl-DateTime-Format-SQLite) +msgid "Parse and format SQLite dates and times" msgstr "" -#. summary(perl-Module-Install) -msgid "Standalone, extensible Perl module installer" -msgstr "Отдельный расширяемый установщик модулей Perl" +#. summary(perl-DateTime-Format-Strptime) +msgid "Parse and format strp and strf time patterns" +msgstr "" -#. summary(perl-MooseX-GlobRef) -msgid "Store a Moose object in glob reference" +#. summary(perl-Module-CPANfile) +msgid "Parse cpanfile" msgstr "" -#. summary(perl-Hash-MultiValue) -msgid "Store multiple values per key" +#. summary(perl-DateTime-Format-DateParse) +msgid "Parses Date::Parse compatible formats" msgstr "" -#. description(python-django-athumb) +#. description(perl-App-Nopaste) 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" +"Pastebins (also known as nopaste sites) let you post text, usually code, for public viewing. They're used a lot in IRC channels to show code that would normally be too long to give directly in the channel (hence the name nopaste).\n" "\n" -" <img src=\"{% thumbnail some_obj.image '80x80' %}\" />\n" +"Each pastebin is slightly different. When one pastebin goes down (I'm looking at you, the http://paste.husk.org manpage), then you have to find a new one. And if you usually use a script to publish text, then it's too much hassle.\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" +"This module aims to smooth out the differences between pastebins, and provides redundancy: if one site doesn't work, it just tries a different one.\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." +"It's also modular: you only need to put on CPAN a the App::Nopaste::Service::Foo manpage module and anyone can begin using it." msgstr "" -#. 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." +#. summary(patch2mail) +msgid "Patch and package update notification via mail" msgstr "" -#. 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." +#. summary(pcfclock:pcfclock-kmp-pae) +msgid "Pcfclock kernel driver" msgstr "" -#. 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." +#. summary(perl-Archive-Peek) +msgid "Peek into archives without extracting them" msgstr "" -#. 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>)." +#. summary(pentaho-reporting-flow-engine) +msgid "Pentaho Flow Reporting Engine" msgstr "" -#. description(perl-String-Formatter) +#. description(pentaho-libxml) +msgid "Pentaho LibXML is a namespace aware SAX-Parser utility library. It eases the pain of implementing non-trivial SAX input handlers." +msgstr "" + +#. description(pentaho-reporting-flow-engine) +msgid "Pentaho Reporting Flow Engine is a free Java report library, formerly known as 'JFreeReport'" +msgstr "" + +#. description(percona-toolkit) 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" +"Percona Toolkit is a collection of advanced command-line tools used by Percona (http://www.percona.com/) support staff to perform a variety of MySQL and system tasks that are too difficult or complex to perform manually.\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" +"These tools are ideal alternatives to private or \"one-off\" scripts because they are professionally developed, formally tested, and fully documented. They are also fully self-contained, so installation is quick and easy and no libraries are installed.\n" "\n" -" my $output = stringf \"Some %a format %s for you to %u.\\n\", { ... };\n" +"Percona Toolkit is developed and supported by Percona Inc. For more information and other free, open-source software developed by Percona, visit http://www.percona.com/software/.\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." +"This collection was formerly known as Maatkit." msgstr "" -#. summary(perl-Sub-Spec) -msgid "Subroutine metadata specification" +#. summary(pcp-gui:pcp-doc) +msgid "Performance Co-Pilot documentation and tutorials" msgstr "" -#. summary(perl-MooseX-Has-Options) -msgid "Succinct options for Moose" +#. summary(perl-Lingua-Stem-Fr) +msgid "Perl French Stemming" msgstr "" -#. summary(perl-Class-Std) -msgid "Support for creating standard \"inside-out\" classes" +#. summary(perl-Business-ISSN) +msgid "Perl extension for International Standard Serial Numbers" msgstr "" -#. description(php5-pear-HTTP_Request) -msgid "Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy, Proxy Authentication, SSL, file uploads etc." +#. summary(perl-Geo-Coordinates-UTM) +msgid "Perl extension for Latitude Longitude conversions" msgstr "" -#. 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." +#. summary(perl-IO-Socket-PortState) +msgid "Perl extension for checking the open or closed status of a port." msgstr "" -#. summary(php5-pear-XML_Serializer) -msgid "Swiss-army knife for creating, reading and writing XML files" -msgstr "«Швейцарский нож» для создания, чтения и записи XML-файлов" - -#. summary(php5-pear-symfony-YAML) -msgid "Symfony YAML Component" +#. summary(perl-Data-Hexify) +msgid "Perl extension for hexdumping arbitrary data" msgstr "" -#. summary(python3-pylint) -msgid "Syntax and style checker for Python code" +#. summary(perl-CGI-FastTemplate) +msgid "Perl extension for managing templates, and performing variable interpolation" msgstr "" -#. summary(perl-MooseX-AuthorizedMethods) -msgid "Syntax sugar for authorized methods" +#. summary(perl-File-Copy-Recursive) +msgid "Perl extension for recursively copying files and directories" msgstr "" -#. summary(perl-MooseX-TransactionalMethods) -msgid "Syntax sugar for transactional methods" +#. summary(perl-Math-Round) +msgid "Perl extension for rounding numbers" msgstr "" -#. summary(python-cliff-tablib) -msgid "Tablib formatters for cliff" +#. summary(perl-HTML-Scrubber) +msgid "Perl extension for scrubbing/sanitizing html" msgstr "" -#. 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." +#. summary(perl-Calendar-Simple) +msgid "Perl extension to create simple calendars" msgstr "" -#. summary(python-django-dbtemplates) -msgid "Template loader for templates stored in the database" +#. summary(perl-Algorithm-CheckDigits) +msgid "Perl extension to generate and test check digits" msgstr "" -#. summary(python-django-static) -msgid "Template tags for better serving static files from templates" +#. summary(perl-Debug-Trace) +msgid "Perl extension to trace subroutine calls" msgstr "" -#. description(python-django-static) -msgid "Template tags for better serving static files from templates in Django." -msgstr "" +#. summary(perl-Growl-GNTP) +#, fuzzy +#| msgid "An implementation of the SMTP protocol" +msgid "Perl implementation of GNTP Protocol (Client Part)" +msgstr "Реализация протокола SMTP" -#. summary(perl-Stream-Buffered) -msgid "Temporary buffer to save bytes" +#. summary(perl-MojoX-JSON-RPC) +#, fuzzy +#| msgid "Implementation of SOAP protocol and services" +msgid "Perl implementation of JSON-RPC 2.0 protocol for Mojolicious" +msgstr "Реализация протокола и служб SOAP" + +#. summary(perl-Digest-Perl-MD5) +msgid "Perl implementation of Ron Rivests MD5 Algorithm" msgstr "" -#. summary(python-discover) -msgid "Test discovery for unittest. Backported from Python 2.7 for Python 24+" +#. summary(perl-Class-Adapter) +msgid "Perl implementation of the \"Adapter\" Design Pattern" msgstr "" -#. summary(perl-Test-Without-Module) -msgid "Test fallback behaviour in absence of modules" +#. summary(perl-GnuPG-Interface) +msgid "Perl interface to GnuPG" msgstr "" -#. summary(perl-Test-Warnings) -msgid "Test for warnings and the lack of them" +#. summary(perl-Crypt-SaltedHash) +msgid "Perl interface to functions that assist in working" msgstr "" -#. summary(perl-Test-Command) -msgid "Test routines for external commands" +#. description(texlive:perl-biber) +msgid "Perl library files of Biber a BibTeX replacement for users of BibLaTeX. This package is required by the package texlive-biber-bin." msgstr "" -#. summary(perl-Test-Synopsis) -msgid "Test your SYNOPSIS code" +#. summary(perl-Carton) +msgid "Perl module dependency manager (aka Bundler for Perl)" msgstr "" -#. description(perl-Test-Class) +#. summary(perl-Font-TTF) +msgid "Perl module for TrueType Font hacking" +msgstr "Модуль Perl для работы с шрифтами TrueType" + +#. description(perl-File-chdir) msgid "" -"Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style.\n" +"Perl's 'chdir()' has the unfortunate problem of being very, very, very global. If any part of your program calls 'chdir()' or if any library you use calls 'chdir()', it changes the current working directory for the\n" +"*whole* program.\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" +"This sucks.\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." +"File::chdir gives you an alternative, '$CWD' and '@CWD'. These two variables combine all the power of 'chdir()', the File::Spec manpage and the Cwd manpage." msgstr "" -#. description(perl-Test-Output) -msgid "" -"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" -"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. (Test::Output::Tie is deprecated, but included for backwards compatibility.)" +#. summary(perl-Lexical-Persistence) +msgid "Persistent lexical variable values for arbitrary calls." msgstr "" -#. summary(perl-Test-Pod-Coverage) -msgid "Test::Pod::Coverage Perl module" -msgstr "Модуль Perl Test::Pod::Coverage" +#. summary(pbuilder) +msgid "Personal package builder for .deb packages" +msgstr "" -#. description(perl-Test-Requires) +#. description(perl-IO-Pipely) msgid "" -"Test::Requires checks to see if the module can be loaded.\n" +"Pipes are troublesome beasts because there are a few different, incompatible ways to create them. Not all platforms support all ways, and some platforms may have hidden difficulties like incomplete or buggy support.\n" "\n" -"If this fails rather than failing tests this *skips all tests*.\n" +"IO::Pipely provides a couple functions to portably create one- and two-way pipes and pipe-like socket pairs. It acknowledges and works around known platform issues so you don't have to.\n" "\n" -"Test::Requires can also be used to require a minimum version of Perl:\n" +"On the other hand, it doesn't work around unknown issues, so please report any problems early and often.\n" "\n" -" use Test::Requires \"5.010\"; # quoting is necessary!!\n" +"IO::Pipely currently understands pipe(), UNIX-domain socketpair() and regular IPv4 localhost sockets. This covers every platform tested so far, but it's hardly complete. Please help support other mechanisms, such as INET-domain socketpair() and IPv6 localhost sockets.\n" "\n" -" use Test::Requires \"v5.10\";" +"IO::Pipely will use different kinds of pipes or sockets depending on the operating system's capabilities and the number of directions requested. The autodetection may be overridden by specifying a particular pipe type." msgstr "" -#. description(perl-Test-SharedFork) +#. description(perl-Class-Base) msgid "" -"Test::SharedFork is utility module for Test::Builder.\n" +"Please consider using the Badger::Base manpage instead which is the successor of this module.\n" "\n" -"This module makes the fork(2) manpage safety in your test case.\n" +"This module implements a simple base class from which other modules can be derived, thereby inheriting a number of useful methods such as 'new()', 'init()', 'params()', 'clone()', 'error()' and 'debug()'.\n" "\n" -"This module merges test count with parent process & child process." -msgstr "" - -#. 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" +"For a number of years, I found myself re-writing this module for practically every Perl project of any significant size. Or rather, I would copy the module from the last project and perform a global search and replace to change the names. Each time it got a little more polished and eventually, I decided to Do The Right Thing and release it as a module in it's own right.\n" "\n" -"Note that this module only checks the perl syntax (by wrapping the code with 'sub') and doesn't actually run the code.\n" +"It doesn't pretend to be an all-encompassing solution for every kind of object creation problem you might encounter. In fact, it only supports blessed hash references that are created using the popular, but by no means universal convention of calling 'new()' with a list or reference to a hash array of named parameters. Constructor failure is indicated by returning undef and setting the '$ERROR' package variable in the module's class to contain a relevant message (which you can also fetch by calling 'error()' as a class method).\n" "\n" -"Suppose you have the following POD in your module.\n" +"e.g.\n" "\n" -" =head1 NAME\n" +" my $object = My::Module->new( \tfile => 'myfile.html', \tmsg => 'Hello World' ) || die $My::Module::ERROR;\n" "\n" -" Awesome::Template - My awesome template\n" +"or:\n" "\n" -" =head1 SYNOPSIS\n" +" my $object = My::Module->new({ \tfile => 'myfile.html', \tmsg => 'Hello World', }) || die My::Module->error();\n" "\n" -" use Awesome::Template;\n" +"The 'new()' method handles the conversion of a list of arguments into a hash array and calls the 'init()' method to perform any initialisation. In many cases, it is therefore sufficient to define a module like so:\n" "\n" -" my $template = Awesome::Template->new; $tempalte->render(\"template.at\");\n" +" package My::Module; use Class::Base; use base qw( Class::Base );\n" "\n" -" =head1 DESCRIPTION\n" +" sub init { \tmy ($self, $config) = @_; \t \t$self->params($config, qw( FOO BAR )) || return undef; \treturn $self; }\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." +" \n" +"\n" +" 1;\n" +"\n" +"Then you can go right ahead and use it like this:\n" +"\n" +" use My::Module;\n" +"\n" +" my $object = My::Module->new( FOO => 'the foo value', \t\t\t\t BAR => 'the bar value' ) || die $My::Module::ERROR;\n" +"\n" +"Despite its limitations, Class::Base can be a surprisingly useful module to have lying around for those times where you just want to create a regular object based on a blessed hash reference and don't want to worry too much about duplicating the same old code to bless a hash, define configuration values, provide an error reporting mechanism, and so on. Simply derive your module from 'Class::Base' and leave it to worry about most of the detail. And don't forget, you can always redefine your own 'new()', 'error()', or other method, if you don't like the way the Class::Base version works." msgstr "" -#. description(perl-Test-TCP) -msgid "Test::TCP is test utilities for TCP/IP program." +#. summary(systemd:nss-myhostname-32bit) +msgid "Plugin for local system host name resolution" msgstr "" -#. summary(perl-Test-TCP) -msgid "Testing TCP program" +#. summary(osc-plugin-collab) +msgid "Plugin to make collaboration easier with osc" msgstr "" -#. 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." +#. description(myspell-dictionaries:myspell-pl_PL) +msgid "Polish spelling dictionary, hyphenation rules, and thesaurus." msgstr "" -#. summary(perl-Test-WWW-Mechanize) -msgid "Testing-specific WWW::Mechanize subclass" +#. summary(pari-seadata) +msgid "Polynomial and Elliptic Curve Data for the PARI CAS" msgstr "" -#. summary(perl-Test-LongString) -msgid "Tests strings for equality, with more helpful failures" +#. summary(perl-IO-Pipely) +msgid "Portably create pipe() or pipe-like handles, one way or another." msgstr "" -#. summary(python3-testscenarios) -msgid "Testscenarios, a pyunit extension for dependency injection" +#. summary(perl-Lingua-Stem-Ru) +msgid "Porter's stemming algorithm for Russian (KOI8-R only)" msgstr "" -#. summary(python3-progressbar) -msgid "Text Progressbar Library for Python" +#. summary(openlmi-providers:openlmi-powermanagement-doc) +msgid "Power management CIM provider documentation" msgstr "" -#. 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>" +#. summary(offlineimap) +msgid "Powerful IMAP/Maildir Synchronization Tool" msgstr "" -#. 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." +#. summary(perl-Hash-MoreUtils) +msgid "Provide the stuff missing in Hash::Util" msgstr "" -#. 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!" +#. summary(perl-Class-Factory-Util) +msgid "Provide utility methods for factory classes" msgstr "" -#. description(perl-Text-TabularDisplay) -msgid "" -"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" -" 1, \"Tom Jones\", \"(666) 555-1212\" 2, \"Barnaby Jones\", \"(666) 555-1213\" 3, \"Bridget Jones\", \"(666) 555-1214\"\n" -"\n" -"Used like so:\n" -"\n" -" 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 | +----+---------------+----------------+" +#. summary(mhtml-firefox) +msgid "Provides Firefox with MHTML web archive compatibility" msgstr "" -#. summary(python-CouchDB:python-CouchDB-doc) -msgid "The API reference files for CouchDB" +#. summary(libguestfs:lua-libguestfs) +msgid "Provides Lua support for libguestfs" msgstr "" -#. description(perl-Crypt-SaltedHash) -msgid "The 'Crypt::SaltedHash' module provides an object oriented interface to create salted (or seeded) hashes of clear text data. The original formalization of this concept comes from RFC-3112 and is extended by the use of different digital agorithms." +#. summary(libguestfs:ocaml-libguestfs) +msgid "Provides OCaml support for libguestfs" msgstr "" -#. description(perl-MooseX-SetOnce) -msgid "" -"The 'SetOnce' attribute lets your class have attributes that are not lazy and not set, but that cannot be altered once set.\n" -"\n" -"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." +#. description(perl-HTTP-Request-AsCGI) +msgid "Provides a convenient way of setting up an CGI environment from an HTTP::Request." msgstr "" -#. 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." +#. description(NetworkManager:NetworkManager-lang) +#, fuzzy +#| msgid "Provides translations to the package pragha" +msgid "Provides translations to the package NetworkManager" +msgstr "Предоставляет переводы для пакета pragha" + +#. description(NetworkManager-gnome:NetworkManager-gnome-lang) +#, fuzzy +#| msgid "Provides translations to the package polkit-gnome" +msgid "Provides translations to the package NetworkManager-gnome" +msgstr "Предоставляет переводы для пакета polkit-gnome" + +#. description(NetworkManager-novellvpn:NetworkManager-novellvpn-lang) +#, fuzzy +#| msgid "Provides translations to the package polkit-gnome" +msgid "Provides translations to the package NetworkManager-novellvpn" +msgstr "Предоставляет переводы для пакета polkit-gnome" + +#. description(NetworkManager-openconnect:NetworkManager-openconnect-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package NetworkManager-openconnect" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(NetworkManager-openvpn:NetworkManager-openvpn-lang) +#, fuzzy +#| msgid "Provides translations to the package pragha" +msgid "Provides translations to the package NetworkManager-openvpn" +msgstr "Предоставляет переводы для пакета pragha" + +#. description(NetworkManager-pptp:NetworkManager-pptp-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package NetworkManager-pptp" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(NetworkManager-strongswan:NetworkManager-strongswan-lang) +#, fuzzy +#| msgid "Provides translations to the package pragha" +msgid "Provides translations to the package NetworkManager-strongswan" +msgstr "Предоставляет переводы для пакета pragha" + +#. description(NetworkManager-vpnc:NetworkManager-vpnc-lang) +#, fuzzy +#| msgid "Provides translations to the package pragha" +msgid "Provides translations to the package NetworkManager-vpnc" +msgstr "Предоставляет переводы для пакета pragha" + +#. description(PackageKit:PackageKit-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package PackageKit" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(liferea:liferea-lang) +#, fuzzy +#| msgid "Provides translations to the package picard" +msgid "Provides translations to the package liferea" +msgstr "Предоставляет переводы для пакета picard" + +#. description(lightdm-kde-greeter:lightdm-kde-greeter-lang) +#, fuzzy +#| msgid "Provides translations to the package polkit-gnome" +msgid "Provides translations to the package lightdm-kde-greeter" +msgstr "Предоставляет переводы для пакета polkit-gnome" + +#. description(lightsoff:lightsoff-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package lightsoff" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(lrcShow-X:lrcShow-X-lang) +#, fuzzy +#| msgid "Provides translations to the package pragha" +msgid "Provides translations to the package lrcShow-X" +msgstr "Предоставляет переводы для пакета pragha" + +#. description(marco:marco-lang) +#, fuzzy +#| msgid "Provides translations to the package picard" +msgid "Provides translations to the package marco" +msgstr "Предоставляет переводы для пакета picard" + +#. description(mate-applets:mate-applets-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package mate-applets" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(mate-backgrounds:mate-backgrounds-lang) +#, fuzzy +#| msgid "Provides translations to the package picard" +msgid "Provides translations to the package mate-backgrounds" +msgstr "Предоставляет переводы для пакета picard" + +#. description(mate-calc:mate-calc-lang) +#, fuzzy +#| msgid "Provides translations to the package picard" +msgid "Provides translations to the package mate-calc" +msgstr "Предоставляет переводы для пакета picard" + +#. description(mate-control-center:mate-control-center-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package mate-control-center" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(mate-desktop:mate-desktop-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package mate-desktop" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(mate-dialogs:mate-dialogs-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package mate-dialogs" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(mate-indicator-applet:mate-indicator-applet-lang) +#, fuzzy +#| msgid "Provides translations to the package picard" +msgid "Provides translations to the package mate-indicator-applet" +msgstr "Предоставляет переводы для пакета picard" + +#. description(mate-media:mate-media-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package mate-media" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(mate-menus:mate-menus-lang) +#, fuzzy +#| msgid "Provides translations to the package pgadmin3" +msgid "Provides translations to the package mate-menus" +msgstr "Предоставляет переводы для пакета pgadmin3" + +#. description(mate-netbook:mate-netbook-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package mate-netbook" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(mate-netspeed:mate-netspeed-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package mate-netspeed" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(mate-notification-daemon:mate-notification-daemon-lang) +#, fuzzy +#| msgid "Provides translations to the package pidgin-guifications" +msgid "Provides translations to the package mate-notification-daemon" +msgstr "Предоставляет переводы для пакета pidgin-guifications" + +#. description(mate-panel:mate-panel-lang) +#, fuzzy +#| msgid "Provides translations to the package po4a" +msgid "Provides translations to the package mate-panel" +msgstr "Предоставляет переводы для пакета po4a" + +#. description(mate-polkit:mate-polkit-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package mate-polkit" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(mate-power-manager:mate-power-manager-lang) +#, fuzzy +#| msgid "Provides translations to the package pragha" +msgid "Provides translations to the package mate-power-manager" +msgstr "Предоставляет переводы для пакета pragha" + +#. description(mate-screensaver:mate-screensaver-lang) +#, fuzzy +#| msgid "Provides translations to the package picard" +msgid "Provides translations to the package mate-screensaver" +msgstr "Предоставляет переводы для пакета picard" + +#. description(mate-sensors-applet:mate-sensors-applet-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package mate-sensors-applet" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(mate-session-manager:mate-session-manager-lang) +#, fuzzy +#| msgid "Provides translations to the package picard" +msgid "Provides translations to the package mate-session-manager" +msgstr "Предоставляет переводы для пакета picard" + +#. description(mate-settings-daemon:mate-settings-daemon-lang) +#, fuzzy +#| msgid "Provides translations to the package pgadmin3" +msgid "Provides translations to the package mate-settings-daemon" +msgstr "Предоставляет переводы для пакета pgadmin3" + +#. description(mate-system-monitor:mate-system-monitor-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package mate-system-monitor" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(mate-terminal:mate-terminal-lang) +#, fuzzy +#| msgid "Provides translations to the package pgadmin3" +msgid "Provides translations to the package mate-terminal" +msgstr "Предоставляет переводы для пакета pgadmin3" + +#. description(mate-themes:mate-themes-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package mate-themes" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(mate-user-share:mate-user-share-lang) +#, fuzzy +#| msgid "Provides translations to the package pragha" +msgid "Provides translations to the package mate-user-share" +msgstr "Предоставляет переводы для пакета pragha" + +#. description(memprof:memprof-lang) +#, fuzzy +#| msgid "Provides translations to the package proftpd" +msgid "Provides translations to the package memprof" +msgstr "Предоставляет переводы для пакета proftpd" + +#. description(metacity:metacity-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package metacity" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(midori:midori-lang) +#, fuzzy +#| msgid "Provides translations to the package picard" +msgid "Provides translations to the package midori" +msgstr "Предоставляет переводы для пакета picard" + +#. description(mousetweaks:mousetweaks-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package mousetweaks" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(mozo:mozo-lang) +#, fuzzy +#| msgid "Provides translations to the package po4a" +msgid "Provides translations to the package mozo" +msgstr "Предоставляет переводы для пакета po4a" + +#. description(mutter:mutter-lang) +#, fuzzy +#| msgid "Provides translations to the package picard" +msgid "Provides translations to the package mutter" +msgstr "Предоставляет переводы для пакета picard" + +#. description(mx:mx-lang) +#, fuzzy +#| msgid "Provides translations to the package po4a" +msgid "Provides translations to the package mx" +msgstr "Предоставляет переводы для пакета po4a" + +#. description(nautilus:nautilus-lang) +#, fuzzy +#| msgid "Provides translations to the package po4a" +msgid "Provides translations to the package nautilus" +msgstr "Предоставляет переводы для пакета po4a" + +#. description(nautilus-actions:nautilus-actions-lang) +#, fuzzy +#| msgid "Provides translations to the package pulseaudio" +msgid "Provides translations to the package nautilus-actions" +msgstr "Предоставляет переводы для пакета pulseaudio" + +#. description(nautilus-image-converter:nautilus-image-converter-lang) +#, fuzzy +#| msgid "Provides translations to the package pulseaudio" +msgid "Provides translations to the package nautilus-image-converter" +msgstr "Предоставляет переводы для пакета pulseaudio" + +#. description(nautilus-open-terminal:nautilus-open-terminal-lang) +#, fuzzy +#| msgid "Provides translations to the package pulseaudio" +msgid "Provides translations to the package nautilus-open-terminal" +msgstr "Предоставляет переводы для пакета pulseaudio" + +#. description(nautilus-search-tool:nautilus-search-tool-lang) +#, fuzzy +#| msgid "Provides translations to the package pulseaudio" +msgid "Provides translations to the package nautilus-search-tool" +msgstr "Предоставляет переводы для пакета pulseaudio" + +#. description(nautilus-sendto:nautilus-sendto-lang) +#, fuzzy +#| msgid "Provides translations to the package pulseaudio" +msgid "Provides translations to the package nautilus-sendto" +msgstr "Предоставляет переводы для пакета pulseaudio" + +#. description(net6:net6-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package net6" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(notification-daemon:notification-daemon-lang) +#, fuzzy +#| msgid "Provides translations to the package pidgin-guifications" +msgid "Provides translations to the package notification-daemon" +msgstr "Предоставляет переводы для пакета pidgin-guifications" + +#. description(obby:obby-lang) +#, fuzzy +#| msgid "Provides translations to the package po4a" +msgid "Provides translations to the package obby" +msgstr "Предоставляет переводы для пакета po4a" + +#. description(openconnect:openconnect-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package openconnect" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(orca:orca-lang) +#, fuzzy +#| msgid "Provides translations to the package po4a" +msgid "Provides translations to the package orca" +msgstr "Предоставляет переводы для пакета po4a" + +#. description(osdlyrics:osdlyrics-lang) +#, fuzzy +#| msgid "Provides translations to the package poedit" +msgid "Provides translations to the package osdlyrics" +msgstr "Предоставляет переводы для пакета poedit" + +#. description(parole:parole-lang) +#, fuzzy +#| msgid "Provides translations to the package picard" +msgid "Provides translations to the package parole" +msgstr "Предоставляет переводы для пакета picard" + +#. description(parted:parted-lang) +#, fuzzy +#| msgid "Provides translations to the package picard" +msgid "Provides translations to the package parted" +msgstr "Предоставляет переводы для пакета picard" + +#. description(pdf2djvu:pdf2djvu-lang) +#, fuzzy +#| msgid "Provides translations to the package proftpd" +msgid "Provides translations to the package pdf2djvu" +msgstr "Предоставляет переводы для пакета proftpd" + +#. summary(openlmi-providers:openlmi-python-base) +msgid "Python namespace package for OpenLMI python projects" msgstr "" -#. description(perl-Parse-CPAN-Packages) -msgid "" -"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" -"In a future release the Parse::CPAN::Packages::Package manpage and the Parse::CPAN::Packages::Distribution manpage might have more information." +#. summary(openlmi-providers:openlmi-python-providers) +msgid "Python namespace package for pywbem providers" msgstr "" -#. description(php5-pear-ezc-ConsoleTools) -msgid "The ConsoleTools package provides Console handling." +#. summary(licq:licq-qt4-gui-data) +msgid "Qt4 data files for Licq" msgstr "" -#. description(perl-Devel-StackTrace) -msgid "" -"The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTrace::Frame. The goal of this object is to encapsulate the information that can found through using the caller() function, as well as providing a simple interface to this data.\n" -"\n" -"The Devel::StackTrace object contains a set of Devel::StackTrace::Frame objects, one for each level of the stack. The frames contain all the data available from 'caller()'.\n" -"\n" -"This code was created to support my the Exception::Class::Base manpage class (part of Exception::Class) but may be useful in other contexts." +#. summary(perl-Email-Address) +msgid "RFC 2822 Address Parsing and Creation" msgstr "" -#. 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." +#. summary(nagios-rpm-macros) +msgid "RPM Macros for Nagios based packages" msgstr "" -#. description(php5-pear-ezc-Graph) -msgid "The Graph package provides the basic infrastructure for graphs." -msgstr "Этот пакет предоставляет базовую инфраструктуру для графов." +#. summary(mozaddon-devel) +msgid "RPM macros for building Mozilla extensions under openSUSE" +msgstr "" -#. 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." +#. description(lomt-fonts:lomt-raleway-fonts) +msgid "Raleway is an elegant sans-serif typeface, designed in a single thin weight. It is a display face that features both old style and lining numerals, standard and discretionary ligatures, a pretty complete set of diacritics, as well as a stylistic alternate inspired by more geometric sans-serif typefaces than it's neo-grotesque inspired default character set." msgstr "" -#. description(php5-pear-Horde_Auth) -msgid "The Horde_Auth package provides a common interface into the various backends for the Horde authentication system." +#. summary(perl-CPAN-Meta-YAML) +msgid "Read and write a subset of YAML for CPAN Meta files" msgstr "" -#. 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." +#. summary(perl-Data-Section-Simple) +msgid "Read data from __DATA__" msgstr "" -#. description(php5-pear-Horde_Crypt) -msgid "The Horde_Crypt package class provides an API for various cryptographic systems." +#. summary(perl-Module-Reader) +msgid "Read the source of a module like perl does" msgstr "" -#. 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." +#. summary(perl-CSS-Tiny) +msgid "Read/Write .css files with as little code as possible" msgstr "" -#. description(php5-pear-Horde_Form) -msgid "The Horde_Form package provides form rendering, validation, and other functionality for the Horde Application Framework." +#. summary(perl-Config-Tiny) +msgid "Read/Write .ini style files with as little code as possible" msgstr "" -#. description(php5-pear-Horde_History) -msgid "The Horde_History API provides a way to track changes on arbitrary pieces of data in Horde applications." +#. summary(perl-File-Slurp-Unicode) +msgid "Reading/Writing of Complete Files with Character Encoding Support" msgstr "" -#. description(php5-pear-Horde_ListHeaders) -msgid "The Horde_ListHeaders library parses Mailing List Headers as defined in RFC 2369 & RFC 2919." +#. description(perl-Module-Reader) +msgid "Reads the content of perl modules the same way perl does. This includes reading modules available only by perlfunc/require, or filtered through them." msgstr "" -#. description(php5-pear-Horde_Lock) -msgid "The Horde_Lock library provides the Horde resource locking system." +#. summary(perl-Mojolicious) +msgid "Real-time web framework" msgstr "" -#. 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." +#. summary(perl-Clone-PP) +msgid "Recursively copy Perl datatypes" msgstr "" -#. 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." +#. summary(perl-Hash-Merge-Simple) +msgid "Recursively merge two or more hashes, simply" msgstr "" -#. description(php5-pear-Horde_Memcache) -msgid "The Horde_Memcache library provides an API to access a memcache installation in Horde code." +#. summary(perl-Module-Refresh) +msgid "Refresh INC files when updated on disk" msgstr "" -#. 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." +#. summary(perl-File-Remove) +msgid "Remove files and directories" msgstr "" -#. 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." +#. summary(perl-autodie) +msgid "Replace functions with ones that succeed or die with lexical scope" msgstr "" -#. description(php5-pear-Horde_Rpc) -msgid "The Horde_Rpc library provides a common abstracted interface to various remote methods of accessing Horde functionality." +#. summary(netbeans-resolver) +msgid "Resolver subproject of xml-commons patched for NetBeans" msgstr "" -#. 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." +#. description(netbeans-resolver) +msgid "Resolver subproject of xml-commons, version 1.2 with a patch for NetBeans." msgstr "" -#. description(php5-pear-Horde_Serialize) -msgid "The Horde_Serialize library provides various methods of encapsulating data." +#. summary(perl-File-Temp) +msgid "Return name and handle of a temporary file safely" msgstr "" -#. description(php5-pear-Horde_Test) -msgid "The Horde_Test library provides Horde-specific PHPUnit base classes." +#. summary(perl-Class-ReturnValue) +msgid "Return-value object that lets you treat it as as a boolean, array or object" msgstr "" -#. description(php5-pear-Horde_Text_Filter) -msgid "The Horde_Text_Filter library provides common methods for fitering and converting text." +#. summary(perl-MooseX-Daemonize) +msgid "Role for daemonizing your Moose based application" msgstr "" -#. 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." +#. summary(perl-Crypt-Rot13) +msgid "Rot13 (Caesar) encryption for perl" msgstr "" -#. 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)." +#. summary(perl-IPC-System-Simple) +msgid "Run commands simply, with detailed diagnostics" msgstr "" -#. 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." +#. summary(mathgl:mathgl-doc-ru) +#, fuzzy +#| msgid "Documentation for python-Flask" +msgid "Russian documentation for mathgl" +msgstr "Документация для python-Flask" + +#. description(myspell-dictionaries:myspell-ru_RU) +msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker." msgstr "" -#. description(php5-pear-Horde_View) -msgid "The Horde_View library provides a simple View pattern implementation." +#. summary(namdhinggo-fonts) +msgid "SIL Limbu Font" msgstr "" -#. 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.\n" -"\n" -"Author:\n" -"-------- Victor Stinner <victor.stinner AT inl.fr> Maximillian Dornseif" +#. summary(nuosu-fonts) +msgid "SIL Yi Font" msgstr "" -#. summary(perl-MooseX-POE) -msgid "The Illicit Love Child of Moose and POE" +#. summary(perl-Mail-SPF-Test) +msgid "SPF test-suite class" msgstr "" -#. 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." +#. description(netbeans-svnclientadapter) +msgid "SVNClientAdapter is a high-level Java API for Subversion." msgstr "" -#. description(perl-MooseX-Aliases) +#. description(myspell-dictionaries:myspell-gd_GB) +msgid "Scottish Gaelic spell checker." +msgstr "" + +#. description(lomt-fonts:lomt-script1-fonts) +msgid "Script #1 is a modern, coquettish script font that intends to look like handwritten letters from the 1920s. It includes ligatures included." +msgstr "" + +#. description(openstack-quickstart) +msgid "Scripts and configs to easily generate an openstack demo setup." +msgstr "" + +#. summary(lynis) +msgid "Security and System auditing tool" +msgstr "" + +#. summary(perl-IO-Pager) +msgid "Select a pager and pipe text to it if destination is a TTY" +msgstr "" + +#. description(myspell-dictionaries:myspell-sr) +msgid "Serbian (Cyrillic and Latin) spelling dictionary, and hyphenation rules." +msgstr "" + +#. summary(perl-Data-AMF) +msgid "Serialize/Deserialize AMF data" +msgstr "" + +#. summary(monit:monit-doc) +msgid "Service Manager and Monitor System (Documentation and Examples)" +msgstr "" + +#. summary(perl-HTTP-Request-AsCGI) +msgid "Set up a CGI environment from an HTTP::Request" +msgstr "" + +#. description(perl-Hash-MoreUtils) +msgid "Similar to 'List::MoreUtils', 'Hash::MoreUtils' contains trivial but commonly-used functionality for hashes." +msgstr "" + +#. summary(perl-Makefile-DOM) +msgid "Simple DOM parser for Makefiles" +msgstr "" + +#. summary(perl-Class-DBI) +#, fuzzy +#| msgid "Database Abstraction Library" +msgid "Simple Database Abstraction" +msgstr "Библиотека абстракции баз данных" + +#. summary(pam_passwdqc:pam_passwdqc-32bit) +msgid "Simple Password Strength Checking Module" +msgstr "" + +#. summary(nagios-theme-switcher) +msgid "Simple Theme Switcher for Nagios Webfrontend" +msgstr "" + +#. summary(perl-Filesys-Notify-Simple) +msgid "Simple and dumb file system watcher" +msgstr "" + +#. summary(perl-AnyEvent-HTTP) +msgid "Simple but non-blocking HTTP/HTTPS client" +msgstr "" + +#. summary(perl-Log-Contextual) +msgid "Simple logging interface with a contextual log" +msgstr "" + +#. summary(perl-Email-Simple) +msgid "Simple parsing of RFC2822 message format and headers" +msgstr "" + +#. summary(perl-File-ShareDir-ProjectDistDir) +msgid "Simple set-and-forget using of a '/share' directory in your projects root" +msgstr "" + +#. summary(PackageKit:PackageKit-branding-upstream) +msgid "Simple software installation management software -- Upstream default configuration" +msgstr "" + +#. description(myspell-dictionaries:myspell-si_LK) +msgid "Sinhala spelling dictionary." +msgstr "" + +#. description(myspell-dictionaries:myspell-sk_SK) +msgid "Slovak spelling dictionary, hyphenation rules, and thesaurus." +msgstr "" + +#. description(myspell-dictionaries:myspell-sl_SI) +msgid "Slovenian spelling dictionary, hyphenation rules, and thesaurus." +msgstr "" + +#. description(makeself) msgid "" -"The MooseX::Aliases module will allow you to quickly alias methods in Moose. It provides an alias parameter for 'has()' to generate aliased accessors as well as the standard ones. Attributes can also be initialized in the constructor via their aliased names.\n" +"Small shell script that generates a self-extractable tar.gz archive from a directory. The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is. The archive will then uncompress itself to a temporary directory and an optional arbitrary command will be executed (for example an installation script).\n" "\n" -"You can create more than one alias at once by passing a arrayref:\n" +"This is pretty similar to archives generated with WinZip Self-Extractor in the Windows world. Makeself archives also include checksums for integrity self-validation (CRC and/or MD5 checksums)." +msgstr "" + +#. summary(papi:papi-devel-32bit) +msgid "Software Development Kit for PAPI" +msgstr "" + +#. description(perl-CPAN-Meta) +msgid "" +"Software distributions released to the CPAN include a _META.json_ or, for older distributions, _META.yml_, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the _META.json_ file is described in the CPAN::Meta::Spec manpage.\n" "\n" -" has ip_addr => ( alias => [ qw(ipAddr ip) ], );" +"CPAN::Meta provides a simple class to represent this distribution metadata (or _distmeta_), along with some helpful methods for interrogating that data.\n" +"\n" +"The documentation below is only for the methods of the CPAN::Meta object. For information on the meaning of individual fields, consult the spec." msgstr "" -#. 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" +#. description(ndiswrapper:ndiswrapper-kmp-pae) +msgid "Some wireless LAN vendors refuse to release hardware specifications or drivers for their products for operating systems other than Microsoft Windows. The ndiswrapper project makes it possible to use such hardware with Linux by means of a loadable kernel module that \"wraps around\" NDIS (Windows network driver API) drivers." msgstr "" -#. description(php5-pear-HTML_Common) +#. description(perl-Context-Preserve) 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." +"Sometimes you need to call a function, get the results, act on the results, then return the result of the function. This is painful because of contexts; the original function can behave different if it's called in void, scalar, or list context. You can ignore the various cases and just pick one, but that's fragile. To do things right, you need to see which case you're being called in, and then call the function in that context. This results in 3 code paths, which is a pain to type in (and maintain).\n" +"\n" +"This module automates the process. You provide a coderef that is the \"original function\", and another coderef to run after the original runs. You can modify the return value (aliased to @_) here, and do whatever else you need to do. 'wantarray' is correct inside both coderefs; in \"after\", though, the return value is ignored and the value 'wantarray' returns is related to the context that the original function was called in." msgstr "" -#. summary(postgresql:postgresql-plpython) -msgid "The PL/Python Procedural Languages for PostgreSQL" +#. description(myspell-dictionaries:myspell-es) +msgid "Spanish spelling dictionary, hyphenation rules, and thesaurus." msgstr "" -#. summary(postgresql:postgresql-plperl) -msgid "The PL/Tcl, PL/Perl, and PL/Python procedural languages for PostgreSQL" +#. summary(nested) +msgid "Specialized editor for structured documents" msgstr "" -#. summary(perl-Test-Unit) -msgid "The PerlUnit testing framework" +#. description(myspell-dictionaries:myspell-pt_BR) +msgid "Spelling, hyphenation and grammar checking tools for Brazilian Portuguese." msgstr "" -#. description(php5-pear-Horde_Perms) -msgid "The Perms package provides an interface to the Horde permissions system." -msgstr "Пакет Perms предоставляет интерфейс для системы разрешений Horde." +#. summary(owasp-modsecurity-crs:owasp-modsecurity-crs-slr_rules) +msgid "SpiderLabs Research (SLR) rules for OWASP ModSecurity CRS" +msgstr "" -#. description(perl-Proc-Simple) +#. description(owasp-modsecurity-crs:owasp-modsecurity-crs-slr_rules) +msgid "SpiderLabs Research rules for ModSecurity CRS" +msgstr "" + +#. summary(perl-Class-Spiffy) +msgid "Spiffy Framework with No Source Filtering" +msgstr "" + +#. summary(perl-Module-Install) +msgid "Standalone, extensible Perl module installer" +msgstr "Отдельный расширяемый установщик модулей Perl" + +#. summary(perl-MooseX-GlobRef) +msgid "Store a Moose object in glob reference" +msgstr "" + +#. summary(perl-Hash-MultiValue) +msgid "Store multiple values per key" +msgstr "" + +#. summary(netbeans-svnclientadapter) +msgid "Subversion Client Adapter" +msgstr "" + +#. summary(perl-MooseX-Has-Options) +msgid "Succinct options for Moose" +msgstr "" + +#. summary(package-translations) +msgid "Summary and Descriptions Translations" +msgstr "" + +#. summary(perl-Class-Std) +msgid "Support for creating standard \"inside-out\" classes" +msgstr "" + +#. description(myspell-dictionaries:myspell-sw_TZ) +msgid "Swahili spelling dictionary." +msgstr "" + +#. description(myspell-dictionaries:myspell-sv_SE) +msgid "Swedish spelling dictionary, and thesaurus." +msgstr "" + +#. summary(perl-MooseX-AuthorizedMethods) +msgid "Syntax sugar for authorized methods" +msgstr "" + +#. summary(mozilla-nss:mozilla-nss-sysinit-32bit) +msgid "System NSS Initialization" +msgstr "" + +#. description(perl-Mojolicious) +msgid "Take a look at our excellent documentation in the Mojolicious::Guides manpage!" +msgstr "" + +#. description(myspell-dictionaries:myspell-te_IN) +msgid "Telugu spelling dictionary, and hyphenation rules." +msgstr "" + +#. summary(openstack-keystone:openstack-keystone-test) +msgid "Testsuite for the OpenStack Keystone" +msgstr "" + +#. description(myspell-dictionaries:myspell-th_TH) +msgid "Thai spelling dictionary." +msgstr "" + +#. description(perl-Class-Adapter) +msgid "The 'Class::Adapter' class is intended as an abstract base class for creating any sort of class or object that follows the _Adapter_ pattern." +msgstr "" + +#. description(perl-Crypt-SaltedHash) +msgid "The 'Crypt::SaltedHash' module provides an object oriented interface to create salted (or seeded) hashes of clear text data. The original formalization of this concept comes from RFC-3112 and is extended by the use of different digital agorithms." +msgstr "" + +#. description(perl-Devel-StackTrace) msgid "" -"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" +"The 'Devel::StackTrace' module contains two classes, C,Devel::StackTrace> and the Devel::StackTrace::Frame manpage. These objects encapsulate the information that can retrieved via Perl's 'caller()' function, as well as providing a simple interface to this data.\n" "\n" -" $myproc = Proc::Simple->new();\n" +"The 'Devel::StackTrace' object contains a set of 'Devel::StackTrace::Frame' objects, one for each level of the stack. The frames contain all the data available from 'caller()'.\n" "\n" -"Either external programs or perl subroutines can be launched and controlled as processes in the background.\n" +"This code was created to support my the Exception::Class::Base manpage class (part of the Exception::Class manpage) but may be useful in other contexts." +msgstr "" + +#. description(perl-Data-ShowTable) +msgid "" +"The *ShowTable* module provides subroutines to display tabular data, typially from a database, in nicely formatted columns, in several formats. Its arguments can either be given in a fixed order, or, as a single, anonymous hash-array.\n" "\n" -"A 10-second sleep process, for example, can be launched as an external program as in\n" +"The output format for any one invocation can be one of four possible styles:\n" "\n" -" $myproc->start(\"/bin/sleep 10\"); # or $myproc->start(\"/bin/sleep\", \"10\");\n" +"* Box\n" "\n" -"or as a perl subroutine, as in\n" +" A tabular format, with the column titles and the entire table surrounded by a \"box\" of \"'+'\", \"'-'\", and \"'|'\" characters. See the \"ShowBoxTable\" manpage for details.\n" "\n" -" sub mysleep { sleep(shift); } # Define mysleep() $myproc->start(\\&mysleep, 10); # Launch it.\n" +"* Table\n" "\n" -"or even as\n" +" A simple tabular format, with columns automatically aligned, with column titles. See the \"ShowSimpleTable\" manpage.\n" "\n" -" $myproc->start(sub { sleep(10); });\n" +"* List\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" +" A _list_ style, where columns of data are listed as a _name_:_value_ pair, one pair per line, with rows being one or more column values, separated by an empty line. See the \"ShowListTable\" manpage.\n" "\n" -"The _poll_ method checks if the process is still running\n" +"* HTML\n" "\n" -" $running = $myproc->poll();\n" +" The data is output as an HTML _TABLE_, suitable for display through a _Web_-client. See the \"ShowHTMLTable\" manpage. Input can either be plain ASCII text, or text with embedded HTML elements, depending upon an argument or global parameter.\n" "\n" -"and returns _1_ if it is, _0_ if it's not. Finally,\n" +"The subroutines which perform these displays are listed below." +msgstr "" + +#. description(perl-Benchmark-Timer) +msgid "" +"The Benchmark::Timer class allows you to time portions of code conveniently, as well as benchmark code by allowing timings of repeated trials. It is perfect for when you need more precise information about the running time of portions of your code than the Benchmark module will give you, but don't want to go all out and profile your code.\n" "\n" -" $myproc->kill();\n" +"The methodology is simple; create a Benchmark::Timer object, and wrap portions of code that you want to benchmark with 'start()' and 'stop()' method calls. You can supply a tag to those methods if you plan to time multiple portions of code. If you provide error and confidence values, you can also use 'need_more_samples()' to determine, statistically, whether you need to collect more data.\n" "\n" -"terminates the process by sending it the SIGTERM signal. As an option, another signal can be specified.\n" +"After you have run your code, you can obtain information about the running time by calling the 'results()' method, or get a descriptive benchmark report by calling 'report()'. If you run your code over multiple trials, the average time is reported. This is wonderful for benchmarking time-critical portions of code in a rigorous way. You can also optionally choose to skip any number of initial trials to cut down on initial case irregularities." +msgstr "" + +#. description(bluebird-theme:metatheme-bluebird-common) +msgid "" +"The Bluebird theme for GTK2/3 and xfwm4/emerald/metacity started out on the basis of Bluebird, but aims at reworking the intense blue tone to a more neutral blue-ish look that will be more pleasant to look at in everyday use.\n" "\n" -" $myproc->kill(\"SIGUSR1\");\n" +"This package provides the files common to the GTK+ themes and the window manager themes as well as background images." +msgstr "" + +#. description(perl-Cache-Cache) +msgid "" +"The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines or databases. People have also been known to use Cache::Cache for its straightforward interface in sharing data between runs of an application or invocations of a CGI-style script or simply as an easy to use abstraction of the filesystem or shared memory.\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" +"The Cache::Cache interface is implemented by classes that support the get, set, remove, size, purge, and clear instance methods and their corresponding static methods for persisting data across method calls." +msgstr "" + +#. summary(perl-Cache-Cache) +msgid "The Cache::Cache cache interface" +msgstr "" + +#. summary(perl-Catalyst-Manual) +msgid "The Catalyst developer's manual" +msgstr "" + +#. description(perl-Class-MakeMethods) +msgid "The Class::MakeMethods framework allows Perl class developers to quickly define common types of methods. When a module uses Class::MakeMethods or one of its subclasses, it can select from a variety of supported method types, and specify a name for each method desired. The methods are dynamically generated and installed in the calling package." +msgstr "" + +#. description(perl-Email-Simple) +msgid "The Email:: namespace was begun as a reaction against the increasing complexity and bugginess of Perl's existing email modules. 'Email::*' modules are meant to be simple to use and to maintain, pared to the bone, fast, minimal in their external dependencies, and correct." +msgstr "" + +#. description(greybird-theme:metatheme-greybird-common) +msgid "" +"The Greybird theme for GTK2/3 and xfwm4/emerald/metacity started out on the basis of Bluebird, but aims at reworking the intense blue tone to a more neutral grey-ish look that will be more pleasant to look at in everyday use.\n" "\n" -"The methods are discussed in more detail in the next section.\n" +"This package provides the files common to the GTK+ themes and the window manager themes as well as background images." +msgstr "" + +#. summary(openssl-ibmca) +msgid "The IBMCA OpenSSL dynamic engine" +msgstr "" + +#. description(oro:oro-javadoc) +msgid "" +"The Jakarta-ORO Java classes are a set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc. This library is the successor to the OROMatcher, AwkTools, PerlTools, and TextTools libraries from ORO, Inc. (www.oroinc.com). They have been donated to the Jakarta Project by Daniel Savarese (www.savarese.org), the copyright holder of the ORO libraries. Daniel will continue to participate in their development under the Jakarta Project.\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)." +"This package contains the javadoc documentation for ORO." msgstr "" -#. description(openstack-dashboard:python-horizon) -msgid "The Python module horizon is the core component of the OpenStack dashboard." +#. summary(lldb) +msgid "The LLDB Debugger" msgstr "" -#. description(perl-Spreadsheet-ParseExcel) +#. description(namdhinggo-fonts) +msgid "The Limbu, or Kirat Sirijonga, script is used by around 400,000 people in Nepal and India. This Unicode-encoded font has been designed to support literacy and materials development in the Limbu language." +msgstr "" + +#. description(mplus-fonts) +msgid "The M+ outline fonts are distributed with proportional Latin (4 variations), fixed-halfwidth Latin (3 variations) and fixed-fullwidth Japanese (2 Kana variations) character set. 7 weights from Thin to Black are included, but fixed-halfwidth Latin with 5 weights from Thin to Bold." +msgstr "" + +#. summary(mate-control-center:mate-control-center-branding-upstream) +msgid "The MATE Control Center -- Upstream Definition of Shell Content" +msgstr "" + +#. summary(mate-menus:mate-menus-branding-upstream) +msgid "The MATE Desktop Menu -- Upstream Menus Definitions" +msgstr "" + +#. summary(mate-panel:mate-panel-branding-upstream) +msgid "The MATE Desktop Panel -- Upstream default layout" +msgstr "" + +#. description(perl-MooseX-Aliases) msgid "" -"The Spreadsheet::ParseExcel module can be used to read information from Excel 95-2003 binary files.\n" +"The MooseX::Aliases module will allow you to quickly alias methods in Moose. It provides an alias parameter for 'has()' to generate aliased accessors as well as the standard ones. Attributes can also be initialized in the constructor via their aliased names.\n" "\n" -"The module cannot read files in the Excel 2007 Open XML XLSX format. See the the Spreadsheet::XLSX manpage module instead." +"You can create more than one alias at once by passing a arrayref:\n" +"\n" +" has ip_addr => ( alias => [ qw(ipAddr ip) ], );" msgstr "" -#. description(perl-Switch) +#. description(nuosu-fonts) +msgid "The Nuosu SIL Font is a single Unicode font for the standardized Yi script used by a large ethnic group in southwestern China." +msgstr "" + +#. description(openmarkup) msgid "" -"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" +"The Open Markup project defines an open API called Open Markup Interface for object realizers and XML object realization.\n" "\n" -"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." +"Object realization is a process by which software objects are created, configured, and processed according to machine-readable descriptions of those objects. It includes post-instantiation tasks, such as configuring objects with additional attributes or properties, connecting them with other objects to create complex object compositions, or otherwise manipulating them according to control information embedded in the object descriptions." msgstr "" -#. description(python3-logilab-astng) +#. description(openocd:openocd-data) +msgid "The Open On-Chip Debugger (OpenOCD) provides debugging, in-system programming and boundary-scan testing for embedded devices. This package provides hardware description files and documentation." +msgstr "" + +#. summary(otrs) +msgid "The Open Ticket Request System" +msgstr "" + +#. description(openldap2:openldap2-doc) +msgid "The OpenLDAP Admin Guide plus a set of OpenLDAP related IETF internet drafts" +msgstr "" + +#. description(openstack-cinder:openstack-cinder-test) +msgid "The OpenStack Cinder testsuite. It is used to verify the functionality of OpenStack Cinder." +msgstr "" + +#. description(openstack-glance:openstack-glance-test) +msgid "The OpenStack Glance testsuite. It is used to verify the functionality of OpenStack Glance." +msgstr "" + +#. description(openstack-glance) msgid "" -"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" +"The OpenStack Image Service provides discovery, registration and delivery services for disk and server images. The ability to copy or snapshot a server image and immediately store it away is a powerful capability of the OpenStack cloud operating system. Stored images can be used as a template to get new servers up and running quickly—and more consistently if you are provisioning multiple servers—than installing a server operating system and individually configuring additional services. It can also be used to store and catalog an unlimited number of backups.\n" "\n" -"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" +"The Image Service can store disk and server images in a variety of back-ends, including OpenStack Object Storage. The Image Service API provides a standard REST interface for querying information about disk images and lets clients stream the images to new servers." +msgstr "" + +#. description(openstack-glance-doc) +msgid "" +"The OpenStack Image Service provides discovery, registration and delivery services for disk and server images. The ability to copy or snapshot a server image and immediately store it away is a powerful capability of the OpenStack cloud operating system. Stored images can be used as a template to get new servers up and running quickly—and more consistently if you are provisioning multiple servers—than installing a server operating system and individually configuring additional services. It can also be used to store and catalog an unlimited number of backups.\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." +"This package contains documentation files for openstack-glance." msgstr "" -#. description(python-argparse) +#. description(openstack-keystone:openstack-keystone-test) +msgid "The OpenStack Keystone testsuite. It is used to verify the functionality of OpenStack Keystone." +msgstr "" + +#. description(openstack-neutron:openstack-neutron-test) +msgid "The OpenStack Neutron testsuite. It is used to verify the functionality of OpenStack Neutron." +msgstr "" + +#. description(openstack-nova:openstack-nova-test) +msgid "The OpenStack Nova testsuite. It is used to verify the functionality of OpenStack Nova and its components." +msgstr "" + +#. description(openstack-swift:openstack-swift-test) +msgid "The OpenStack Swift testsuite. It is used to verify the functionality of OpenStack Swift." +msgstr "" + +#. description(openstack-dashboard) msgid "" -"The argparse module provides an easy, declarative interface for creating command line tools, which knows how to:\n" +"The OpenStack dashboard provides administrators and users a graphical interface to access, provision and automate cloud-based resources. The extensible design makes it easy to plug in and expose third party products and services, such as billing, monitoring and additional management tools.\n" "\n" -"* 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" +"The dashboard is just one way to interact with OpenStack resources. Developers can automate access or build tools to manage their resources using the native OpenStack API or the EC2 compatibility API." +msgstr "" + +#. description(openstack-dashboard:openstack-dashboard-test) +msgid "The OpenStack dashboard testsuite. It is used to verify the functionality of the OpenStack dashboard and its components." +msgstr "" + +#. description(arpack-ng:parpack-openmpi-devel-32bit) +msgid "The arpack-ng-openmpi-devel package contains libraries and header files for developing applications that use arpack-ng." +msgstr "" + +#. description(mate-control-center:mate-control-center-branding-upstream) +msgid "" +"The control center is MATE's main interface for configuration of various aspects of your desktop.\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" +"This package provides the upstream definition of what appears in the control center." msgstr "" -#. 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." +#. summary(nodejs-less.js) +msgid "The dynamic stylesheet language" msgstr "" #. description(perl-Lingua-EN-Inflect) @@ -6265,13 +5912,13 @@ "Where two or more inflected forms exist for a single word (typically a \"classical\" form and a \"modern\" form), Lingua::EN::Inflect prefers the more common form (typically the \"modern\" one), unless \"classical\" processing has been specified (see the \"MODERN VS CLASSICAL INFLECTIONS\" manpage)." msgstr "" -#. description(perl-WWW-Shorten) +#. description(perl-Browser-Open) msgid "" -"The function 'makeashorterlink' will call the relevant web site passing it your long URL and will return the shorter version.\n" +"The functions optionaly exported by this module allows you to open URLs in the user browser.\n" "\n" -"The function 'makealongerlink' does the reverse. 'makealongerlink' will accept as an argument either the full shortened URL or just the identifier.\n" +"A set of known commands per OS-name is tested for presence, and the first one found is executed. With an optional parameter, all known commands are checked.\n" "\n" -"If anything goes wrong, then either function will return 'undef'." +"The the \"open_browser\" manpage uses the 'system()' function to execute the command. If you want more control, you can get the command with the the \"open_browser_cmd\" manpage or the \"open_browser_cmd_all\" manpage functions and then use whatever method you want to execute it." msgstr "" #. description(perl-File-Path-Tiny) @@ -6309,242 +5956,82 @@ " Seems like that should just happen, I don't want to worry about accidentally removing / when I pass it /tmp" msgstr "" -#. description(ppl:ppl-devel-32bit) -msgid "The header files, Autoconf macro, and ppl-config tool for developing applications using the Parma Polyhedra Library through its C and C++ interfaces." +#. description(lrcShow-X) +msgid "The main goal of lrcShow-X is to add synchronized lyrics visualization functionality to the most used Linux media players, using existing LRC files, embedded lyrics like ID3 Sylt, Uslt, Lyrics3 and ApeTag. It also searches for lyrics using 12 different engines among which we can mention MiniLyrics, EvilLyrics, LrcDB and TTPlayer. lrcShow-X is written entirely in python using pyqt4 and supporting more than ten different players like Amarok2, Qmmp, Audacious and many other Linux Players (normally using a dbus interface)." msgstr "" -#. 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(python-lazr.uri) -msgid "The lazr.uri package includes code for parsing and dealing with URIs." -msgstr "" - #. description(perl-Declare-Constraints-Simple) msgid "The main purpose of this module is to provide an easy way to build a profile to validate a data structure. It does this by giving you a set of declarative keywords in the importing namespace." msgstr "" -#. description(perl-WWW-Pastebin-PastebinCom-Create) -msgid "The module provides means of pasting large texts into the http://pastebin.com manpage pastebin site." +#. description(perl-Class-Accessor-Lite) +msgid "The module is a variant of 'Class::Accessor'. It is fast and requires less typing, has no dependencies to other modules, and does not mess up the @ISA." msgstr "" -#. description(perl-Text-Reform) -msgid "" -"The module supplies a re-entrant, highly configurable replacement for the built-in Perl format() mechanism.\n" -"\n" -"Author:\n" -"------- Damian Conway <damian@conway.org>" +#. description(openlmi-providers:openlmi-python-base) +msgid "The openlmi-python-base package contains python namespace package for all OpenLMI related projects running on python." msgstr "" -#. summary(python3-unittest2) -msgid "The new features in unittest for Python 2.7 backported to Python 2.3+" +#. description(openlmi-providers:openlmi-python-providers) +msgid "The openlmi-python-providers package contains library with common code for implementing CIM providers using cmpi-bindings-pywbem." msgstr "" -#. description(python3-logilab-common) -msgid "" -"The package logilab.common contains several modules providing low level functionalities shared among some python projects developed by logilab.\n" -"\n" -"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. Command line parsing modules require optik to be installed, if you're using python2.1 or 2.2.\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" +#. description(openlmi-providers:openlmi-python-test) +msgid "The openlmi-python-test package contains test utilities and base classes for provider test cases." msgstr "" -#. description(perl-PPIx-Regexp) +#. description(openlmi-providers:openlmi-software) msgid "" -"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" +"The openlmi-software package contains CMPI providers for management of software through yum package manager with Common Information Managemen (CIM) protocol.\n" "\n" -"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." +"The providers can be registered in any CMPI-aware CIMOM, both OpenPegasus and SFCB were tested." msgstr "" -#. description(python3-py) -msgid "" -"The py lib is a Python development support library featuring the following tools and modules:\n" -"\n" -"* 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" +#. description(livedtd) +msgid "The package comes with a Perl script (livedtd.pl) that converts an SGML or XML DTD (Document Type Definition) into an HTML document. The HTML document is exactly the same text as the DTD but with \"live\" links that let you navigate through the DTD." msgstr "" -#. description(python3-pyparsing:python3-pyparsing-doc) -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" -"\n" -"This package contains the documentation of python3-pyparsing" +#. description(pam_ccreds:pam_ccreds-32bit) +msgid "The pam_ccreds module provides the means for Linux workstations to locally authenticate using an enterprise identity when the network is unavailable. Used in conjunction with the nss_updatedb utility, it provides a mechanism for disconnected use of network directories." msgstr "" -#. description(perl-Perl-PrereqScanner) -msgid "" -"The scanner will extract loosely your distribution prerequisites from your files.\n" -"\n" -"The extraction may not be perfect but tries to do its best. It will currently find the following prereqs:\n" -"\n" -"* *\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" +#. description(pcfclock:pcfclock-kmp-pae) +msgid "The pcfclock(4) driver for GNU/Linux supports the parallel port radio clock sold by Conrad Electronic under order number 967602. The radio clock, which is put between your parallel port and your printer, receives the legal German time, i.e. CET or CEST, from the DCF77 transmitter and uses it to set its internal quartz clock. The DCF77 transmitter is located near to Frankfurt/Main and covers a radius of more than 1500 kilometers." msgstr "" -#. summary(python3-MiniMock) -msgid "The simplest possible mock library" +#. summary(mate-themes) +msgid "Themes for the MATE desktop" msgstr "" -#. description(perl-Sub-Exporter-ForMethods) -msgid "" -"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" -"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." +#. summary(metacity-themes) +msgid "Themes for the Metacity Window Manager" msgstr "" -#. 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) +#. description(pam_pkcs11:pam_pkcs11-32bit) msgid "" -"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" +"This Linux PAM module allows X.509 a certificate-based user authentication. The certificate and its dedicated private key are thereby accessed by means of an appropriate PKCS #11 module. For the verification of the users' certificates, locally stored CA certificates as well as online or locally accessible CRLs are used.\n" "\n" -"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" +"Additionally, the package includes pam_pkcs11-related tools: * pkcs11_eventmgr: Generates actions on card insert, removal, or time-out events\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" +"* pklogin_finder: Gets the login name that maps to a certificate\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" +"* pkcs11_inspect: Inspects the contents of a certificate\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\"'." +"* make_hash_links: Creates hash link directories for storing CAs and CRLs" msgstr "" -#. summary(kdeartwork4:plasma-theme-aya) -msgid "Theme for Plasma" -msgstr "Темы оформления для Plasma" - -#. description(perl-Test-SubCalls) -msgid "" -"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" -"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." +#. description(lxde-common:lxde-common-branding-upstream) +msgid "This branding-style package sets default applications in LXDE in openSUSE. This is a dumb package, which provides only upstream LXDE configurations as preferred defaults. You most probably don't want this package. You probably want to install distribution default lxde-common-branding and prefer openSUSE default settings." msgstr "" -#. description(php5-pear-Horde_Util) -msgid "These classes provide functionality useful for all kind of applications." +#. description(nagios-plugins-clamav) +msgid "This check plugin is a Perl script which compares your local signature database (daily.cvd) version to the version advertised from the ClamAV site. It verifies the latest ClamAV revision using a DNS TXT query against current.cvd.clamav.net." msgstr "" -#. description(php5-pear-Horde_Core) -msgid "These classes provide the core functionality of the Horde Application Framework." +#. description(perl-Class-Container) +msgid "This class facilitates building frameworks of several classes that inter- operate. It was first designed and built for HTML::Mason, in which the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several other objects must create each other transparently, passing the appropriate parameters to the right class, possibly substituting other subclasses for any of these objects." msgstr "" -#. description(perl-Number-Format) -msgid "" -"These functions provide an easy means of formatting numbers in a manner suitable for displaying to the user.\n" -"\n" -"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(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(php5-pear-Horde_Itip) -msgid "This class allows to generate MIME encapsulated responses to iCalendar invitations" -msgstr "" - -#. 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(perl-Tree-DAG_Node) -msgid "" -"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" -"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(perl-Exception-Base) msgid "" "This class implements a fully OO exception mechanism similar to the Exception::Class manpage or the Class::Throwable manpage. It provides a simple interface allowing programmers to declare exception classes. These classes can be thrown and caught. Each uncaught exception prints full stack trace if the default verbosity is increased for debugging purposes.\n" @@ -6615,142 +6102,26 @@ "Note that without the 'DateTime.pm' module, this module does not do much. It's primary interface is through a 'DateTime' object, and most users will not need to directly use 'DateTime::TimeZone' methods." msgstr "" -#. description(perl-Test-Assert) -msgid "" -"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" -"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." +#. description(perl-Class-Accessor-Grouped) +msgid "This class lets you build groups of accessors that will call different getters and setters. The documentation of this module still requires a lot of work (*volunteers welcome >.>*), but in the meantime you can refer to http://lo-f.at/glahn/2009/08/WritingPowerfulAccessorsForPerlClasses.html for more information." msgstr "" -#. description(php5-pear-Horde_Exception) -msgid "This class provides the default exception handlers for the Horde Application Framework." +#. description(mate-icon-theme-faenza) +msgid "This icon theme uses Faenza and Faience icon themes by ~Tiheum and some icons customized for MATE by Rowen Stipe. Also, there are some icons from Mint-X-F and Faenza-Fresh icon packs." msgstr "" -#. description(php5-pear-Horde_Url) -msgid "This class represents a single URL and provides methods for manipulating URLs." +#. description(pam_csync:pam_csync-32bit) +msgid "This is a PAM module to provide roaming home directories for a user session. The authentication module verifies the identity of a user and triggers a synchronization with the server on the first login and the last logout." msgstr "" -#. description(perl-Test-CPAN-Meta) -msgid "" -"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" -"See the CPAN::Meta manpage for further details of the CPAN Meta Specification." +#. description(loadlin) +msgid "This is a boot loader for Linux that runs under MS-DOS. It can boot Linux from a DOS prompt or CONFIG.SYS and fully supports the command line feature of the Linux kernel. This new version also supports bzImage+initrd--it can load directly 'high' and can load the RAM disk. bzImage+initrd (since 1.3.73 in the official kernel) was jointly developed by Werner Almesberger (LILO) and Hans Lermen (LOADLIN)." msgstr "" -#. description(perl-SQL-Translator) -msgid "" -"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" -"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)." +#. description(mate-backgrounds) +msgid "This is a collection of desktop wallpapers created with MATE users in mind." msgstr "" -#. description(perl-Test-Unit) -msgid "" -"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" -"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(perl-Test-Unit-Lite) -msgid "" -"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" -"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-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(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(python-CouchDB:python-CouchDB-doc) -msgid "" -"This is a Python library for the CouchDB document-oriented database. It provides a convenient high level interface for the CouchDB server.\n" -"\n" -"This package contains documentation for python-couchdb." -msgstr "" - -#. 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(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(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(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(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(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(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(perl-Test-Spec) -msgid "" -"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" -"This module is inspired by and borrows heavily from RSpec (http://rspec.info/documentation/), a BDD tool for the Ruby programming language." -msgstr "" - -#. description(python-amqp) -msgid "" -"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" -"This library should be API compatible with librabbitmq." -msgstr "" - -#. 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(perl-Text-Template) -msgid "" -"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" -"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(perl-Perl6-Junction) -msgid "" -"This is a lightweight module which provides 'Junction' operators, the most commonly used being 'any' and 'all'.\n" -"\n" -"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(perl-File-Mork) msgid "" "This is a module that can read the Mozilla URL history file -- normally $HOME/.mozilla/default/*.slt/history.dat -- and extract the id, url, name, hostname, first visted dat, last visited date and visit count.\n" @@ -6758,79 +6129,55 @@ "To find your history file it might be worth using *Mozilla::Backup* which has some platform-independent code for finding the profiles of various Mozilla-isms (including Firefox, Camino, K-Meleon, etc.)." msgstr "" -#. description(python3-setuptools-git) +#. description(openCryptoki:openCryptoki-32bit) msgid "" -"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" +"This is a re-packaged binary rpm. For the package source, please look for the source of the package without the \"32bit\" ending\n" "\n" -"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." +"The PKCS#11 version 2.11 API implemented for the IBM cryptographic cards. This package includes support for the IBM 4758 cryptographic coprocessor (with the PKCS#11 firmware loaded) and the IBM eServer Cryptographic Accelerator (FC 4960 on pSeries)." msgstr "" -#. description(python-bugzilla) +#. description(openCryptoki:openCryptoki-64bit) msgid "" -"This is a python module that provides a nice, python-ish interface to Bugzilla over XMLRPC.\n" +"This is a re-packaged binary rpm. For the package source, please look for the source of the package without the \"64bit\" ending\n" "\n" -"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?" +"The PKCS#11 version 2.11 API implemented for the IBM cryptographic cards. This package includes support for the IBM 4758 cryptographic coprocessor (with the PKCS#11 firmware loaded) and the IBM eServer Cryptographic Accelerator (FC 4960 on pSeries)." msgstr "" #. description(perl-MooseX-Getopt) -msgid "" -"This is a role which provides an alternate constructor for creating objects using parameters passed in from the command line.\n" -"\n" -"This module attempts to DWIM as much as possible with the command line params by introspecting your class's attributes. It will use the name of your attribute as the command line option, and if there is a type constraint defined, it will configure Getopt::Long to handle the option accordingly.\n" -"\n" -"You can use the trait the MooseX::Getopt::Meta::Attribute::Trait manpage or the attribute metaclass the MooseX::Getopt::Meta::Attribute manpage to get non-default commandline option names and aliases.\n" -"\n" -"You can use the trait the MooseX::Getopt::Meta::Attribute::Trait::NoGetopt manpage or the attribute metaclass the MooseX::Getopt::Meta::Attribute::NoGetopt manpage to have 'MooseX::Getopt' ignore your attribute in the commandline options.\n" -"\n" -"By default, attributes which start with an underscore are not given commandline argument support, unless the attribute's metaclass is set to the MooseX::Getopt::Meta::Attribute manpage. If you don't want your accessors to have the leading underscore in their name, you can do this:\n" -"\n" -" has '_foo' => (accessor => 'foo', ...);\n" -"\n" -" has '_bar' => (reader => 'bar', ...);\n" -"\n" -"This will mean that Getopt will not handle a --foo param, but your code can still call the 'foo' method.\n" -"\n" -"If your class also uses a configfile-loading role based on the MooseX::ConfigFromFile manpage, such as the MooseX::SimpleConfig manpage, the MooseX::Getopt manpage's 'new_with_options' will load the configfile specified by the '--configfile' option (or the default you've given for the configfile attribute) for you.\n" -"\n" -"Options specified in multiple places follow the following precedence order: commandline overrides configfile, which overrides explicit new_with_options parameters." +msgid "This is a role which provides an alternate constructor for creating objects using parameters passed in from the command line." msgstr "" -#. 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." +#. description(openstack-tempest) +msgid "This is a set of integration tests to be run against a live OpenStack cluster. Tempest has batteries of tests for OpenStack API validation, Scenarios, and other specific tests useful in validating an OpenStack deployment." msgstr "" #. description(perl-Devel-Cycle) msgid "This is a simple developer's tool for finding circular references in objects and other types of references. Because of Perl's reference-count based memory management, circular references will cause memory leaks." msgstr "" -#. description(php5-pear-phpunit-Text_Template) -msgid "This is a simple template engine which is used in phpunit." +#. description(obs-service-refresh_patches) +msgid "" +"This is a source service for openSUSE Build Service.\n" +"\n" +"It refreshes locals patches by using quilt." msgstr "" -#. description(php5-pear-phpunit-PHP_Timer) -msgid "This is a simple utility class for timing." -msgstr "" - -#. description(perl-MooseX-Param) +#. description(obs-service-download_url) msgid "" -"This is a very simple Moose role which provides a the CGI manpage like 'param' method.\n" +"This is a source service for openSUSE Build Service.\n" "\n" -"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?" +"It supports downloading files from given URLs via curl" msgstr "" -#. description(perl-XML-Filter-BufferText) +#. description(perl-HTTP-Tiny) msgid "" -"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" +"This is a very simple HTTP/1.1 client, designed for doing simple requests without the overhead of a large framework like the LWP::UserAgent manpage.\n" "\n" -"Note that this won't help you cases such as:\n" +"It is more correct and more complete than the HTTP::Lite manpage. It supports proxies and redirection. It also correctly resumes after EINTR.\n" "\n" -" <foo> blah <!-- comment --> phubar </foo>\n" +"If the IO::Socket::IP manpage 0.25 or later is installed, HTTP::Tiny will use it instead of the IO::Socket::INET manpage for transparent support for both IPv4 and IPv6.\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)." +"Cookie support requires the HTTP::CookieJar manpage or an equivalent class." msgstr "" #. description(perl-DBIx-Class) @@ -6912,48 +6259,17 @@ "Through a plugin system, many features are available on demand. You can also tailor the environment through the use of profiles and run control files, for example to pre-load certain Perl modules when working on a particular project." msgstr "" -#. 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(perl-Test-Inter) +#. description(perl-Class-C3) msgid "" -"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" +"This is pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order.\n" "\n" -"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" +"*NOTE:* YOU SHOULD NOT USE THIS MODULE DIRECTLY - The feature provided is integrated into perl version >= 5.9.5, and you should use the MRO::Compat manpage instead, which will use the core implementation in newer perls, but fallback to using this implementation on older perls." msgstr "" -#. description(php5-pear-MDB2_Driver_mysql) -msgid "This is the MySQL MDB2 driver." +#. description(nodejs-less.js) +msgid "This is the JavaScript, and now official, stable version of LESS." msgstr "" -#. description(php5-pear-MDB2_Driver_mysqli) -msgid "This is the MySQLi MDB2 driver." -msgstr "" - -#. description(php5-pear-MDB2_Driver_pgsql) -msgid "This is the PostgreSQL MDB2 driver." -msgstr "" - -#. description(python-fastimport) -msgid "" -"This is the Python parser that was originally developed for bzr-fastimport, but extracted so it can be used by other projects.\n" -"\n" -"It is currently used by bzr-fastimport and dulwich. hg-fastimport and git-remote-hg use a slightly modified version of it." -msgstr "" - -#. description(php5-pear-phpunit-PHPUnit_Selenium) -msgid "This is the Selenium RC integration for PHPUnit." -msgstr "" - -#. 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(perl-Module-Starter) msgid "" "This is the core module for Module::Starter. If you're not looking to extend or alter the behavior of this module, you probably want to look at the module-starter manpage instead.\n" @@ -6961,51 +6277,27 @@ "Module::Starter is used to create a skeletal CPAN distribution, including basic builder scripts, tests, documentation, and module code. This is done through just one method, 'create_distro'." msgstr "" -#. description(php5-pear-Horde_Translation) -msgid "This is the horde translation library" -msgstr "Это библиотека перевода Horde" - -#. 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)." +#. description(libyui-doc) +msgid "" +"This is the user interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses).\n" +"\n" +"Originally developed for YaST, it can now be used independently of YaST for generic (C++) applications. This package has very few dependencies.\n" +"\n" +"This package provides the documentation. (HTML & PDF)" msgstr "" -#. description(python-httpretty) -msgid "This libary allows mocking of http protocol based unit tests." -msgstr "" - #. description(perl-Makefile-DOM) msgid "This libary can serve as an advanced lexer for (GNU) makefiles. It parses makefiles as \"documents\" and the parsing is lossless. The results are data structures similar to DOM trees. The DOM trees hold every single bit of the information in the original input files, including white spaces, blank lines and makefile comments. That means it's possible to reproduce the original makefiles from the DOM trees. In addition, each node of the DOM trees is modifiable and so is the whole tree, just like the PPI module used for Perl source parsing and the HTML::TreeBuilder module used for parsing HTML source." msgstr "" -#. 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." +#. description(mdds:mdds-devel) +msgid "This library provides a collection of multi-dimensional data structure and indexing algorithms. All data structures are available as C++ templates, hence this is a header-only library, with no shared library to link against." msgstr "" -#. 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(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 "" - #. description(perl-MooseX-AuthorizedMethods) msgid "This method exports the \"authorized\" declarator that makes a verification if the user has the required permissions before the acual invocation. The default verification method will take the \"user\" method result and call \"roles\" to list the roles given to that user." msgstr "" -#. description(perl-MooseX-TransactionalMethods) -msgid "This method exports the \"transactional\" declarator that will enclose the method in a txn_do call." -msgstr "" - -#. 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(perl-Class-XPath) msgid "" "This module adds XPath-style matching to your object trees. This means that you can find nodes using an XPath-esque query with 'match()' from anywhere in the tree. Also, the 'xpath()' method returns a unique path to a given node which can be used as an identifier.\n" @@ -7015,21 +6307,6 @@ "*NOTE:* This module is not yet a complete XPath implementation. Over time I expect the subset of XPath supported to grow. See the SYNTAX documentation for details on the current level of support." msgstr "" -#. description(perl-MooseX-LazyRequire) -msgid "" -"This module adds a 'lazy_required' option to Moose attribute declarations.\n" -"\n" -"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(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(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(perl-MooseX-GlobRef) msgid "" "This module allows to store Moose object in glob reference of file handle. The class attributes will be stored in hash slot associated with glob reference. It allows to create a Moose version of the IO::Handle manpage.\n" @@ -7047,13 +6324,6 @@ " print $self->key;" msgstr "" -#. description(perl-Package-Variant) -msgid "" -"This module allows you to build packages that return different variations depending on what parameters are given.\n" -"\n" -"Users of your package will receive a subroutine able to take parameters and return the name of a suitable variant package. The implmenetation does not care about what kind of package it builds." -msgstr "" - #. description(perl-IO-Digest) msgid "This module allows you to calculate digests while reading or writing file handles. This avoids the case you need to reread the same content to compute the digests after written a file." msgstr "" @@ -7067,10 +6337,6 @@ "The accessor methods for class attribute may be called on the class directly, or on objects of that class. Passing a class attribute to the constructor will not set that attribute." msgstr "" -#. 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-Font-TTF) msgid "This module allows you to do almost anything to a TrueType/OpenType Font including modify and inspect nearly all tables." msgstr "" @@ -7115,21 +6381,6 @@ "But with the answer being so useful, and the only other alternative being to ask the user \"duh... are you online?\" (when you might not have a user at all) it's my gut feeling that it is worthwhile at least making an attempt to solve the problem, if only in a limited way." msgstr "" -#. description(perl-Path-Tiny) -msgid "" -"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" -"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.\n" -"\n" -"It uses the autodie manpage internally, so most failures will be thrown as exceptions." -msgstr "" - #. description(perl-File-BaseDir) msgid "" "This module can be used to find directories and files as specified by the Freedesktop.org Base Directory Specification. This specifications gives a mechanism to locate directories for configuration, application data and cache data. It is suggested that desktop applications for e.g. the Gnome, KDE or Xfce platforms follow this layout. However, the same layout can just as well be used for non-GUI applications.\n" @@ -7143,55 +6394,10 @@ msgid "This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the 'Module::Build' project, but may be useful for other purposes as well. However, it is _not_ intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal!" msgstr "" -#. description(perl-Test-CheckChanges) -msgid "" -"This module checks that you _Changes_ file has an entry for the current version of the *Module* being tested.\n" -"\n" -"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(perl-WWW-Mechanize-TreeBuilder) -msgid "" -"This module combines the WWW::Mechanize manpage and the HTML::TreeBuilder manpage. Why? Because I've seen too much code like the following:\n" -"\n" -" like($mech->content, qr{<p>some text</p>}, \"Found the right tag\");\n" -"\n" -"Which is just all flavours of wrong - its akin to processing XML with regexps. Instead, do it like the following:\n" -"\n" -" ok($mech->look_down(_tag => 'p', sub { $_[0]->as_trimmed_text eq 'some text' })\n" -"\n" -"The anon-sub there is a bit icky, but this means that anyone should happen to add attributes to the '<p>' tag (such as an id or a class) it will still work and find the right tag.\n" -"\n" -"All of the methods avaiable on the HTML::Element manpage (that aren't 'private' - i.e. that don't begin with an underscore) such as 'look_down' or 'find' are automatically delegated to '$mech->tree' through the magic of Moose." -msgstr "" - -#. 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(perl-File-Copy-Recursive) msgid "This module copies and moves directories recursively (or single files, well... singley) to an optional depth and attempts to preserve each file or directory's mode." msgstr "" -#. description(perl-PAR-Dist) -msgid "" -"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" -"The naming convention for such distributions is:\n" -"\n" -" $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(perl-Email-Valid) msgid "" "This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain.\n" @@ -7199,24 +6405,10 @@ "Please note that there is no way to determine whether an address is deliverable without attempting delivery (for details, see perlfaq 9)." msgstr "" -#. description(perl-MooseX-SemiAffordanceAccessor) -msgid "" -"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" -"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." +#. description(perl-Class-Factory-Util) +msgid "This module exports a method that is useful for factory classes." msgstr "" -#. 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(perl-Data-Hexify) msgid "" "This module exports one subroutine: 'Hexify'.\n" @@ -7276,52 +6468,6 @@ " 0000: 74 61 3a 3a 48 ... 79 3b 0a 0a 75 73 65 ta::Hexify;..use 0010: 20 35 2e 30 30 ... 73 65 20 73 74 72 69 5.006;.use stri ... and so on ..." msgstr "" -#. description(perl-Regexp-IPv6) -msgid "" -"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" -"To match full strings use '/^$IPv6_re$/'." -msgstr "" - -#. description(perl-Sort-Naturally) -msgid "" -"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" -"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(perl-Lingua-EN-Inflect-Number) msgid "" "This module extends the functionality of Lingua::EN::Inflect with three new functions available for export:\n" @@ -7333,17 +6479,6 @@ "to_S / to_PL These take a word and convert it forcefully either to singular or to plural. 'Lingua::EN::Inflect' does funny things if you try to pluralise an already-plural word, but this module does the right thing." msgstr "" -#. description(perl-PDF-API2) -msgid "This module facilitates the creation and modification of PDF files." -msgstr "" - -#. 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(perl-Config-GitLike) msgid "" "This module handles interaction with configuration files of the style used by the version control system Git. It can both parse and modify these files, as well as create entirely new ones.\n" @@ -7361,44 +6496,6 @@ "A few methods have parameters that are always used for the same purpose:" msgstr "" -#. 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(perl-Test-InDistDir) -msgid "" -"This module helps run test scripts in IDEs like Komodo.\n" -"\n" -"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(perl-Test-FailWarnings) -msgid "" -"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" -"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-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(perl-Tk-Clock) -msgid "" -"This module implements a Canvas-based clock widget for perl-Tk with lots of options to change the appearance.\n" -"\n" -"Both analog and digital clocks are implemented." -msgstr "" - #. description(perl-CPAN-Meta-YAML) msgid "" "This module implements a subset of the YAML specification for use in reading and writing CPAN metadata files like _META.yml_ and _MYMETA.yml_. It should not be used for any other general YAML parsing or generation task.\n" @@ -7417,6 +6514,13 @@ msgid "This module implements most of 'strptime(3)', the POSIX function that is the reverse of 'strftime(3)', for 'DateTime'. While 'strftime' takes a 'DateTime' and a pattern and returns a string, 'strptime' takes a string and a pattern and returns the 'DateTime' object associated." msgstr "" +#. description(perl-Algorithm-C3) +msgid "" +"This module implements the C3 algorithm. I have broken this out into it's own module because I found myself copying and pasting it way too often for various needs. Most of the uses I have for C3 revolve around class building and metamodels, but it could also be used for things like dependency resolution as well since it tends to do such a nice job of preserving local precedence orderings.\n" +"\n" +"Below is a brief explanation of C3 taken from the the Class::C3 manpage module. For more detailed information, see the the SEE ALSO manpage section and the links there." +msgstr "" + #. description(perl-Config-Std) msgid "" "This module implements yet another damn configuration-file system.\n" @@ -7428,12 +6532,15 @@ "See Chapter 19 of \"Perl Best Practices\" (O'Reilly, 2005) for more detail on the rationale for this approach." msgstr "" -#. 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." +#. description(perl-MojoX-JSON-RPC) +msgid "" +"This module implments a client and a server plugin for JSON-RPC 2.0 for use with Mojolicious.\n" +"\n" +"This module follows the draft specficiation for JSON-RPC 2.0. More information can be found at the http://groups.google.com/group/json-rpc/web/json-rpc-2-0 manpage." msgstr "" -#. 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." +#. description(perl-Data-AMF) +msgid "This module is (de)serializer for Adobe's AMF (Action Message Format). Data::AMF is core module and it recognize only AMF data, not AMF packet. If you want to read/write AMF Packet, see Data::AMF::Packet instead." msgstr "" #. description(perl-DateTime-Format-DateParse) @@ -7470,30 +6577,21 @@ "the Data::Visitor manpage is meant to be subclassed, but also ships with a callback driven subclass, the Data::Visitor::Callback manpage." msgstr "" -#. description(perl-Pod-Readme) +#. description(perl-Apache2-AuthCookieDBI) msgid "" -"This module is a subclass of L<Pod::PlainText> which provides additional POD markup for generating F<README> files.\n" +"This module is an authentication handler that uses the basic mechanism provided by Apache2::AuthCookie with a DBI database for ticket-based protection. It is based on two tokens being provided, a username and password, which can be any strings (there are no illegal characters for either). The username is used to set the remote user as if Basic Authentication was used.\n" "\n" -"Why should one bother with this? One can simply use\n" +"On an attempt to access a protected location without a valid cookie being provided, the module prints an HTML login form (produced by a CGI or any other handler; this can be a static file if you want to always send people to the same entry page when they log in). This login form has fields for username and password. On submitting it, the username and password are looked up in the DBI database. The supplied password is checked against the password in the database; the password in the database can be plaintext, or a crypt() or md5_hex() checksum of the password. If this succeeds, the user is issued a ticket. This ticket contains the username, an issue time, an expire time, and an MD5 checksum of those and a secret key for the server. It can optionally be encrypted before returning it to the client in the cookie; encryption is only useful for preventing the client from seeing the expire time. If you wish to protect passwords in transport, use an SSL-encrypted connection. The ticket is given in a cookie that the browser stores.\n" "\n" -" pod2text Module.pm > README\n" +"After a login the user is redirected to the location they originally wished to view (or to a fixed page if the login \"script\" was really a static file).\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" +"On this access and any subsequent attempt to access a protected document, the browser returns the ticket to the server. The server unencrypts it if encrypted tickets are enabled, then extracts the username, issue time, expire time and checksum. A new checksum is calculated of the username, issue time, expire time and the secret key again; if it agrees with the checksum that the client supplied, we know that the data has not been tampered with. We next check that the expire time has not passed. If not, the ticket is still good, so we set the username.\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" +"Authorization checks then check that any \"require valid-user\" or \"require user jacob\" settings are passed. Finally, if a \"require group foo\" directive was given, the module will look up the username in a groups database and check that the user is a member of one of the groups listed. If all these checks pass, the document requested is displayed.\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>)." +"If a ticket has expired or is otherwise invalid it is cleared in the browser and the login form is shown again." msgstr "" -#. description(perl-Text-SpellChecker) -msgid "" -"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" -"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(perl-Moo) msgid "" "This module is an extremely light-weight subset of the Moose manpage optimised for rapid startup and \"pay only for what you use\".\n" @@ -7505,14 +6603,36 @@ "For a full list of the minor differences between the Moose manpage and the Moo manpage's surface syntax, see the /INCOMPATIBILITIES WITH MOOSE manpage." msgstr "" -#. 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." +#. description(perl-AnyEvent-HTTP) +msgid "" +"This module is an the AnyEvent manpage user, you need to make sure that you use and run a supported event loop.\n" +"\n" +"This module implements a simple, stateless and non-blocking HTTP client. It supports GET, POST and other request methods, cookies and more, all on a very low level. It can follow redirects, supports proxies, and automatically limits the number of connections to the values specified in the RFC.\n" +"\n" +"It should generally be a \"good client\" that is enough for most HTTP tasks. Simple tasks should be simple, but complex tasks should still be possible as the user retains control over request and response headers.\n" +"\n" +"The caller is responsible for authentication management, cookies (if the simplistic implementation in this module doesn't suffice), referer and other high-level protocol details for which this module offers only limited support." msgstr "" -#. 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." +#. description(perl-Class-C3-Adopt-NEXT) +msgid "This module is intended as a drop-in replacement for NEXT, supporting the same interface, but using Class::C3 to do the hard work. You can then write new code without NEXT, and migrate individual source files to use Class::C3 or method modifiers as appropriate, at whatever pace you're comfortable with." msgstr "" +#. description(perl-Carp-Always) +msgid "" +"This module is meant as a debugging aid. It can be used to make a script complain loudly with stack backtraces when warn()ing or die()ing.\n" +"\n" +"Here are how stack backtraces produced by this module looks:\n" +"\n" +" $ perl -MCarp::Always -e 'sub f { die \"arghh\" }; sub g { f }; g' arghh at -e line 1 main::f() called at -e line 1 main::g() called at -e line 1\n" +"\n" +" $ perl -MCarp::Always -w -e 'sub f { $a = shift; @a = @$a };' \\ -e 'sub g { f(undef) }; g' Use of uninitialized value in array dereference at -e line 1 main::f('undef') called at -e line 2 main::g() called at -e line 2\n" +"\n" +"In the implementation, the 'Carp' module does the heavy work, through 'longmess()'. The actual implementation sets the signal hooks '$SIG{__WARN__}' and '$SIG{__DIE__}' to emit the stack backtraces.\n" +"\n" +"Oh, by the way, 'carp' and 'croak' when requiring/using the 'Carp' module are also made verbose, behaving like 'cluck' and 'confess', respectively." +msgstr "" + #. description(perl-Iterator) msgid "" "This module is meant to be the definitive implementation of iterators, as popularized by Mark Jason Dominus's lectures and recent book (_Higher Order Perl_, Morgan Kauffman, 2005).\n" @@ -7528,14 +6648,10 @@ "Note that in many, many cases, you will not need to explicitly create an iterator; there are plenty of iterator generation and manipulation functions in the other associated modules. You can just plug them together like building blocks." msgstr "" -#. 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." +#. description(perl-Archive-Peek) +msgid "This module lets you peek into archives without extracting them. It currently supports tar files and zip files. To support Bzip2- compressed files, you should install IO::Uncompress::Bunzip2." msgstr "" -#. 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-MooseX-App-Cmd) msgid "" "This module marries App::Cmd with MooseX::Getopt.\n" @@ -7545,25 +6661,10 @@ "Then you can write your moose commands as Moose classes, with MooseX::Getopt defining the options for you instead of 'opt_spec' returning a Getopt::Long::Descriptive spec." msgstr "" -#. description(perl-Test-File-ShareDir) -msgid "" -"This module only has support for creating 'new' style share dirs and are NOT compatible with old File::ShareDirs.\n" -"\n" -"For this reason, unless you have File::ShareDir 1.00 or later installed, this module will not be usable by you." -msgstr "" - -#. 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(perl-Image-Info) msgid "This module provide functions to extract various kind of meta information from image files." msgstr "" -#. description(perl-MooseX-Types-Set-Object) -msgid "This module provides Moose type constraints (see the Moose::Util::TypeConstraints manpage, the MooseX::Types manpage)." -msgstr "" - #. description(perl-Clone-PP) msgid "" "This module provides a general-purpose clone function to make deep copies of Perl data structures. It calls itself recursively to copy nested hash, array, scalar and reference types, including tied variables and objects.\n" @@ -7579,39 +6680,10 @@ "To allow objects to intervene in the way they are copied, the clone() function checks for a couple of optional methods. If an object provides a method named 'clone_self', it is called and the result returned without further processing. Alternately, if an object provides a method named 'clone_init', it is called on the copied object before it is returned." msgstr "" -#. 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 module provides a set of additional functions useful for Perl symbols manipulation.\n" -"\n" -"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(perl-MooseX-Has-Options) msgid "This module provides a succinct syntax for declaring options for the Moose manpage attributes." 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-GraphViz) msgid "" "This module provides an interface to layout and image generation of directed and undirected graphs in a variety of formats (PostScript, PNG, etc.) using the \"dot\", \"neato\", \"twopi\", \"circo\" and \"fdp\" programs from the GraphViz project (http://www.graphviz.org/ or http://www.research.att.com/sw/tools/graphviz/).\n" @@ -7619,34 +6691,10 @@ "GraphViz is deprecated in favour of the GraphViz2 manpage." msgstr "" -#. description(perl-Proc-Fork) -msgid "" -"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" -"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." +#. description(perl-File-Slurp-Tiny) +msgid "This module provides functions for fast and correct slurping and spewing. All functions are optionally exported." msgstr "" -#. 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 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" -"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(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-Declare) msgid "" "This module provides syntactic sugar for Moose, the postmodern object system for Perl 5. When used, it sets up the 'class' and 'role' keywords.\n" @@ -7654,21 +6702,6 @@ "*Note:* Please see the the /WARNING manpage section below!" msgstr "" -#. description(perl-MooseX-Types-Path-Tiny) -msgid "" -"This module provides the Path::Tiny manpage types for Moose. It handles two important types of coercion:\n" -"\n" -"* *\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 "" - #. description(perl-IO-Interactive) msgid "" "This module provides three utility subroutines that make it easier to develop interactive applications...\n" @@ -7712,16 +6745,8 @@ msgid "This module provides various portable helper functions for module building modules." msgstr "" -#. 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(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(perl-Devel-FindPerl) -msgid "This module tries to find the path to the currently running perl." +msgid "This module tries to find the path to the currently running perl. It (optionally) exports the following functions:" msgstr "" #. description(perl-ExtUtils-InstallPaths) @@ -7769,6 +6794,13 @@ msgid "This module understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format." msgstr "" +#. description(perl-DateTime-Format-SQLite) +msgid "" +"This module understands the formats used by SQLite for its 'date', 'datetime' and 'time' functions. It can be used to parse these formats in order to create the DateTime manpage objects, and it can take a DateTime object and produce a timestring accepted by SQLite.\n" +"\n" +"*NOTE:* SQLite does not have real date/time types but stores everything as strings. This module deals with the date/time strings as understood/returned by SQLite's 'date', 'time', 'datetime', 'julianday' and 'strftime' SQL functions. You will usually want to store your dates in one of these formats." +msgstr "" + #. description(perl-Lingua-Stem-Fr) msgid "This module use the a modified version of the Porter Stemming Algorithm to return a stemmed words." msgstr "" @@ -7777,29 +6809,6 @@ msgid "This module verifies if requirements described in a CPAN::Meta object are present." msgstr "" -#. description(perl-SQL-Abstract) -msgid "" -"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" -"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(perl-Config-Auto) msgid "" "This module was written after having to write Yet Another Config File Parser for some variety of colon-separated config. I decided \"never again\".\n" @@ -7817,6 +6826,10 @@ msgid "This module wraps the File::Slurp manpage and adds character encoding support through the *'encoding'* parameter. It exports the same functions which take all the same parameters as File::Slurp. Please see the the File::Slurp manpage documentation for basic usage; only the differences are described from here on out." msgstr "" +#. description(perl-Business-ISBN) +msgid "This modules handles International Standard Book Numbers, including ISBN-10 and ISBN-13." +msgstr "" + #. description(perl-Digest-Perl-MD5) msgid "" "This modules has the same interface as the much faster 'Digest::MD5'. So you can easily exchange them, e.g.\n" @@ -7830,426 +6843,753 @@ "For a detailed Documentation see the 'Digest::MD5' module." msgstr "" -#. description(python-distutils-extra) -msgid "" -"This package adds support for common build additions to distutils. This includes the follwing:\n" -"\n" -" * gettext/i18n * documentation * program icons" +#. description(osc-plugin-collab) +msgid "This osc plugin extends osc with commands that makes it easier to use the collaboration feature in the Build Service, and to keep up with latest upstream versions." msgstr "" -#. description(php5-pear-channel-ezno) -msgid "This package adds the components.ez.no channel which allows PEAR packages from this channel to be installed." +#. description(openssl-ibmca) +msgid "This package contains a shared object OpenSSL dynamic engine for the IBM eServer Cryptographic Accelerator (ICA)." msgstr "" -#. description(php5-pear-channel-horde) -msgid "This package adds the pear.horde.org channel which allows PEAR packages from this channel to be installed." +#. description(nagios-theme-switcher) +msgid "This package contains a simple script with configures Nagios to use a theme below /usr/share/nagios." msgstr "" -#. 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(mathgl:mathgl-fonts) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains command fonts for mathgl library." +msgstr "Этот пакет содержит документацию для python-cliff." -#. 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(OpenColorIO:OpenColorIO-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains documentation for OpenColorIO." +msgstr "Этот пакет содержит документацию для python-cliff." -#. description(php5-pear-Horde_Kolab_Format) -msgid "This package allows to convert Kolab data objects from XML to hashes." +#. description(openslide:openslide-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains documentation for developing with openslide library." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(octave:octave-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains documentation for octave." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(openjpeg:openjpeg-devel-32bit) +#, fuzzy +#| msgid "This package contains header files required for C modules development." +msgid "This package contains header files and libraries needed for developing programs using the OpenJPEG library." +msgstr "Этот пакет содержит заголовочные файлы, необходимые для разработки модулей на C." + +#. description(openstack-ceilometer:openstack-ceilometer-test) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains testsuite files for openstack-ceilometer." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(openstack-heat:openstack-heat-test) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains testsuite files for openstack-heat." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(openstack-trove:openstack-trove-test) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains testsuite files for openstack-trove." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(openstack-nova:openstack-nova-cells) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the Cells support of OpenStack Nova" +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(openstack-trove:openstack-trove-guestagent) +msgid "This package contains the Database Service GuestAgent, The guestagent is a service that runs within the guest instance, responsible for managing and performing operations on the Database itself. The Guest Agent listens for RPC messages through the message bus and performs the requested operation." msgstr "" -#. description(php5-pear-Horde_Kolab_Server) -msgid "This package allows to read/write entries in the Kolab user database stored in LDAP." +#. description(openstack-trove:openstack-trove-taskmanager) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the Database Service TaskManager" +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(libyui-gtk-pkg-doc) +msgid "" +"This package contains the Gtk package selector component for libYUI.\n" +"\n" +" This package provides the documentation. (HTML & PDF)" 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." +#. description(libyui-gtk-doc) +msgid "" +"This package contains the Gtk user interface component for libYUI.\n" +"\n" +" This package provides the documentation. (HTML & PDF)" 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." +#. description(mate-panel:mate-panel-branding-upstream) +msgid "" +"This package contains the MATE Desktop Panel. The panel is an easy-to-use and functional interface to manage your desktop, start programs, and organize access to your data.\n" +"\n" +"This package contains the upstream default layout for MATE Panel." msgstr "" -#. description(python-gunicorn:python-gunicorn-doc) -msgid "This package contains Gunicorn documentation in reST and HTML formats." -msgstr "Этот пакет содержит документацию в форматах reST и HTML для Gunicorn." +#. description(openstack-cinder:openstack-cinder-api) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the OpenStack Cinder API." +msgstr "Этот пакет содержит тему Aya для Plasma." -#. description(python-Flask:python-Flask-doc) -msgid "This package contains HTML documentation, including tutorials and API reference for python-Flask." -msgstr "Этот пакет содержит документацию в формате HTML, включая руководства и описание API, для python-Flask." +#. description(openstack-cinder:openstack-cinder-backup) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the OpenStack Cinder Backup Service." +msgstr "Этот пакет содержит тему Aya для Plasma." -#. description(python3-SQLAlchemy:python3-SQLAlchemy-doc) -msgid "This package contains HTML documentation, including tutorials and API reference for python-SQLAlchemy." -msgstr "Этот пакет содержит документацию в формате HTML, включая руководства и описание API, для python-SQLAlchemy." +#. description(openstack-cinder:openstack-cinder-scheduler) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the OpenStack Cinder scheduler." +msgstr "Этот пакет содержит тему Aya для Plasma." -#. description(python3-transaction) +#. description(openstack-cinder:openstack-cinder-volume) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the OpenStack Cinder volume manager." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(openstack-heat:openstack-heat-api) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the OpenStack Heat API." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(openstack-heat:openstack-heat-api-cfn) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the OpenStack Heat CloudFormation API." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(openstack-heat:openstack-heat-api-cloudwatch) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the OpenStack Heat CloudWatch API." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(openstack-heat:openstack-heat-engine) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the OpenStack Heat Engine." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(openstack-neutron:openstack-neutron-vmware-agent) +msgid "This package contains the OpenStack Network plugin that implements virtual networks using Nicira NVP." +msgstr "" + +#. description(openstack-nova:openstack-nova-api) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the OpenStack Nova API." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(openstack-trove:openstack-trove-api) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the OpenStack Trove Manager Daemon." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(libyui-qt-graph-doc) msgid "" -"This package contains a generic transaction implementation for Python. It is mainly used by the ZODB, though.\n" +"This package contains the Qt graph component for libYUI.\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." +" This package provides the documentation. (HTML & PDF)" msgstr "" -#. description(ppl:ppl-doc) -msgid "This package contains all the documentations required by programmers using the Parma Polyhedra Library (PPL). Install this package if you want to program with the PPL." +#. description(libyui-qt-pkg-doc) +msgid "" +"This package contains the Qt package selector component for libYUI.\n" +"\n" +" This package provides the documentation. (HTML & PDF)" msgstr "" -#. description(python-FormEncode:python-FormEncode-doc) -msgid "This package contains documentation files for python-FormEncode." +#. description(libyui-qt-doc) +msgid "" +"This package contains the Qt user interface component for libYUI.\n" +"\n" +" This package provides the documentation. (HTML & PDF)" msgstr "" -#. description(python-cinderclient:python-cinderclient-doc) -msgid "This package contains documentation files for python-cinderclient." +#. description(otrs:otrs-doc) +msgid "" +"This package contains the README, Changes and docs for OTRS\n" +"\n" +"Authors list: see CREDITS" msgstr "" -#. description(python-cliff:python-cliff-doc) -msgid "This package contains documentation files for python-cliff." -msgstr "Этот пакет содержит документацию для python-cliff." +#. description(openstack-nova:openstack-xen-plugins) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the XenAPI support for OpenStack." +msgstr "Этот пакет содержит тему Aya для Plasma." -#. description(python-heatclient:python-heatclient-doc) -msgid "This package contains documentation files for python-heatclient." +#. description(Mesa:libXvMC_nouveau-32bit) +msgid "This package contains the XvMC state tracker for Nouveau. This is still \"work in progress\", i.e. expect poor video quality, choppy videos and artefacts all over." msgstr "" -#. description(python-keystoneclient:python-keystoneclient-doc) -msgid "This package contains documentation files for python-keystoneclient." +#. description(Mesa:libXvMC_r600-32bit) +msgid "This package contains the XvMC state tracker for R600. This is still \"work in progress\", i.e. expect poor video quality, choppy videos and artefacts all over." msgstr "" -#. description(python3-WebOb:python3-WebOb-doc) -msgid "This package contains documentation files for python3-WebOb." +#. description(openstack-nova:openstack-nova-cert) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the certificate manager of OpenStack Nova." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(libyui-ncurses-doc) +msgid "" +"This package contains the character based (ncurses) user interface component for libYUI.\n" +"\n" +" This package provides the documentation. (HTML & PDF)" msgstr "" -#. description(python-greenlet:python-greenlet-devel) -msgid "This package contains header files required for C modules development." -msgstr "Этот пакет содержит заголовочные файлы, необходимые для разработки модулей на C." +#. description(openstack-nova:openstack-nova-compute) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the compute part of OpenStack." +msgstr "Этот пакет содержит тему Aya для Plasma." -#. description(python-ceilometerclient:python-ceilometerclient-test) -msgid "This package contains testsuite files for python-ceilometerclient." -msgstr "" +#. description(openstack-nova:openstack-nova-conductor) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the conductor of OpenStack Nova" +msgstr "Этот пакет содержит тему Aya для Plasma." -#. description(python-cinderclient:python-cinderclient-test) -msgid "This package contains testsuite files for python-cinderclient." -msgstr "" +#. description(openstack-nova:openstack-nova-console) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the console access service for OpenStack Nova." +msgstr "Этот пакет содержит тему Aya для Plasma." -#. description(python-glanceclient:python-glanceclient-test) -msgid "This package contains testsuite files for python-glanceclient." -msgstr "" +#. description(openstack-nova:openstack-nova-consoleauth) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains the console authentification service for OpenStack Nova." +msgstr "Этот пакет содержит документацию для python-cliff." -#. description(python-heatclient:python-heatclient-test) -msgid "This package contains testsuite files for python-heatclient." +#. description(mate-icon-theme) +msgid "This package contains the default icon theme used by the MATE desktop. The icons are used in the panel menu, and in nautilus and other applications, to represent the different applications, files, directories, and devices." msgstr "" -#. description(python-keystoneclient:python-keystoneclient-test) -msgid "This package contains testsuite files for python-keystoneclient." -msgstr "" +#. description(pcb:pcb-doc) +#, fuzzy +#| msgid "This package contains Gunicorn documentation in reST and HTML formats." +msgid "This package contains the documentation of PCB, an interactive printed circuit board editor." +msgstr "Этот пакет содержит документацию в форматах reST и HTML для Gunicorn." -#. 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(openlmi-providers:openlmi-journald-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains the documents for OpenLMI Journald provider." +msgstr "Этот пакет содержит документацию для python-cliff." -#. 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(openlmi-providers:openlmi-account-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains the documents for OpenLMI account provider." +msgstr "Этот пакет содержит документацию для python-cliff." -#. 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." +#. description(openlmi-providers:openlmi-fan-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains the documents for OpenLMI fan provider." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(openlmi-providers:openlmi-hardware-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains the documents for OpenLMI hardware provider." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(openlmi-providers:openlmi-logicalfile-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains the documents for OpenLMI logicalfile provider." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(openlmi-providers:openlmi-powermanagement-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains the documents for OpenLMI power management provider." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(openlmi-providers:openlmi-service-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains the documents for OpenLMI service provider." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(openlmi-providers:openlmi-software-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains the documents for OpenLMI software provider." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(pari-nftables) +msgid "This package contains the historical megrez number field tables (errors fixed, 1/10th the size, easier to use) for the PARI CAS." 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." +#. description(oxygen-icon-theme:oxygen-icon-theme-large) +msgid "This package contains the large (128x128 and larger) non-scalable icons of the Oxygen icon theme." msgstr "" -#. description(plymouth:plymouth-theme-spinner) -msgid "This package contains the \"spinner\" boot splash theme for Plymouth." +#. description(openstack-nova:openstack-nova-network) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains the network services for OpenStack." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(openstack-nova:openstack-nova-novncproxy) +#, fuzzy +#| msgid "This package contains the \"spinner\" boot splash theme for Plymouth." +msgid "This package contains the novnc-proxy service for OpenStack." msgstr "Этот пакет содержит тему «spinner» для Plymouth." -#. description(kdeartwork4:plasma-theme-aya) -msgid "This package contains the Plasma theme Aya." +#. description(openstack-nova:openstack-nova-objectstore) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains the objectstore service for OpenStack." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(openstack-ceilometer:openstack-ceilometer-api) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the openstack-ceilometer API server." msgstr "Этот пакет содержит тему Aya для Plasma." -#. description(openstack-glance:python-glance) -msgid "This package contains the core Python module of OpenStack Glance." -msgstr "" +#. description(openstack-ceilometer:openstack-ceilometer-alarm-evaluator) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the openstack-ceilometer alarm evalutor." +msgstr "Этот пакет содержит тему Aya для Plasma." -#. description(openstack-heat:python-heat) -msgid "This package contains the core Python module of OpenStack Heat." +#. description(openstack-ceilometer:openstack-ceilometer-agent-central) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the openstack-ceilometer central agent." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(openstack-ceilometer:openstack-ceilometer-collector) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the openstack-ceilometer collector." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(openstack-ceilometer:openstack-ceilometer-agent-compute) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the openstack-ceilometer compute agent." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(openstack-ceilometer:openstack-ceilometer-agent-notification) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the openstack-ceilometer notification agent." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(oxygen-icon-theme:oxygen-icon-theme-scalable) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the scalable icons of the Oxygen icon theme." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(openstack-nova:openstack-nova-scheduler) +#, fuzzy +#| msgid "This package contains the Plasma theme Aya." +msgid "This package contains the scheduler for OpenStack." +msgstr "Этот пакет содержит тему Aya для Plasma." + +#. description(palapeli:palapeli-data) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package contains the standard puzzle files for Palapeli." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(openstack-nova:openstack-nova-vncproxy) +#, fuzzy +#| msgid "This package contains the \"spinner\" boot splash theme for Plymouth." +msgid "This package contains the vnc-proxy service for OpenStack." +msgstr "Этот пакет содержит тему «spinner» для Plymouth." + +#. description(metacity-themes) +msgid "This package contains themes usable with the Metacity window manager for the GNOME Desktop." msgstr "" -#. description(ldb:pyldb-32bit) -msgid "This package contains the python bindings for the LDB library." +#. description(opengl-games-utils) +msgid "This package contains various shell scripts which are intended for use by 3D games packages. These shell scripts can be used to check if direct rendering is available before launching an OpenGL game. This package is intended for use by other packages and is not intended for direct end user use!" msgstr "" -#. description(presage:pyprompter) +#. description(libyui-ncurses-pkg-doc) msgid "" -"This package contains the wxPython predictive text editor pyprompter.\n" +"This package extends the character based (ncurses) user interface component for libYUI.\n" "\n" -"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." +" This package provides the documentation. (HTML & PDF)" msgstr "" -#. 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." +#. description(papi:papi-devel-32bit) +msgid "This package includes the C header files that specify the PAPI userspace libraries and interfaces. This is required for rebuilding any program that uses PAPI." msgstr "" -#. 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)." +#. description(mhtml-firefox) +msgid "This package installs a system-wide Firefox extension which allows it to read MHTML web archives, such as those created by Microsoft Internet Explorer®." msgstr "" -#. description(php5-pear-Horde_Pdf) -msgid "This package provides PDF generation using only PHP, without requiring any external libraries." +#. description(pari-seadata) +msgid "This package is needed by the \"ellap\" function of the PARI CAS for large primes. The second one is a much smaller version that should be suitable for primes up to 350 bits. These polynomials were extracted from the ECHIDNA databases and computed by David R. Kohel." msgstr "" -#. description(perl-Crypt-Rot13) -msgid "This package provides ROT13 Algorithm (Caesar) as a Perl module." -msgstr "Этот пакет предоставляет модуль Perl с алгоритмом ROT13 (Caesar)." +#. description(pari-galdata) +msgid "This package is needed by the \"polgalois\" function in the PARI CAS to compute Galois group in degrees 8 through 11." +msgstr "" -#. description(php5-pear-Horde_Vfs) +#. description(perl-Array-Unique) msgid "" -"This package provides a Virtual File System API, with backends for:\n" +"This package lets you create an array which will allow only one occurrence of any value.\n" "\n" -"* SQL\n" -"* FTP\n" -"* Local filesystems\n" -"* Hybrid SQL and filesystem\n" -"* Samba\n" -"* SSH2/SFTP\n" -"* IMAP (Kolab)\n" +"In other words no matter how many times you put in 42 it will keep only the first occurrence and the rest will be dropped.\n" "\n" -"Reading, writing and listing of files are all supported, and there are both object-based and array-based interfaces to directory listings." +"You use the module via tie and once you tied your array to this module it will behave correctly.\n" +"\n" +"Uniqueness is checked with the 'eq' operator so among other things it is case sensitive.\n" +"\n" +"As a side effect the module does not allow undef as a value in the array." msgstr "" -#. description(php5-pear-Horde_Data) -msgid "" -"This package provides a data import and export API, with backends for:\n" -"* CSV\n" -"* TSV\n" -"* iCalendar\n" -"* vCard\n" -"* vNote\n" -"* vTodo" +#. description(mozo) +msgid "This package provides Mozo, a menu editor for the MATE Desktop, using the freedesktop.org menu specification." msgstr "" -#. description(php5-pear-Horde_Rdo) -msgid "This package provides a lightweight ORM API" -msgstr "Этот пакет предоставляет легковесный API для ORM" +#. description(openstack-suse:openstack-suse-macros) +msgid "This package provides OpenStack RPM macros. You need it to build OpenStack packages." +msgstr "" -#. description(php5-pear-Horde_Role) -msgid "This package provides a method for PEAR to install Horde components into a base Horde installation." +#. description(perl-Crypt-Rot13) +msgid "This package provides ROT13 Algorithm (Caesar) as a Perl module." +msgstr "Этот пакет предоставляет модуль Perl с алгоритмом ROT13 (Caesar)." + +#. description(motoya-lcedar-fonts) +msgid "This package provides a font family named \"MotoyaLCedar W3 mono\". It was provided to Android platform by Motoya." msgstr "" -#. description(php5-pear-Horde_Constraint) -msgid "This package provides a programmatic way of building constraints that evaluate to true or false." +#. description(motoya-lmaru-fonts) +msgid "This package provides a font family named \"MotoyaLMaru W3 mono\". It was provided to Android platform by Motoya." msgstr "" -#. description(php5-pear-Horde_Ldap) -msgid "This package provides a set of classes for connecting to LDAP servers and working with directory objects." -msgstr "Этот пакет предоставляет набор классов для доступа к серверам LDAP и работы с объектами каталогов." +#. description(perl-Module-Pluggable) +msgid "This package provides a simple but, hopefully, extensible way of having 'plugins' for your module. Essentially all it does is export a method into your name space that looks through a search path for .pm files and turn those into class names. Optionally it instantiates those classes for you." +msgstr "" -#. description(php5-pear-Horde_Http) -msgid "This package provides a set of classes for making HTTP requests." -msgstr "Этот пакет предоставляет набор классов для совершения запросов HTTP." +#. description(openstack-neutron:openstack-neutron-plugin-cisco) +#, fuzzy +#| msgid "This package provides various stream wrappers." +msgid "This package provides cisco plugin for OpenStack Network server." +msgstr "Этот пакет предоставляет различные потоковые обёртки." -#. 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." +#. description(nagios-rpm-macros) +msgid "This package provides rpm macros for building packages for Nagios, check_mk and/or Icinga." msgstr "" -#. description(php5-pear-Horde_Text_Diff) -msgid "This package provides a text-based diff engine and renderers for multiple diff output formats." -msgstr "Этот пакет предоставляет текстовый движок diff и рендереры для многочисленных форматов вывода diff." +#. description(openstack-neutron:openstack-neutron-dhcp-agent) +#, fuzzy +#| msgid "This package provides a lightweight ORM API" +msgid "This package provides the DHCP Agent." +msgstr "Этот пакет предоставляет легковесный API для ORM" -#. 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(openstack-neutron:openstack-neutron-hyperv-agent) +#, fuzzy +#| msgid "This package provides various stream wrappers." +msgid "This package provides the Hyper-V Agent." +msgstr "Этот пакет предоставляет различные потоковые обёртки." -#. description(php5-pear-Horde_Icalendar) -msgid "This package provides an API for dealing with iCalendar data." +#. description(openstack-neutron:openstack-neutron-ibm-agent) +#, fuzzy +#| msgid "This package provides a lightweight ORM API" +msgid "This package provides the IBM Agent." +msgstr "Этот пакет предоставляет легковесный API для ORM" + +#. description(openstack-neutron:openstack-neutron-l3-agent) +#, fuzzy +#| msgid "This package provides a lightweight ORM API" +msgid "This package provides the L3 Agent." +msgstr "Этот пакет предоставляет легковесный API для ORM" + +#. description(openstack-neutron:openstack-neutron-linuxbridge-agent) +#, fuzzy +#| msgid "This package provides various stream filters." +msgid "This package provides the Linux Bridge Agent." +msgstr "Этот пакет предоставляет различные потоковые фильтры." + +#. description(openstack-neutron:openstack-neutron-lbaas-agent) +#, fuzzy +#| msgid "This package provides an API for dealing with iCalendar data." +msgid "This package provides the Load Balancing as a Service Agent." msgstr "Этот пакет предоставляет API для работы с данными iCalendar." -#. description(php5-pear-Horde_Compress) -msgid "This package provides an API for various compression techniques." -msgstr "" +#. description(openstack-neutron:openstack-neutron-mlnx-agent) +#, fuzzy +#| msgid "This package provides a lightweight ORM API" +msgid "This package provides the Mellanox Agent" +msgstr "Этот пакет предоставляет легковесный API для ORM" -#. 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(openstack-neutron:openstack-neutron-metadata-agent) +#, fuzzy +#| msgid "This package provides various stream filters." +msgid "This package provides the Meta Data Agent." +msgstr "Этот пакет предоставляет различные потоковые фильтры." -#. 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(openstack-neutron:openstack-neutron-metering-agent) +#, fuzzy +#| msgid "This package provides a lightweight ORM API" +msgid "This package provides the Metering Agent." +msgstr "Этот пакет предоставляет легковесный API для ORM" -#. 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(openstack-neutron:openstack-neutron-nec-agent) +#, fuzzy +#| msgid "This package provides a lightweight ORM API" +msgid "This package provides the NEC Agent." +msgstr "Этот пакет предоставляет легковесный API для ORM" -#. 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(openstack-neutron:openstack-neutron-server) +#, fuzzy +#| msgid "This package provides various stream wrappers." +msgid "This package provides the Neutron server" +msgstr "Этот пакет предоставляет различные потоковые обёртки." -#. 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(openstack-neutron:openstack-neutron-nvsd-agent) +#, fuzzy +#| msgid "This package provides client libraries for the Facebook REST API." +msgid "This package provides the One Convergence NVSD Agent." +msgstr "Этот пакет предоставляет клиентские библиотеки для Facebook REST API." -#. 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(openstack-neutron:openstack-neutron-openvswitch-agent) +#, fuzzy +#| msgid "This package provides various stream filters." +msgid "This package provides the OpenVSwitch Agent." +msgstr "Этот пакет предоставляет различные потоковые фильтры." -#. 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(openstack-neutron:openstack-neutron-restproxy-agent) +#, fuzzy +#| msgid "This package provides a lightweight ORM API" +msgid "This package provides the REST Proxy Agent." +msgstr "Этот пакет предоставляет легковесный API для ORM" -#. 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(openstack-neutron:openstack-neutron-vpn-agent) +#, fuzzy +#| msgid "This package provides a lightweight ORM API" +msgid "This package provides the VPN Agent." +msgstr "Этот пакет предоставляет легковесный API для ORM" -#. description(php5-pear-Horde_Yaml) -msgid "This package provides classes for parsing YAML files into PHP arrays, and dumping PHP arrays into YAML encoding." +#. description(libxfce4ui:libxfce4ui-doc) +#, fuzzy +#| msgid "This package contains documentation files for python-cliff." +msgid "This package provides the documentation for the libxfce4ui library." +msgstr "Этот пакет содержит документацию для python-cliff." + +#. description(npapi-sdk) +msgid "This package provides the header and development files to create NPAPI browser plugins." msgstr "" -#. description(php5-pear-Horde_Argv) -msgid "This package provides classes for parsing command line arguments with various actions, providing help, grouping options, and more." +#. description(mate-branding-openSUSE:mate-control-center-branding-openSUSE) +msgid "This package provides the openSUSE definition of what appears in the control center." msgstr "" -#. description(php5-pear-Horde_Service_Facebook) -msgid "This package provides client libraries for the Facebook REST API." +#. description(mate-branding-openSUSE:mate-menus-branding-openSUSE) +#, fuzzy +#| msgid "This package provides the controller part of an MVC system for Horde." +msgid "This package provides the openSUSE definitions for menus." +msgstr "Этот пакет предоставляет часть контроллера из MVC-системы для Horde." + +#. description(mate-branding-openSUSE:mate-panel-branding-openSUSE) +#, fuzzy +#| msgid "This package provides client libraries for the Facebook REST API." +msgid "This package provides the openSUSE look and feel for the Mate Panel." msgstr "Этот пакет предоставляет клиентские библиотеки для Facebook REST API." -#. description(php5-pear-Horde_Service_Twitter) -msgid "This package provides client libraries for the Twitter REST API." -msgstr "" +#. description(mate-branding-openSUSE:mate-session-manager-branding-openSUSE) +#, fuzzy +#| msgid "This package provides client libraries for the Facebook REST API." +msgid "This package provides the openSUSE look and feel for the Mate Session Manager." +msgstr "Этот пакет предоставляет клиентские библиотеки для Facebook REST API." -#. 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(openstack-neutron:openstack-neutron-ryu-agent) +#, fuzzy +#| msgid "This package provides various stream filters." +msgid "This package provides the ryu Agent." +msgstr "Этот пакет предоставляет различные потоковые фильтры." -#. description(php5-pear-Horde_ActiveSync) -msgid "This package provides libraries for implementing an ActiveSync server." -msgstr "" +#. description(openstack-dashboard:openstack-dashboard-branding-upstream) +#, fuzzy +#| msgid "This package provides the controller part of an MVC system for Horde." +msgid "This package provides the upstream look and feel for OpenStack Dashboard." +msgstr "Этот пакет предоставляет часть контроллера из MVC-системы для Horde." -#. description(php5-pear-Horde_Feed) -msgid "This package provides support for working with feed formats such as RSS and Atom." -msgstr "" +#. description(libxfce4ui:libxfce4ui-branding-upstream) +#, fuzzy +#| msgid "This package provides the controller part of an MVC system for Horde." +msgid "This package provides the upstream look and feel for libxfce4ui." +msgstr "Этот пакет предоставляет часть контроллера из MVC-системы для Horde." -#. 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(lightdm-gtk-greeter:lightdm-gtk-greeter-branding-upstream) +#, fuzzy +#| msgid "This package provides the controller part of an MVC system for Horde." +msgid "This package provides the upstream look and feel for lightdm-gtk-greeter." +msgstr "Этот пакет предоставляет часть контроллера из MVC-системы для Horde." -#. description(php5-pear-Horde_Controller) -msgid "This package provides the controller part of an MVC system for Horde." +#. description(midori:midori-branding-upstream) +#, fuzzy +#| msgid "This package provides the controller part of an MVC system for Horde." +msgid "This package provides the upstream look and feel for the Midori web browser." msgstr "Этот пакет предоставляет часть контроллера из MVC-системы для Horde." -#. description(openstack-dashboard:python-horizon-branding-upstream) -msgid "This package provides the upstream look and feel for OpenStack Dashboard Python module." +#. description(package-translations) +msgid "This package provides translations for our packages. You don't want to install this package on your system, it's only useful when you create openSUSE media." msgstr "" -#. description(php5-pear-Horde_Stream_Filter) -msgid "This package provides various stream filters." +#. description(pdnsd:pdnsd-doc) +#, fuzzy +#| msgid "This package provides various stream filters." +msgid "This package provides various text files for pdnsd." msgstr "Этот пакет предоставляет различные потоковые фильтры." -#. description(php5-pear-Horde_Stream_Wrapper) -msgid "This package provides various stream wrappers." -msgstr "Этот пакет предоставляет различные потоковые обёртки." +#. description(openstack-heat-templates) +msgid "" +"This package provides:\n" +"\n" +"* Example templates which demonstrate core Heat functionality\n" +"* Related image-building templates\n" +"* Template-related scripts and conversion tools" +msgstr "" -#. description(python3-nbxmpp:python3-nbxmpp-doc) -msgid "This packages provides documentation of Nbxmpp API." +#. description(motif:motif-devel-32bit) +msgid "This package provies the include files and libraries necessary for developing Motif applications." msgstr "" -#. description(python-google-apputils) +#. description(gconf2-branding-SLES:novell-sound-theme) +#, fuzzy +#| msgid "This package provides the controller part of an MVC system for Horde." +msgid "This packages provides the default sound theme by Novell." +msgstr "Этот пакет предоставляет часть контроллера из MVC-системы для Horde." + +#. description(nagios-plugins-ipmi-sensor1) 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" +"This plugin checks all IPMI sensors of a server remotely or locally. It works with any IPMI-compatible server, so you can use it also in heterogeneous environments with different server vendors.\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." +"This version 1.x is based on ipmitool and can only monitor threshold based sensors." msgstr "" -#. description(perl-Log-Dispatch-Array) -msgid "This provides a Log::Dispatch log output system that appends logged events to an array reference. This is probably only useful for testing the logging of your code." +#. description(nagios-plugins-zypper) +msgid "" +"This plugin checks for software updates on systems that use package management systems based on the zypper command found in (open)SUSE.\n" +"\n" +"It checks for security, recommended and optional patches and also for optional package updates.\n" +"\n" +"You can define the status by patch category. Use a commata to list more than one category to a state.\n" +"\n" +"If you like to know the names of available patches and packages, use the \"-v\" option." msgstr "" -#. 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." +#. description(nagios-plugins-contentage) +msgid "" +"This plugin checks one or more directory for files older than a specified age. You can define the age of files for warning and critical states.\n" +"\n" +"Note: the plugin checks the mtime of files, not the ctime.\n" +"\n" +"Usage: check_dircontent.pl -w 24 -c 48 -p /tmp Options: -w|--warning : time for warnings (minutes) -c|--critical : time for critical warnings (minutes) -p|--pathnames : absolute path to the folders, split mutliple pathnames with commata -t|--timeout : timeout (default: 15)" msgstr "" -#. description(python3-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." +#. description(mokutil) +msgid "This program provides the means to enroll and erase the machine owner keys (MOK) stored in the database of shim." msgstr "" -#. summary(perl-Test-Object) -msgid "Thoroughly testing objects via registered handlers" +#. description(perl-Log-Dispatch-Array) +msgid "This provides a Log::Dispatch log output system that appends logged events to an array reference. This is probably only useful for testing the logging of your code." msgstr "" -#. 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'." +#. description(nagios-plugins-bonding) +msgid "This script attempts to read the proc interface to the Linux kernel bonding driver, and determine if the bonded interfaces are optimal. It will warn if any of the enslaved devices are not 'up' (exit 1), and if any bonded interfaces are not active at all (exit 2). This script is suitable for feeding to NRPE for Nagios (or similar) to check." msgstr "" -#. summary(perl-Tie-Hash-DBD) -msgid "Tie plain hashes to DBI interface" +#. description(lomt-fonts:lomt-fanwood-fonts) +msgid "This serif font is based on work of a famous Czech-American type designer of yesteryear. The package includes roman and italic." msgstr "" -#. summary(perl-Tie-ToObject) -msgid "Tie to an existing object." +#. description(myspell-dictionaries) +msgid "" +"This source package contains dictionaries for MySpell.\n" +"\n" +"The MySpell spell-checker is used by the OpenOffice.org office suite, the Mozilla Composer, and the Mozilla Mail message composition window." msgstr "" -#. summary(perl-DateTime-TimeZone) -msgid "Time zone object base class and factory" +#. description(perl-Module-Build-WithXSpp) +msgid "" +"This subclass of the Module::Build manpage adds some tools and processes to make it easier to use for wrapping C++ using XS++ (the ExtUtils::XSpp manpage).\n" +"\n" +"There are a few minor differences from using 'Module::Build' for an ordinary XS module and a few conventions that you should be aware of as an XS++ module author. They are documented in the the /\"FEATURES AND CONVENTIONS\" manpage section below. But if you can't be bothered to read all that, you may choose skip it and blindly follow the advice in the /\"JUMP START FOR THE IMPATIENT\" manpage.\n" +"\n" +"An example of a full distribution based on this build tool can be found in the the ExtUtils::XSpp manpage distribution under _examples/XSpp-Example_. Using that example as the basis for your 'Module::Build::WithXSpp'-based distribution is probably a good idea." msgstr "" -#. description(perl-Time-Duration-Parse) +#. description(perl-ExtUtils-MakeMaker) msgid "" -"Time::Duration::Parse is a module to parse human readable duration strings like _2 minutes and 3 seconds_ to seconds.\n" +"This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters.\n" "\n" -"It does the opposite of _duration_exact_ function in Time::Duration and is roundtrip safe. So, the following is always true.\n" +"It splits the task of generating the Makefile into several subroutines that can be individually overridden. Each subroutine returns the text it wishes to have written to the Makefile.\n" "\n" -" use Time::Duration::Parse; use Time::Duration;\n" +"As there are various Make programs with incompatible syntax, which use operating system shells, again with incompatible syntax, it is important for users of this module to know which flavour of Make a Makefile has been written for so they'll use the correct one and won't have to face the possibly bewildering errors resulting from using the wrong one.\n" "\n" -" my $seconds = int rand 100000; is( parse_duration(duration_exact($seconds)), $seconds );" +"On POSIX systems, that program will likely be GNU Make; on Microsoft Windows, it will be either Microsoft NMake or DMake. Note that this module does not support generating Makefiles for GNU Make on Windows. See the section on the L</\"MAKE\"> parameter for details.\n" +"\n" +"MakeMaker is object oriented. Each directory below the current directory that contains a Makefile.PL is treated as a separate object. This makes it possible to write an unlimited number of Makefiles with a single invocation of WriteMakefile()." msgstr "" -#. summary(python-keyczar) -msgid "Toolkit for safe and simple cryptography" +#. summary(perl-Array-Unique) +msgid "Tie-able array that allows only unique values" msgstr "" -#. summary(perl-Meta-Builder) -msgid "Tools for creating Meta objects to track custom metrics." +#. summary(perl-DateTime-TimeZone) +msgid "Time zone object base class and factory" msgstr "" -#. description(php5-pear-Horde_Release) -msgid "" -"Tools necessary to create the Horde distribution packages.\n" -"\n" -"Lead Developer: Jan Schneider <jan@horde.org>" +#. summary(mpi-selector) +msgid "Tool to provide defaults for which MPI implementation to use" msgstr "" -#. summary(perl-Test-SubCalls) -msgid "Track the number of times subs are called" +#. summary(openlmi-tools) +msgid "Tooling around openLMI" msgstr "" -#. summary(python3-transaction) -msgid "Transaction management for Python" -msgstr "Управление транзакциями для Python" - -#. summary(php5-pear-Text_Wiki) -msgid "Transforms Wiki and BBCode markup into XHTML, LaTeX or plain text markup" +#. summary(perl-Meta-Builder) +msgid "Tools for creating Meta objects to track custom metrics." msgstr "" -#. summary(perl-Test-Trap) -msgid "Trap exit codes, exceptions, output, etc" +#. summary(mokutil) +msgid "Tools for manipulating machine owner keys" msgstr "" -#. summary(python-html2text) -msgid "Turn HTML into equivalent Markdown-structured text" +#. summary(mongolian-fonts) +msgid "Traditional Mongolian Fonts" msgstr "" -#. description(python-html2text) -msgid "Turn HTML into equivalent Markdown-structured text." +#. description(openstack-trove) +msgid "Trove is an Incubated OpenStack project providing Database as a Service for Openstack." msgstr "" -#. description(python-doc:python-doc-pdf) -msgid "Tutorial, Global Module Index, Language Reference, Library Reference, Extending and Embedding Reference, Python/C API Reference, Documenting Python, and Macintosh Module Reference in PDF format." -msgstr "" - -#. summary(perl-Time-Clock) -msgid "Twenty-four hour clock object with nanosecond precision." -msgstr "" - #. summary(perl-Locale-US) msgid "Two letter codes for state identification in the United States and vice versa" msgstr "" @@ -8258,74 +7598,65 @@ msgid "Two letter codes for state identification in the United States and vice versa." msgstr "" -#. summary(perl-Sysadm-Install) -msgid "Typical installation tasks for system administrators" +#. description(myspell-dictionaries:myspell-uk_UA) +msgid "Ukrainian spelling dictionary, hyphenation rules, and thesaurus." msgstr "" -#. summary(perl-UNIVERSAL-moniker) -msgid "UNIVERAL::moniker" -msgstr "" - -#. description(python-jsonrpclib) -msgid "UNKNOWN" -msgstr "" - -#. summary(php5-pear-Net_LDAP) -msgid "UNmaintained OOP interface for searching and manipulating LDAP-entries" -msgstr "" - #. description(perl-Hash-Util-FieldHash-Compat) msgid "" -"Under older perls this module provides a drop in compatible api to the Hash::Util::FieldHash manpage using the perltie manpage. When the Hash::Util::FieldHash manpage is available it will use that instead.\n" +"Under older perls this module provides a drop-in compatible API to the Hash::Util::FieldHash manpage using the perltie manpage. When the Hash::Util::FieldHash manpage is available it will use that instead.\n" "\n" "This way code requiring field hashes can benefit from fast, robust field hashes on Perl 5.10 and newer, but still run on older perls that don't ship with that module.\n" "\n" "See the Hash::Util::FieldHash manpage for all the details of the API." msgstr "" -#. description(php5-pear-Horde_SpellChecker) -msgid "Unified spellchecking API." +#. summary(perl-CHI) +msgid "Unified cache handling interface" msgstr "" -#. summary(perl-Test-Unit-Lite) -msgid "Unit testing without external dependencies" +#. summary(midori:midori-branding-upstream) +msgid "Upstream Branding of Midori" msgstr "" -#. summary(python-feedparser) -msgid "Universal Feed Parser Module for Python" +#. summary(libxfce4ui:libxfce4ui-branding-upstream) +msgid "Upstream Branding of libxfce4ui" msgstr "" -#. 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" +#. summary(lxde-common:lxde-common-branding-upstream) +msgid "Upstream branding" msgstr "" -#. summary(python-chardet) -msgid "Universal encoding detector" +#. summary(lightdm-gtk-greeter:lightdm-gtk-greeter-branding-upstream) +msgid "Upstream branding of lightdm-gtk-greeter-gtk-greeter" msgstr "" +#. summary(perl-Mojolicious-Plugin-CHI) +msgid "Use CHI caches in Mojolicious" +msgstr "" + #. summary(perl-Hash-Util-FieldHash-Compat) msgid "Use L<Hash::Util::FieldHash> or ties, depending" msgstr "" +#. summary(ndiswrapper:ndiswrapper-kmp-pae) +msgid "Use Microsoft NDIS Network Drivers for WLAN Cards" +msgstr "" + +#. summary(perl-Any-Moose) +msgid "Use Moose or Mouse modules (deprecated)" +msgstr "" + +#. summary(perl-aliased) +msgid "Use shorter versions of class names" +msgstr "" + #. summary(perl-File-BaseDir) msgid "Use the Freedesktop.org base directory specification" msgstr "" -#. summary(python-extras) -msgid "Useful extra bits for Python" +#. summary(pam_userpass:pam_userpass-32bit) +msgid "Uses PAM Binary Prompts to Ask Applications for Username/Password" msgstr "" #. description(perl-Contextual-Return) @@ -8353,22 +7684,21 @@ msgid "Utilities for interactive I/O" msgstr "Утилиты для интерактивного ввода/вывода" -#. summary(perl-Test-Output) -msgid "Utilities to test STDOUT and STDERR messages." +#. description(openstack-utils) +msgid "" +"Utilities to aid the setup and configuration of OpenStack packages.\n" +"\n" +" - openstack-config - Manipulate the openstack ini files - openstack-db - Setup or delete the database for a specified service - openstack-demo-install - Setup all services on a single node for testing - openstack-status - Give an overview of the status of installed services" msgstr "" -#. summary(php5-pear-phpunit-PHP_Timer) -msgid "Utility class for timing" +#. summary(opengl-games-utils) +msgid "Utilities to check proper 3d support before launching 3d games" msgstr "" -#. summary(perl-Test-CPAN-Meta) -msgid "Validate your CPAN META.yml files." +#. summary(mylvmbackup) +msgid "Utility for creating MySQL backups via LVM snapshots" msgstr "" -#. summary(python-itsdangerous) -msgid "Various helpers to pass trusted data to untrusted environments and back" -msgstr "" - #. summary(perl-ExtUtils-Helpers) msgid "Various portability utilities for module builders" msgstr "" @@ -8377,77 +7707,37 @@ msgid "Verify requirements in a CPAN::Meta object" msgstr "" -#. summary(python3-zope.event) -msgid "Very basic event publishing system" -msgstr "" - #. summary(perl-DBIx-Simple) msgid "Very complete easy-to-use OO interface to DBI" msgstr "" -#. description(python-Jinja2:python-Jinja2-vim) -msgid "Vim syntax highlighting scheme for Jinja2 templates." +#. description(myspell-dictionaries:myspell-vi) +msgid "Vietnamese spelling dictionary." msgstr "" -#. summary(python3-virtualenv) -msgid "Virtual Python Environment builder" -msgstr "" - #. summary(perl-Data-Visitor) msgid "Visitor style traversal of Perl data structures" msgstr "" -#. summary(python-gunicorn) -msgid "WSGI HTTP Server for UNIX" +#. summary(mumble:mumble-32bit) +msgid "Voice Communication Client for Gamers" msgstr "" -#. summary(python-gunicorn:python-gunicorn-doc) -msgid "WSGI HTTP Server for UNIX - Documentation" -msgstr "" - -#. summary(python-lazr.authentication) -msgid "WSGI middleware for HTTP authentication" -msgstr "" - -#. summary(python3-WebOb) -msgid "WSGI request and response object" -msgstr "" - -#. summary(python3-WebOb:python3-WebOb-doc) -msgid "WSGI request and response object - Documentation" -msgstr "" - -#. description(perl-WWW-Mechanize) -msgid "WWW::Mechanize, or Mech for short, helps you automate interaction with a website. It supports performing a sequence of page fetches including following links and submitting forms. Each fetched page is parsed and its links and forms are extracted. A link or a form can be selected, form fields can be filled and the next page can be fetched. Mech also stores a history of the URLs you've visited, which can be queried and revisited." -msgstr "" - -#. summary(postfixadmin) -msgid "Web-based management tool for Postfix virtual domains, mailboxes and aliases" -msgstr "" - -#. summary(php5-pear-HTTP_WebDAV_Server) -msgid "WebDAV Server Base class" -msgstr "" - -#. description(python3-WebOb) +#. description(perl-HTTP-Thin) msgid "" -"WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses.\n" +"WARNING: This module is untested beyond the very basics. The implementation is simple enough that it shouldn't do evil things but, yeah it's still not approved for use by small children.\n" "\n" -"The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment." +"'HTTP::Thin' is a thin wrapper around the HTTP::Tiny manpage adding the ability to pass in the HTTP::Request manpage objects and get back the HTTP::Response manpage objects. The maintainers of the HTTP::Tiny manpage, justifiably, don't want to have to maintain compatibility but many other projects already consume the the HTTP::Message manpage objects. This is just glue code doing what it does best." msgstr "" -#. description(python-Brownie) -msgid "" -"Welcome to Brownie!\n" -"\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" -"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." +#. summary(perl-Carp-Always) +msgid "Warns and dies noisily with stack backtraces" msgstr "" +#. description(nagios-plugins-mem) +msgid "We have always monitored RAM usage on all of boxes. Sure, there's the argument that unused RAM is money wasted, but I always like to know not just when the box is swapping, but when it's about to start swapping. There have been a few plugins over the years that I've used for this - check_ram for Solaris, check_mem for Linux, and there's also check_mem.pl." +msgstr "" + #. description(perl-Data-Page) msgid "" "When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display on one page. This results in wanting to page through various pages of data. The maths behind this is unfortunately fiddly, hence this module.\n" @@ -8455,290 +7745,90 @@ "The main concept is that you pass in the number of total entries, the number of entries per page, and the current page number. You can then call methods to find out how many pages of information there are, and what number the first and last entries on the current page really are." msgstr "" -#. description(perl-SUPER) +#. description(nagios-plugins-mysql_health) msgid "" -"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" +"When using a database that are business critical it can be a good idea to monitor the internals.\n" "\n" -" $self->SUPER::method(@_);\n" -"\n" -"especially when compared to its Ruby equivalent:\n" -"\n" -" super;\n" -"\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" -"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" -" goto &{$_[0]->super('my_method')};\n" -"\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" -"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" -" $self->SUPER( qw( other arguments here ) );" +"This Nagios plugin allows you to monitor the internal details of your MySQL database." msgstr "" -#. description(perl-Pod-Coverage-Moose) -msgid "" -"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" -"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'});" +#. summary(perl-Business-ISBN) +msgid "Work with International Standard Book Numbers" msgstr "" -#. 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(perl-namespace-autoclean) -msgid "" -"When you import a function into a Perl package, it will naturally also be available as a method.\n" -"\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" -"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(perl-Tie-ToObject) -msgid "" -"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" -"This class provides a very tie constructor that simply returns the object it was given as it's first argument.\n" -"\n" -"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(perl-XML-SAX-Writer) -msgid "" -"Why yet another XML Writer ?\n" -"\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" -"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" -"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.\n" -"\n" -" Author: Robin Berjon <robin@knowscape.com>" -msgstr "" - -#. summary(perl-Mac-PropertyList) -msgid "Work with Mac plists at a low level" -msgstr "" - -#. summary(perl-MooseX-Role-Cmd) -msgid "Wrap system command binaries the Moose way" -msgstr "" - #. summary(perl-JSON-Any) msgid "Wrapper Class for the various JSON classes." msgstr "" -#. summary(php5-pear-phpunit-PHP_TokenStream) -msgid "Wrapper around PHP's tokenizer extension" -msgstr "" - -#. summary(python-anyjson) -msgid "Wraps the best available JSON implementation available in a common interface" -msgstr "" - -#. summary(python3-CXX) -msgid "Write Python extensions in C++" -msgstr "" - -#. summary(perl-Test-Spec) -msgid "Write tests in a declarative specification style" -msgstr "" - #. description(perl-Import-Into) msgid "" "Writing exporters is a pain. Some use the Exporter manpage, some use the Sub::Exporter manpage, some use the Moose::Exporter manpage, some use the Exporter::Declare manpage ... and some things are pragmas.\n" "\n" -"If you want to re-export other things, you have to know which is which. the Exporter manpage subclasses provide export_to_level, but if they overrode their import method all bets are off. the Sub::Exporter manpage provides an into parameter but figuring out something used it isn't trivial. Pragmas need to have their 'import' method called directly since they affect the current unit of compilation.\n" +"Exporting on someone else's behalf is harder. The exporters don't provide a consistent API for this, and pragmas need to have their import method called directly, since they effect the current unit of compilation.\n" "\n" -"It's ... annoying.\n" -"\n" -"However, there is an approach that actually works for all of these types.\n" -"\n" -" eval \"package $target; use $thing;\"\n" -"\n" -"will work for anything checking caller, which is everything except pragmas. But it doesn't work for pragmas - pragmas need:\n" -"\n" -" $thing->import;\n" -"\n" -"because they're designed to affect the code currently being compiled - so within an eval, that's the scope of the eval itself, not the module that just 'use'd you - so\n" -"\n" -" sub import { eval \"use strict;\" }\n" -"\n" -"doesn't do what you wanted, but\n" -"\n" -" sub import { strict->import; }\n" -"\n" -"will apply the strict manpage to the calling file correctly.\n" -"\n" -"Of course, now you have two new problems - first, that you still need to know if something's a pragma, and second that you can't use either of these approaches alone on something like the Moose manpage or the Moo manpage that's both an exporter and a pragma.\n" -"\n" -"So, the complete solution is:\n" -"\n" -" my $sub = eval \"package $target; sub { shift->import(\\@_) }\"; $sub->($thing, @import_args);\n" -"\n" -"which means that import is called from the right place for pragmas to take effect, and from the right package for caller checking to work - and so behaves correctly for all types of exporter, for pragmas, and for hybrids.\n" -"\n" -"Remembering all this, however, is excessively irritating. So I wrote a module so I didn't have to anymore. Loading the Import::Into manpage creates a global method 'import::into' which you can call on any package to import it into another package. So now you can simply write:\n" -"\n" -" use Import::Into;\n" -"\n" -" $thing->import::into($target, @import_args);\n" -"\n" -"This works because of how perl resolves method calls - a call to a simple method name is resolved against the package of the class or object, so\n" -"\n" -" $thing->method_name(@args);\n" -"\n" -"is roughly equivalent to:\n" -"\n" -" my $code_ref = $thing->can('method_name'); $code_ref->($thing, @args);\n" -"\n" -"while if a '::' is found, the lookup is made relative to the package name (i.e. everything before the last '::') so\n" -"\n" -" $thing->Package::Name::method_name(@args);\n" -"\n" -"is roughly equivalent to:\n" -"\n" -" my $code_ref = Package::Name->can('method_name'); $code_ref->($thing, @args);\n" -"\n" -"So since the Import::Into manpage defines a method 'into' in package 'import' the syntax reliably calls that.\n" -"\n" -"For more craziness of this order, have a look at the article I wrote at the http://shadow.cat/blog/matt-s-trout/madness-with-methods manpage which covers coderef abuse and the '${\\...}' syntax.\n" -"\n" -"Final note: You do still need to ensure that you already loaded '$thing' - if you're receiving this from a parameter, I recommend using the Module::Runtime manpage:\n" -"\n" -" use Import::Into; use Module::Runtime qw(use_module);\n" -"\n" -" use_module($thing)->import::into($target, @import_args);\n" -"\n" -"And that's it." +"'Import::Into' provides global methods to make this painless." msgstr "" -#. summary(php5-pear-XML_SVG) -msgid "XML SVG API (unmaintained)" +#. description(mozaddon-devel) +msgid "XPI ID retrieval script and helpful RPM macros for packaging up addons for the Mozilla suite." 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." +#. summary(perl-Module-Build-WithXSpp) +msgid "XS++ enhanced flavour of Module::Build" msgstr "" -#. description(perl-XML-Generator-PerlData) +#. description(libyajl:libyajl-devel-32bit) msgid "" -"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" +"YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator.\n" "\n" -"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." +"This package provides the necessary environment for compiling and linking against libyajl." msgstr "" -#. summary(perl-XML-LibXML-Simple) -msgid "XML::LibXML clone of XML::Simple::XMLin()" +#. summary(libyajl:libyajl-devel-32bit) +msgid "Yet Another JSON Library (Development Environment)" msgstr "" -#. 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." +#. description(perl-Class-Inner) +msgid "Yet another implementation of an anonymous class with per object overrideable methods, but with the added attraction of sort of working dispatch to the parent class's method." msgstr "" -#. description(php5-pear-XML_Serializer) -msgid "" -"XML_Serializer serializes complex data structures like arrays or object as XML documents.\n" -"\n" -"This class helps you generating any XML document you require without the need for DOM.\n" -"\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" -"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" +#. description(perl-IO-Socket-PortState) +msgid "You can use it to check if a port is open or closed for a given host and protocol." msgstr "" -#. summary(python3-nbxmpp) -msgid "XMPP library by Gajim team" -msgstr "" - -#. summary(php5-pear-Horde_Yaml) -msgid "YAML parsing and dumping routines" -msgstr "" - -#. description(perl-XML-Handler-YAWriter) +#. description(perl-Business-ISBN-Data) 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" +"You don't need to load this module yourself in most cases. 'Business::ISBN' will load it when it loads.\n" "\n" -" @{$ya->{Strings}}" -msgstr "" - -#. summary(perl-XML-Handler-YAWriter) -msgid "Yet another Perl SAX XML Writer" -msgstr "" - -#. 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" +"These data are generated from the _RangeMessage.xml_ file provided by the ISBN Agency. You can retrieve this yourself at the http://www.isbn-international.org/agency?rmxml=1 manpage. This file is included as part of the distribution and should be installed at _~lib/Business/ISBN/RangeMessage.xml_.\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" +"If you want to use a different _RangeMessage.xml_ file, you can set the 'ISBN_RANGE_MESSAGE' environment variable to the alternate location before you load 'Business::ISBN'. This way, you can use the latest (or even earlier) data without having to install something new or wait for an update to this module.\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." +"If the default _RangeMessage.xml_ or your alternate one is not available, the module falls back to data included in _Data.pm_. However, that data is likely to be older data.\n" +"\n" +"The data are in '%Business::ISBN::country_data' (although the \"country\" part is historical). If you want to see where the data are from, check '$Business::ISBN::country_data{_source}'." msgstr "" -#. 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." +#. description(zziplib:libzzip-0-13-32bit) +msgid "ZZipLib is a library for dealing with zip and zip-like archives by using free algorithms of zlib." msgstr "" -#. summary(perl-Pod-Spell) -msgid "a formatter for spellchecking Pod" +#. description(myspell-dictionaries:myspell-zu_ZA) +msgid "Zulu hyphenation rules." msgstr "" -#. summary(perl-String-Truncate) -msgid "a module for when strings are too long to be displayed in..." +#. summary(perl-Class-Accessor-Lite) +msgid "a minimalistic variant of Class::Accessor" msgstr "" #. summary(perl-File-Mork) msgid "a module to read Mozilla URL history files" msgstr "" -#. summary(perl-Net-Whois-RIPE) -msgid "a pure-Perl implementation of the RIPE Database client." -msgstr "" - -#. summary(perl-Throwable) -msgid "a role for classes that can be thrown" -msgstr "" - #. summary(perl-CPAN-Meta-Requirements) msgid "a set of version requirements for a CPAN dist" msgstr "" -#. summary(perl-String-Errf) -msgid "a simple sprintf-like dialect" -msgstr "" - #. summary(perl-Module-Starter) msgid "a simple starter kit for any module" msgstr "" @@ -8747,168 +7837,106 @@ msgid "a simple wrapper around Log::Dispatch" msgstr "" -#. summary(perl-Role-HasMessage) -msgid "a thing with a message method" -msgstr "" - -#. summary(perl-Net-SSLGlue) -msgid "add/extend SSL support for common perl modules" -msgstr "Добавление/расширение поддержки SSL в модулях Perl" - -#. description(perl-MooX-Types-MooseLike-Numeric) -msgid "adpated from MooseX::Types::Common::Numeric" -msgstr "" - #. summary(perl-Config-MVP-Reader-INI) msgid "an MVP config reader for .ini files" msgstr "" -#. summary(perl-MooseX-Params-Validate) -msgid "an extension of Params::Validate using Moose's types" -msgstr "" - -#. summary(perl-MooseX-Traits) -msgid "automatically apply roles at object creation time" -msgstr "" - -#. description(python-binplist) -msgid "binplist is a binary property list (plist) parser module written in python." -msgstr "" - -#. description(python-biplist) +#. description(perl-Carton) msgid "" -"biplist is a binary plist parser/generator for Python.\n" +"carton is a command line tool to track the Perl module dependencies for your Perl application. Dependencies are declared using the cpanfile manpage format, and the managed dependencies are tracked in a _cpanfile.snapshot_ file, which is meant to be version controlled, and the snapshot file allows other developers of your application will have the exact same versions of the modules.\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." +"For 'cpanfile' syntax, see the cpanfile manpage documentation." msgstr "" -#. description(python-celerymon) -msgid "celerymon - Real-time monitoring of Celery workers" -msgstr "" - #. summary(perl-File-pushd) msgid "change directory temporarily for a limited scope" msgstr "" -#. summary(perl-Test-Pod) -msgid "check for POD errors in files" +#. summary(perl-Devel-CheckOS) +msgid "check what OS we're running on" msgstr "" -#. summary(perl-Test-Spelling) -msgid "check for spelling errors in POD files" +#. description(nagios-plugins-bind) +msgid "check_bind.sh is a Nagios plugin to check the bind daemon whether it's running via its pid file and then gets the statistics via rndc stats. The user that run the script needs the ability to 'sudo rndc stats'! The timeframe in which the rndc stats output is updated is controlled by the check interval. The output shows amount of requests of various types occured during the last check interval. The script itself is written sh-compliant and free software under the terms of the GPLv2 (or later)." msgstr "" -#. 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." +#. description(nagios-plugins-diskio) +msgid "check_diskio is a Nagios plugin to monitor the amount of disk I/O in sectors on Linux 2.6 and 2.4 systems" msgstr "" -#. 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." +#. description(nagios-plugins-hpasm) +msgid "" +"check_hpasm is a plugin for Nagios which checks the hardware health of Hewlett-Packard Proliant Servers. To accomplish this, you must have installed the hpasm package. The plugin checks the health of\n" +"\n" +" * Processors * Power supplies * Memory modules * Fans * CPU- and board-temperatures * Raids (ide and sas only when using SNMP)\n" +"\n" +"and alerts you if one of these components is faulty or operates outside its normal parameters." msgstr "" -#. summary(perl-Text-CSV) -msgid "comma-separated values manipulator (using XS or PurePerl)" +#. description(nagios-plugins-maintenance) +msgid "" +"check_maintenance allows you to let Nagios do the critical check, if the hardware of a given host is still in service or not.\n" +"\n" +"check_maintenance will read the given file with maintenance data and checks for a line with the given hostname and service date.\n" +"\n" +"If it succeeds, the service date will be processed against the given warning and critical values.\n" +"\n" +"All data in the maintenance file behind the second '|' will be printed as normal output to Nagios, so you can use this to add addtional informations like the room or inventory number of the host." msgstr "" +#. summary(perl-AnyEvent-I3) +msgid "communicate with the i3 window manager" +msgstr "" + #. description(perl-Module-Install-ExtraTests) msgid "contextual tests that the harness can ignore" msgstr "" -#. summary(perl-SUPER) -msgid "control superclass method dispatch" +#. description(perl-App-cpanminus) +msgid "" +"cpanminus is a script to get, unpack, build and install modules from CPAN and does nothing else.\n" +"\n" +"It's dependency free (can bootstrap itself), requires zero configuration, and stands alone. When running, it requires only 10MB of RAM." msgstr "" #. summary(perl-CPAN-Mini) msgid "create a minimal mirror of CPAN" msgstr "" -#. 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." +#. summary(perl-Business-ISBN-Data) +msgid "data pack for Business::ISBN" msgstr "" -#. 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-django-dbtemplates) -msgid "" -"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" -"It also features optional support for versioned storage and django-admin command, integrates with Django's caching system and the admin actions." -msgstr "" - #. summary(perl-MIME-EncWords) msgid "deal with RFC 2047 encoded words (improved)" msgstr "" -#. description(python-detox) -msgid "" -"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" -" 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(perl-Dist-Zilla) msgid "distribution builder; installer not included!" msgstr "" -#. 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." +#. summary(perl-App-Nopaste) +msgid "easy access to any pastebin" msgstr "" -#. 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-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 "" - -#. summary(perl-PerlIO-via-dynamic) -msgid "dynamic PerlIO layers" -msgstr "" - #. summary(perl-MooseX-Aliases) msgid "easy aliasing of methods and attributes in Moose" msgstr "" -#. summary(perl-MooseX-NonMoose) -msgid "easy subclassing of non-Moose classes" -msgstr "" - #. summary(perl-Modern-Perl) msgid "enable all of the features of Modern Perl with one import" msgstr "" -#. description(python-entrypoint2) -msgid "entrypoint2 is an easy to use command-line interface for python modules, fork of entrypoint." -msgstr "" - -#. summary(perl-Sub-Exporter-GlobExporter) -msgid "export shared globs with Sub::Exporter collectors" -msgstr "" - -#. 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 "" - -#. summary(perl-Test-Inter) -msgid "framework for more readable interactive test scripts" -msgstr "" - -#. summary(perl-Package-Generator) -msgid "generate new packages quickly and easily" -msgstr "" - #. summary(perl-Module-Path) msgid "get the full path to a locally installed module" msgstr "" +#. summary(perl-App-cpanminus) +#, fuzzy +#| msgid "Build and install Perl modules" +msgid "get, unpack, build and install modules from CPAN" +msgstr "Сборка и установка модулей Perl" + #. summary(perl-Config-GitLike) msgid "git-compatible config file parsing" msgstr "" @@ -8917,17 +7945,6 @@ msgid "graph data structures and algorithms" msgstr "" -#. summary(perl-Sub-Exporter-ForMethods) -msgid "helper routines for using Sub::Exporter to build methods" -msgstr "" - -#. description(python-hgtools) -msgid "" -"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" -"hgtools provides a plugin for setuptools that enables setuptools to find files under the Mercurial version control system." -msgstr "" - #. summary(perl-Module-Depends) msgid "identify the dependencies of a distribution" msgstr "" @@ -8936,46 +7953,33 @@ msgid "import packages into other packages" msgstr "" -#. 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 "" - #. summary(perl-MooseX-InsideOut) msgid "inside-out objects with Moose" msgstr "" -#. description(python-jsonschema) -msgid "jsonschema is an implementation of JSON Schema (currently in Draft 3) for Python (supporting 2.6+ including Python 3)." +#. description(libmateweather:mateweather-common) +msgid "libmateweather is a library to access weather information from online services for numerous locations" msgstr "" -#. description(python-launchpadlib) -msgid "" -"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" -"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-lazr.authentication) -msgid "lazr.authentication defines some simple WSGI middleware for protecting resources with different kinds of HTTP authentication." -msgstr "" - #. summary(perl-Log-Dispatch-Array) msgid "log events to an array (reference)" msgstr "" -#. description(python3-lxml:python3-lxml-doc) +#. description(logwarn:logwarn-nagios-plugin) msgid "" -"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" +"logwarn searches for interesting messages in log files, where ``interest- ing'' is defined by an user-supplied list of positive and negative (pre- ceeded with a ``!'') extended regular expressions provided on the command line.\n" "\n" -"This package contains documentation for lxml (HTML and PDF)." +"This package contains the Nagios plugin that is based on logwarn." msgstr "" -#. description(python3-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." +#. description(loki_setup:loki_setup-64bit) +msgid "loki_setup is an installer program mainly for games. It supports an ncurses-based GUI for console and server installs. Users running the X Window System have a GTK+ interface." msgstr "" +#. description(mate-common) +msgid "mate-common is an extension to autoconf, automake and libtool for the MATE environment and MATE using applications. Included are mate-autogen and several macros to help in MATE source trees" +msgstr "" + #. summary(perl-Mail-Sender) msgid "module for sending mails with attachments through an SMTP server" msgstr "" @@ -8984,120 +7988,114 @@ msgid "multivalue-property package-oriented configuration" msgstr "" -#. summary(perl-Software-License) -msgid "packages that provide templated software licenses" +#. description(mylvmbackup) +msgid "mylvmbackup is a script for quickly creating backups of MySQL server's data files. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, makes an LVM snapshot of the volume containing the MySQL data directory, and unlocks the tables again. The snapshot process takes only a small amount of time. When it is done, the server can continue normal operations, while the actual file backup proceeds." msgstr "" -#. summary(perl-WWW-Pastebin-PastebinCom-Create) -msgid "paste to L<http://pastebin.com> from Perl." -msgstr "" - -#. description(phpMyAdmin) +#. description(mytop) 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" +"mytop is a console-based (non-GUI) tool for monitoring the threads and overall performance of MySQL 3.22.x, 3.23.x, and 4.x servers.\n" "\n" -"Currently phpMyAdmin can:\n" +"- With Term::ANSIColor installed you even get color.\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)" +"- If you install Time::HiRes, get good real-time queries/second stats." msgstr "" -#. description(phpPgAdmin) +#. description(netconsole-tools) msgid "" -"phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect for PostgreSQL DBAs, newbies and hosting services.\n" +"netconsole is a kernel feature to log the dmesg output via the network. The used network driver must support the polling function.\n" "\n" -"Features\n" -"\n" -"* Administer multiple servers\n" -"* Support for PostgreSQL 7.4.x, 8.0.x, 8.1.x, 8.2.x, 8.3.x, 8.4.x, 9.0.x\n" -"* Manage all aspects of: o Users & groups o Databases o Schemas o Tables, indexes, constraints, triggers, rules & privileges o Views, sequences & functions o Advanced objects o Reports\n" -"* Easy data manipulation: o Browse tables, views & reports o Execute arbitrary SQL o 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: o Available in 27 languages o No encoding conflicts. Edit Russian data using a Japanese interface!" +"netconsole-server is a wrapper for insmod to load netconsole.o with the correct options. Use netcat on the client side to receive the kernel messages." msgstr "" -#. 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." +#. description(netsurf-buildsystem) +msgid "netsurf-buildsystem contains makefiles shared by NetSurf projects." msgstr "" -#. description(python3-polib:python3-polib-doc) +#. description(nspluginwrapper) 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" +"nspluginwrapper is an Open Source compatibility plugin for Netscape 4 (NPAPI) plugins. It enables you to use plugins on platforms they were not built for. For example, you can use the plugins compiled for i386 in Mozilla on Linux/x86_64 or other architectures. This package consists of:\n" "\n" -"This package contains documentation in HTML format." +"* npviewer: the plug-in viewer\n" +"\n" +"* npwrapper.so: the browser-side plug-in\n" +"\n" +"* nspluginwrapper: a tool to manage plug-ins installation and update" msgstr "" -#. summary(perl-POE) -msgid "portable multitasking and networking framework for any event loop" +#. description(systemd:nss-myhostname-32bit) +msgid "" +"nss-myhostname is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing host name resolution for the locally configured system hostname as returned by gethostname(2). Various software relies on an always resolvable local host name. When using dynamic hostnames this is usually achieved by patching /etc/hosts at the same time as changing the host name. This however is not ideal since it requires a writable /etc file system and is fragile because the file might be edited by the administrator at the same time. nss-myhostname simply returns all locally configured public IP addresses, or -- if none are configured -- the IPv4 address 127.0.0.2 (wich is on the local loopback) and the IPv6 address ::1 (which is the local host) for whatever system hostname is configured locally. Patching /etc/hosts is thus no longer necessary.\n" +"\n" +"Note that nss-myhostname only provides a workaround for broken software. If nss-myhostname is trigged by an application a message is logged to /var/log/messages. Please check whether that's worth a bug report then. This package marks the installation to not use syslog but only the journal." msgstr "" -#. summary(post-build-checks) -msgid "post checks for build after rpms have been created" +#. summary(mate-branding-openSUSE:mate-control-center-branding-openSUSE) +msgid "openSUSE Branding of mate-control-center" msgstr "" -#. summary(perl-IO-TieCombine) -msgid "produce tied (and other) separate but combined variables" +#. summary(mate-branding-openSUSE:mate-menus-branding-openSUSE) +msgid "openSUSE Branding of mate-menus" msgstr "" -#. 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." +#. summary(mate-branding-openSUSE:mate-panel-branding-openSUSE) +msgid "openSUSE Branding of mate-panel" msgstr "" -#. 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." +#. summary(mate-branding-openSUSE:mate-session-manager-branding-openSUSE) +msgid "openSUSE Branding of mate-session-manager" msgstr "" -#. description(python3-pyinotify) -msgid "" -"pyinotify is a Python module for watching filesystems changes. By its design pyinotify can be used for any kind of fs monitoring.\n" -"\n" -"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." +#. summary(opensuse-startup_en:opensuse-startup_en-pdf) +msgid "openSUSE manual: Start-Up (PDF, English)" msgstr "" -#. description(python3-pytest) -msgid "" -"pytest helps you write better programs. It is a a mature full-featured, cross-project Python testing tool. It provides:\n" -"\n" -"* 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.4 all the way up to Python3.3, PyPy-1.9 and Jython-2.5.1, and\n" -"* many external plugins." +#. description(openSUSE-EULAs) +msgid "openSUSE-EULAs is a collection of the end user license agreements (EULAs) which govern use of certain (non-free) software. This software is typically packaged and maintained in the openSUSE NonFree repository." msgstr "" -#. description(python-lesscpy) -msgid "" -"python LessCss Compiler.\n" -"\n" -"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." +#. description(openlmi-tools) +msgid "openlmi-tools is set of tools to build and work with openLMI providers" msgstr "" -#. description(python-djvulibre:python-djvulibre-doc) +#. summary(perl-App-FatPacker) +msgid "pack your dependencies onto your script file" +msgstr "" + +#. description(pam_radius:pam_radius-32bit) +msgid "pam_radius is a PAM module which allows user authentication using a radius server." +msgstr "" + +#. description(patch2mail) +msgid "patch2mail checks for available updates and sends a mail to root if any patches or updated packages (configureable) are available." +msgstr "" + +#. description(pbuilder) msgid "" -"python-djvulibre is a set of Python bindings for the DjVuLibre library, an open source implementation of DjVu.\n" +"pbuilder constructs a chroot system, and builds a package inside the chroot. It uses apt extensively, and a local mirror, or a fast connection to a Debian/Ubuntu mirror is ideal, but not necessary.\n" "\n" -"This package contains technical documentation." +"\"pbuilder create\" uses debootstrap to create a chroot image.\n" +"\n" +"\"pbuilder update\" updates the image to the current state of testing/unstable/whatever\n" +"\n" +"\"pbuilder build\" takes a *.dsc file and builds a binary in the chroot image.\n" +"\n" +"pdebuild is a wrapper for developers, to allow running pbuilder just like \"debuild\", as a normal user." msgstr "" -#. description(python-killswitch) +#. description(perl-App-perlbrew) 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\n" +"perlbrew is a program to automate the building and installation of perl in an easy way. It installs everything to '~/perl5/perlbrew', and requires you to tweak your PATH by including a bashrc/cshrc file it provides. You then can benefit from not having to run 'sudo' commands to install cpan modules because those are installed inside your HOME too. It provides multiple isolated perl environments, and a mechanism for you to switch between them.\n" "\n" -"Author:\n" -"-------- Holger Macht <holger@homac.de>" +"For the documentation of perlbrew usage see the perlbrew manpage command on CPAN, or by running 'perlbrew help'. The following documentation features the API of 'App::perlbrew' module, and may not be remotely close to what your want to read." msgstr "" -#. description(python3-PyVirtualDisplay) -msgid "pyvirtualdisplay is a python wrapper for Xvfb, Xephyr and Xvnc" +#. summary(perl-IO-TieCombine) +msgid "produce tied (and other) separate but combined variables" msgstr "" -#. summary(perl-Pod-Eventual) -msgid "read a POD document as a series of trivial events" +#. summary(perl-Class-Method-Modifiers) +msgid "provides Moose-like method modifiers" msgstr "" #. summary(perl-Data-Section) @@ -9108,16 +8106,16 @@ msgid "recursive versions of mkdir() and rmdir() without as much overhead as Fi[cut]" msgstr "" -#. summary(perl-UNIVERSAL-require) -msgid "require() modules from a variable" +#. summary(perl-Algorithm-Annotate) +msgid "represent a series of changes in annotate form" msgstr "" -#. summary(perl-String-RewritePrefix) -msgid "rewrite strings based on a set of known prefixes" +#. description(myspell-dictionaries:myspell-ro) +msgid "rospell Romanian spelling dictionary, hyphenation rules, and thesaurus." msgstr "" -#. summary(perl-MooseX-Role-Parameterized) -msgid "roles with composition parameters" +#. summary(perl-Data-ShowTable) +msgid "routines to display tabular data in several formats." msgstr "" #. summary(perl-Context-Preserve) @@ -9128,49 +8126,6 @@ msgid "simple .ini-file format" msgstr "" -#. summary(perl-Proc-Fork) -msgid "simple, intuitive interface to the fork() system call" -msgstr "" - -#. summary(perl-MooX-Types-MooseLike) -msgid "some Moosish types and a type builder" -msgstr "" - -#. 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(perl-Role-Identifiable) -msgid "sorry, no description found" -msgstr "" - -#. summary(perl-Sort-Naturally) -msgid "sort lexically, but sort numeral parts numerically" -msgstr "" - -#. summary(perl-String-Flogger) -msgid "string munging for loggers" -msgstr "" - -#. summary(perl-MooseX-OneArgNew) -msgid "teach ->new to accept single, non-hashref arguments" -msgstr "" - -#. summary(perl-Test-InDistDir) -msgid "test environment setup for development with IDE" -msgstr "" - -#. 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(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(perl-Data-Hierarchy) msgid "" "the Data::Hierarchy manpage provides a simple interface for manipulating inheritable data attached to a hierarchical environment (like a filesystem).\n" @@ -9201,81 +8156,391 @@ "This module does not cover any of the more advanced features such as result capturing or SPEC workflows. This module only covers test grouping and group randomization. You can also use the FENNEC_ITEM variable with a group name or line number to run a specific test group only. Test::Builder is used under the hood for TAP output." msgstr "" -#. description(perl-MooseX-LazyLogDispatch) -msgid "the Log::Dispatch manpage role for use with your the Moose manpage classes." +#. description(perl-Mojolicious-Plugin-RenderFile) +msgid "the Mojolicious::Plugin::RenderFile manpage is a the Mojolicious manpage plugin that adds \"render_file\" helper. It does not read file in memory and just streaming it to a client." msgstr "" -#. description(perl-Object-Signature) -msgid "" -"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" -"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." +#. summary(perl-CPAN-Uploader) +msgid "upload things to the CPAN" 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." +#. summary(perl-Class-Base) +msgid "useful base class for deriving other modules" 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" -"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" -" use Test::Most tests => 4, 'die';\n" -"\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" -"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" -"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" -" use Test::Most tests => 4; no strict; no warnings;" +#. summary(perl-Business-ISMN) +msgid "work with International Standard Music Numbers" msgstr "" -#. summary(perl-CPAN-Meta) -msgid "the distribution metadata for a CPAN dist" +#. summary(perl-Mac-PropertyList) +msgid "work with Mac plists at a low level" msgstr "" -#. summary(perl-strictures) -msgid "turn on strict and make all warnings fatal" +#. summary(perl-App-Cmd) +msgid "write command line apps with less suffering" msgstr "" -#. summary(perl-MooseX-Singleton) -msgid "turn your Moose class into a singleton" +#. summary(perl-Mixin-Linewise) +msgid "write your linewise code for handles; this does the rest" msgstr "" -#. 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." +#. description(libxkbcommon:libxkbcommon-x11-devel-32bit) +msgid "" +"xkbcommon is a keymap handling library, which can parse XKB descriptions (e.g. from xkeyboard-config), and use this to help its users make sense of their keyboard input.\n" +"\n" +"This package contains the development headers for the library found in libxkbcommon-x11-0." 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 "" +#~ msgid "A Helper Class for Handling Configuration Defaults of Packaged Apps" +#~ msgstr "Класс-помощник для обработки настроек по умолчанию в приложениях" -#. summary(perl-Proc-Simple) -msgid "unknown" -msgstr "" +#~ msgid "A Python interface to the Unix dialog utility" +#~ msgstr "Интерфейс Python для UNIX-утилиты dialog" -#. summary(perl-CPAN-Uploader) -msgid "upload things to the CPAN" -msgstr "" +#~ msgid "A Python library for working with CouchDB" +#~ msgstr "Библиотека Python для работы с CouchDB" -#. description(python3-virtualenv) -msgid "" -"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" -"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 "" +#~ msgid "A Python library for working with RDF" +#~ msgstr "Библиотека Python для работы с RDF" -#. summary(perl-Mixin-Linewise) -msgid "write your linewise code for handles; this does the rest" -msgstr "" +#~ msgid "A high-level Python Web framework" +#~ msgstr "Высокоуровневый веб-фреймворк на Python" -#. summary(perl-MooseX-SetOnce) -msgid "write-once, read-many attributes for Moose" -msgstr "" +#~ msgid "A library for reading/writing binary plists" +#~ msgstr "Библиотека для чтения/записи бинарных списков" + +#~ msgid "A python3 refactoring library" +#~ msgstr "Библиотека рефакторинга python3" + +#~ msgid "A record-then-assert mocking library" +#~ msgstr "Библиотека record-then-assert" + +#~ msgid "A simple perl Http Server" +#~ msgstr "Простой http-сервер на Perl" + +#~ msgid "Check Perl modules have version numbers" +#~ msgstr "Проверка наличия версий у модулей Perl" + +#~ msgid "Command Line Interface Formulation Framework" +#~ msgstr "Формульный фреймворк с интерфейсом командной строки" + +#~ msgid "Cross-platform colored terminal text" +#~ msgstr "Кросс-платформенное раскрашивание текста в терминале" + +#~ msgid "Crypt Blowfish Library" +#~ msgstr "Библиотека шифрования Blowfish" + +#~ msgid "Development documentation for PolicyKit" +#~ msgstr "Документация разработчика для PolicyKit" + +#~ msgid "Development documentation for PolicyKit Authorization Framework." +#~ msgstr "Документация разработчика для PolicyKit Authorization Framework." + +#~ msgid "Documentation for python-SQLAlchemy" +#~ msgstr "Документация для python-SQLAlchemy" + +#~ msgid "Documentation for python3-Sphinx" +#~ msgstr "Документация для python3-Sphinx" + +#~ msgid "Generate SQL from Perl data structures" +#~ msgstr "Создание SQL из структур данных Perl" + +#~ msgid "Google's IP address manipulation library" +#~ msgstr "Библиотека Google для обработки IP-адресов" + +#~ msgid "Highly concurrent networking library" +#~ msgstr "Библиотека работы с сетью" + +#~ msgid "Horde ActiveSync Server Library" +#~ msgstr "Библиотека сервера Horde ActiveSync" + +#~ msgid "Horde Authentication API" +#~ msgstr "API аутентификации Horde" + +#~ msgid "Horde Autoloader Library" +#~ msgstr "Библиотека Horde Autoloader" + +#~ msgid "Horde Browser API" +#~ msgstr "API для Horde Browser" + +#~ msgid "Horde Caching API" +#~ msgstr "API кэширования для Horde" + +#~ msgid "Horde Command Line Interface API" +#~ msgstr "API интерфейса командной строки Horde" + +#~ msgid "Horde Compression API" +#~ msgstr "API сжатия для Horde" + +#~ msgid "Horde Constraint library" +#~ msgstr "Библиотека Horde Constraint" + +#~ msgid "Horde Controller libraries" +#~ msgstr "Библиотеки Horde Controller" + +#~ msgid "Horde Core Framework libraries" +#~ msgstr "Библиотеки основного фреймворка Horde" + +#~ msgid "Horde Database Libraries" +#~ msgstr "Библиотеки баз данных Horde" + +#~ msgid "Horde Date Parser" +#~ msgstr "Разбор дат для Horde" + +#~ msgid "Horde ElasticSearch" +#~ msgstr "Библиотека Horde ElasticSearch" + +#~ msgid "Horde Exception Handler" +#~ msgstr "Обработчик исключений Horde" + +#~ msgid "Horde Facebook client" +#~ msgstr "Клиент Facebook для Horde" + +#~ msgid "Horde Form API" +#~ msgstr "API для Horde Form" + +#~ msgid "Horde HTTP libraries" +#~ msgstr "Библиотеки HTTP для Horde" + +#~ msgid "Horde LDAP libraries" +#~ msgstr "Библиотеки LDAP для Horde" + +#~ msgid "Horde MIME Library" +#~ msgstr "Библиотека MIME для Horde" + +#~ msgid "Horde Mail Library" +#~ msgstr "Библиотека MIME для Horde" + +#~ msgid "Horde Memcache API" +#~ msgstr "API для Horde Memcache" + +#~ msgid "Horde OAuth client/server" +#~ msgstr "Клиент/сервер OAuth для Horde" + +#~ msgid "Horde ORM API" +#~ msgstr "API для Horde Form" + +#~ msgid "Horde Pear Libraries" +#~ msgstr "Библиотеки оповещений Horde" + +#~ msgid "Horde Permissions System" +#~ msgstr "Система разрешений Horde" + +#~ msgid "Horde Preferences API" +#~ msgstr "API для Horde Preferences" + +#~ msgid "Horde RPC Client/Server API" +#~ msgstr "API клиента/сервера RPC для Horde" + +#~ msgid "Horde Session Handler API" +#~ msgstr "API обработчика сеансов Horde" + +#~ msgid "Horde Shared Permissions System" +#~ msgstr "Общая система разрешений Horde" + +#~ msgid "Horde Spellcheck API" +#~ msgstr "API проверки правописания для Horde" + +#~ msgid "Horde Stream Handler" +#~ msgstr "Обработчик Horde Stream" + +#~ msgid "Horde Stream filters" +#~ msgstr "Фильтры Horde Stream" + +#~ msgid "Horde Stream wrappers" +#~ msgstr "Обёртки Horde Stream" + +#~ msgid "Horde Template System" +#~ msgstr "Система шаблонов для Horde" + +#~ msgid "Horde Text Filter API" +#~ msgstr "API текстового фильтра для Horde" + +#~ msgid "Horde Token API" +#~ msgstr "API для Horde Token" + +#~ msgid "Horde Tree API" +#~ msgstr "API для Horde Tree" + +#~ msgid "Horde Twitter client" +#~ msgstr "Клиент Twitter для Horde" + +#~ msgid "Horde Unit Testing base classes" +#~ msgstr "Базовые классы тестирования Horde" + +#~ msgid "Horde Url class" +#~ msgstr "Класс Horde Url" + +#~ msgid "Horde User Groups System" +#~ msgstr "Система пользовательских групп Horde" + +#~ msgid "Horde Utility Libraries" +#~ msgstr "Библиотеки утилиты Horde" + +#~ msgid "Horde alarm libraries" +#~ msgstr "Библиотеки оповещений Horde" + +#~ msgid "Horde command-line argument parsing package" +#~ msgstr "Пакет разбора параметров командной строки Horde" + +#~ msgid "Horde iCalendar API" +#~ msgstr "API iCalendar для Horde" + +#~ msgid "Horde package for Native Language Support (NLS)" +#~ msgstr "Пакет Horde для поддержки родных языков Native Language Support (NLS)" + +#~ msgid "Horde translation library" +#~ msgstr "Библиотека перевода Horde" + +#~ msgid "Languages for package pidgin-advanced-sound-notification" +#~ msgstr "Переводы для пакета pidgin-advanced-sound-notification" + +#~ msgid "Languages for package pidgin-birthday-reminder" +#~ msgstr "Переводы для пакета pidgin-birthday-reminder" + +#~ msgid "Languages for package plasmoid-cwp" +#~ msgstr "Переводы для пакета plasmoid-cwp" + +#~ msgid "Languages for package purple-plugin-pack" +#~ msgstr "Переводы для пакета purple-plugin-pack" + +#~ msgid "Mock Object library for PHPUnit" +#~ msgstr "Библиотека Mock Object для PHPUnit" + +#~ msgid "Multiple interfaces for sending emails" +#~ msgstr "Множество интерфейсов для отправки электронной почты" + +#~ msgid "Network Socket Interface" +#~ msgstr "Интерфейс сетевых сокетов" + +#~ msgid "Openid authentification application for Django" +#~ msgstr "Приложение аутентификации по OpenID для Django" + +#~ msgid "PEAR: Horde Feed libraries" +#~ msgstr "PEAR: Библиотеки Horde Feed" + +#~ msgid "PEAR: Horde Image class" +#~ msgstr "PEAR: класс Horde Image" + +#~ msgid "PEAR: Horde Logging library" +#~ msgstr "PEAR: Библиотека журналирования для Horde" + +#~ msgid "PEAR: Horde MIME Viewer Library" +#~ msgstr "PEAR: Библиотека MIME Viewer для Horde" + +#~ msgid "PEAR: Horde Notification System" +#~ msgstr "PEAR: Система уведомлений для Horde" + +#~ msgid "PEAR: Horde Text Filter API" +#~ msgstr "PEAR: API текстового фильтра для Horde" + +#~ msgid "Package for managing and accessing the Horde groups system." +#~ msgstr "Утилиты для управления системой групп Horde." + +#~ msgid "Parallel SSH to control large numbers of Machines simultaneously" +#~ msgstr "Параллельный SSH для одновременного управления большим числом машин" + +#~ msgid "Perl Archive Toolkit" +#~ msgstr "Набор инструментов архивирования Perl" + +#~ msgid "Plymouth \"Script\" plugin" +#~ msgstr "Модуль «Script» для Plymouth" + +#~ msgid "Powerful and Pythonic XML processing library - Documentation" +#~ msgstr "Мощная библиотека обработки XML для Python — Документация" + +#~ msgid "Provides an implementation of the IMAP protocol" +#~ msgstr "Предоставляет реализацию протокола IMAP" + +#~ msgid "Provides an implementation of the SMTP protocol using PEAR's Net_Socket class." +#~ msgstr "Предоставляет реализацию протокола SMTP, использующую класс Net_Socket из PEAR" + +#~ msgid "Provides translations to the package pidgin-advanced-sound-notification" +#~ msgstr "Предоставляет переводы для пакета pidgin-advanced-sound-notification" + +#~ msgid "Provides translations to the package pidgin-birthday-reminder" +#~ msgstr "Предоставляет переводы для пакета pidgin-birthday-reminder" + +#~ msgid "Provides translations to the package plasmoid-cwp" +#~ msgstr "Предоставляет переводы для пакета plasmoid-cwp" + +#~ msgid "Provides translations to the package policycoreutils" +#~ msgstr "Предоставляет переводы для пакета policycoreutils" + +#~ msgid "Provides translations to the package purple-plugin-pack" +#~ msgstr "Предоставляет переводы для пакета purple-plugin-pack" + +#~ msgid "Python Documentation Utilities" +#~ msgstr "Утилиты документации Python" + +#~ msgid "Python Geocoding Toolbox" +#~ msgstr "Инструменты геокодирования Python" + +#~ msgid "Python Git Library" +#~ msgstr "Библиотека Git для Python" + +#~ msgid "Python Module for ID3 Tag Manipulation" +#~ msgstr "Модуль Python для работы с тегами ID3" + +#~ msgid "Python bindings for the Enchant spellchecking system" +#~ msgstr "Привязки Python для системы проверки орфографии Enchant" + +#~ msgid "Python command-line parsing library" +#~ msgstr "Библиотека разбора командной строки Python" + +#~ msgid "Python library for bugzilla" +#~ msgstr "Библиотека Python для bugzilla" + +#~ msgid "Role::Identifiable Perl module" +#~ msgstr "Модуль Perl Role::Identifiable" + +#~ msgid "Rope is a Python refactoring library." +#~ msgstr "Rope — это библиотека рефакторинга python." + +#~ msgid "Scribe Client for the Horde Framework" +#~ msgstr "Клиент Scribe для фреймворка Horde" + +#~ msgid "Secret Encryption API" +#~ msgstr "API шифрования паролей" + +#~ msgid "Selenium RC integration for PHPUnit" +#~ msgstr "Интеграция Selenium RC с PHPUnit" + +#~ msgid "Simple Paint Application" +#~ msgstr "Простое приложение для рисования" + +#~ msgid "Swiss-army knife for creating, reading and writing XML files" +#~ msgstr "«Швейцарский нож» для создания, чтения и записи XML-файлов" + +#~ msgid "The Graph package provides the basic infrastructure for graphs." +#~ msgstr "Этот пакет предоставляет базовую инфраструктуру для графов." + +#~ msgid "The Perms package provides an interface to the Horde permissions system." +#~ msgstr "Пакет Perms предоставляет интерфейс для системы разрешений Horde." + +#~ msgid "Theme for Plasma" +#~ msgstr "Темы оформления для Plasma" + +#~ msgid "This is the horde translation library" +#~ msgstr "Это библиотека перевода Horde" + +#~ msgid "This package contains HTML documentation, including tutorials and API reference for python-Flask." +#~ msgstr "Этот пакет содержит документацию в формате HTML, включая руководства и описание API, для python-Flask." + +#~ msgid "This package contains HTML documentation, including tutorials and API reference for python-SQLAlchemy." +#~ msgstr "Этот пакет содержит документацию в формате HTML, включая руководства и описание API, для python-SQLAlchemy." + +#~ msgid "This package provides a set of classes for connecting to LDAP servers and working with directory objects." +#~ msgstr "Этот пакет предоставляет набор классов для доступа к серверам LDAP и работы с объектами каталогов." + +#~ msgid "This package provides a set of classes for making HTTP requests." +#~ msgstr "Этот пакет предоставляет набор классов для совершения запросов HTTP." + +#~ msgid "This package provides a text-based diff engine and renderers for multiple diff output formats." +#~ msgstr "Этот пакет предоставляет текстовый движок diff и рендереры для многочисленных форматов вывода diff." + +#~ msgid "Transaction management for Python" +#~ msgstr "Управление транзакциями для Python" + +#~ msgid "add/extend SSL support for common perl modules" +#~ msgstr "Добавление/расширение поддержки SSL в модулях Perl" -- To unsubscribe, e-mail: opensuse-translation-commit+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-translation-commit+owner@opensuse.org
participants (1)
-
minton@svn2.opensuse.org