[opensuse-translation-commit] r94611 - trunk/packages/pl/po
Author: minton Date: 2015-11-06 04:05:12 +0100 (Fri, 06 Nov 2015) New Revision: 94611 Modified: trunk/packages/pl/po/factory4.pl.po Log: Merged factory4.pot for pl Modified: trunk/packages/pl/po/factory4.pl.po =================================================================== --- trunk/packages/pl/po/factory4.pl.po 2015-11-06 03:05:09 UTC (rev 94610) +++ trunk/packages/pl/po/factory4.pl.po 2015-11-06 03:05:12 UTC (rev 94611) @@ -3,12962 +3,5234 @@ msgstr "" "Project-Id-Version: openSUSE-packages\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com/\n" -"POT-Creation-Date: 2013-01-09 09:41:12\n" +"POT-Creation-Date: 2015-11-06 04:10:32\n" "PO-Revision-Date: 2011-02-01 14:25+0000\n" "Language: pl\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#. description(perl-MooseX-Types-LoadableClass) -msgid "" -" use Moose::Util::TypeConstraints;\n" -"\n" -" my $tc = subtype as ClassName; coerce $tc, from Str, via { Class::" -"MOP::load_class($_); $_ };\n" -"\n" -"I've written those three lines of code quite a lot of times, in quite a lot " -"of places.\n" -"\n" -"Now I don't have to." +#. summary(loadlin) +msgid "Linux Loader with Command Line from DOS" msgstr "" -#. description(perl-Mail-SPF-Test) -msgid "" -" *Mail::SPF::Test* is a class for reading and manipulating SPF test-suite " -"data." +#. 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-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." +#. summary(makebootfat) +msgid "Create Bootable FAT File Systems" msgstr "" -#. description(perl-IO-All) -msgid "" -"\"Graham Barr for doing it all. Damian Conway for doing it all different.\"\n" -"\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" -"\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" -"The distinguishing magic of IO::All is that it will automatically open (and " -"close) files, directories, sockets and other IO things for you. You never " -"need to specify the mode ('<', '>>', etc), since it is determined by the " -"usage context. That means you can replace this:\n" -"\n" -" open STUFF, '<', './mystuff' or die \"Can't open './mystuff' for " -"input:\\n$!\"; local $/; my $stuff = <STUFF>; close STUFF;\n" -"\n" -"with this:\n" -"\n" -" my $stuff < io './mystuff';\n" -"\n" -"And that is a *good thing*!" +#. description(makebootfat) +msgid "Create bootable FAT file systems, mainly for USB disks." 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." -msgstr "" +#. summary(ModemManager:ModemManager-lang) +#, fuzzy +msgid "Languages for package ModemManager" +msgstr "Pakiet nie jest podpisany" -#. description(perl-Config-Tiny) -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" -"\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(ModemManager:ModemManager-lang) +#, fuzzy +msgid "Provides translations to the package ModemManager" +msgstr "Nie znaleziono programu su." -#. 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 "" +#. summary(NetworkManager-gnome:NetworkManager-gnome-lang) +#, fuzzy +msgid "Languages for package NetworkManager-gnome" +msgstr "Pakiet nie jest podpisany" -#. 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" -"'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" -"The application, in turn, may choose one or more logging mechanisms via Log::" -"Any::Adapter." -msgstr "" +#. description(NetworkManager-gnome:NetworkManager-gnome-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-gnome" +msgstr "Nie znaleziono programu su." -#. 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" -"Sends mails directly from Perl through a socket connection." -msgstr "" +#. summary(NetworkManager-iodine:NetworkManager-iodine-lang) +#, fuzzy +msgid "Languages for package NetworkManager-iodine" +msgstr "Pakiet nie jest podpisany" -#. description(perl-MooseX-NonMoose) -msgid "" -"'MooseX::NonMoose' allows for easily subclassing non-Moose classes with " -"Moose, taking care of the annoying details connected with doing this, such " -"as setting up proper inheritance from the Moose::Object manpage and " -"installing (and inlining, at 'make_immutable' time) a constructor that makes " -"sure things like 'BUILD' methods are called. It tries to be as non-intrusive " -"as possible - when this module is used, inheriting from non-Moose classes " -"and inheriting from Moose classes should work identically, aside from the " -"few caveats mentioned below. One of the goals of this module is that " -"including it in a the Moose::Exporter manpage-based package used across an " -"entire application should be possible, without interfering with classes that " -"only inherit from Moose modules, or even classes that don't inherit from " -"anything at all.\n" -"\n" -"There are several ways to use this module. The most straightforward is to " -"just 'use MooseX::NonMoose;' in your class; this should set up everything " -"necessary for extending non-Moose modules. the MooseX::NonMoose::Meta::Role::" -"Class manpage and the MooseX::NonMoose::Meta::Role::Constructor manpage can " -"also be applied to your metaclasses manually, either by passing a '-traits' " -"option to your 'use Moose;' line, or by applying them using the Moose::Util::" -"MetaRole manpage in a the Moose::Exporter manpage-based package. the MooseX::" -"NonMoose::Meta::Role::Class manpage is the part that provides the main " -"functionality of this module; if you don't care about inlining, this is all " -"you need to worry about. Applying the MooseX::NonMoose::Meta::Role::" -"Constructor manpage as well will provide an inlined constructor when you " -"immutabilize your class.\n" -"\n" -"'MooseX::NonMoose' allows you to manipulate the argument list that gets " -"passed to the superclass constructor by defining a 'FOREIGNBUILDARGS' " -"method. This is called with the same argument list as the 'BUILDARGS' " -"method, but should return a list of arguments to pass to the superclass " -"constructor. This allows 'MooseX::NonMoose' to support superclasses whose " -"constructors would get confused by the extra arguments that Moose requires " -"(for attributes, etc.)\n" -"\n" -"Not all non-Moose classes use 'new' as the name of their constructor. This " -"module allows you to extend these classes by explicitly stating which method " -"is the constructor, during the call to 'extends'. The syntax looks like " -"this:\n" -"\n" -" extends 'Foo' => { -constructor_name => 'create' };\n" -"\n" -"similar to how you can already pass '-version' in the 'extends' call in a " -"similar way." -msgstr "" +#. description(NetworkManager-iodine:NetworkManager-iodine-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-iodine" +msgstr "Nie znaleziono programu su." -#. description(perl-Net-CIDR-Set) -msgid "" -"'Net::CIDR::Set' represents sets of IP addresses and allows standard set " -"operations (union, intersection, membership test etc) to be performed on " -"them.\n" -"\n" -"In spite of the name it can work with sets consisting of arbitrary ranges of " -"IP addresses - not just CIDR blocks.\n" -"\n" -"Both IPv4 and IPv6 addresses are handled - but they may not be mixed in the " -"same set. You may explicitly set the personality of a set:\n" -"\n" -" my $ip4set = Net::CIDR::Set->new({ type => 'ipv4 }, '10.0.0.0/8');\n" -"\n" -"Normally this isn't necessary - the set will guess its personality from the " -"first data that is added to it." -msgstr "" +#. summary(NetworkManager:NetworkManager-lang) +#, fuzzy +msgid "Languages for package NetworkManager" +msgstr "Pakiet nie jest podpisany" -#. description(perl-Path-Class) -msgid "" -"'Path::Class' is a module for manipulation of file and directory " -"specifications (strings describing their locations, like ''/home/ken/foo." -"txt'' or ''C:\\Windows\\Foo.txt'') in a cross-platform manner. It supports " -"pretty much every platform Perl runs on, including Unix, Windows, Mac, VMS, " -"Epoc, Cygwin, OS/2, and NetWare.\n" -"\n" -"The well-known module the File::Spec manpage also provides this service, but " -"it's sort of awkward to use well, so people sometimes avoid it, or use it in " -"a way that won't actually work properly on platforms significantly different " -"than the ones they've tested their code on.\n" -"\n" -"In fact, 'Path::Class' uses 'File::Spec' internally, wrapping all the " -"unsightly details so you can concentrate on your application code. Whereas " -"'File::Spec' provides functions for some common path manipulations, 'Path::" -"Class' provides an object-oriented model of the world of path specifications " -"and their underlying semantics. 'File::Spec' doesn't create any objects, and " -"its classes represent the different ways in which paths must be manipulated " -"on various platforms (not a very intuitive concept). 'Path::Class' creates " -"objects representing files and directories, and provides methods that relate " -"them to each other. For instance, the following 'File::Spec' code:\n" -"\n" -" my $absolute = File::Spec->file_name_is_absolute( File::" -"Spec->catfile( @dirs, $file ) );\n" -"\n" -"can be written using 'Path::Class' as\n" -"\n" -" my $absolute = Path::Class::File->new( @dirs, $file )->is_absolute;\n" -"\n" -"or even as\n" -"\n" -" my $absolute = file( @dirs, $file )->is_absolute;\n" -"\n" -"Similar readability improvements should happen all over the place when using " -"'Path::Class'.\n" -"\n" -"Using 'Path::Class' can help solve real problems in your code too - for " -"instance, how many people actually take the \"volume\" (like 'C:' on " -"Windows) into account when writing 'File::Spec'-using code? I thought not. " -"But if you use 'Path::Class', your file and directory objects will know what " -"volumes they refer to and do the right thing.\n" -"\n" -"The guts of the 'Path::Class' code live in the the Path::Class::File manpage " -"and the Path::Class::Dir manpage modules, so please see those modules' " -"documentation for more details about how to use them." -msgstr "" +#. description(NetworkManager:NetworkManager-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager" +msgstr "Nie znaleziono programu su." -#. description(perl-PerlIO-via-dynamic) -msgid "" -"'PerlIO::via::dynamic' is used for creating dynamic the PerlIO manpage " -"layers. It is useful when the behavior or the layer depends on variables. " -"You should not use this module as via layer directly (ie :via(dynamic)).\n" -"\n" -"Use the constructor to create new layers, with two arguments: translate and " -"untranslate. Then use '$p-'via ($fh)> to wrap the handle. Once <$fh> is " -"destroyed, the temporary namespace for the IO layer will be removed.\n" -"\n" -"Note that PerlIO::via::dynamic uses the scalar fields to reference to the " -"object representing the dynamic namespace." -msgstr "" +#. summary(NetworkManager-novellvpn:NetworkManager-novellvpn-lang) +#, fuzzy +msgid "Languages for package NetworkManager-novellvpn" +msgstr "Pakiet nie jest podpisany" -#. description(perl-Role-Tiny) -msgid "'Role::Tiny' is a minimalist role composition tool." -msgstr "" +#. description(NetworkManager-novellvpn:NetworkManager-novellvpn-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-novellvpn" +msgstr "Nie znaleziono programu su." -#. description(perl-Test-Command) -msgid "" -"'Test::Command' intends to bridge the gap between the well tested functions " -"and objects you choose and their usage in your programs. By examining the " -"exit status, terminating signal, STDOUT and STDERR of your program you can " -"determine if it is behaving as expected.\n" -"\n" -"This includes testing the various combinations and permutations of options " -"and arguments as well as the interactions between the various functions and " -"objects that make up your program.\n" -"\n" -"The various test functions below can accept either a command string or an " -"array reference for the first argument. If the command is expressed as a " -"string it is passed to 'system' as is. If the command is expressed as an " -"array reference it is dereferenced and passed to 'system' as a list. See " -"''perldoc -f system'' for how these may differ.\n" -"\n" -"The final argument for the test functions, '$name', is optional. By default " -"the '$name' is a concatenation of the test function name, the command string " -"and the expected value. This construction is generally sufficient for " -"identifying a failing test, but you may always specify your own '$name' if " -"desired.\n" -"\n" -"Any of the test functions can be used as instance methods on a 'Test::" -"Command' object. This is done by dropping the initial '$cmd' argument and " -"instead using arrow notation.\n" -"\n" -"All of the following 'exit_is_num' calls are equivalent.\n" -"\n" -" exit_is_num('true', 0); exit_is_num('true', 0, 'exit_is_num: true, " -"0'); exit_is_num(['true'], 0); exit_is_num(['true'], 0, 'exit_is_num: " -"true, 0');\n" -"\n" -" my $cmd = Test::Command->new( cmd => 'true' );\n" -"\n" -" exit_is_num($cmd, 0); exit_is_num($cmd, 0, 'exit_is_num: true, 0'); " -"$cmd->exit_is_num(0); $cmd->exit_is_num(0, 'exit_is_num: true, 0');\n" -"\n" -" $cmd = Test::Command->new( cmd => ['true'] );\n" -"\n" -" exit_is_num($cmd, 0); exit_is_num($cmd, 0, 'exit_is_num: true, 0'); " -"$cmd->exit_is_num(0); $cmd->exit_is_num(0, 'exit_is_num: true, 0');" -msgstr "" +#. summary(NetworkManager-openconnect:NetworkManager-openconnect-lang) +#, fuzzy +msgid "Languages for package NetworkManager-openconnect" +msgstr "Pakiet nie jest podpisany" -#. description(perl-Test-Spelling) -msgid "" -"'Test::Spelling' lets you check the spelling of a POD file, and report its " -"results in standard 'Test::More' fashion. This module requires a spellcheck " -"program such as _spell_, _aspell_, _ispell_, or _hunspell_.\n" -"\n" -" use Test::Spelling; pod_file_spelling_ok('lib/Foo/Bar.pm', 'POD file " -"spelling OK');\n" -"\n" -"Note that it is a bad idea to run spelling tests during an ordinary CPAN " -"distribution install, or in a package that will run in an uncontrolled " -"environment. There is no way of predicting whether the word list or " -"spellcheck program used will give the same results. You *can* include the " -"test in your distribution, but be sure to run it only for authors of the " -"module by guarding it in a 'skip_all unless -d 'inc/.author'' clause, or by " -"putting the test in your distribution's _xt/_ directory. Anyway, people " -"installing your module really do not need to run such tests, as it is " -"unlikely that the documentation will acquire typos while in transit. :-)\n" -"\n" -"You can add your own stop words, which are words that should be ignored by " -"the spell check, like so:\n" -"\n" -" add_stopwords(qw(asdf thiswordiscorrect));\n" -"\n" -"Adding stop words in this fashion affects all files checked for the " -"remainder of the test script. See the Pod::Spell manpage (which this module " -"is built upon) for a variety of ways to add per-file stop words to each .pm " -"file.\n" -"\n" -"If you have a lot of stop words, it's useful to put them in your test file's " -"'DATA' section like so:\n" -"\n" -" use Test::Spelling; add_stopwords(<DATA>); " -"all_pod_files_spelling_ok();\n" -"\n" -" __END__ folksonomy Jifty Zakirov\n" -"\n" -"To maintain backwards compatibility, comment markers and some whitespace are " -"ignored. In the near future, the preprocessing we do on the arguments to the " -"add_stopwords manpage will be changed and documented properly." -msgstr "" +#. description(NetworkManager-openconnect:NetworkManager-openconnect-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-openconnect" +msgstr "Nie znaleziono programu su." -#. description(php5-pear-Horde_Scheduler) -msgid "" -"* First stable release for Horde 4.\n" -"* [jan] Allow to autoload scheduler classes (Bug #10783).\n" -"* Removed Horde-specific command line script." -msgstr "" +#. summary(NetworkManager-openswan:NetworkManager-openswan-lang) +#, fuzzy +msgid "Languages for package NetworkManager-openswan" +msgstr "Pakiet nie jest podpisany" -#. description(perl-HTML-FormHandler) -msgid "" -"*** Although documentation in this file provides some overview, it is mainly " -"intended for API documentation. See the HTML::FormHandler::Manual::Intro " -"manpage for an introduction, with links to other documentation.\n" -"\n" -"HTML::FormHandler maintains a clean separation between form construction and " -"form rendering. It allows you to define your forms and fields in a number of " -"flexible ways. Although it provides renderers for HTML, you can define " -"custom renderers for any kind of presentation.\n" -"\n" -"HTML::FormHandler allows you to define form fields and validators. It can be " -"used for both database and non-database forms, and will automatically update " -"or create rows in a database. It can be used to process structured data that " -"doesn't come from an HTML form.\n" -"\n" -"One of its goals is to keep the controller/application program interface as " -"simple as possible, and to minimize the duplication of code. In most cases, " -"interfacing your controller to your form is only a few lines of code.\n" -"\n" -"With FormHandler you shouldn't have to spend hours trying to figure out how " -"to make a simple HTML change that would take one minute by hand. Because you " -"_can_ do it by hand. Or you can automate HTML generation as much as you " -"want, with template widgets or pure Perl rendering classes, and stay " -"completely in control of what, where, and how much is done automatically. " -"You can define custom renderers and display your rendered forms however you " -"want.\n" -"\n" -"You can split the pieces of your forms up into logical parts and compose " -"complete forms from FormHandler classes, roles, fields, collections of " -"validations, transformations and Moose type constraints. You can write " -"custom methods to process forms, add any attribute you like, and use Moose " -"method modifiers. FormHandler forms are Perl classes, so there's a lot of " -"flexibility in what you can do.\n" -"\n" -"HTML::FormHandler provides rendering through roles which are applied to form " -"and field classes (although there's no reason you couldn't write a renderer " -"as an external object either). There are currently two flavors: all-in-one " -"solutions like the HTML::FormHandler::Render::Simple manpage and the HTML::" -"FormHandler::Render::Table manpage that contain methods for rendering field " -"widget classes, and the the HTML::FormHandler::Widget manpage roles, which " -"are more atomic roles which are automatically applied to fields and form. " -"See the HTML::FormHandler::Manual::Rendering manpage for more details. (And " -"you can easily use hand-built forms - FormHandler doesn't care.)\n" -"\n" -"The typical application for FormHandler would be in a Catalyst, DBIx::Class, " -"Template Toolkit web application, but use is not limited to that. " -"FormHandler can be used in any Perl application.\n" -"\n" -"More Formhandler documentation and a tutorial can be found in the manual at " -"the HTML::FormHandler::Manual manpage." -msgstr "" +#. description(NetworkManager-openswan:NetworkManager-openswan-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-openswan" +msgstr "Nie znaleziono programu su." -#. description(perl-DateTime-Tiny) -msgid "" -"*DateTime::Tiny* is a most prominent member of the the DateTime::Tiny " -"manpage suite of time modules.\n" -"\n" -"It implements an extremely lightweight object that represents a datetime.\n" -"\n" -"The Tiny Mandate Many CPAN modules which provide the best implementation " -"of a certain concepts are 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 useful subset of their 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 (although this is just a " -"guideline), 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, manipulate or convert " -"the object.\n" -"\n" -" As a result, *DateTime::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 type 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 *DateTime::Tiny* module can be inflated into the equivalent the " -"DateTime manpage as needing, loading the DateTime manpage on the fly if " -"necesary.\n" -"\n" -" This is somewhat similar to DateTime::LazyInit, but unlike that " -"module *DateTime::Tiny* is not modifiable.\n" -"\n" -" For the purposes of date/time logic, all *DateTime::Tiny* objects " -"exist in the \"C\" locale, and the \"floating\" time zone. This may be " -"improved in the future if a suitably tiny way of handling timezones is " -"found.\n" -"\n" -" When converting up to full the DateTime manpage objects, these local " -"and time zone settings will be applied (although an ability is provided " -"to override this).\n" -"\n" -" In addition, the implementation is strictly correct and is intended " -"to be very easily to sub-class for specific purposes of your own." -msgstr "" +#. summary(NetworkManager-openvpn:NetworkManager-openvpn-lang) +#, fuzzy +msgid "Languages for package NetworkManager-openvpn" +msgstr "Pakiet nie jest podpisany" -#. description(perl-File-HomeDir) -msgid "" -"*File::HomeDir* is a module for locating the directories that are \"owned\" " -"by a user (typicaly your user) and to solve the various issues that arise " -"trying to find them consistently across a wide variety of platforms.\n" -"\n" -"The end result is a single API that can find your resources on any platform, " -"making it relatively trivial to create Perl software that works elegantly " -"and correctly no matter where you run it.\n" -"\n" -"This module provides two main interfaces.\n" -"\n" -"The first is a modern the File::Spec manpage-style interface with a " -"consistent OO API and different implementation modules to support various " -"platforms. You are *strongly* recommended to use this interface.\n" -"\n" -"The second interface is for legacy support of the original 0.07 interface " -"that exported a 'home()' function by default and tied the '%~' variable.\n" -"\n" -"It is generally not recommended that you use this interface, but due to back-" -"compatibility reasons they will remain supported until at least 2010.\n" -"\n" -"The '%~' interface has been deprecated. Documentation was removed in 2009, " -"Unit test were removed in 2011, usage will issue warnings from 2012, and the " -"interface will be removed entirely in 2015 (in line with the general Perl " -"toolchain convention of a 10 year support period for legacy APIs that are " -"potentially or actually in common use)." -msgstr "" +#. description(NetworkManager-openvpn:NetworkManager-openvpn-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-openvpn" +msgstr "Nie znaleziono programu su." -#. description(perl-File-Remove) -msgid "" -"*File::Remove::remove* removes files and directories. It acts like\n" -"*/bin/rm*, for the most part. Although 'unlink' can be given a list of " -"files, it will not remove directories; this module remedies that. It also " -"accepts wildcards, * and ?, as arguments for filenames.\n" -"\n" -"*File::Remove::trash* accepts the same arguments as *remove*, with the " -"addition of an optional, infrequently used \"other platforms\" hashref." -msgstr "" +#. summary(NetworkManager-pptp:NetworkManager-pptp-lang) +#, fuzzy +msgid "Languages for package NetworkManager-pptp" +msgstr "Pakiet nie jest podpisany" -#. description(perl-Math-Round) -msgid "" -"*Math::Round* supplies functions that will round numbers in different ways. " -"The functions *round* and *nearest* are exported by default; others are " -"available as described below. \"use ... qw(:all)\" exports all functions." -msgstr "" +#. description(NetworkManager-pptp:NetworkManager-pptp-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-pptp" +msgstr "Nie znaleziono programu su." -#. description(perl-Module-Install) -msgid "" -"*Module::Install* is a package for writing installers for CPAN (or CPAN-" -"like) distributions that are clean, simple, minimalist, act in a strictly " -"correct manner with the ExtUtils::MakeMaker manpage, and will run on any " -"Perl installation version 5.005 or newer.\n" -"\n" -"The intent is to make it as easy as possible for CPAN authors (and " -"especially for first-time CPAN authors) to have installers that follow all " -"the best practices for distribution installation, but involve as much DWIM " -"(Do What I Mean) as possible when writing them." -msgstr "" +#. summary(NetworkManager-strongswan:NetworkManager-strongswan-lang) +#, fuzzy +msgid "Languages for package NetworkManager-strongswan" +msgstr "Pakiet nie jest podpisany" -#. description(perl-Module-Signature) -msgid "" -"*Module::Signature* adds cryptographic authentications to CPAN " -"distributions, via the special _SIGNATURE_ file.\n" -"\n" -"If you are a module user, all you have to do is to remember to run 'cpansign " -"-v' (or just 'cpansign') before issuing 'perl Makefile.PL' or 'perl Build." -"PL'; that will ensure the distribution has not been tampered with.\n" -"\n" -"Module authors can easily add the _SIGNATURE_ file to the distribution " -"tarball; see the /NOTES manpage below for how to do it as part of 'make " -"dist'.\n" -"\n" -"If you _really_ want to sign a distribution manually, simply add 'SIGNATURE' " -"to _MANIFEST_, then type 'cpansign -s' immediately before 'make dist'. Be " -"sure to delete the _SIGNATURE_ file afterwards.\n" -"\n" -"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(NetworkManager-strongswan:NetworkManager-strongswan-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-strongswan" +msgstr "Nie znaleziono programu su." -#. description(perl-Parse-CPAN-Meta) -msgid "" -"*Parse::CPAN::Meta* is a parser for _META.json_ and _META.yml_ files, using " -"the JSON::PP manpage and/or the CPAN::Meta::YAML manpage.\n" -"\n" -"*Parse::CPAN::Meta* provides three methods: 'load_file', 'load_json_string', " -"and 'load_yaml_string'. These will read and deserialize CPAN metafiles, and " -"are described below in detail.\n" -"\n" -"*Parse::CPAN::Meta* provides a legacy API of only two functions, based on " -"the YAML functions of the same name. Wherever possible, identical calling " -"semantics are used. These may only be used with YAML sources.\n" -"\n" -"All error reporting is done with exceptions (die'ing).\n" -"\n" -"Note that META files are expected to be in UTF-8 encoding, only. When " -"converted string data, it must first be decoded from UTF-8." -msgstr "" +#. summary(NetworkManager-vpnc:NetworkManager-vpnc-lang) +#, fuzzy +msgid "Languages for package NetworkManager-vpnc" +msgstr "Pakiet nie jest podpisany" -#. description(perl-Time-Tiny) -msgid "" -"*Time::Tiny* is a member of the the DateTime::Tiny manpage suite of time " -"modules.\n" -"\n" -"It implements an extremely lightweight object that represents a time, " -"without any time data.\n" -"\n" -"The Tiny Mandate Many CPAN modules which provide the best implementation " -"of a concept can be very large. For some reason, this generally seems to " -"be about 3 megabyte of ram usage to load the module.\n" -"\n" -" For a lot of the situations in which these large and comprehensive " -"implementations exist, some people will only need a small fraction of " -"the functionality, or only need this functionality in an ancillary " -"role.\n" -"\n" -" The aim of the Tiny modules is to implement an alternative to the " -"large module that implements a subset of the functionality, using as " -"little code as possible.\n" -"\n" -" Typically, this means a module that implements between 50% and 80% " -"of the features of the larger module, but using only 100 kilobytes " -"of code, which is about 1/30th of the larger module.\n" -"\n" -"The Concept of Tiny Date and Time Due to the inherent complexity, Date " -"and Time is intrinsically very difficult to implement properly.\n" -"\n" -" The arguably *only* module to implement it completely correct is the " -"DateTime manpage. However, to implement it properly the DateTime manpage " -"is quite slow and requires 3-4 megabytes of memory to load.\n" -"\n" -" The challenge in implementing a Tiny equivalent to DateTime is to do " -"so without making the functionality critically flawed, and to " -"carefully select the subset of functionality to implement.\n" -"\n" -" If you look at where the main complexity and cost exists, you will " -"find that it is relatively cheap to represent a date or time as an " -"object, but much much more expensive to modify or convert the object.\n" -"\n" -" As a result, *Time::Tiny* provides the functionality required to " -"represent a date as an object, to stringify the date and to parse it " -"back in, but does *not* allow you to modify the dates.\n" -"\n" -" The purpose of this is to allow for date object representations in " -"situations like log parsing and fast real-time work.\n" -"\n" -" The problem with this is that having no ability to modify date " -"limits the usefulness greatly.\n" -"\n" -" To make up for this, *if* you have the DateTime manpage installed, " -"any *Time::Tiny* module can be inflated into the equivalent the " -"DateTime manpage as needing, loading the DateTime manpage on the fly " -"if necesary.\n" -"\n" -" For the purposes of date/time logic, all *Time::Tiny* objects exist " -"in the \"C\" locale, and the \"floating\" time zone (although obviously " -"in a pure date context, the time zone largely doesn't matter).\n" -"\n" -" When converting up to full the DateTime manpage objects, these local " -"and time zone settings will be applied (although an ability is provided " -"to override this).\n" -"\n" -" In addition, the implementation is strictly correct and is intended " -"to be very easily to sub-class for specific purposes of your own." -msgstr "" +#. description(NetworkManager-vpnc:NetworkManager-vpnc-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-vpnc" +msgstr "Nie znaleziono programu su." -#. description(perl-YAML-Tiny) -msgid "" -"*YAML::Tiny* is a perl class for reading and writing YAML-style files, " -"written with as little code as possible, reducing load time and memory " -"overhead.\n" -"\n" -"Most of the time it is accepted that Perl applications use a lot of memory " -"and modules. The *::Tiny* family of modules is specifically intended to " -"provide an ultralight and zero-dependency alternative to many more-thorough " -"standard modules.\n" -"\n" -"This module is primarily for reading human-written files (like simple config " -"files) and generating very simple human-readable files. Note that I said " -"*human-readable* and not *geek-readable*. The sort of files that your " -"average manager or secretary should be able to look at and make sense of.\n" -"\n" -"the YAML::Tiny manpage does not generate comments, it won't necessarily " -"preserve the order of your hashes, and it will normalise if reading in and " -"writing out again.\n" -"\n" -"It only supports a very basic subset of the full YAML specification.\n" -"\n" -"Usage is targeted at files like Perl's META.yml, for which a small and " -"easily-embeddable module is extremely attractive.\n" -"\n" -"Features will only be added if they are human readable, and can be written " -"in a few lines of code. Please don't be offended if your request is refused. " -"Someone has to draw the line, and for YAML::Tiny that someone is me.\n" -"\n" -"If you need something with more power move up to the YAML manpage (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." -msgstr "" +#. summary(libqt5-qtbase:libQt5Sql-private-headers-devel) +#, fuzzy +msgid "Qt 5 SQL Library - Non-ABI stable development files" +msgstr "Aktualizacje czasu dostępu" -#. description(python-dogpile.core) -msgid "" -"A \"dogpile\" lock, one which allows a single thread to generate an " -"expensive resource while other threads use the \"old\" value, until the \"new" -"\" value is ready." -msgstr "" +#. description(libqt5-qtbase:libQt5Sql-private-headers-devel) +#, fuzzy +msgid "Qt 5 SQL Library - Non-ABI stable development files." +msgstr "Aktualizacje czasu dostępu" -#. summary(python-dogpile.core) -msgid "" -"A 'dogpile' lock, typically used as a component of a larger caching solution" -msgstr "" +#. summary(libqt5-qtbase:libQt5Test-private-headers-devel) +#, fuzzy +msgid "Qt 5 Test Library - Non-ABI stable development files" +msgstr "Aktualizacje czasu dostępu" -#. 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" -"\n" -"Logically impossible constraints will be identified immediately by thrown " -"exceptions." -msgstr "" - -#. summary(perl-Test-Base) -msgid "A Data Driven Testing Framework" -msgstr "" - -#. summary(python-django_openstack_auth) +#. description(libqt5-qtbase:libQt5Test-private-headers-devel) #, fuzzy -msgid "A Django auth backend for use with the OpenStack Keystone" -msgstr "Interfejs jądra" +msgid "Qt 5 Test Library - Non-ABI stable development files." +msgstr "Aktualizacje czasu dostępu" -#. summary(perl-Task-Kensho-Async) -msgid "A Glimpse at an Enlightened Perl (Async)" +#. description(libqt5-qtwebkit:libQt5WebKit-private-headers-devel) +#. description(libqt5-qtwebkit:libQt5WebKitWidgets-private-headers-devel) +msgid "This package provides private headers of libqt5-qtwebkit that are normally not used by application development and that do not have any ABI or API guarantees. The packages that build against these have to require the exact Qt version." 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" -"\n" -"Examples of use include the author faces on the http://search.cpan.org " -"manpage.\n" -"\n" -"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" -msgstr "" - -#. summary(python3-mock) -msgid "A Python Mocking and Patching Library for Testing" -msgstr "" - -#. summary(python-dialog) +#. summary(libqt5-qtbase:libQt5Widgets-private-headers-devel) #, fuzzy -msgid "A Python interface to the Unix dialog utility" -msgstr "Interfejs jądra" +msgid "Qt 5 Widgets Library - Non-ABI stable development files" +msgstr "Aktualizacje czasu dostępu" -#. description(python-dialog) -msgid "" -"A Python interface to the Unix dialog utility, designed to provide an easy, " -"pythonic and as complete as possible way to use the dialog features from " -"Python code." -msgstr "" - -#. summary(python-CouchDB) -msgid "A Python library for working with CouchDB" -msgstr "" - -#. summary(python3-rdflib) -msgid "A Python library for working with RDF" -msgstr "" - -#. description(python-eyeD3) -msgid "" -"A Python module for the the manipulation of ID3 tags. It supports the " -"versions 1.0, 1.1, 2.3, and 2.4 of the ID3 standard. It can also retrieve " -"information, such as length and bit rate, from an MP3 file." -msgstr "" - -#. description(python-junitxml) -msgid "A Python unittest TestResult that outputs JUnit compatible XML." -msgstr "" - -#. summary(python-Beaker) -msgid "A Session and Caching library with WSGI Middleware" -msgstr "" - -#. description(python3-sphinxcontrib-issuetracker) -msgid "" -"A Sphinx extension to reference issues in issue trackers, either explicitly " -"with an \"issue\" role or optionally implicitly by issue ids like ``#10`` in " -"plaintext." -msgstr "" - -#. summary(pybliographer) -msgid "A Tool for Bibliographic Databases" -msgstr "" - -#. summary(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." -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." -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 "" - -#. 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) +#. description(libqt5-qtbase:libQt5Widgets-private-headers-devel) #, fuzzy -msgid "A library for reading/writing binary plists" +msgid "Qt 5 Widgets Library - Non-ABI stable development files." msgstr "Aktualizacje czasu dostępu" -#. summary(perl-MooseX-Types-Common) -msgid "A library of commonly used type constraints" +#. description(libqt5-qtscript:libqt5-qtscript-private-headers-devel) +msgid "This package provides private headers of libqt5-qtscript that are normally not used by application development and that do not have any ABI or API guarantees. The packages that build against these have to require the exact Qt version." msgstr "" -#. description(perl-MooseX-Log-Log4perl) -msgid "" -"A logging role building a very lightweight wrapper to the Log::Log4perl " -"manpage for use with your the Moose manpage classes. The initialization of " -"the Log4perl instance must be performed prior to logging the first log " -"message. Otherwise the default initialization will happen, probably not " -"doing the things you expect.\n" -"\n" -"For compatibility the 'logger' attribute can be accessed to use a common " -"interface for application logging.\n" -"\n" -"Using the logger within a class is as simple as consuming a role:\n" -"\n" -" package MyClass; use Moose; with 'MooseX::Log::Log4perl';\n" -"\n" -" sub dummy { my $self = shift; $self->log->info(\"Dummy " -"log entry\"); }\n" -"\n" -"The logger needs to be setup before using the logger, which could happen in " -"the main application:\n" -"\n" -" package main; use Log::Log4perl qw(:easy); use MyClass;\n" -"\n" -" BEGIN { Log::Log4perl->easy_init() };\n" -"\n" -" my $myclass = MyClass->new(); $myclass->log->info(\"In my class\"); " -"# Access the log of the object $myclass->dummy; # " -"Will log \"Dummy log entry\"" +#. description(libqt5-qtserialport:libqt5-qtserialport-private-headers-devel) +msgid "This package provides private headers of libqt5-qtserialport that are normally not used by application development and that do not have any ABI or API guarantees. The packages that build against these have to require the exact Qt version." msgstr "" -#. summary(python-Flask) -msgid "A microframework based on Werkzeug, Jinja2 and good intentions" +#. description(libqt5-qtsvg:libqt5-qtsvg-private-headers-devel) +msgid "This package provides private headers of libqt5-qtsvg that are normally not used by application development and that do not have any ABI or API guarantees. The packages that build against these have to require the exact Qt version." msgstr "" -#. description(python-django-piston) -msgid "A mini-framework for Django for creating RESTful APIs." +#. description(libqt5-qttools:libqt5-qttools-private-headers-devel) +msgid "This package provides private headers of libqt5-qttools that are normally not used by application development and that do not have any ABI or API guarantees. The packages that build against these have to require the exact Qt version." msgstr "" -#. summary(perl-Config-AutoConf) -msgid "A module to implement some of AutoConf macros in pure perl" +#. summary(libqt5-qtwayland:libqt5-qtwayland-private-headers-devel) +msgid "Qt 5 Wayland Addon Non-ABI stable experimental API files" msgstr "" -#. description(perl-Config-AutoConf) -msgid "A module to implement some of AutoConf macros in pure perl." +#. description(libqt5-qtwayland:libqt5-qtwayland-private-headers-devel) +msgid "This package provides private headers of libqt5-qtwayland that are normally not used by application development and that do not have any ABI or API guarantees. The packages that build against these have to require the exact Qt version." msgstr "" -#. summary(perl-File-chdir) -msgid "A more sensible way to change directories" +#. description(libqt5-qtwebchannel:libqt5-qtwebchannel-private-headers-devel) +msgid "This package provides private headers of libqt5-qtwebchannel that are normally not used by application development and that do not have any ABI or API guarantees. The packages that build against these have to require the exact Qt version." msgstr "" -#. summary(php5-pear-Horde_Kolab_Storage) -msgid "A package for handling Kolab data stored on an IMAP server" +#. description(libqt5-qtwebsockets:libqt5-qtwebsockets-private-headers-devel) +msgid "This package provides private headers of libqt5-qtwebsockets that are normally not used by application development and that do not have any ABI or API guarantees. The packages that build against these have to require the exact Qt version." msgstr "" -#. summary(php5-pear-Horde_Kolab_Server) -msgid "A package for manipulating the Kolab user database" +#. description(libqt5-qtxmlpatterns:libqt5-qtxmlpatterns-private-headers-devel) +msgid "This package provides private headers of libqt5-qtxmlpatterns that are normally not used by application development and that do not have any ABI or API guarantees. The packages that build against these have to require the exact Qt version." msgstr "" -#. summary(php5-pear-phpunit-bytekit) -msgid "A php-bytekit cli" -msgstr "" - -#. summary(python-construct) -msgid "A powerful declarative parser/builder for binary data" -msgstr "" - -#. summary(python-lazr.restfulclient) +#. summary(libqxmpp:libqxmpp-doc) +#. summary(libqxmpp-qt5:libqxmpp-qt5-doc) #, fuzzy -msgid "A programmable client library for wadllib" -msgstr "Programowanie" +msgid "Qxmpp library documentation" +msgstr "Komunikaty jądra" -#. description(python-lazr.restfulclient) -msgid "" -"A programmable client library that takes advantage of the commonalities " -"among lazr.restful web services to provide added functionality on top of " -"wadllib." -msgstr "" - -#. summary(python3-rope) +#. description(libqxmpp:libqxmpp-doc) +#. description(libqxmpp-qt5:libqxmpp-qt5-doc) #, fuzzy -msgid "A python3 refactoring library" -msgstr "Interfejs jądra" +msgid "This packages provides documentation of Qxmpp library API." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(python-junitxml) -msgid "A pyunit extension to output JUnit compatible XML" +#. summary(librecad:librecad-parts) +msgid "Parts collection for LibreCAD" msgstr "" -#. description(python-flup) -msgid "A random collection of WSGI modules for Python" +#. description(librecad:librecad-parts) +msgid "Collection of parts for LibreCAD, a Qt4 application to design 2D CAD drawings." msgstr "" -#. summary(python-dingus) -msgid "A record-then-assert mocking library" -msgstr "" +#. summary(libreoffice:libreoffice-l10n-mai) +#, fuzzy +msgid "Maithili Localization Files for LibreOffice" +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(python-django-mailer) -msgid "" -"A reusable Django app for queuing and throttling of email sending, scheduled " -"sending, consolidation of multiple notifications into single emails and " -"logging of mail failures." -msgstr "" +#. description(libreoffice:libreoffice-l10n-mai) +#, fuzzy +msgid "Provides additional Maithili translations and resources for LibreOffice." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(python-django-mailer) -msgid "A reusable Django app for queuing the sending of email" -msgstr "" +#. summary(libreoffice:libreoffice-l10n-nr) +#, fuzzy +msgid "Southern Ndebele Localization Files for LibreOffice" +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(python-cerealizer) -msgid "A secure pickle-like module" -msgstr "" +#. description(libreoffice:libreoffice-l10n-nr) +#, fuzzy +msgid "Provides additional Southern Ndebele translations and resources for LibreOffice." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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(libreoffice:libreoffice-l10n-pt-BR) +#, fuzzy +msgid "Brazilian Portuguese Localization Files for LibreOffice" +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-MooseX-Storage) -msgid "A serialization framework for Moose classes" -msgstr "" +#. description(libreoffice:libreoffice-l10n-pt-BR) +#, fuzzy +msgid "Provides additional Brazilian Portuguese translations and resources for LibreOffice." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(python-irclib) +#. summary(libreoffice:libreoffice-l10n-pt-PT) #, fuzzy -msgid "A set of Python modules for IRC support" -msgstr "Zarządzanie energią (APM)" +msgid "Portuguese Localization Files for LibreOffice" +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(perl-MooseX-Types-Common) -msgid "" -"A set of commonly-used type constraints that do not ship with Moose by " -"default." -msgstr "" +#. description(libreoffice:libreoffice-l10n-pt-PT) +#, fuzzy +msgid "Provides additional Portuguese translations and resources for LibreOffice." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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(libreoffice:libreoffice-l10n-tn) +#, fuzzy +msgid "Tswana Localization Files for LibreOffice" +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(python-kid) +#. description(libreoffice:libreoffice-l10n-tn) #, fuzzy -msgid "A simple and pythonic XML template language" -msgstr "Proszę wybrać język" +msgid "Provides additional Tswana translations and resources for LibreOffice." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(python-kid) +#. summary(libreoffice:libreoffice-l10n-ts) #, fuzzy -msgid "A simple and pythonic XML template language." -msgstr "Proszę wybrać język" +msgid "Tsonga Localization Files for LibreOffice" +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(python-argh) +#. description(libreoffice:libreoffice-l10n-ts) #, fuzzy -msgid "A simple argparse wrapper" -msgstr "Prosty serwer WWW" +msgid "Provides additional Tsonga translations and resources for LibreOffice." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Rose-Object) -msgid "A simple object base class." -msgstr "" +#. summary(libreoffice:libreoffice-l10n-zh-Hans) +#, fuzzy +msgid "Simplified Chinese Localization Files for LibreOffice" +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Net-HTTPServer) +#. description(libreoffice:libreoffice-l10n-zh-Hans) #, fuzzy -msgid "A simple perl Http Server" -msgstr "Prosty serwer WWW" +msgid "Provides additional Simplified Chinese translations and resources for LibreOffice." +msgstr "Transakcja zestawu zakończona niepowodzeniem." -#. summary(python-django-athumb) -msgid "A simple, S3-backed thumbnailer field" -msgstr "" +#. summary(libreoffice:libreoffice-l10n-zh-Hant) +#, fuzzy +msgid "Traditional Chinese Localization Files for LibreOffice" +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(python-django-registration) -msgid "A simple, generic user-registration application for Django" -msgstr "" +#. description(libreoffice:libreoffice-l10n-zh-Hant) +#, fuzzy +msgid "Provides additional Traditional Chinese translations and resources for LibreOffice." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(python-django-registration) -msgid "" -"A simple, generic user-registration application for Django\n" -"\n" -"This is just a simple, portable, generic user-registration application for " -"Django projects. Workflow follows a simple pattern:\n" -"* A user signs up for a new account, which will be inactive by default.\n" -"* An email is sent to the address they used to register, containing an " -"activation link.\n" -"* Once they click the activation link, the account becomes active and they " -"can log in as normal." -msgstr "" +#. summary(librepository:librepository-javadoc) +#, fuzzy +msgid "Javadoc for librepository" +msgstr "Instalacja ręczna" -#. description(perl-MooseX-Singleton) -msgid "" -"A singleton is a class that has only one instance in an application. " -"'MooseX::Singleton' lets you easily upgrade (or downgrade, as it were) your " -"the Moose manpage class to a singleton.\n" -"\n" -"All you should need to do to transform your class is to change 'use Moose' " -"to 'use MooseX::Singleton'. This module uses metaclass roles to do its " -"magic, so it should cooperate with most other 'MooseX' modules." -msgstr "" +#. description(librepository:librepository-javadoc) +#, fuzzy +msgid "Javadoc for librepository." +msgstr "Instalacja ręczna" -#. description(python3-piston-mini-client) -msgid "" -"A small generic library for writing clients for Django's Piston REST APIs." -msgstr "" +#. summary(libressl:libressl-devel-doc) +#, fuzzy +msgid "Documentation for the LibreSSL API" +msgstr "Pakiety dla programistów KDE" -#. summary(python3-piston-mini-client) -msgid "A small package to consume Django-Piston web services" -msgstr "" - -#. description(python-Axiom) +#. description(libressl:libressl-devel-doc) 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" +"LibreSSL is an open-source implementation of the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols.\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." +"This subpackage contains the manpages to the LibreSSL API." msgstr "" -#. summary(python3-Mako) +#. summary(librevenge:librevenge-doc) #, fuzzy -msgid "A super-fast Python templating language" -msgstr "Proszę wybrać język" +msgid "Documentation of librevenge API" +msgstr "Pakiety dla programistów KDE" -#. summary(perl-Switch) -msgid "A switch statement for Perl" -msgstr "" +#. description(librevenge:librevenge-doc) +#, fuzzy +msgid "The librevenge-doc package contains documentation files for librevenge." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(python-factory_boy) -msgid "A test fixtures replacement" -msgstr "" +#. summary(libsecret:libsecret-lang) +#, fuzzy +msgid "Languages for package libsecret" +msgstr "Pakiet nie jest podpisany" -#. 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) +#. description(libsecret:libsecret-lang) #, fuzzy -msgid "A tiny replacement for Module::Build" -msgstr "Zamiana dla \"%s\" zakończona powodzeniem. " +msgid "Provides translations to the package libsecret" +msgstr "Nie znaleziono programu su." -#. 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" -msgstr "" - -#. summary(python-Genshi:python-Genshi-doc) -msgid "A toolkit for generation of output for the web - Documentation" -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." -msgstr "" - -#. summary(python3-Tempita) +#. summary(libserializer:libserializer-javadoc) #, fuzzy -msgid "A very small text templating language" -msgstr "Proszę wybrać język" +msgid "Javadoc for libserializer" +msgstr "Instalacja ręczna" -#. summary(perl-MooseX-Role-TraitConstructor) -msgid "A wrapper for C<new> that can accept a" -msgstr "" - -#. summary(perl-ExtUtils-Config) +#. description(libserializer:libserializer-javadoc) #, fuzzy -msgid "A wrapper for perl's configuration" -msgstr "Brak dostępnej konfiguracji" +msgid "Javadoc for libserializer." +msgstr "Pomoc i dokumentacja" -#. summary(python-gnupg) -msgid "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)" -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) -msgid "" -"According to the *Test::More* documentation, it is recommended to run 'use_ok" -"()' inside a 'BEGIN' block, so functions are exported at compile-time and " -"prototypes are properly honored.\n" -"\n" -"That is, instead of writing this:\n" -"\n" -" use_ok( 'Some::Module' ); use_ok( 'Other::Module' );\n" -"\n" -"One should write this:\n" -"\n" -" BEGIN { use_ok( 'Some::Module' ); } BEGIN { use_ok( 'Other::" -"Module' ); }\n" -"\n" -"However, people often either forget to add 'BEGIN', or mistakenly group " -"'use_ok' with other tests in a single 'BEGIN' block, which can create subtle " -"differences in execution order.\n" -"\n" -"With this module, simply change all 'use_ok' in test scripts to 'use ok', " -"and they will be executed at 'BEGIN' time. The explicit space after 'use' " -"makes it clear that this is a single compile-time action." -msgstr "" - -#. summary(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) +#. summary(signon:libsignon-qt5-docs) #, fuzzy -msgid "Additional Package Documentation for Python." -msgstr "Instalacja pakietów" +msgid "Documentation for libsignon-qt1" +msgstr "Pakiety dla programistów KDE" -#. summary(perl-Symbol-Util) +#. description(signon:libsignon-qt5-docs) #, fuzzy -msgid "Additional utils for Perl symbols manipulation" -msgstr "Oprogramowanie dodatkowe" +msgid "This package contains the documentation for the signon-qt library." +msgstr "Proszę użyć tego przycisku, aby uruchomić program YaST i zachować konfigurację." -#. summary(php5-pear-channel-ezno) -msgid "Adds components.ez.no channel to PEAR" +#. summary(libsigrok:libsigrok-data) +msgid "Basic API for talking to logic analyzer hardware" 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" -msgstr "" - -#. summary(phpPgAdmin) -msgid "Administration of PostgreSQL over the web" -msgstr "" - -#. summary(python-django-dajaxice) -msgid "Agnostic and easy to use ajax library for django" -msgstr "" - -#. description(python-argh) +#. description(libsigrok:libsigrok-data) msgid "" -"Agrh, argparse!\n" +"The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source logic analyzer software that supports various logic analyzer hardware products.\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." +"libsigrok is a shared library written in C which provides the basic API for talking to logic analyzer hardware and reading/writing the acquired data into various input/output file formats." 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." +#. summary(libsocialweb:libsocialweb-branding-upstream) +msgid "A personal social data server -- API keys from upstream" msgstr "" -#. description(perl-Math-BigInt) +#. description(libsocialweb:libsocialweb-branding-upstream) msgid "" -"All operators (including basic math operations) are overloaded if you " -"declare your big integers as\n" +"Libsocialweb is a personal social data server, that can interact with social web services, like Flickr, Last.fm, Twitter and Vimeo.\n" "\n" -" $i = new Math::BigInt '123_456_789_123_456_789';\n" -"\n" -"Operations with overloaded operators preserve the arguments which is exactly " -"what you expect.\n" -"\n" -"* Input\n" -"\n" -" Input values to these routines may be any string, that looks like a " -"number and results in an integer, including hexadecimal and binary " -"numbers.\n" -"\n" -" Scalars holding numbers may also be passed, but note that non-integer " -"numbers may already have lost precision due to the conversion to float. " -"Quote your input if you want BigInt to see all the digits:\n" -"\n" -" \t$x = Math::BigInt->new(12345678890123456789);\t# bad \t$x = Math::" -"BigInt->new('12345678901234567890');\t# good\n" -"\n" -" You can include one underscore between any two digits.\n" -"\n" -" This means integer values like 1.01E2 or even 1000E-2 are also accepted. " -"Non-integer values result in NaN.\n" -"\n" -" Hexadecimal (prefixed with \"0x\") and binary numbers (prefixed with \"0b" -"\") are accepted, too. Please note that octal numbers are not recognized " -"by new(), so the following will print \"123\":\n" -"\n" -" \tperl -MMath::BigInt -le 'print Math::BigInt->new(\"0123\")'\n" -"\n" -" To convert an octal number, use from_oct();\n" -"\n" -" \tperl -MMath::BigInt -le 'print Math::BigInt->from_oct(\"0123\")'\n" -"\n" -" Currently, Math::BigInt::new() defaults to 0, while Math::BigInt::new" -"('') results in 'NaN'. This might change in the future, so use always " -"the following explicit forms to get a zero or NaN:\n" -"\n" -" \t$zero = Math::BigInt->bzero(); \t$nan = Math::BigInt->bnan();\n" -"\n" -" 'bnorm()' on a BigInt object is now effectively a no-op, since the " -"numbers are always stored in normalized form. If passed a string, creates " -"a BigInt object from the input.\n" -"\n" -"* Output\n" -"\n" -" Output values are BigInt objects (normalized), except for the methods " -"which return a string (see the SYNOPSIS manpage).\n" -"\n" -" 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." +"This package provides API keys from upstream, for the web services accessible with libsocialweb." msgstr "" -#. summary(php5-pear-Crypt_Blowfish) -msgid "" -"Allows for quick two-way blowfish encryption without the MCrypt PHP extension" +#. summary(libsocialweb:libsocialweb-lang) +msgid "Languages for package libsocialweb" msgstr "" -#. summary(python-d2to1) -msgid "Allows using distutils2-like setup.cfg with a distribute/setuptools" +#. description(libsocialweb:libsocialweb-lang) +msgid "Provides translations to the package libsocialweb" 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." -msgstr "" +#. summary(libsoup:libsoup-lang) +#, fuzzy +msgid "Languages for package libsoup" +msgstr "Pakiet nie jest podpisany" -#. summary(perl-Params-Coerce) -msgid "Allows your classes to do coercion of parameters" -msgstr "" - -#. summary(perl-Test-use-ok) -msgid "Alternative to Test::More::use_ok" -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." -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." -msgstr "" - -#. summary(python-isodate) -msgid "An ISO 8601 Date/Time/Duration Parser and Formatter" -msgstr "" - -#. summary(perl-Tree-DAG_Node) -msgid "An N-ary tree" -msgstr "" - -#. summary(php5-pear-DB_DataObject) -msgid "An SQL Builder, Object Interface to Database Tables" -msgstr "" - -#. summary(perl-MooseX-ConfigFromFile) -msgid "An abstract Moose role for setting attributes from a configfile" -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." -msgstr "" - -#. summary(python-jsonschema) -msgid "An implementation of JSON-Schema validation for Python" -msgstr "" - -#. summary(php5-pear-Net_SMTP) +#. description(libsoup:libsoup-lang) #, fuzzy -msgid "An implementation of the SMTP protocol" +msgid "Provides translations to the package libsoup" msgstr "Nie znaleziono programu su." -#. summary(python-Axiom) -msgid "An in-process object-relational database" -msgstr "" +#. summary(libgcj48:libstdc++48-doc) +#. summary(libgcj-gcc5:libstdc++6-gcc5-doc) +#, fuzzy +msgid "Documentation for the GNU C++ standard library" +msgstr "Pakiety dla programistów KDE" -#. summary(php5-pear-Services_Weather) -msgid "An interface to various online weather-services" -msgstr "" +#. description(libgcj48:libstdc++48-doc) +#. description(libgcj-gcc5:libstdc++6-gcc5-doc) +#, fuzzy +msgid "Extensive HTML documentation for the GNU C++ standard library." +msgstr "Pakiety dla programistów KDE" -#. summary(perl-Devel-StackTrace) -msgid "An object representing a stack trace" +#. summary(libstoragemgmt:libstoragemgmt-hpsa-plugin) +msgid "Files for HP SmartArray support for libstoragemgmt" msgstr "" -#. description(php5-pear-Horde_Stream) -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" -"\n" -"Lead Developer: Michael Slusarz" +#. description(libstoragemgmt:libstoragemgmt-hpsa-plugin) +msgid "The libstoragemgmt-hpsa-plugin package contains the plugin for HP SmartArray storage management via hpssacli." msgstr "" -#. summary(python-etude) -msgid "An xmms2 client written in pygtk" +#. summary(libstoragemgmt:libstoragemgmt-megaraid-plugin) +msgid "Files for LSI MegaRAID support for libstoragemgmt" 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(libstoragemgmt:libstoragemgmt-megaraid-plugin) +msgid "The libstoragemgmt-megaraid-plugin package contains the plugin for LSI MegaRAID storage management via storcli." msgstr "" -#. description(python-apache-libcloud) -msgid "" -"Apache Libcloud is a standard Python library that abstracts away differences " -"among multiple cloud provider APIs." +#. summary(libstoragemgmt:libstoragemgmt-netapp-plugin) +msgid "Files for NetApp array support for libstoragemgmt" msgstr "" -#. summary(python-dojango) -msgid "App that helps you to use the client-side framework dojo" +#. description(libstoragemgmt:libstoragemgmt-netapp-plugin) +msgid "The libstoragemgmt-netapp-plugin package contains plug-in for NetApp array support." msgstr "" -#. summary(python-jsonpatch) -msgid "Apply JSON-Patches (according to draft 08)" +#. summary(libstoragemgmt:libstoragemgmt-nstor-plugin) +msgid "Files for NexentaStor array support for libstoragemgmt" msgstr "" -#. summary(perl-Math-BigInt) -msgid "Arbitrary size integer/float math package" +#. description(libstoragemgmt:libstoragemgmt-nstor-plugin) +msgid "The libstoragemgmt-nstor-plugin package contains plug-in for NexentaStor array support." 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." +#. summary(libstoragemgmt:libstoragemgmt-smis-plugin) +msgid "Files for SMI-S generic array support for libstoragemgmt" 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!" +#. description(libstoragemgmt:libstoragemgmt-smis-plugin) +msgid "The libstoragemgmt-smis-plugin package contains plug-in for generic SMI-S array support." msgstr "" -#. description(python-decorator) -msgid "" -"As of now, writing custom decorators correctly requires some experience and " -"it is not as easy as it could be. For instance, typical implementations of " -"decorators involve nested functions, and we all know that flat is better " -"than nested. Moreover, typical implementations of decorators do not preserve " -"the signature of decorated functions, thus confusing both documentation " -"tools and developers.\n" -"\n" -"The aim of the decorator module it to simplify the usage of decorators for " -"the average programmer, and to popularize decorators usage giving examples " -"of useful decorators, such as memoize, tracing, redirecting_stdout, locked, " -"etc." +#. summary(libstoragemgmt:libstoragemgmt-targetd-plugin) +msgid "Files for targetd array support for libstoragemgmt" msgstr "" -#. summary(perl-Regexp-Assemble) -msgid "Assemble multiple Regular Expressions into a single RE" +#. description(libstoragemgmt:libstoragemgmt-targetd-plugin) +msgid "The libstoragemgmt-targetd-plugin package contains plug-in for targetd array support." msgstr "" -#. summary(perl-NetPacket) -msgid "Assemble/disassemble network packets at the protocol level" +#. summary(libturpial) +msgid "Lightweight, functional and integrated Twitter client" msgstr "" -#. summary(perl-Test-Assert) -msgid "Assertion methods for those who like JUnit." +#. description(libturpial) +msgid "Turpial is a microblogging client with support for multiple interfaces. It's developed using Python and its goal is to be native, light and integrated with desktop environment, but without loosing any functionality." 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." -msgstr "" +#. summary(libucil:libucil-doc) +#, fuzzy +msgid "Dcoumentation for libucil" +msgstr "Pakiety dla programistów KDE" -#. summary(perl-MooseX-MultiInitArg) -msgid "Attributes with aliases for constructor arguments" -msgstr "" +#. description(libucil:libucil-doc) +#, fuzzy +msgid "Documentation and help files for libucil" +msgstr "Pakiety dla programistów KDE" -#. summary(perl-Moose-Autobox) -msgid "Autoboxed wrappers for Native Perl datatypes" -msgstr "" +#. summary(libuser:libuser-lang) +#, fuzzy +msgid "Languages for package libuser" +msgstr "Pakiet nie jest podpisany" -#. description(php5-pear-Horde_Autoloader) -msgid "Autoload implementation and class loading manager for Horde." -msgstr "" +#. description(libuser:libuser-lang) +#, fuzzy +msgid "Provides translations to the package libuser" +msgstr "Nie znaleziono programu su." -#. summary(perl-Text-Autoformat) -msgid "Automatic text wrapping and reformatting" -msgstr "" +#. summary(libvisio:libvisio-devel-doc) +#, fuzzy +msgid "Documentation for the libvisio API" +msgstr "Pakiety dla programistów KDE" -#. description(python3-termcolor) -msgid "" -"Available text colors: grey, red, green, yellow, blue, magenta, cyan, white. " -"Available text highlights: on_grey, on_red, on_green, on_yellow, on_blue, " -"on_magenta, on_cyan, on_white. Available attributes: bold, dark, underline, " -"blink, reverse, concealed." -msgstr "" +#. description(libvisio:libvisio-devel-doc) +#, fuzzy +msgid "This package contains documentation for the libvisio API." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(python3-requests) -msgid "Awesome Python HTTP Library That's Actually Usable" -msgstr "" +#. summary(libvorbis:libvorbis-doc) +#, fuzzy +msgid "Documentation of Ogg/Vorbis library" +msgstr "Pakiety dla programistów KDE" -#. summary(perl-String-Escape) -msgid "Backslash escapes, quoted phrase, word elision, etc." -msgstr "" +#. description(libvorbis:libvorbis-doc) +#, fuzzy +msgid "This package contains documents for Ogg/Vorbis library, including the API reference." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(php5-pear-ezc-Base) -msgid "Base package of ezcomponents" -msgstr "" +#. summary(webkit2gtk3:libwebkit2gtk3-lang) +#, fuzzy +msgid "Languages for package webkit2gtk3" +msgstr "Pakiet nie jest podpisany" -#. summary(python3-python-mimeparse) -msgid "Basic functions for parsing and matching mime-type names" -msgstr "" +#. description(webkit2gtk3:libwebkit2gtk3-lang) +#, fuzzy +msgid "Provides translations to the package webkit2gtk3" +msgstr "Nie znaleziono programu su." -#. description(python-Beaker) -msgid "" -"Beaker is a web session and general caching library that includes WSGI " -"middleware for use in web applications.\n" -"\n" -"As a general caching library, Beaker can handle storing for various times " -"any Python object that can be pickled with optional back-ends on a fine-" -"grained basis.\n" -"\n" -"Beaker was built largely on the code from MyghtyUtils, then refactored and " -"extended with database support.\n" -"\n" -"Beaker includes Cache and Session WSGI middleware to ease integration with " -"WSGI capable frameworks, and is automatically used by Pylons.\n" -"\n" -"Features:\n" -"\n" -"* Fast, robust performance\n" -"* Multiple reader/single writer lock system to avoid duplicate " -"simultaneous cache creation\n" -"* Cache back-ends include dbm, file, memory, memcached, and database " -"(Using SQLAlchemy for multiple-db vendor support)\n" -"* Signed cookie's to prevent session hijacking/spoofing\n" -"* Cookie-only sessions to remove the need for a db or file backend (ideal " -"for clustered systems)\n" -"* Extensible Container object to support new back-ends\n" -"* Cache's can be divided into namespaces (to represent templates, objects, " -"etc.) then keyed for different copies\n" -"* Create functions for automatic call-backs to create new cache copies " -"after expiration\n" -"* Fine-grained toggling of back-ends, keys, and expiration per Cache object" -msgstr "" +#. summary(webkitgtk:libwebkitgtk2-lang) +#, fuzzy +msgid "Languages for package webkitgtk" +msgstr "Pakiet nie jest podpisany" -#. description(python3-beautifulsoup4) -msgid "" -"Beautiful Soup is a Python HTML/XML parser designed for quick turnaround " -"projects like screen-scraping. Three features make it powerful:\n" -"\n" -"* Beautiful Soup won't choke if you give it bad markup. It yields a parse " -"tree that makes approximately as much sense as your original document. " -"This is usually good enough to collect the data you need and run away\n" -"\n" -"* Beautiful Soup provides a few simple methods and Pythonic idioms for " -"navigating, searching, and modifying a parse tree: a toolkit for dissecting " -"a document and extracting what you need. You don't have to create a " -"custom parser for each application\n" -"\n" -"* Beautiful Soup automatically converts incoming documents to Unicode and " -"outgoing documents to UTF-8. You don't have to think about encodings, " -"unless the document doesn't specify an encoding and Beautiful Soup can't " -"autodetect one. Then you just have to specify the original encoding\n" -"\n" -"Beautiful Soup parses anything you give it, and does the tree traversal " -"stuff for you. You can tell it \"Find all the links\", or \"Find all the " -"links of class externalLink\", or \"Find all the links whose urls match " -"\"foo.com\", or \"Find the table heading that's got bold text, then give me " -"that text.\"\n" -"\n" -"Valuable data that was once locked up in poorly-designed websites is now " -"within your reach. Projects that would have taken hours take only minutes " -"with Beautiful Soup. Beautiful Soup." -msgstr "" +#. description(webkitgtk:libwebkitgtk2-lang) +#, fuzzy +msgid "Provides translations to the package webkitgtk" +msgstr "Nie znaleziono programu su." -#. 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(webkitgtk3:libwebkitgtk3-lang) +#, fuzzy +msgid "Languages for package webkitgtk3" +msgstr "Pakiet nie jest podpisany" -#. summary(python-decorator) -msgid "Better living through Python with decorators" -msgstr "" +#. description(webkitgtk3:libwebkitgtk3-lang) +#, fuzzy +msgid "Provides translations to the package webkitgtk3" +msgstr "Nie znaleziono programu su." -#. summary(python-binplist) -msgid "Binary property list (plist) parser module written in python" +#. summary(libwnck:libwnck-lang) +msgid "Languages for package libwnck" 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." +#. description(libwnck:libwnck-lang) +msgid "Provides translations to the package libwnck" 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." -msgstr "" +#. summary(libwpd:libwpd-devel-doc) +#, fuzzy +msgid "Documentation for the libwpd API" +msgstr "Pakiety dla programistów KDE" -#. summary(perl-Log-Any) -msgid "Bringing loggers and listeners together" -msgstr "" +#. description(libwpd:libwpd-devel-doc) +#, fuzzy +msgid "This package contains documentation for the libwpd API." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Module-Build) +#. summary(libwpg:libwpg-devel-doc) #, fuzzy -msgid "Build and install Perl modules" -msgstr "Moduł użytkownicy" +msgid "Documentation for the libwpg API" +msgstr "Pakiety dla programistów KDE" -#. summary(php5-pear-DB_DataObject_FormBuilder) -msgid "" -"Build automatically HTML_QuickForm objects from a DB_DataObject-derived class" -msgstr "" +#. description(libwpg:libwpg-devel-doc) +#, fuzzy +msgid "This package contains documentation for the libwpg API." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-String-Formatter) -msgid "Build sprintf-like functions of your own" -msgstr "" +#. summary(libxcb:libxcb-devel-doc) +#, fuzzy +msgid "Documentation for libxcb" +msgstr "Dokument" -#. summary(perl-ExtUtils-InstallPaths) -msgid "Build.PL install path logic made easy" -msgstr "" - -#. description(perl-Regexp-Common) +#. description(libxcb:libxcb-devel-doc) 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" +"The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility.\n" "\n" -"There is an alternative, subroutine-based syntax described in the " -"\"Subroutine-based interface\" manpage." +"This subpackage contains the manual pages and documentation for libxcb." msgstr "" -#. summary(python-greenlet:python-greenlet-devel) +#. summary(libxfce4ui:libxfce4ui-branding-upstream) #, fuzzy -msgid "C development headers for python-greenlet" -msgstr "Pakiety dla programistów KDE" +msgid "Upstream Branding of libxfce4ui" +msgstr "Główne menu GNOME" -#. 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" -"\n" -"* *\n" -"\n" -" 01mailrc.txt.gz\n" -"\n" -"* *\n" -"\n" -" 02packages.details.txt.gz\n" -"\n" -"* *\n" -"\n" -" 03modlist.data.gz\n" -"\n" -"* *\n" -"\n" -" the last non-developer release of every dist for every author" -msgstr "" +#. description(libxfce4ui:libxfce4ui-branding-upstream) +#, fuzzy +msgid "This package provides the upstream look and feel for libxfce4ui." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(perl-CPAN-Perl-Releases) -msgid "" -"CPAN::Perl::Releases is a module that contains the mappings of all 'perl' " -"releases that have been uploaded to CPAN to the 'authors/id/' path that the " -"tarballs reside in.\n" -"\n" -"This is static data, but newer versions of this module will be made " -"available as new releases of 'perl' are uploaded to CPAN." -msgstr "" +#. summary(libxfce4ui:libxfce4ui-doc) +#, fuzzy +msgid "Documentation for the libxfce4ui Library" +msgstr "Pakiety dla programistów KDE" -#. description(perl-CSS-Tiny) -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 "" +#. description(libxfce4ui:libxfce4ui-doc) +#, fuzzy +msgid "This package provides the documentation for the libxfce4ui library." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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." -msgstr "" - -#. summary(perl-MIME-Charset) +#. summary(libyui-doc) #, fuzzy -msgid "Charset Information for MIME" -msgstr "Klient NIS" +msgid "Libyui documentation" +msgstr "Pomoc i dokumentacja" -#. description(perl-Test-Pod) +#. description(libyui-doc) msgid "" -"Check POD files for errors or warnings in a test file, using 'Pod::Simple' " -"to do the heavy lifting." -msgstr "" - -#. summary(perl-Test-HasVersion) -msgid "Check Perl modules have version numbers" -msgstr "" - -#. summary(perl-Test-Memory-Cycle) -msgid "Check for memory leaks and circular memory references" -msgstr "" - -#. summary(perl-Test-CheckDeps) -msgid "Check for presence of dependencies" -msgstr "" - -#. summary(perl-Test-CheckChanges) -msgid "Check that the Changes file matches the distribution." -msgstr "" - -#. summary(perl-Test-EOL) -msgid "Check the correct line endings in your project" -msgstr "" - -#. summary(perl-Test-NoTabs) -msgid "Check the presence of tabs in your project" -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" -msgstr "" - -#. summary(perl-Test-Requires) -msgid "Checks to see if the module can be loaded" -msgstr "" - -#. description(openstack-cinder:python-cinder) -msgid "" -"Cinder is the OpenStack Block storage service. This is a spin out of nova-" -"volumes.\n" +"This is the user interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses).\n" "\n" -"This package contains the core Python module of OpenStack Keystone." +"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 "" -#. summary(python-ipy) -msgid "Class and Tools for Handling of IPv4 and IPv6 Addresses and Networks" -msgstr "" +#. summary(libyui-ncurses-doc) +#, fuzzy +msgid "Libyui-ncurses documentation" +msgstr "Pomoc i dokumentacja" -#. description(perl-UNIVERSAL-moniker) +#. description(libyui-ncurses-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" +"This package contains the character based (ncurses) user interface component for libYUI.\n" "\n" -"This module will add a 'moniker' (and 'plural_moniker') method to " -"'UNIVERSAL', and so to every class or module." +" This package provides the documentation. (HTML & PDF)" msgstr "" -#. summary(perl-HTML-Form) -msgid "Class that represents an HTML form element" -msgstr "" +#. summary(libyui-ncurses-pkg-doc) +#, fuzzy +msgid "Libyui-ncurses-pkg documentation" +msgstr "Pomoc i dokumentacja" -#. description(perl-Class-ReturnValue) +#. description(libyui-ncurses-pkg-doc) 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 "" - -#. description(perl-Class-Trigger) -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." -msgstr "" - -#. summary(python-amqplib) -msgid "Client library for AMQP (Advanced Message Queuing Protocol)" -msgstr "" - -#. summary(perl-Tk-Clock) -msgid "Clock widget with analog and digital display" -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" +"This package extends the character based (ncurses) user interface component for libYUI.\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." +" This package provides the documentation. (HTML & PDF)" msgstr "" -#. summary(perl-List-AllUtils) -msgid "Combines List::Util and List::MoreUtils in one bite-sized package" -msgstr "" - -#. summary(python-cliff) +#. summary(libyui-qt-doc) #, fuzzy -msgid "Command Line Interface Formulation Framework" -msgstr "Interfejs wybierany przy uruchomieniu:" +msgid "Libyui-qt documentation" +msgstr "Pomoc i dokumentacja" -#. summary(python-cliff:python-cliff-doc) +#. description(libyui-qt-doc) #, fuzzy -msgid "Command Line Interface Formulation Framework - Documentation" -msgstr "Interfejs wybierany przy uruchomieniu:" - -#. summary(perl-Smart-Comments) -msgid "Comments that do more than just sit there" -msgstr "" - -#. summary(php5-pear-File) -msgid "Common file and directory routines" -msgstr "" - -#. summary(python-Brownie) -msgid "Common utilities and datastructures for Python applications" -msgstr "" - -#. summary(perl-Data-Compare) -msgid "Compare perl data structures" -msgstr "" - -#. description(perl-Data-Compare) msgid "" -"Compare two perl data structures recursively. Returns 0 if the structures " -"differ, else returns 1.\n" +"This package contains the Qt user interface component for libYUI.\n" "\n" -"A few data types are treated as special cases:\n" -"\n" -"* Scalar::Properties objects\n" -"\n" -" This has been moved into a plugin, although functionality remains the " -"same as with the previous version. Full documentation is in the Data::" -"Compare::Plugins::Scalar::Properties manpage.\n" -"\n" -"* Compiled regular expressions, eg qr/foo/\n" -"\n" -" These are stringified before comparison, so the following will match:\n" -"\n" -" $r = qr/abc/i; $s = qr/abc/i; Compare($r, $s);\n" -"\n" -" and the following won't, despite them matching *exactly* the same text:\n" -"\n" -" $r = qr/abc/i; $s = qr/[aA][bB][cC]/; Compare($r, $s);\n" -"\n" -" Sorry, that's the best we can do.\n" -"\n" -"* CODE and GLOB references\n" -"\n" -" These are assumed not to match unless the references are identical - ie, " -"both are references to the same thing.\n" -"\n" -"You may also customise how we compare structures by supplying options in a " -"hashref as a third parameter to the 'Compare()' function. This is not yet " -"available through the OO-ish interface. These options will be in force for " -"the *whole* of your comparison, so will apply to structures that are lurking " -"deep down in your data as well as at the top level, so beware!\n" -"\n" -"* ignore_hash_keys\n" -"\n" -" an arrayref of strings. When comparing two hashes, any keys mentioned in " -"this list will be ignored." -msgstr "" +" This package provides the documentation. (HTML & PDF)" +msgstr "Proszę użyć tego przycisku, aby uruchomić program YaST i zachować konfigurację." -#. summary(perl-ExtUtils-CBuilder) -msgid "Compile and link C code for Perl modules" -msgstr "" +#. summary(libyui-qt-graph-doc) +#, fuzzy +msgid "Libyui-qt-graph documentation" +msgstr "Pomoc i dokumentacja" -#. summary(pyrex) +#. description(libyui-qt-graph-doc) +#, fuzzy msgid "" -"Compiles code that mixes Python and C data types into a C extension for " -"Python" -msgstr "" - -#. description(python-fudge) -msgid "" -"Complete documentation is available at http://farmdev.com/projects/fudge/\n" +"This package contains the Qt graph component for libYUI.\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()" -msgstr "" +" This package provides the documentation. (HTML & PDF)" +msgstr "Proszę użyć tego przycisku, aby uruchomić program YaST i zachować konfigurację." -#. summary(python-django_compressor) -msgid "Compresses Linked and Inline JavaScript or CSS Into Single Cached Files" -msgstr "" +#. summary(libyui-qt-pkg-doc) +#, fuzzy +msgid "Libyui-qt-pkg documentation" +msgstr "Pomoc i dokumentacja" -#. summary(perl-HTML-RewriteAttributes) -msgid "Concise attribute rewriting" -msgstr "" - -#. summary(python-concurrentloghandler) -msgid "Concurrent logging handler" -msgstr "" - -#. description(perl-Config-Any) +#. description(libyui-qt-pkg-doc) 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" +"This package contains the Qt package selector component for libYUI.\n" "\n" -"The rationale for this module is as follows: Perl programs are deployed on " -"many different platforms and integrated with many different systems. Systems " -"administrators and end users may prefer different configuration formats than " -"the developers. The flexibility inherent in a multiple format configuration " -"loader allows different users to make different choices, without generating " -"extra work for the developers. As a developer you only need to learn a " -"single interface to be able to use the power of different configuration " -"formats." +" This package provides the documentation. (HTML & PDF)" msgstr "" -#. description(perl-Config-Grammar) -msgid "" -"Config::Grammar is a module to parse configuration files. The configuration " -"may consist of multiple-level sections with assignments and tabular data. " -"The parsed data will be returned as a hash containing the whole " -"configuration. Config::Grammar uses a grammar that is supplied upon creation " -"of a Config::Grammar object to parse the configuration file and return " -"helpful error messages in case of syntax errors. Using the *makepod* method " -"you can generate documentation of the configuration file format.\n" -"\n" -"The *maketmpl* method can generate a template configuration file. If your " -"grammar contains regexp matches, the template will not be all that helpful " -"as Config::Grammar is not smart enough to give you sensible template data " -"based in regular expressions. The related function *maketmplmin* generates a " -"minimal configuration template without examples, regexps or comments and " -"thus allows an experienced user to fill in the configuration data more " -"efficiently." -msgstr "" +#. summary(licq:licq-lang) +#, fuzzy +msgid "Languages for package licq" +msgstr "Pakiet nie jest podpisany" -#. description(perl-Config-MVP-Reader-INI) -msgid "" -"Config::MVP::Reader::INI reads _.ini_ files containing MVP-style " -"configuration." -msgstr "" - -#. summary(perl-ExtUtils-CChecker) +#. description(licq:licq-lang) #, fuzzy -msgid "Configure-time utilities for using C headers," -msgstr "Konfiguracja na wyświetlaczu" +msgid "Provides translations to the package licq" +msgstr "Nie znaleziono programu su." -#. summary(php5-pear-ezc-ConsoleTools) -msgid "ConsoleTools package of ezcomponents" +#. summary(licq:licq-qt4-gui-data) +msgid "Qt4 data files for Licq" 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(licq:licq-qt4-gui-data) +msgid "Data files for the Qt4 Licq plug-in." msgstr "" -#. summary(perl-Module-Install-ExtraTests) -msgid "Contextual tests that the harness can ignore" +#. summary(liferea:liferea-lang) +msgid "Languages for package liferea" msgstr "" -#. summary(perl-Text-Markdown) -msgid "Convert Markdown syntax to (X)HTML" +#. description(liferea:liferea-lang) +msgid "Provides translations to the package liferea" msgstr "" -#. summary(perl-Pod-Readme) -msgid "Convert POD to README file" -msgstr "" +#. summary(light-locker:light-locker-lang) +#, fuzzy +msgid "Languages for package light-locker" +msgstr "Pakiet nie jest podpisany" -#. summary(perl-Lingua-EN-Inflect) -msgid "Convert singular to plural. Select \"a\" or \"an\"." -msgstr "" +#. description(light-locker:light-locker-lang) +#, fuzzy +msgid "Provides translations to the package light-locker" +msgstr "Nie znaleziono programu su." -#. description(python-couchdbkit) -msgid "" -"Couchdbkit provides you a full featured and easy client to access and manage " -"CouchDB. It allows you to manage a CouchDBserver, databases, doc managements " -"and view access. All objects mostly reflect python objects for convenience. " -"Server and Databases objects could be used for example as easy as using a " -"dict." -msgstr "" +#. summary(lightdm-gtk-greeter:lightdm-gtk-greeter-branding-upstream) +#, fuzzy +msgid "Upstream branding of lightdm-gtk-greeter" +msgstr "Pakiet nie jest podpisany" -#. summary(python-django-international) -msgid "Country and currency data for Django projects" -msgstr "" - -#. summary(python3-nose-cover3) +#. description(lightdm-gtk-greeter:lightdm-gtk-greeter-branding-upstream) #, fuzzy -msgid "Coverage 3.x support for Nose" -msgstr "Zarządzanie katalogami" +msgid "This package provides the upstream look and feel for lightdm-gtk-greeter." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(python3-nose-cover3) +#. summary(lightdm-kde-greeter:lightdm-kde-greeter-lang) #, fuzzy -msgid "Coverage 3.x support for Nose." -msgstr "Zarządzanie katalogami" +msgid "Languages for package lightdm-kde-greeter" +msgstr "Pakiet nie jest podpisany" -#. 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." -msgstr "" - -#. summary(perl-PAR-Dist) +#. description(lightdm-kde-greeter:lightdm-kde-greeter-lang) #, fuzzy -msgid "Create and manipulate PAR distributions" -msgstr "Szyfrowanie" +msgid "Provides translations to the package lightdm-kde-greeter" +msgstr "Nie znaleziono programu su." -#. 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 "" - -#. summary(perl-Contextual-Return) -msgid "Create context-sensitive return values" -msgstr "" - -#. summary(perl-MooseX-Types-Parameterizable) -msgid "Create your own Parameterizable Types" -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) +#. summary(lightsoff:lightsoff-lang) #, fuzzy -msgid "Crypt Blowfish Library" -msgstr "Szyfrowanie" +msgid "Languages for package lightsoff" +msgstr "Pakiet nie jest podpisany" -#. summary(perl-CursesWidgets) +#. description(lightsoff:lightsoff-lang) #, fuzzy -msgid "CursesWidgets Perl module" -msgstr "Moduł użytkownicy" +msgid "Provides translations to the package lightsoff" +msgstr "Nie znaleziono programu su." -#. summary(perl-Tie-Cycle) -msgid "Cycle through a list of values via a scalar." +#. summary(lilypond:lilypond-century-schoolbook-l-fonts) +msgid "Lilypond Century Schoolbook L fonts" msgstr "" -#. description(php5-pear-DB) +#. description(lilypond:lilypond-century-schoolbook-l-fonts) 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" +"LilyPond is an automated music engraving system. It formats music beautifully and automatically, and has a friendly syntax for its input files.\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." +"These are the Century Schoolbook L fonts included in the package." msgstr "" -#. description(perl-DBIx-Simple) -msgid "" -"DBIx::Simple provides a simplified interface to DBI, Perl's powerful " -"database module.\n" -"\n" -"This module is aimed at rapid development and easy maintenance. Query " -"preparation and execution are combined in a single method, the result object " -"(which is a wrapper around the statement handle) provides easy row-by-row " -"and slurping methods.\n" -"\n" -"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 "" +#. summary(lilypond-doc) +#, fuzzy +msgid "Documentation for the LilyPond Typesetter" +msgstr "Pakiety dla programistów KDE" -#. description(php5-pear-DB_DataObject_FormBuilder) -msgid "" -"DB_DataObject_FormBuilder will aid you in rapid application development " -"using the packages DB_DataObject and HTML_QuickForm. For having a quick but " -"working prototype of your application, simply model the database, run " -"DataObject`s createTable script over it and write a script that passes one " -"of the resulting objects to the FormBuilder class. The FormBuilder will " -"automatically generate a simple but working HTML_QuickForm object that you " -"can use to test your application. It also provides a processing method that " -"will automatically detect if an insert() or update() command has to be " -"executed after the form has been submitted. If you have set up " -"DataObject's links.ini file correctly, it will also automatically " -"detect if a table field is a foreign key and will populate a selectbox with " -"the linked table's entries. There are many optional parameters that " -"you can place in your DataObjects.ini or in the properties of your derived " -"classes, that you can use to fine-tune the form-generation, gradually " -"turning the prototypes into fully-featured forms, and you can take control " -"at any stage of the process." -msgstr "" - -#. summary(php5-pear-Net_DIME) -msgid "DIME encoding and decoding" -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." -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 "" - -#. description(perl-Data-Section-Simple) -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) +#. description(lilypond-doc) #, fuzzy -msgid "Database Abstraction Layer" -msgstr "Interfejs użytkownika dla warstwy abstrakcji urządzeń wejściowych" +msgid "Common and english documentation files for the GNU LilyPond music typesetter." +msgstr "Pakiety dla programistów KDE" -#. summary(python3-SQLAlchemy) +#. summary(lilypond-doc:lilypond-doc-cs) #, fuzzy -msgid "Database Abstraction Library" -msgstr "Szyfrowanie" +msgid "Documentation for the LilyPond Typesetter (cs)" +msgstr "Pakiety dla programistów KDE" -#. summary(pgaccess) +#. description(lilypond-doc:lilypond-doc-cs) #, fuzzy -msgid "Database Management Tool for PostgreSQL" -msgstr "Moduł zarządzania pakietami dla Linuksa" +msgid "Czech documentation files for the GNU LilyPond music typesetter." +msgstr "Pakiety dla programistów KDE" -#. summary(php5-pear-MDB2) +#. summary(lilypond-doc:lilypond-doc-de) #, fuzzy -msgid "Database abstraction layer" -msgstr "Interfejs użytkownika dla warstwy abstrakcji urządzeń wejściowych" +msgid "Documentation for the LilyPond Typesetter (de)" +msgstr "Pakiety dla programistów KDE" -#. 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" -"\n" -"Builder provides a number of methods, most of which you'll never need, or at " -"least rarely need. They're provided more for exposing of the module's " -"innards to any subclasses, or for when you need to do something slightly " -"beyond what I expected.\n" -"\n" -"This creates the end methods. Coderefs die on bad parses, return 'DateTime' " -"objects on good parse." -msgstr "" - -#. description(perl-DateTime-Locale) -msgid "" -"DateTime::Locale is primarily a factory for the various locale subclasses. " -"It also provides some functions for getting information on all the available " -"locales.\n" -"\n" -"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." -msgstr "" - -#. summary(perl-Declare-Constraints-Simple) -msgid "Declarative Validation of Data Structures" -msgstr "" - -#. summary(perl-MooseX-Declare) -msgid "Declarative syntax for Moose" -msgstr "" - -#. summary(perl-MooseX-ClassAttribute) -msgid "Declare class attributes Moose-style" -msgstr "" - -#. summary(php5-pear-Mail_mimeDecode) -msgid "Decode mime messages" -msgstr "" - -#. summary(perl-constant-boolean) -msgid "Define TRUE and FALSE constants." -msgstr "" - -#. description(perl-constant-boolean) -msgid "" -"Defines 'TRUE' and 'FALSE' constants in caller's namespace. You could use " -"simple values like empty string or zero for false, or any non-empty and non-" -"zero string value as true, but the 'TRUE' and 'FALSE' constants are more " -"descriptive.\n" -"\n" -"It is virtually the same as:\n" -"\n" -" use constant TRUE => !! 1; use constant FALSE => !! '';\n" -"\n" -"The constants exported by 'constant::boolean' are not reported by the Test::" -"Pod::Coverage manpage, so it is more convenient to use this module than to " -"define 'TRUE' and 'FALSE' constants by yourself.\n" -"\n" -"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" -msgstr "" - -#. summary(polkit:polkit-doc) +#. description(lilypond-doc:lilypond-doc-de) #, fuzzy -msgid "Development documentation for PolicyKit" +msgid "German documentation files for the GNU LilyPond music typesetter." msgstr "Pakiety dla programistów KDE" -#. description(polkit:polkit-doc) +#. summary(lilypond-doc:lilypond-doc-es) #, fuzzy -msgid "Development documentation for PolicyKit Authorization Framework." +msgid "Documentation for the LilyPond Typesetter (es)" msgstr "Pakiety dla programistów KDE" -#. summary(python3-CXX:python3-CXX-devel) +#. description(lilypond-doc:lilypond-doc-es) #, fuzzy -msgid "Development files for python3-CXX" -msgstr "Nie znaleziono aktualizacji dla wybranych pakietów." +msgid "Spanish documentation files for the GNU LilyPond music typesetter." +msgstr "Pakiety dla programistów KDE" -#. summary(ppl:ppl-devel-32bit) +#. summary(lilypond-doc:lilypond-doc-fr) #, fuzzy -msgid "Development tools for the Parma Polyhedra Library C and C++ interfaces" -msgstr "Dokument" +msgid "Documentation for the LilyPond Typesetter (fr)" +msgstr "Pakiety dla programistów KDE" -#. summary(perl-Text-TabularDisplay) -msgid "Display text in formatted table output" -msgstr "" - -#. summary(perl-Devel-StackTrace-AsHTML) -msgid "Displays stack trace in HTML" -msgstr "" - -#. description(perl-Dist-Zilla) -msgid "" -"Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this " -"respect, it is like the ExtUtils::MakeMaker manpage, the Module::Build " -"manpage, or the Module::Install manpage. Unlike those tools, however, it is " -"not also a system for installing code that has been downloaded from the " -"CPAN. Since it's only run by authors, and is meant to be run on a repository " -"checkout rather than on published, released code, it can do much more than " -"those tools, and is free to make much more ludicrous demands in terms of " -"prerequisites.\n" -"\n" -"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" -msgstr "" - -#. summary(python-detox) -msgid "Distributing activities of the tox tool" -msgstr "" - -#. summary(python-distutils-extra) -msgid "Distutils/Setuptools Adapter" -msgstr "" - -#. description(python-Distutils2) -msgid "" -"Distutils2 is the new version of Distutils. It's not backward compatible " -"with Distutils but provides more features, and implement most new packaging " -"standards.\n" -"\n" -"See the documentation at http://packages.python.org/Distutils2 for more info." -msgstr "" - -#. summary(PlotDigitizer) -msgid "Ditigize scanned plots of functional data" -msgstr "" - -#. summary(python-Epsilon) -msgid "Divmod utility package" -msgstr "" - -#. summary(python-django-celery) -msgid "Django Celery Integration" -msgstr "" - -#. description(python-django_compressor) -msgid "" -"Django Compressor combines and compresses linked and inline Javascript or " -"CSS in a Django templates into cacheable static files by using the \"compress" -"\" template tag." -msgstr "" - -#. summary(python-django-auth-ldap) -msgid "Django LDAP authentication backend" -msgstr "" - -#. description(python-django-navigation) -msgid "" -"Django Navigation is a breadcrumbs navigation application for Django Web " -"Framework." -msgstr "" - -#. 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) +#. description(lilypond-doc:lilypond-doc-fr) #, fuzzy -msgid "Documentation and help files for python-beautifulsoup4" +msgid "French documentation files for the GNU LilyPond music typesetter." msgstr "Pakiety dla programistów KDE" -#. description(python3-beautifulsoup4:python3-beautifulsoup4-doc) +#. summary(lilypond-doc:lilypond-doc-hu) #, fuzzy -msgid "Documentation and help files for python3-beautifulsoup4" +msgid "Documentation for the LilyPond Typesetter (hu)" msgstr "Pakiety dla programistów KDE" -#. summary(python3-polib:python3-polib-doc) +#. description(lilypond-doc:lilypond-doc-hu) #, fuzzy -msgid "Documentation for Library to Manipulate gettext Files" -msgstr "Aktualizacje czasu dostępu" +msgid "Hungary documentation files for the GNU LilyPond music typesetter." +msgstr "Pakiety dla programistów KDE" -#. summary(python-Flask:python-Flask-doc) +#. summary(lilypond-doc:lilypond-doc-it) #, fuzzy -msgid "Documentation for python-Flask" -msgstr "Dokument" +msgid "Documentation for the LilyPond Typesetter (it)" +msgstr "Pakiety dla programistów KDE" -#. summary(python3-SQLAlchemy:python3-SQLAlchemy-doc) +#. description(lilypond-doc:lilypond-doc-it) #, fuzzy -msgid "Documentation for python-SQLAlchemy" -msgstr "Dokument" +msgid "Italian documentation files for the GNU LilyPond music typesetter." +msgstr "Pakiety dla programistów KDE" -#. summary(python-beautifulsoup4:python-beautifulsoup4-doc) +#. summary(lilypond-doc:lilypond-doc-ja) #, fuzzy -msgid "Documentation for python-beautifulsoup4" -msgstr "Dokument" +msgid "Documentation for the LilyPond Typesetter (ja)" +msgstr "Pakiety dla programistów KDE" -#. summary(python3-Sphinx:python3-Sphinx-doc) +#. description(lilypond-doc:lilypond-doc-ja) #, fuzzy -msgid "Documentation for python3-Sphinx" -msgstr "Dokument" +msgid "Japanese documentation files for the GNU LilyPond music typesetter." +msgstr "Pakiety dla programistów KDE" -#. summary(python3-beautifulsoup4:python3-beautifulsoup4-doc) +#. summary(lilypond-doc:lilypond-doc-nl) #, fuzzy -msgid "Documentation for python3-beautifulsoup4" -msgstr "Dokument" +msgid "Documentation for the LilyPond Typesetter (nl)" +msgstr "Pakiety dla programistów KDE" -#. summary(python3-numpy-doc) +#. description(lilypond-doc:lilypond-doc-nl) #, fuzzy -msgid "Documentation for python3-numpy" -msgstr "Dokument" +msgid "Dutch documentation files for the GNU LilyPond music typesetter." +msgstr "Pakiety dla programistów KDE" -#. summary(ppl:ppl-doc) +#. summary(lilypond-doc:lilypond-doc-zh) #, fuzzy -msgid "Documentation for the Parma Polyhedra Library" -msgstr "Dokument" +msgid "Documentation for the LilyPond Typesetter (zh)" +msgstr "Pakiety dla programistów KDE" -#. description(python-eventlet:python-eventlet-doc) +#. description(lilypond-doc:lilypond-doc-zh) #, fuzzy -msgid "Documentation for the python-eventlet package." -msgstr "Dokument" +msgid "Chinese documentation files for the GNU LilyPond music typesetter." +msgstr "Pakiety dla programistów KDE" -#. 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." +#. summary(lilypond:lilypond-emmentaler-fonts) +msgid "Lilypond emmentaler fonts" 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" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Austria) -msgid "Driver class to calculate holidays in Austria" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Brazil) -msgid "Driver class to calculate holidays in Brazil" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Croatia) -msgid "Driver class to calculate holidays in Croatia" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Denmark) -msgid "Driver class to calculate holidays in Denmark" -msgstr "" - -#. summary(php5-pear-Date_Holidays_EnglandWales) -msgid "Driver class to calculate holidays in England and Wales" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Finland) -msgid "Driver class to calculate holidays in Finland" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Germany) -msgid "Driver class to calculate holidays in Germoney" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Iceland) -msgid "Driver class to calculate holidays in Iceland" -msgstr "" - -#. summary(php5-pear-Date_Holidays_Ireland) -msgid "Driver class to calculate holidays in Ireland" -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) +#. description(lilypond:lilypond-emmentaler-fonts) 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" +"LilyPond is an automated music engraving system. It formats music beautifully and automatically, and has a friendly syntax for its input files.\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" +"These are the emmentaler fonts included in the package." msgstr "" -#. summary(libkate:python-katedj) -msgid "Editor and remixer for Kate streams in Ogg" +#. summary(lilypond:lilypond-fonts-common) +msgid "Lilypond fonts common dir" 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) +#. description(lilypond:lilypond-fonts-common) 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" +"LilyPond is an automated music engraving system. It formats music beautifully and automatically, and has a friendly syntax for its input files.\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)" +"This contains the directory common to all lilypond fonts." msgstr "" -#. summary(perl-Iterator-Util) -msgid "Essential utilities for the Iterator class" -msgstr "" +#. summary(linphone:linphone-lang) +#, fuzzy +msgid "Languages for package linphone" +msgstr "Pakiet nie jest podpisany" -#. description(python-etude) -msgid "Etude Music Player is an xmms2 client written in pygtk." -msgstr "" +#. description(linphone:linphone-lang) +#, fuzzy +msgid "Provides translations to the package linphone" +msgstr "Nie znaleziono programu su." -#. 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." +#. summary(linux-libertine-fonts) +msgid "Free Serif Fonts" msgstr "" -#. summary(perl-Text-Template) -msgid "Expand template text with embedded Perl" +#. 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-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." +#. summary(linuxrc-devtools) +msgid "Tools to submit from Git to OBS via Jenkins" msgstr "" -#. summary(perl-Exporter-Declare) -msgid "Exporting done right" +#. description(linuxrc-devtools) +msgid "This is a collection of scripts used to connect github via jenkins to the open build service." msgstr "" -#. description(perl-ExtUtils-Config) -msgid "ExtUtils::Config is an abstraction around the %Config hash." -msgstr "" +#. summary(lirc:lirc-config) +#, fuzzy +msgid "LIRC Configuration Tools and Data" +msgstr "&Zmiana konfiguracji" -#. summary(perl-DBIx-Class) -msgid "Extensible and flexible object <-> relational mapper" +#. description(lirc:lirc-config) +msgid "The LIRC config package contains tools and data to ease the LIRC configuration process." msgstr "" -#. summary(python-django-navigation) -msgid "Extensible breadcrumbs navigation for Django" +#. summary(lit) +msgid "A portable tool for executing test suites" msgstr "" -#. summary(perl-PPIx-Utilities) -msgid "Extensions to L<PPI|PPI>." +#. description(lit) +msgid "Lit is a portable tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of failures. Lit is designed to be a lightweight testing tool with as simple a user interface as possible." 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 "" - -#. summary(perl-Image-Info) -msgid "Extract meta information from image files" -msgstr "" - -#. summary(perl-Test-Deep) -msgid "Extremely flexible deep comparison" -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" -"\n" -"For example, here's a valid MIME header you might get:\n" -"\n" -" From: =?US-ASCII?Q?Keith_Moore?= <moore@cs.utk.edu> To: =?" -"ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld@dkuug.dk> CC: =?ISO-8859-1?Q?" -"Andr=E9_?= Pirard <PIRARD@vm1.ulg.ac.be> Subject: =?ISO-8859-1?B?" -"SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?= =?ISO-8859-2?B?" -"dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?= =?US-ASCII?Q?.._cool!?=\n" -"\n" -"The fields basically decode to (sorry, I can only approximate the Latin " -"characters with 7 bit sequences /o and 'e):\n" -"\n" -" From: Keith Moore <moore@cs.utk.edu> To: Keld J/orn Simonsen " -"<keld@dkuug.dk> CC: Andr'e Pirard <PIRARD@vm1.ulg.ac.be> " -"Subject: If you can read this you understand the example... cool!\n" -"\n" -"*Supplement*: Fellow Americans, Europeans, you probably won't know what the " -"hell this module is for. East Asians, et al, you probably do. '(^_^)'.\n" -"\n" -"For example, here's a valid MIME header you might get:\n" -"\n" -" Subject: =?EUC-KR?B?sNTAuLinKGxhemluZXNzKSwgwvzB9ri7seIoaW1w?= " -"=?EUC-KR?B?YXRpZW5jZSksILGzuLgoaHVicmlzKQ==?=\n" -"\n" -"The fields basically decode to (sorry, I cannot approximate the non-Latin " -"multibyte characters with any 7 bit sequences):\n" -"\n" -" Subject: ???(laziness), ????(impatience), ??(hubris)" -msgstr "" - -#. summary(perl-Path-Tiny) +#. summary(littlewizard-examples) #, fuzzy -msgid "File path utility" -msgstr "Montowanie NFS" +msgid "Example files for Little Wizard" +msgstr "Pakiety dla programistów KDE" -#. description(perl-File-ShareDir-Install) +#. description(littlewizard-examples) 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" +"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" -"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." +"This package contains example files for Little Wizard." msgstr "" -#. description(perl-File-pushd) -msgid "" -"File::pushd does a temporary 'chdir' that is easily and automatically " -"reverted, similar to 'pushd' in some Unix command shells. It works by " -"creating an object that caches the original working directory. When the " -"object is destroyed, the destructor calls 'chdir' to revert to the original " -"working directory. By storing the object in a lexical variable with a " -"limited scope, this happens automatically at the end of the scope.\n" -"\n" -"This is very handy when working with temporary directories for tasks like " -"testing; a function is provided to streamline getting a temporary directory " -"from the File::Temp manpage.\n" -"\n" -"For convenience, the object stringifies as the canonical form of the " -"absolute pathname of the directory entered." +#. summary(live-fat-stick) +#. summary(live-fat-stick:live-usb-gui) +msgid "Create live usb stick on fat partition" msgstr "" -#. description(perl-Filesys-Notify-Simple) +#. description(live-fat-stick) msgid "" -"Filesys::Notify::Simple is a simple but unified interface to get " -"notifications of changes to a given filesystem path. It utilizes inotify2 on " -"Linux, fsevents on OS X, kqueue on FreeBSD and FindFirstChangeNotification " -"on Windows if they're installed, with a fallback to the full directory scan " -"if they're not available.\n" +"Create multi boot USB stick/hard disk with whole iso/s on vfat/fat32 partition keeping existing data untouched.\n" "\n" -"There are some limitations in this module. If you don't like it, use the " -"File::ChangeNotify manpage.\n" +"If --isohybrid option is used then it removes all existing data and creates new partitions.\n" "\n" -"* *\n" +"run this command as root (su -, not sudo) live-fat-stick isopath stickpartition e.g.: live-fat-stick /home/geeko/openSUSE-Edu-li-f-e-12.2-1-i686.iso /dev/sdXY\n" "\n" -" There is no file name based filter. Do it in your own code.\n" +"To add various distribution iso to the stick, run the following: For openSUSE : live-fat-stick --suse /path/to/openSUSE-filename.iso /dev/sdXY For Ubuntu : live-fat-stick --ubuntu /path/to/ubuntu-filename.iso /dev/sdXY For Mint : live-fat-stick --mint /path/to/mint-filename.iso /dev/sdXY For Fedora : live-fat-stick --fedora /path/to/fedora-filename.iso /dev/sdXY For isohybrid : live-fat-stick --isohybrid /path/to/isohybrid-filename.iso /dev/sdX\n" "\n" -"* *\n" +"isopath should be full absolute path of iso image and the device should be actual partition on the stick like /dev/sdb1, /dev/sdc1,/dev/sdc2...\n" "\n" -" You can not get types of events (created, updated, deleted).\n" +"The stick partition has to be vfat/fat32 format.\n" "\n" -"* *\n" +"run live-fat-stick -l(or --list) to list the possible usb storage devices available.\n" "\n" -" Currently 'wait' method blocks.\n" -"\n" -"In return, this module doesn't depend on any non-core modules. Platform " -"specific optimizations with the Linux::Inotify2 manpage, the Mac::FSEvents " -"manpage, the Filesys::Notify::KQueue manpage and the Win32::ChangeNotify " -"manpage are truely optional.\n" -"\n" -"NOTE: Using the Win32::ChangeNotify manpage may put additional limitations.\n" -"\n" -"* *\n" -"\n" -" the Win32::ChangeNotify manpage uses FindFirstChangeNotificationA so " -"that Unicode characters can not be handled. On cygwin (1.7 or later), " -"Unicode characters should be able to be handled when the Win32::" -"ChangeNotify manpage is not used.\n" -"\n" -"* *\n" -"\n" -" If more than 64 directories are included under the specified paths, an " -"error occurrs." +"It is possible to boot multiple distributions and iso images from same device, should work with all recent openSUSE or Ubuntu live iso images. Fedora iso is not copied but is extracted as it does not support booting from iso." msgstr "" -#. summary(perl-XML-Filter-BufferText) -msgid "Filter to put all characters() in one event" -msgstr "" - -#. description(php5-pear-phpunit-DbUnit) +#. description(live-fat-stick:live-usb-gui) 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 "" - -#. summary(perl-Devel-Cycle) -msgid "Find memory cycles in objects" -msgstr "" - -#. summary(perl-Devel-FindPerl) -msgid "Find the path to your perl" -msgstr "" - -#. summary(perl-File-HomeDir) -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." -msgstr "" - -#. summary(python-fixtures) -msgid "Fixtures, reusable state for writing clean tests and more" -msgstr "" - -#. description(python-flake8) -msgid "" -"Flake8 is a wrapper around these tools:\n" +"A simple zenity/kdialog based GUI to run live-fat-stick script that creates bootable USB device(stick/HDD) using iso image on a vfat partition, keeps existing data untouched.\n" "\n" -"- PyFlakes\n" -"- pep8\n" -"- Ned Batchelder's McCabe script\n" -"\n" -"Flake8 runs all the tools by launching the single ``flake8`` script." +"It also supports creating bootable USB sticks from iso images processed with isohybrid, such as openSUSE installation DVD and other Linux distributions." 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!" +#. summary(livedtd) +msgid "DTD Visualizing Tool" msgstr "" -#. 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." +#. 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 "" -#. summary(perl-MooseX-Meta-TypeConstraint-ForceCoercion) -msgid "Force coercion when validating type constraints" +#. summary(livestreamer) +msgid "Program to pipe streams from services into a video player" msgstr "" -#. summary(perl-Lingua-EN-Inflect-Number) -msgid "Force number of words to singular or plural" +#. description(livestreamer) +msgid "Livestreamer is a command-line utility that pipes video streams from various services into a video player, such as MPV. The main purpose of Livestreamer is to allow the user to avoid buggy and CPU heavy flash plugins but still be able to enjoy various streamed content. There is also an API available for developers who want access to the video stream data." msgstr "" -#. summary(perl-Devel-Hide) -msgid "Forces the unavailability of specified Perl modules (for testing)" -msgstr "" +#. summary(log4j:log4j-javadoc) +#, fuzzy +msgid "Java logging tool (Documentation)" +msgstr "Pomoc i dokumentacja" -#. summary(perl-Test-SharedFork) -msgid "Fork test" -msgstr "" +#. description(log4j:log4j-javadoc) +#, fuzzy +msgid "Documentation javadoc for Java logging tool log4j." +msgstr "Pakiety dla programistów KDE" -#. 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(log4j:log4j-manual) +msgid "Java logging tool (Manual)" msgstr "" -#. summary(po4a) +#. description(log4j:log4j-manual) #, fuzzy -msgid "Framework to translate documentation and other materials" -msgstr "" -"Proszę użyć tego przycisku, aby uruchomić program YaST i zachować " -"konfigurację." +msgid "Documentation manual for Java logging tool log4j." +msgstr "Pakiety dla programistów KDE" -#. 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(logwarn:logwarn-nagios-plugin) +msgid "Nagios plugin based on the logwarn(1) utility" msgstr "" -#. description(python-grequests) +#. description(logwarn:logwarn-nagios-plugin) msgid "" -"GRequests allows you to use Requests with Gevent to make asyncronous HTTP " -"Requests easily.\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" -"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]>]" +"This package contains the Nagios plugin that is based on logwarn." msgstr "" -#. summary(python-imagestore) -msgid "Gallery solution for django projects" +#. summary(logwatch) +msgid "Analyzes and Reports on system logs" msgstr "" -#. summary(perl-SQL-Abstract) -msgid "Generate SQL from Perl data structures" +#. 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 "" -#. summary(perl-Object-Signature) -msgid "Generate cryptographic signatures for objects" +#. summary(lomt-fonts:lomt-blackout-fonts) +msgid "League Of Movable Type's \"Blackout\" font family" msgstr "" -#. summary(perl-Email-MessageID) -msgid "Generate world unique message-ids." +#. description(lomt-fonts:lomt-blackout-fonts) +msgid "A font inspired by the author filling in sans-serif newspaper headlines." msgstr "" -#. summary(php5-pear-Text_CAPTCHA) -msgid "Generation of CAPTCHAs" +#. summary(lomt-fonts:lomt-chunk-fonts) +msgid "League Of Movable Type's \"Chunk\" font" 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(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 "" -#. summary(php5-pear-Date) -msgid "Generic date/time handling" +#. summary(lomt-fonts:lomt-fanwood-fonts) +msgid "League Of Movable Type's \"Fanwood\" font family" 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." +#. 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 "" -#. 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(lomt-fonts:lomt-goudybookletter-fonts) +msgid "League Of Movable Type's \"Goudy Bookletter 1911\" font" msgstr "" -#. summary(perl-Net-Whois-Raw) -msgid "Get Whois information for domains" +#. description(lomt-fonts:lomt-goudybookletter-fonts) +msgid "A serif font based on Frederic Goudy's Kennerley Oldstyle." msgstr "" -#. summary(perl-Getopt-Long-Descriptive) -msgid "Getopt::Long, but simpler and more powerful" +#. summary(lomt-fonts:lomt-junction-fonts) +msgid "League Of Movable Type's \"Junction\" font" msgstr "" -#. description(perl-Getopt-Long-Descriptive) -msgid "" -"Getopt::Long::Descriptive is yet another Getopt library. It's built atop " -"Getopt::Long, and gets a lot of its features, but tries to avoid making you " -"think about its huge array of options.\n" -"\n" -"It also provides usage (help) messages, data validation, and a few other " -"useful features." +#. 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 "" -#. 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." +#. summary(lomt-fonts:lomt-knewave-fonts) +msgid "League Of Movable Type's \"Knewave\" font family" 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" -"\n" -"They _die_ with a message like:\n" -"\n" -" Can't locate Module/ToHide.pm (hidden)\n" -"\n" -"The original intent of this module is to allow Perl developers to test for " -"alternative behavior when some modules are not available. In a Perl " -"installation, where many modules are already installed, there is a chance to " -"screw things up because you take for granted things that may not be there in " -"other machines.\n" -"\n" -"For example, to test if your distribution does the right thing when a module " -"is missing, you can do\n" -"\n" -" perl -MDevel::Hide=Test::Pod Makefile.PL\n" -"\n" -"forcing 'Test::Pod' to not be found (whether it is installed or not).\n" -"\n" -"Another use case is to force a module which can choose between two " -"requisites to use the one which is not the default. For example, 'XML::" -"Simple' needs a parser module and may use 'XML::Parser' or 'XML::" -"SAX' (preferring the latter). If you have both of them installed, it will " -"always try 'XML::SAX'. But you can say:\n" -"\n" -" perl -MDevel::Hide=XML::SAX script_which_uses_xml_simple.pl\n" -"\n" -"NOTE. This module does not use the Carp manpage. As said before, denial " -"_dies_.\n" -"\n" -"This module is pretty trivial. It uses a code reference in @INC to get rid " -"of specific modules during require - denying they can be successfully loaded " -"and stopping the search before they have a chance to be found.\n" -"\n" -"There are three alternative ways to include modules in the hidden list:\n" -"\n" -"* *\n" -"\n" -" setting @Devel::Hide::HIDDEN\n" -"\n" -"* *\n" -"\n" -" environment variable DEVEL_HIDE_PM\n" -"\n" -"* *\n" -"\n" -" import()\n" -"\n" -"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." +#. description(lomt-fonts:lomt-knewave-fonts) +msgid "Knewave is a bold, painted font face." 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." +#. summary(lomt-fonts:lomt-leaguegothic-fonts) +msgid "League Of Movable Type's \"League Gothic\" font family" msgstr "" -#. summary(python-ipaddr) -msgid "Google's IP address manipulation library" +#. description(lomt-fonts:lomt-leaguegothic-fonts) +msgid "League Gothic is a revival of an old classic, Alternate Gothic #1." msgstr "" -#. 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." +#. summary(lomt-fonts:lomt-lindenhill-fonts) +msgid "League Of Movable Type's \"Linden Hill\" font family" msgstr "" -#. summary(python3-pyparsing:python3-pyparsing-doc) -#, fuzzy -msgid "Grammar Parser Library for Python - Documentation" -msgstr "Pomoc i dokumentacja" - -#. summary(perl-Graph) -msgid "Graph data structures and algorithms" +#. 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(php5-pear-ezc-Graph) -msgid "Graph package of ezcomponents" +#. summary(lomt-fonts:lomt-orbitron-fonts) +msgid "League Of Movable Type's \"Orbitron\" font family" 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." +#. 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(python-hp3parclient) -msgid "HP 3PAR HTTP REST Client" +#. summary(lomt-fonts:lomt-ostrichsans-fonts) +msgid "League Of Movable Type's \"Ostrich Sans\" font family" msgstr "" -#. summary(python-FormEncode) -msgid "HTML form validation, generation, and conversion package" +#. 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 "" -#. summary(perl-HTML-FormHandler) -msgid "HTML forms using Moose" +#. summary(lomt-fonts:lomt-prociono-fonts) +msgid "League Of Movable Type's \"Prociono\" font" msgstr "" -#. summary(python-html5lib) -msgid "HTML parser based on the WHAT-WG Web Applications 1" +#. 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(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" +#. summary(lomt-fonts:lomt-script1-fonts) +msgid "League Of Movable Type's \"League Script Number One\" font" msgstr "" -#. description(perl-HTML-RewriteAttributes) -msgid "" -"HTML::RewriteAttributes is designed for simple yet powerful HTML attribute " -"rewriting.\n" -"\n" -"You simply specify a callback to run for each attribute and we do the rest " -"for you.\n" -"\n" -"This module is designed to be subclassable to make handling special cases " -"eaiser. See the source for methods you can override.\n" -"\n" -"Author:\n" -"------- Shawn M Moore, <sartak@bestpractical.com>" +#. 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 "" -#. summary(perl-HTTP-Body) -msgid "HTTP Body Parser" +#. summary(lomt-fonts:lomt-sniglet-fonts) +msgid "League Of Movable Type's \"Sniglet\" font" msgstr "" -#. summary(python-httpretty) -msgid "HTTP client mock for Python" +#. 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(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" -"\n" -"Chunked bodies are supported by not passing a length value to new().\n" -"\n" -"It is currently used by the Catalyst manpage to parse POST bodies." +#. summary(lomt-fonts:lomt-sortsmillgoudy-fonts) +msgid "League Of Movable Type's \"Sorts Mill Goudy\" font family" 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." +#. 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 "" -#. description(python-halite) -msgid "" -"Halite is the salt web ui, from which you can run salt jobs/events and track " -"progress" -msgstr "" +#. summary(lonote) +#, fuzzy +msgid "A personal note-taking application by Python3-qt4" +msgstr "Uruchom program" -#. summary(python-halite) -msgid "Halite the salt Web UI" +#. 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 "" -#. summary(perl-Data-Hierarchy) -msgid "Handle data in a hierarchical structure" +#. summary(loook) +msgid "Search strings in ODF documents" msgstr "" -#. summary(php5-pear-Net_Sieve) -msgid "Handles talking to a sieve server" +#. description(loook) +msgid "This program is a program written in Python that searches for strings in files created by OpenOffice.org, Apache OpenOffice, LibreOffice or StarOffice 6.0 or higher. This is especially true for all documents that were created in the Open Document Format. In addition, it can now also search in documents created by Microsoft Word, Excel or PowerPoint from the 2007 version in an OOXML format." msgstr "" -#. summary(perl-WWW-Mechanize) -msgid "Handy web browsing in a Perl object" +#. summary(lostfeathers) +msgid "Help a bird to recover his magical feathers" msgstr "" -#. description(python-happybase) +#. description(lostfeathers) 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" +"The Lost Feathers\n" "\n" -"Values in hashes are considered to be either ARRAY references, HASH " -"references, or otherwise are treated as SCALARs. By default, the data passed " -"to the merge function will be cloned using the Clone module; however, if " -"necessary, this behavior can be changed to use as many of the original " -"values as possible. (See 'set_clone_behavior').\n" +"You control a boy and his bird named Py. Your goal is to recover Py's magical feathers, which were stolen by Evil Businessman.\n" "\n" -"Because there are a number of possible ways that one may want to merge " -"values when keys are conflicting, Hash::Merge provides several preset " -"methods for your convenience, as well as a way to define you own." +"Help a bird to recover his magical feathers." msgstr "" -#. description(perl-Hash-Merge-Simple) -msgid "" -"Hash::Merge::Simple will recursively merge two or more hashes and return the " -"result as a new hash reference. The merge function will descend and merge " -"hashes that exist under the same node in both the left and right hash, but " -"doesn't attempt to combine arrays, objects, scalars, or anything else. The " -"rightmost hash also takes precedence, replacing whatever was in the left " -"hash if a conflict occurs.\n" -"\n" -"This code was pretty much taken straight from the Catalyst::Utils manpage, " -"and modified to handle more than 2 hashes at the same time." +#. summary(lrcShow-X) +msgid "Application for media-players to show and search lyrics" msgstr "" -#. description(perl-Hash-MultiValue) -msgid "" -"Hash::MultiValue is an object (and a plain hash reference) that may contain " -"multiple values per key, inspired by MultiDict of WebOb." +#. 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(perl-Sysadm-Install) -msgid "" -"Have you ever wished for your installation shell scripts to run " -"reproducibly, without much programming fuzz, and even with optional logging " -"enabled? Then give up shell programming, use Perl.\n" -"\n" -"'Sysadm::Install' executes shell-like commands performing typical " -"installation tasks: Copying files, extracting tarballs, calling 'make'. It " -"has a 'fail once and die' policy, meticulously checking the result of every " -"operation and calling 'die()' immediately if anything fails.\n" -"\n" -"'Sysadm::Install' also supports a _dry_run_ mode, in which it logs " -"everything, but suppresses any write actions. Dry run mode is enabled by " -"calling 'Sysadm::Install::dry_run(1)'. To switch back to normal, call " -"'Sysadm::Install::dry_run(0)'.\n" -"\n" -"As of version 0.17, 'Sysadm::Install' supports a _confirm_ mode, in which it " -"interactively asks the user before running any of its functions (just like " -"'rm -i'). _confirm_ mode is enabled by calling 'Sysadm::Install::confirm" -"(1)'. To switch back to normal, call 'Sysadm::Install::confirm(0)'.\n" -"\n" -"'Sysadm::Install' is fully Log4perl-enabled. To start logging, just " -"initialize 'Log::Log4perl'. 'Sysadm::Install' acts as a wrapper class, " -"meaning that file names and line numbers are reported from the calling " -"program's point of view." -msgstr "" +#. summary(lrcShow-X:lrcShow-X-lang) +#, fuzzy +msgid "Languages for package lrcShow-X" +msgstr "Pakiet nie jest podpisany" -#. description(python3-CXX:python3-CXX-devel) +#. description(lrcShow-X:lrcShow-X-lang) #, fuzzy -msgid "Header files and documentation for python3-CXX development." -msgstr "Pakiety dla programistów KDE" +msgid "Provides translations to the package lrcShow-X" +msgstr "Nie znaleziono programu su." -#. 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" -msgstr "" - -#. summary(python-eventlet) +#. summary(lua:lua-doc) +#. summary(lua51:lua51-doc) #, fuzzy -msgid "Highly concurrent networking library" -msgstr "Novell i Linux" +msgid "Documentation for Lua, a small embeddable language" +msgstr "Pomoc i dokumentacja" -#. summary(python-eventlet:python-eventlet-doc) +#. summary(lua52:lua52-doc) #, fuzzy -msgid "Highly concurrent networking library - Documentation" +msgid "Documentation for lua, a small embeddable language" msgstr "Pomoc i dokumentacja" -#. 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." +#. summary(lucene) +#. summary(lucene:lucene-contrib) +#. summary(lucene:lucene-contrib-benchmark) +#. summary(lucene:lucene-contrib-db) +#. summary(lucene:lucene-demo) +#. summary(lucene:lucene-javadoc) +msgid "High-performance, full-featured text search engine" msgstr "" -#. summary(php5-pear-Horde_Text_Flowed) -msgid "Horde API for flowed text as per RFC 3676" +#. description(lucene) +#. description(lucene:lucene-contrib) +#. description(lucene:lucene-contrib-benchmark) +#. description(lucene:lucene-contrib-db) +#. description(lucene:lucene-demo) +#. description(lucene:lucene-javadoc) +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_ActiveSync) -msgid "Horde ActiveSync Server Library" -msgstr "" - -#. summary(php5-pear-Horde_Auth) +#. summary(lxde-common:lxde-common-branding-upstream) #, fuzzy -msgid "Horde Authentication API" -msgstr "Podstawa serwera aplikacji SAP" +msgid "Upstream branding" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Autoloader) -#, fuzzy -msgid "Horde Autoloader Library" -msgstr "Novell i Linux" +#. 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 "" -#. summary(php5-pear-Horde_Browser) -msgid "Horde Browser API" +#. summary(lxqt-common) +msgid "Common Data File" msgstr "" -#. summary(php5-pear-Horde_Cache) -#, fuzzy -msgid "Horde Caching API" -msgstr "Podstawa serwera aplikacji SAP" +#. description(lxqt-common) +msgid "Common data file required for running an lxqt session" +msgstr "" -#. summary(php5-pear-Horde_Cli) +#. summary(lxqt-config:lxqt-config-lang) #, fuzzy -msgid "Horde Command Line Interface API" -msgstr "Interfejs wybierany przy uruchomieniu:" +msgid "Languages for package lxqt-config" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Compress) +#. description(lxqt-config:lxqt-config-lang) #, fuzzy -msgid "Horde Compression API" -msgstr "Podstawa serwera aplikacji SAP" +msgid "Provides translations to the package lxqt-config" +msgstr "Nie znaleziono programu su." -#. summary(php5-pear-Horde_Constraint) +#. summary(lxqt-notificationd:lxqt-notificationd-lang) #, fuzzy -msgid "Horde Constraint library" -msgstr "Programowanie GNOME" +msgid "Languages for package lxqt-notificationd" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Controller) +#. description(lxqt-notificationd:lxqt-notificationd-lang) #, fuzzy -msgid "Horde Controller libraries" -msgstr "Pakiety dla programistów KDE" +msgid "Provides translations to the package lxqt-notificationd" +msgstr "Nie znaleziono programu su." -#. summary(php5-pear-Horde_Core) +#. summary(lxqt-openssh-askpass:lxqt-openssh-askpass-lang) #, fuzzy -msgid "Horde Core Framework libraries" -msgstr "Pakiety dla programistów KDE" +msgid "Languages for package lxqt-openssh-askpass" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Crypt) -msgid "Horde Cryptography API" -msgstr "" - -#. summary(php5-pear-Horde_Db) +#. description(lxqt-openssh-askpass:lxqt-openssh-askpass-lang) #, fuzzy -msgid "Horde Database Libraries" -msgstr "Novell i Linux" +msgid "Provides translations to the package lxqt-openssh-askpass" +msgstr "Nie znaleziono programu su." -#. summary(php5-pear-Horde_Date_Parser) +#. summary(lxqt-policykit:lxqt-policykit-lang) #, fuzzy -msgid "Horde Date Parser" -msgstr "Novell i Linux" +msgid "Languages for package lxqt-policykit" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Date) -msgid "Horde Date package" -msgstr "" - -#. summary(php5-pear-Horde_Release) -msgid "Horde Distribution Packaging Tools" -msgstr "" - -#. summary(php5-pear-Horde_ElasticSearch) +#. description(lxqt-policykit:lxqt-policykit-lang) #, fuzzy -msgid "Horde ElasticSearch" -msgstr "Novell i Linux" +msgid "Provides translations to the package lxqt-policykit" +msgstr "Nie znaleziono programu su." -#. summary(php5-pear-Horde_Exception) -msgid "Horde Exception Handler" +#. summary(lynis) +msgid "Security and System auditing tool" msgstr "" -#. summary(php5-pear-Horde_Service_Facebook) -msgid "Horde Facebook client" +#. 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" msgstr "" -#. summary(php5-pear-Horde_Form) -msgid "Horde Form API" -msgstr "" - -#. summary(php5-pear-Horde_Http) +#. summary(m17n-db:m17n-db-lang) #, fuzzy -msgid "Horde HTTP libraries" -msgstr "Zarządzanie katalogami" +msgid "Languages for package m17n-db" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Imap_Client) +#. description(m17n-db:m17n-db-lang) #, fuzzy -msgid "Horde IMAP abstraction interface" -msgstr "Interfejs jądra" +msgid "Provides translations to the package m17n-db" +msgstr "Nie znaleziono programu su." -#. summary(php5-pear-Horde_Imsp) -msgid "Horde IMSP API" +#. summary(makeself) +msgid "Make self-extractable archives on Unix" msgstr "" -#. summary(php5-pear-Horde_Kolab_Cli) -msgid "Horde Kolab CLI" -msgstr "" - -#. summary(php5-pear-Horde_Ldap) -#, fuzzy -msgid "Horde LDAP libraries" -msgstr "Novell AppArmor" - -#. description(php5-pear-Horde_Log) +#. description(makeself) msgid "" -"Horde Logging package with configurable handlers, filters, and formatting." +"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" +"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(php5-pear-Horde_LoginTasks) -msgid "Horde Login Tasks System" -msgstr "" - -#. summary(php5-pear-Horde_Mime) +#. summary(marco:marco-lang) #, fuzzy -msgid "Horde MIME Library" -msgstr "Zarządzanie katalogami" +msgid "Languages for package marco" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Mail) +#. description(marco:marco-lang) #, fuzzy -msgid "Horde Mail Library" -msgstr "Zarządzanie katalogami" +msgid "Provides translations to the package marco" +msgstr "Nie znaleziono programu su." -#. summary(php5-pear-Horde_ListHeaders) +#. summary(marco:marco-themes) #, fuzzy -msgid "Horde Mailing List Headers library" -msgstr "Zarządzanie katalogami" +msgid "MATE window manager themes" +msgstr "Zarządzanie urządzeniami" -#. summary(php5-pear-Horde_Memcache) -#, fuzzy -msgid "Horde Memcache API" -msgstr "Podstawa serwera aplikacji SAP" - -#. summary(php5-pear-Horde_Oauth) -msgid "Horde OAuth client/server" +#. 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 "" -#. summary(php5-pear-Horde_Rdo) -msgid "Horde ORM API" -msgstr "" - -#. summary(php5-pear-Horde_Pdf) +#. summary(mate-applets:mate-applets-lang) #, fuzzy -msgid "Horde PDF format library" -msgstr "Zarządzanie katalogami" +msgid "Languages for package mate-applets" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Pear) +#. description(mate-applets:mate-applets-lang) #, fuzzy -msgid "Horde Pear Libraries" -msgstr "Pakiety dla programistów KDE" +msgid "Provides translations to the package mate-applets" +msgstr "Nie znaleziono programu su." -#. summary(php5-pear-Horde_Perms) -#, fuzzy -msgid "Horde Permissions System" -msgstr "Podstawowy system graficzny" +#. summary(mate-backgrounds) +msgid "A set of backgrounds packaged with the MATE desktop" +msgstr "" -#. summary(php5-pear-Horde_Prefs) -#, fuzzy -msgid "Horde Preferences API" -msgstr "Preferencje" +#. description(mate-backgrounds) +msgid "This is a collection of desktop wallpapers created with MATE users in mind." +msgstr "" -#. summary(php5-pear-Horde_Queue) +#. summary(mate-backgrounds:mate-backgrounds-lang) #, fuzzy -msgid "Horde Queue Layer" -msgstr "Podstawowy system graficzny" +msgid "Languages for package mate-backgrounds" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Rpc) +#. description(mate-backgrounds:mate-backgrounds-lang) #, fuzzy -msgid "Horde RPC Client/Server API" -msgstr "Serwer DHCP i DNS" +msgid "Provides translations to the package mate-backgrounds" +msgstr "Nie znaleziono programu su." -#. summary(php5-pear-Horde_Routes) -msgid "Horde Routes URL mapping system" +#. summary(mate-common) +msgid "Common scripts and macros to develop with MATE" msgstr "" -#. summary(php5-pear-Horde_Scheduler) -#, fuzzy -msgid "Horde Scheduler System" -msgstr "Podstawowy system graficzny" - -#. summary(php5-pear-Horde_Service_Weather) -msgid "Horde Service Weather" +#. description(mate-common) +msgid "mate-common is an extension to autoconf, automake and libtool for the MATE desktop environment and MATE applications. mate-autogen, and several macros are included to help in MATE source trees." msgstr "" -#. summary(php5-pear-Horde_SessionHandler) +#. summary(mate-branding-openSUSE:mate-control-center-branding-openSUSE) #, fuzzy -msgid "Horde Session Handler API" -msgstr "Bezprzewodowa sieć lokalna - dialog" +msgid "openSUSE Branding of mate-control-center" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Share) +#. description(mate-branding-openSUSE:mate-control-center-branding-openSUSE) #, fuzzy -msgid "Horde Shared Permissions System" -msgstr "Podstawowy system graficzny" +msgid "This package provides the openSUSE definition of what appears in the control center." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(php5-pear-Horde_SpellChecker) -msgid "Horde Spellcheck API" -msgstr "" - -#. summary(php5-pear-Horde_Stream) +#. summary(mate-control-center:mate-control-center-branding-upstream) #, fuzzy -msgid "Horde Stream Handler" -msgstr "Bezprzewodowa sieć lokalna - dialog" +msgid "The MATE Control Center -- Upstream Definition of Shell Content" +msgstr "Główne menu GNOME" -#. summary(php5-pear-Horde_Stream_Filter) -msgid "Horde Stream filters" +#. 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" +"This package provides the upstream definition of what appears in the control center." msgstr "" -#. summary(php5-pear-Horde_Stream_Wrapper) -msgid "Horde Stream wrappers" -msgstr "" - -#. summary(php5-pear-Horde_Template) +#. summary(mate-control-center:mate-control-center-lang) #, fuzzy -msgid "Horde Template System" -msgstr "Podstawowy system graficzny" +msgid "Languages for package mate-control-center" +msgstr "Pakiet nie jest podpisany" -#. description(php5-pear-Horde_Template) -msgid "" -"Horde Template system. Adapted from bTemplate, by Brian Lozier " -"<brian@massassi.net>." -msgstr "" - -#. summary(php5-pear-Horde_Text_Filter_Csstidy) +#. description(mate-control-center:mate-control-center-lang) #, fuzzy -msgid "Horde Text Filter API" -msgstr "Podstawa serwera aplikacji SAP" +msgid "Provides translations to the package mate-control-center" +msgstr "Nie znaleziono programu su." -#. summary(php5-pear-Horde_Timezone) +#. summary(mate-desktop:mate-desktop-lang) +#. summary(mate-desktop:mate-user-guide-lang) #, fuzzy -msgid "Horde Timezone library" -msgstr "Brak dostępnej konfiguracji" +msgid "Languages for package mate-desktop" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Token) +#. description(mate-desktop:mate-desktop-lang) +#. description(mate-desktop:mate-user-guide-lang) #, fuzzy -msgid "Horde Token API" -msgstr "Podstawa serwera aplikacji SAP" +msgid "Provides translations to the package mate-desktop" +msgstr "Nie znaleziono programu su." -#. summary(php5-pear-Horde_Tree) -msgid "Horde Tree API" +#. summary(mate-icon-theme) +msgid "MATE icon theme" msgstr "" -#. summary(php5-pear-Horde_Service_Twitter) -msgid "Horde Twitter client" +#. 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 "" -#. summary(php5-pear-Horde_Test) -msgid "Horde Unit Testing base classes" +#. summary(mate-icon-theme-faenza) +msgid "MATE Desktop Faenza compilation theme" msgstr "" -#. summary(php5-pear-Horde_Url) -msgid "Horde Url class" +#. description(mate-icon-theme-faenza) +#. description(mate-icon-theme-faenza:mate-icon-theme-faenza-dark) +#. description(mate-icon-theme-faenza:mate-icon-theme-faenza-gray) +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 "" -#. summary(php5-pear-Horde_Group) -#, fuzzy -msgid "Horde User Groups System" -msgstr "Podstawowy system graficzny" - -#. summary(php5-pear-Horde_Util) -#, fuzzy -msgid "Horde Utility Libraries" -msgstr "Programowanie GNOME" - -#. summary(php5-pear-Horde_View) -msgid "Horde View API" +#. summary(mate-icon-theme-faenza:mate-icon-theme-faenza-dark) +msgid "MATE Desktop faenza compilation theme, dark variant" msgstr "" -#. summary(php5-pear-Horde_Xml_Element) -msgid "Horde Xml Element Handling Class" +#. summary(mate-icon-theme-faenza:mate-icon-theme-faenza-gray) +msgid "MATE Desktop faenza compilation theme, grey variant" msgstr "" -#. summary(php5-pear-Horde_Alarm) +#. summary(mate-indicator-applet:mate-indicator-applet-lang) #, fuzzy -msgid "Horde alarm libraries" -msgstr "Pakiety dla programistów KDE" +msgid "Languages for package mate-indicator-applet" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Argv) +#. description(mate-indicator-applet:mate-indicator-applet-lang) #, fuzzy -msgid "Horde command-line argument parsing package" -msgstr "Zarządzanie katalogami" +msgid "Provides translations to the package mate-indicator-applet" +msgstr "Nie znaleziono programu su." -#. description(php5-pear-Horde_Db) -msgid "Horde database/SQL abstraction layer" -msgstr "" - -#. summary(php5-pear-Horde_Injector) -msgid "Horde dependency injection container" -msgstr "" - -#. summary(php5-pear-Horde_Icalendar) +#. summary(mate-media:mate-media-lang) #, fuzzy -msgid "Horde iCalendar API" -msgstr "Podstawa serwera aplikacji SAP" +msgid "Languages for package mate-media" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Nls) -msgid "Horde package for Native Language Support (NLS)" -msgstr "" - -#. summary(php5-pear-Horde_Support) -msgid "Horde support package" -msgstr "" - -#. summary(php5-pear-Horde_Translation) +#. description(mate-media:mate-media-lang) #, fuzzy -msgid "Horde translation library" -msgstr "Brak dostępnej konfiguracji" +msgid "Provides translations to the package mate-media" +msgstr "Nie znaleziono programu su." -#. description(php5-pear-Horde_Cli) -msgid "Horde_Cli:: API for basic command-line functionality/checks" +#. summary(mate-menu) +msgid "Advanced MATE menu" msgstr "" -#. description(php5-pear-Horde_Cli_Modular) +#. description(mate-menu) msgid "" -"Horde_Cli_Modular:: Modular API for basic command-line functionality/checks" -msgstr "" - -#. description(php5-pear-Horde_SessionHandler) -msgid "" -"Horde_SessionHandler defines an API for implementing custom session handlers " -"for PHP." -msgstr "" - -#. description(php5-pear-Horde_Share) -msgid "" -"Horde_Share provides an interface to all shared resources a user owns or has " -"access to." -msgstr "" - -#. summary(php5-pear-Horde_SyncMl) -msgid "Horde_SyncMl provides an API for processing SyncML requests" -msgstr "" - -#. 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" +"An advanced menu for MATE. Supports filtering, favourites, autosession, and many other features.\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." +"This menu originated in the Linux Mint distribution and has been ported to other distros that ship the MATE Desktop Environment." msgstr "" -#. summary(perl-IO-All) -msgid "IO::All of it to Graham and Damian!" -msgstr "" +#. summary(mate-menu:mate-menu-lang) +#, fuzzy +msgid "Languages for package mate-menu" +msgstr "Pakiet nie jest podpisany" -#. 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 "" +#. description(mate-menu:mate-menu-lang) +#, fuzzy +msgid "Provides translations to the package mate-menu" +msgstr "Nie znaleziono programu su." -#. summary(python-jsonpointer) -msgid "Identify specific nodes in a JSON document (according to draft 08)" -msgstr "" +#. summary(mate-branding-openSUSE:mate-menus-branding-openSUSE) +#, fuzzy +msgid "openSUSE Branding of mate-menus" +msgstr "Pakiet nie jest podpisany" -#. description(perl-Test-Deep) -msgid "" -"If you don't know anything about automated testing in Perl then you should " -"probably read about Test::Simple and Test::More before preceding. Test::Deep " -"uses the Test::Builder framework.\n" -"\n" -"Test::Deep gives you very flexible ways to check that the result you got is " -"the result you were expecting. At it's simplest it compares two structures " -"by going through each level, ensuring that the values match, that arrays and " -"hashes have the same elements and that references are blessed into the " -"correct class. It also handles circular data structures without getting " -"caught in an infinite loop.\n" -"\n" -"Where it becomes more interesting is in allowing you to do something besides " -"simple exact comparisons. With strings, the 'eq' operator checks that 2 " -"strings are exactly equal but sometimes that's not what you want. When you " -"don't know exactly what the string should be but you do know some things " -"about how it should look, 'eq' is no good and you must use pattern matching " -"instead. Test::Deep provides pattern matching for complex data structures" -msgstr "" +#. description(mate-branding-openSUSE:mate-menus-branding-openSUSE) +#, fuzzy +msgid "This package provides the openSUSE definitions for menus." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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-menus:mate-menus-branding-upstream) +#, fuzzy +msgid "The MATE Desktop Menu -- Upstream Menus Definitions" +msgstr "Domyślna przeglądarka menu i aplikacji" -#. description(perl-HTML-Scrubber) +#. description(mate-menus:mate-menus-branding-upstream) msgid "" -"If you wanna \"scrub\" or \"sanitize\" html input in a reliable and flexible " -"fashion, then this module is for you.\n" +"The package contains an implementation of the draft \"Desktop Menu Specification\" from freedesktop.org:\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 "" - -#. description(perl-UNIVERSAL-require) -msgid "" -"If you've ever had to do this...\n" +"http://freedesktop.org/Standards/menu-spec\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." +"This package provides the upstream definitions for menus." msgstr "" -#. 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(mate-menus:mate-menus-lang) +#, fuzzy +msgid "Languages for package mate-menus" +msgstr "Pakiet nie jest podpisany" -#. description(perl-MooseX-MultiInitArg) -msgid "" -"If you've ever wanted to be able to call an attribute any number of things " -"while you're passing arguments to your object constructor, Now You Can.\n" -"\n" -"The primary motivator is that I have some attributes that were named " -"inconsistently, and I wanted to rename them without breaking backwards " -"compatibility with my existing API." -msgstr "" +#. description(mate-menus:mate-menus-lang) +#, fuzzy +msgid "Provides translations to the package mate-menus" +msgstr "Nie znaleziono programu su." -#. 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(mate-netbook:mate-netbook-lang) +#, fuzzy +msgid "Languages for package mate-netbook" +msgstr "Pakiet nie jest podpisany" -#. 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 "" +#. description(mate-netbook:mate-netbook-lang) +#, fuzzy +msgid "Provides translations to the package mate-netbook" +msgstr "Nie znaleziono programu su." -#. description(php5-pear-SOAP) -msgid "Implementation of SOAP protocol and services" -msgstr "" +#. summary(mate-netspeed:mate-netspeed-lang) +#, fuzzy +msgid "Languages for package mate-netspeed" +msgstr "Pakiet nie jest podpisany" -#. summary(python-django-guardian) -msgid "Implementation of per object permissions for Django 1.2" -msgstr "" +#. description(mate-netspeed:mate-netspeed-lang) +#, fuzzy +msgid "Provides translations to the package mate-netspeed" +msgstr "Nie znaleziono programu su." -#. summary(python-jsonrpclib) -msgid "Implementation of the JSON-RPC v2.0 specification as a client library" -msgstr "" +#. summary(mate-notification-daemon:mate-notification-daemon-lang) +#, fuzzy +msgid "Languages for package mate-notification-daemon" +msgstr "Pakiet nie jest podpisany" -#. 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 "" +#. description(mate-notification-daemon:mate-notification-daemon-lang) +#, fuzzy +msgid "Provides translations to the package mate-notification-daemon" +msgstr "Nie znaleziono programu su." -#. 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(mate-branding-openSUSE:mate-panel-branding-openSUSE) +#, fuzzy +msgid "openSUSE Branding of mate-panel" +msgstr "Pakiet nie jest podpisany" -#. 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 "" +#. description(mate-branding-openSUSE:mate-panel-branding-openSUSE) +#, fuzzy +msgid "This package provides the openSUSE look and feel for the MATE Panel." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-File-ShareDir-Install) +#. summary(mate-panel:mate-panel-branding-upstream) #, fuzzy -msgid "Install shared files" -msgstr "Instalacja" +msgid "The MATE Desktop Panel -- Upstream default layout" +msgstr "Główne menu GNOME" -#. summary(php5-pear-phpunit-PHP_CodeBrowser) -msgid "Integration in Hudson and CruiseControl" -msgstr "" - -#. summary(presage:pyprompter) -msgid "Intelligent predictive wxPython text editor" -msgstr "" - -#. summary(perl-GraphViz) -msgid "Interface to AT&T's GraphViz. Deprecated. See GraphViz2" -msgstr "" - -#. summary(perl-WWW-Shorten) -msgid "Interface to URL shortening sites." -msgstr "" - -#. summary(python-interlude) -msgid "Interlude for Doctests provides an Interactive Console" -msgstr "" - -#. description(python-hacking) -msgid "Introduction" -msgstr "" - -#. summary(perl-DBIx-Class-IntrospectableM2M) -msgid "Introspect many-to-many shortcuts" -msgstr "" - -#. description(perl-DBIx-ContextualFetch) +#. description(mate-panel:mate-panel-branding-upstream) 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 "" - -#. description(python-itsdangerous) -msgid "" -"It's Dangerous ... so better sign this\n" +"This package contains the MATE Desktop Panel. The panel is an easy-to-use and functional interface to manage your desktop, start programs, and organise access to your data.\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." +"This package contains the upstream default layout for MATE Panel." 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." -msgstr "" - -#. summary(perl-MooseX-Iterator) +#. summary(mate-panel:mate-panel-lang) #, fuzzy -msgid "Iterate over collections" -msgstr "Ulubione aplikacje" +msgid "Languages for package mate-panel" +msgstr "Pakiet nie jest podpisany" -#. summary(perl-JSON-RPC) +#. description(mate-panel:mate-panel-lang) #, fuzzy -msgid "JSON RPC 2.0 Server Implementation" -msgstr "Pomoc i dokumentacja" +msgid "Provides translations to the package mate-panel" +msgstr "Nie znaleziono programu su." -#. 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(postgresql-jdbc:postgresql-jdbc-javadoc) +#. summary(mate-polkit:mate-polkit-lang) #, fuzzy -msgid "Javadoc for postgresql-jdbc" -msgstr "Instalacja ręczna" +msgid "Languages for package mate-polkit" +msgstr "Pakiet nie jest podpisany" -#. summary(python-Coffin) -msgid "Jinja2 adapter for Django" -msgstr "" - -#. description(python-Coffin) -msgid "Jinja2 adapter for Django." -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 %}" -msgstr "" - -#. summary(python-Jinja2:python-Jinja2-emacs) -msgid "Jinja2 syntax files for Emacs" -msgstr "" - -#. summary(python-Jinja2:python-Jinja2-vim) -msgid "Jinja2 syntax files for Vim" -msgstr "" - -#. summary(perl-Locale-Maketext-Gettext) -msgid "Joins the gettext and Maketext frameworks" -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." -msgstr "" - -#. summary(perl-namespace-autoclean) -msgid "Keep imports out of your namespace" -msgstr "" - -#. description(python-keyczar) -msgid "" -"Keyczar is an open source cryptographic toolkit designed to make it easier " -"and safer for developers to use cryptography in their applications. Keyczar " -"supports authentication and encryption with both symmetric and asymmetric " -"keys.\n" -"\n" -"Some features of Keyczar include:\n" -"\n" -" - A simple API - Key rotation and versioning - Safe default algorithms, " -"modes, and key lengths - Automated generation of initialization vectors and " -"ciphertext signatures - Keyczar was originally developed by members of the " -"Google Security Team" -msgstr "" - -#. description(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." -msgstr "" - -#. summary(python-cl) +#. description(mate-polkit:mate-polkit-lang) #, fuzzy -msgid "Kombu actor framework" -msgstr "Przeglądarka aplikacji" +msgid "Provides translations to the package mate-polkit" +msgstr "Nie znaleziono programu su." -#. summary(perl-Pod-Coverage-Moose) -msgid "L<Pod::Coverage> extension for L<Moose>" -msgstr "" - -#. summary(pgadmin3:pgadmin3-lang) +#. summary(mate-power-manager:mate-power-manager-lang) #, fuzzy -msgid "Languages for package pgadmin3" +msgid "Languages for package mate-power-manager" msgstr "Pakiet nie jest podpisany" -#. summary(picard:picard-lang) +#. description(mate-power-manager:mate-power-manager-lang) #, fuzzy -msgid "Languages for package picard" -msgstr "Pakiet nie jest podpisany" +msgid "Provides translations to the package mate-power-manager" +msgstr "Nie znaleziono programu su." -#. summary(pidgin-advanced-sound-notification:pidgin-advanced-sound-notification-lang) +#. summary(mate-screensaver:mate-screensaver-lang) #, fuzzy -msgid "Languages for package pidgin-advanced-sound-notification" +msgid "Languages for package mate-screensaver" msgstr "Pakiet nie jest podpisany" -#. summary(pidgin-birthday-reminder:pidgin-birthday-reminder-lang) +#. description(mate-screensaver:mate-screensaver-lang) #, fuzzy -msgid "Languages for package pidgin-birthday-reminder" -msgstr "Pakiet nie jest podpisany" +msgid "Provides translations to the package mate-screensaver" +msgstr "Nie znaleziono programu su." -#. summary(pidgin-guifications:pidgin-guifications-lang) +#. summary(mate-sensors-applet:mate-sensors-applet-lang) #, fuzzy -msgid "Languages for package pidgin-guifications" +msgid "Languages for package mate-sensors-applet" msgstr "Pakiet nie jest podpisany" -#. summary(plasma-nm:plasma-nm-lang) +#. description(mate-sensors-applet:mate-sensors-applet-lang) #, fuzzy -msgid "Languages for package plasma-nm" -msgstr "Pakiet nie jest podpisany" +msgid "Provides translations to the package mate-sensors-applet" +msgstr "Nie znaleziono programu su." -#. summary(plasmoid-cwp:plasmoid-cwp-lang) +#. summary(mate-branding-openSUSE:mate-session-manager-branding-openSUSE) #, fuzzy -msgid "Languages for package plasmoid-cwp" +msgid "openSUSE Branding of mate-session-manager" msgstr "Pakiet nie jest podpisany" -#. summary(po4a:po4a-lang) +#. description(mate-branding-openSUSE:mate-session-manager-branding-openSUSE) #, fuzzy -msgid "Languages for package po4a" -msgstr "Pakiet nie jest podpisany" +msgid "This package provides the openSUSE look and feel for the MATE Session Manager." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(poedit:poedit-lang) +#. summary(mate-session-manager:mate-session-manager-lang) #, fuzzy -msgid "Languages for package poedit" +msgid "Languages for package mate-session-manager" msgstr "Pakiet nie jest podpisany" -#. summary(policycoreutils:policycoreutils-lang) +#. description(mate-session-manager:mate-session-manager-lang) #, fuzzy -msgid "Languages for package policycoreutils" -msgstr "Pakiet nie jest podpisany" +msgid "Provides translations to the package mate-session-manager" +msgstr "Nie znaleziono programu su." -#. summary(polkit-gnome:polkit-gnome-lang) +#. summary(mate-settings-daemon:mate-settings-daemon-lang) #, fuzzy -msgid "Languages for package polkit-gnome" +msgid "Languages for package mate-settings-daemon" msgstr "Pakiet nie jest podpisany" -#. summary(pragha:pragha-lang) +#. description(mate-settings-daemon:mate-settings-daemon-lang) #, fuzzy -msgid "Languages for package pragha" -msgstr "Pakiet nie jest podpisany" +msgid "Provides translations to the package mate-settings-daemon" +msgstr "Nie znaleziono programu su." -#. summary(proftpd:proftpd-lang) +#. summary(mate-system-monitor:mate-system-monitor-lang) #, fuzzy -msgid "Languages for package proftpd" +msgid "Languages for package mate-system-monitor" msgstr "Pakiet nie jest podpisany" -#. summary(pulseaudio:pulseaudio-lang) +#. description(mate-system-monitor:mate-system-monitor-lang) #, fuzzy -msgid "Languages for package pulseaudio" -msgstr "Pakiet nie jest podpisany" +msgid "Provides translations to the package mate-system-monitor" +msgstr "Nie znaleziono programu su." -#. summary(purple-plugin-pack:purple-plugin-pack-lang) +#. summary(mate-terminal:mate-terminal-lang) #, fuzzy -msgid "Languages for package purple-plugin-pack" +msgid "Languages for package mate-terminal" msgstr "Pakiet nie jest podpisany" -#. summary(perl-Data-Dumper-Concise) -msgid "Less indentation and newlines plus sub deparsing" -msgstr "" - -#. summary(python-lesscpy) -msgid "Lesscss compiler" -msgstr "" - -#. summary(perl-Hook-LexWrap) -msgid "Lexically scoped subroutine wrappers" -msgstr "" - -#. summary(python3-xlrd) -msgid "" -"Library for Developers to Extract Data From Microsoft Excel Spreadsheet Files" -msgstr "" - -#. description(php5-pear-Horde_Date_Parser) -msgid "" -"Library for natural-language date parsing, with support for multiple " -"languages and locales" -msgstr "" - -#. description(php5-pear-Horde_Timezone) -msgid "" -"Library for parsing timezone databases and generating VTIMEZONE iCalendar " -"components." -msgstr "" - -#. description(php5-pear-phpunit-PHP_CodeCoverage) -msgid "" -"Library that provides collection, processing, and rendering functionality " -"for PHP code coverage information." -msgstr "" - -#. summary(python3-polib) +#. description(mate-terminal:mate-terminal-lang) #, fuzzy -msgid "Library to Manipulate gettext Files (PO and MO Files)" -msgstr "Aktualizacje czasu dostępu" +msgid "Provides translations to the package mate-terminal" +msgstr "Nie znaleziono programu su." -#. summary(python-django-dajax) -msgid "" -"Library to create asynchronous presentation logic with django and dajaxice" -msgstr "" - -#. summary(python3-py) -msgid "Library with cross-python path, ini-parsing, io, code, log facilities" -msgstr "" - -#. description(php5-pear-Horde_ElasticSearch) -msgid "Lightweight API for ElasticSearch (http://www.elasticsearch.org/)." -msgstr "" - -#. summary(perl-HTTP-Lite) +#. summary(mate-themes) #, fuzzy -msgid "Lightweight HTTP implementation" -msgstr "Pomoc i dokumentacja" +msgid "Themes for the MATE desktop" +msgstr "Menedżer okien Motif" -#. summary(perl-Exception-Base) -msgid "Lightweight exceptions" -msgstr "" - -#. summary(perl-Exporter-Lite) -msgid "Lightweight exporting of variables" -msgstr "" - -#. summary(perl-Text-WrapI18N) -msgid "Line Wrapping Module" -msgstr "" - -#. description(perl-Text-WrapI18N) +#. description(mate-themes) +#, fuzzy msgid "" -"Line wrapping module with support for multibyte, fullwidth, and combining " -"characters and languages without whitespaces between words." -msgstr "" - -#. summary(perl-WWW-Mechanize-TreeBuilder) -msgid "Little glue" -msgstr "" - -#. summary(perl-Config-Std) -msgid "Load and save configuration files in a standard format" -msgstr "" - -#. summary(perl-Config-Any) -msgid "Load configuration from different file formats, transparently" -msgstr "" - -#. summary(python3-PasteDeploy) -msgid "Load, configure, and compose WSGI applications and servers" -msgstr "" - -#. description(perl-Locale-Maketext-Gettext) -msgid "" -"Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks. It " -"is a subclass of Locale::Maketext(3) that follows the way GNU gettext works. " -"It works seamlessly, both in the sense of GNU gettext and Maketext. As a " -"result, you enjoy both their advantages, and get rid of both their problems, " -"too." -msgstr "" - -#. summary(perl-DateTime-Locale) -msgid "Localization support for DateTime.pm" -msgstr "" - -#. summary(perl-FindBin-Real) -msgid "Locate directory of original perl script" -msgstr "" - -#. description(perl-FindBin-Real) -msgid "" -"Locates the full path to the script bin directory to allow the use of paths " -"relative to the bin directory.\n" +"Official themes for the MATE desktop\n" "\n" -"This allows a user to setup a directory tree for some software with " -"directories <root>/bin and <root>/lib and then the above example will allow " -"the use of modules in the lib directory without knowing where the software " -"tree is installed.\n" -"\n" -"If perl is invoked using the *-e* option or the perl script is read from " -"'STDIN' then FindBin sets both 'Bin()' and 'RealBin()' return values to the " -"current directory." -msgstr "" +"This package contains the official desktop themes of the MATE desktop environment." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Log-Dispatch-Config) +#. summary(mate-themes:mate-themes-lang) #, fuzzy -msgid "Log4j for Perl" -msgstr "Pomoc i dokumentacja" +msgid "Languages for package mate-themes" +msgstr "Pakiet nie jest podpisany" -#. description(perl-Log-Dispatch-Config) -msgid "" -"Log::Dispatch::Config is a subclass of Log::Dispatch and provides a way to " -"configure Log::Dispatch object with configulation file (default, in " -"AppConfig format). I mean, this is log4j for Perl, not with all API " -"compatibility though." -msgstr "" +#. description(mate-themes:mate-themes-lang) +#, fuzzy +msgid "Provides translations to the package mate-themes" +msgstr "Nie znaleziono programu su." -#. description(perl-Log-Dispatchouli) -msgid "" -"Log::Dispatchouli is a thin layer above the Log::Dispatch manpage and meant " -"to make it dead simple to add logging to a program without having to think " -"much about categories, facilities, levels, or things like that. It is meant " -"to make logging just configurable enough that you can find the logs you want " -"and just easy enough that you will actually log things.\n" -"\n" -"Log::Dispatchouli can log to syslog (if you specify a facility), standard " -"error or standard output, to a file, or to an array in memory. That last one " -"is mostly useful for testing.\n" -"\n" -"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(mate-tweak) +#, fuzzy +msgid "MATE desktop tweak tool" +msgstr "Podstawowy system biurkowy" -#. summary(python-amqp) -msgid "Low-level AMQP client for Python (fork of amqplib)" -msgstr "" - -#. description(perl-MIME-Charset) +#. description(mate-tweak) msgid "" -"MIME::Charset provides information about character sets used for MIME " -"messages on Internet." -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" +"Configures some aspects of the MATE desktop not exposed via the MATE Control Center applets.\n" "\n" -"The idea is that you end up with a Config::MVP::Sequence object, and that " -"you can use that object to fully configure your library or application. The " -"sequence will contain a bunch of Config::MVP::Section objects, each of which " -"is meant to provide configuration for a part of your program. Most of these " -"sections will be directly related to a Perl library that you'll use as a " -"plugin or helper. Each section will have a name, and every name in the " -"sequence will be unique.\n" -"\n" -"This is a pretty abstract set of behaviors, so we'll provide some more " -"concrete examples that should help explain how things work." +"Settings that can be handled via MATE Tweak: * Show/hide standard desktop icons. * Panel fine-tuning (icon visibility, in menus and on buttons, icon size, button labelling, contex menus, etc.). * Window manager fine-tuning." msgstr "" -#. summary(perl-Config-Auto) +#. summary(mate-tweak:mate-tweak-lang) #, fuzzy -msgid "Magical config file parser" -msgstr "Konfiguracja %s nie powiodła się" +msgid "Languages for package mate-tweak" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Mail_Mime) -msgid "Mail_Mime provides classes to create mime messages" -msgstr "" +#. description(mate-tweak:mate-tweak-lang) +#, fuzzy +msgid "Provides translations to the package mate-tweak" +msgstr "Nie znaleziono programu su." -#. description(php5-pear-Mail_Mime) -msgid "" -"Mail_Mime provides classes to deal with the creation and manipulation of " -"mime messages. It allows people to create Email messages consisting of:\n" -"* Text Parts\n" -"* HTML Parts\n" -"* Inline HTML Images\n" -"* Attachments\n" -"* Attached messages\n" -"\n" -"Starting with version 1.4.0, it also allows non US-ASCII chars in " -"filenames, subjects, recipients, etc, etc." -msgstr "" +#. summary(mate-desktop:mate-user-guide) +#, fuzzy +msgid "User guide for the MATE desktop" +msgstr "Główne menu GNOME" -#. description(perl-Log-Contextual) -msgid "" -"Major benefits:\n" -"\n" -"* * Efficient\n" -"\n" -" The logging functions take blocks, so if a log level is disabled, the " -"block will not run:\n" -"\n" -" log_debug { \"the new count in the database is \" . $rs->count };\n" -"\n" -" Similarly, the 'D' prefixed methods only 'Dumper' the input if the level " -"is enabled.\n" -"\n" -"* * Handy\n" -"\n" -" The logging functions return their arguments, so you can stick them in " -"the middle of expressions:\n" -"\n" -" for (log_debug { \"downloading:\\n\" . join qq(\\n), @_ } @urls) { ... }\n" -"\n" -"* * Generic\n" -"\n" -" 'Log::Contextual' is an interface for all major loggers. If you log " -"through 'Log::Contextual' you will be able to swap underlying loggers " -"later.\n" -"\n" -"* * Powerful\n" -"\n" -" 'Log::Contextual' chooses which logger to use based on /LOGGER CODEREF. " -"Normally you don't need to know this, but you can take advantage of it " -"when you need to later\n" -"\n" -"* * Scalable\n" -"\n" -" If you just want to add logging to your extremely basic application, " -"start with the Log::Contextual::SimpleLogger manpage and then as your " -"needs grow you can switch to the Log::Dispatchouli manpage or the Log::" -"Dispatch manpage or the Log::Log4perl manpage or whatever else.\n" -"\n" -"This module is a simple interface to extensible logging. It exists to " -"abstract your logging interface so that logging is as painless as possible, " -"while still allowing you to switch from one logger to another.\n" -"\n" -"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 "" +#. description(mate-desktop:mate-user-guide) +#, fuzzy +msgid "This package contains documentation targeted for end-users of MATE Desktop Environment with general MATE applicability." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Gravatar-URL) -msgid "Make URLs for Gravatars from an email address" -msgstr "" +#. summary(mate-user-share:mate-user-share-lang) +#, fuzzy +msgid "Languages for package mate-user-share" +msgstr "Pakiet nie jest podpisany" -#. summary(perl-Test-NoWarnings) -msgid "Make sure you didn't emit any warnings while testing" -msgstr "" +#. description(mate-user-share:mate-user-share-lang) +#, fuzzy +msgid "Provides translations to the package mate-user-share" +msgstr "Nie znaleziono programu su." -#. summary(perl-MooseX-Object-Pluggable) -msgid "Make your classes pluggable" -msgstr "" +#. summary(mate-utils:mate-utils-common-lang) +#, fuzzy +msgid "Languages for MATE utilities" +msgstr "Pakiet nie jest podpisany" -#. summary(perl-MooseX-StrictConstructor) -msgid "Make your object constructors blow up on unknown attributes" -msgstr "" +#. description(mate-utils:mate-utils-common-lang) +#, fuzzy +msgid "Provides common translations shared by Caja extensions" +msgstr "Nie znaleziono programu su." -#. 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()." +#. summary(libmateweather:mateweather-common) +msgid "MATE Weather common files" 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(mathgl:mathgl-doc) +#. summary(mathgl:mathgl-doc-pdf) +#, fuzzy +msgid "Documentation for MathGL" +msgstr "Pomoc i dokumentacja" -#. 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) +#. description(mathgl:mathgl-doc) 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" +"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" -"Whereas Module::Build has over 6,700 lines of code; this module has less " -"than 120, yet supports the features needed by most distributions." +"This package provides the documentation for MathGL in HTML format." msgstr "" -#. description(perl-CPAN-DistnameInfo) +#. description(mathgl:mathgl-doc-pdf) msgid "" -"Many online services that are centered around CPAN attempt to associate " -"multiple uploads by extracting a distribution name from the filename of the " -"upload. For most distributions this is easy as they have used ExtUtils::" -"MakeMaker or Module::Build to create the distribution, which results in a " -"uniform name. But sadly not all uploads are created in this way.\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" -"'CPAN::DistnameInfo' uses heuristics that have been learnt by the http://" -"search.cpan.org/ manpage to extract the distribution name and version from " -"filenames and also report if the version is to be treated as a developer " -"release\n" -"\n" -"The constructor takes a single pathname, returning an object with the " -"following methods\n" -"\n" -"* cpanid\n" -"\n" -" If the path given looked like a CPAN authors directory path, then this " -"will be the the CPAN id of the author.\n" -"\n" -"* dist\n" -"\n" -" The name of the distribution\n" -"\n" -"* distvname\n" -"\n" -" The file name with any suffix and leading directory names removed\n" -"\n" -"* filename\n" -"\n" -" If the path given looked like a CPAN authors directory path, then this " -"will be the path to the file relative to the detected CPAN author " -"directory. Otherwise it is the path that was passed in.\n" -"\n" -"* maturity\n" -"\n" -" The maturity of the distribution. This will be either 'released' or " -"'developer'\n" -"\n" -"* extension\n" -"\n" -" The extension of the distribution, often used to denote the archive type " -"(e.g. 'tar.gz')\n" -"\n" -"* pathname\n" -"\n" -" The pathname that was passed to the constructor when creating the object.\n" -"\n" -"* properties\n" -"\n" -" This will return a list of key-value pairs, suitable for assigning to a " -"hash, for the known properties.\n" -"\n" -"* version\n" -"\n" -" The extracted version" +"This package provides the documentation for MathGL in PDF format." msgstr "" -#. summary(perl-CPAN-Perl-Releases) -msgid "Mapping Perl releases on CPAN to the location of the tarballs" -msgstr "" +#. summary(mathgl:mathgl-doc-ru) +#, fuzzy +msgid "Russian documentation for MathGL" +msgstr "Pomoc i dokumentacja" -#. summary(perl-MooseX-MarkAsMethods) -msgid "Mark overload code symbols as methods" -msgstr "" - -#. description(perl-Text-Markdown) +#. 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" -msgstr "" +#. summary(mathgl:mathgl-fonts) +#, fuzzy +msgid "Fonts for MathGL library" +msgstr "Pakiety dla programistów KDE" -#. summary(python3-mccabe) -msgid "McCabe checker, plugin for flake8" -msgstr "" +#. description(mathgl:mathgl-fonts) +#, fuzzy +msgid "This package contains command fonts for MathGL library." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(python-hgtools) +#. summary(mathgl:mathgl-tex) #, fuzzy -msgid "Mercurial support for setup tools" -msgstr "Zarządzanie katalogami" +msgid "MathGL scripts in LaTeX document" +msgstr "Aktualizacje czasu dostępu" -#. summary(perl-Hash-Merge) -msgid "Merges arbitrarily deep hashes into a single hash" -msgstr "" - -#. description(perl-Email-MessageID) +#. description(mathgl:mathgl-tex) msgid "" -"Message-ids are optional, but highly recommended, headers that identify a " -"message uniquely. This software generates a unique message-id." -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" +"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" -"Meta::Builder is designed to be a generic tool for writing Meta objects. " -"Unlike specialized tools, Meta::Builder makes no assumptions about what " -"metrics you will care about. Meta::Builder also mkaes it simple for others " -"to extend your meta-object based tools by providing hooks for other packages " -"to add metrics to your meta object.\n" -"\n" -"If a specialized Meta object tool is available ot meet your needs please use " -"it. However if you need a simple Meta object to track a couple metrics, use " -"Meta::Builder.\n" -"\n" -"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." +"This package allows to use MathGL scripts in LaTeX documents." msgstr "" -#. summary(perl-MooseX-Method-Signatures) -msgid "Method declarations with type constraints and no source filter" -msgstr "" - -#. summary(php5-pear-HTML_QuickForm) -msgid "Methods for creating, validating, processing HTML forms" -msgstr "" - -#. summary(perl-Fennec-Lite) -msgid "Minimalist Fennec, the commonly used bits." -msgstr "" - -#. summary(perl-Moo) -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) +#. summary(mathgl:mathgl-tex-doc) #, fuzzy -msgid "Mock Object library for PHPUnit" -msgstr "Programowanie" +msgid "Documentation for mglTeX" +msgstr "Pomoc i dokumentacja" -#. summary(perl-Devel-REPL) -msgid "Modern perl interactive shell" -msgstr "" - -#. summary(python-Attest) -msgid "Modern, Pythonic unit testing" -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) +#. description(mathgl:mathgl-tex-doc) 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." -msgstr "" - -#. description(perl-Module-Depends) -msgid "" -"Module::Depends extracts module dependencies from an unpacked distribution " -"tree.\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" -"Module::Depends only evaluates the META.yml shipped with a distribution. " -"This won't be effective until all distributions ship META.yml files, so we " -"suggest you take your life in your hands and look at Module::Depends::" -"Intrusive." +"This package provides documentation for mglTeX." msgstr "" -#. description(perl-Module-Find) -msgid "" -"Module::Find lets you find and use modules in categories. This can be very " -"useful for auto-detecting driver or plugin modules. You can differentiate " -"between looking in the category itself or in all subcategories.\n" -"\n" -"If you want Module::Find to search in a certain directory on your harddisk " -"(such as the plugins directory of your software installation), make sure you " -"modify '@INC' before you call the Module::Find functions." +#. summary(mathml-dtd) +msgid "MathML DTD" msgstr "" -#. description(perl-Module-Path) -msgid "" -"Module::Path provides a single function, 'module_path()', which will find " -"where a module is installed locally.\n" -"\n" -"It works by looking in all the directories in '@INC' for an appropriately " -"named file:\n" -"\n" -"I wrote this module because I couldn't find an alternative which dealt with " -"the points listed above, and didn't pull in what seemed like too many " -"dependencies to me.\n" -"\n" -"The distribution for 'Module::Path' includes the 'mpath' script, which lets " -"you get the path for a module from the command-line:\n" -"\n" -" % mpath Module::Path\n" -"\n" -"The 'module_path()' function will also cope if the module name includes '." -"pm'; this means you can pass a partial path, such as used as the keys in " -"'%INC':\n" -"\n" -" module_path('Test/More.pm') eq $INC{'Test/More.pm'}\n" -"\n" -"The above is the basis for one of the tests." +#. description(mathml-dtd) +msgid "Contains the DTD \"Mathematical Markup Language\" (MathML) Version 2.0, W3C Recommendation 21 February 2001." msgstr "" -#. summary(perl-MooX-Types-MooseLike-Numeric) -msgid "Moo types for numbers" +#. summary(mdds:mdds-devel) +msgid "A collection of multi-dimensional data structure and indexing algorithm" msgstr "" -#. summary(perl-Task-Moose) -msgid "Moose in a box" +#. 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 "" -#. summary(perl-MooseX-Types-Stringlike) -msgid "Moose type constraints for strings or string-like objects" -msgstr "" +#. summary(mediastreamer2:mediastreamer2-lang) +#, fuzzy +msgid "Languages for package mediastreamer2" +msgstr "Pakiet nie jest podpisany" -#. summary(perl-MooseX-Types-Perl) -msgid "Moose types that check against Perl syntax" -msgstr "" +#. description(mediastreamer2:mediastreamer2-lang) +#, fuzzy +msgid "Provides translations to the package mediastreamer2" +msgstr "Nie znaleziono programu su." -#. 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 "" +#. summary(memprof:memprof-lang) +#, fuzzy +msgid "Languages for package memprof" +msgstr "Pakiet nie jest podpisany" -#. 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(memprof:memprof-lang) +#, fuzzy +msgid "Provides translations to the package memprof" +msgstr "Nie znaleziono programu su." -#. description(perl-MooseX-MarkAsMethods) -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" -"\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." +#. summary(meslo-lg-fonts) +msgid "Meslo LG Font Family" msgstr "" -#. description(perl-MooseX-OneArgNew) -msgid "" -"MooseX::OneArgNew lets your constructor take a single argument, which will " -"be translated into the value for a one-entry hashref. It is a the " -"parameterized role|MooseX::Role::Parameterized manpage with three " -"parameters:\n" -"\n" -"* type\n" -"\n" -" The Moose type that the single argument must be for the one-arg form to " -"work. This should be an existing type, and may be either a string type or " -"a MooseX::Type.\n" -"\n" -"* init_arg\n" -"\n" -" This is the string that will be used as the key for the hashref " -"constructed from the one-arg call to new.\n" -"\n" -"* coerce\n" -"\n" -" If true, a single argument to new will be coerced into the expected type " -"if possible. Keep in mind that if there are no coercions for the type, " -"this will be an error, and that if a coercion from HashRef exists, you " -"might be getting yourself into a weird situation." +#. 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-MooseX-POE) -msgid "" -"MooseX::POE is a the Moose manpage wrapper around a the POE::Session manpage." +#. summary(meson) +msgid "High productivity build system" 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(meson) +msgid "Meson is a build system designed to optimize programmer productivity. It aims to do this by providing simple, out-of-the-box support for modern software development tools and practices, such as unit tests, coverage reports, Valgrind, CCache and the like." 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." +#. summary(meson:meson-gui) +msgid "GUI for high productivity build system" msgstr "" -#. description(perl-MooseX-Types-Path-Class) -msgid "" -"MooseX::Types::Path::Class creates common the Moose manpage types, coercions " -"and option specifications useful for dealing with the Path::Class manpage " -"objects as the Moose manpage attributes.\n" -"\n" -"Coercions (see the Moose::Util::TypeConstraints manpage) are made from both " -"'Str' and 'ArrayRef' to both the Path::Class::Dir manpage and the Path::" -"Class::File manpage objects. If you have the MooseX::Getopt manpage " -"installed, the Getopt option type (\"=s\") will be added for both the Path::" -"Class::Dir manpage and the Path::Class::File manpage." -msgstr "" +#. description(meson:meson-gui) +#, fuzzy +msgid "Graphical user interface for the high productivity build system." +msgstr "Interfejs użytkownika dla warstwy abstrakcji urządzeń wejściowych" -#. 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(metacity:metacity-lang) +msgid "Languages for package metacity" msgstr "" -#. summary(perl-Test-Most) -msgid "Most commonly needed test functions and features." +#. description(metacity:metacity-lang) +msgid "Provides translations to the package metacity" msgstr "" -#. summary(php5-pear-Mail) +#. summary(metacity-themes) #, fuzzy -msgid "Multiple interfaces for sending emails" -msgstr "Interfejs wybierany przy uruchomieniu:" +msgid "Themes for the Metacity Window Manager" +msgstr "Menedżer okien Motif" -#. summary(php5-pear-MDB2_Driver_mysql) -msgid "MySQL MDB2 driver" -msgstr "" +#. description(metacity-themes) +#, fuzzy +msgid "This package contains themes usable with the Metacity window manager for the GNOME Desktop." +msgstr "<p>To menu zawiera odnośniki do informacji o dokumencie.</p>" -#. summary(php5-pear-MDB2_Driver_mysqli) -msgid "MySQLi MDB2 driver" -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." -msgstr "" - -#. summary(perl-MooseX-SemiAffordanceAccessor) -msgid "Name your accessors foo() and set_foo()" -msgstr "" - -#. summary(pithos) +#. summary(ubuntu-themes:metatheme-ambiance-common) #, fuzzy -msgid "Native Pandora Radio client for Linux" -msgstr "Novell i Linux" +msgid "Ambiance Gtk Theme -- Common Files" +msgstr "System GNOME" -#. summary(python3-nbxmpp:python3-nbxmpp-doc) +#. summary(ubuntu-mate-artwork:metatheme-ambiant-mate-common) #, fuzzy -msgid "Nbxmpp Documentation" -msgstr "Dokument" +msgid "Ambiant-MATE Gtk Theme -- Common Files" +msgstr "System GNOME" -#. description(python3-mccabe) -msgid "" -"Ned's script to check McCabe complexity. This module provides a plugin for " -"``flake8``, the Python code checker." +#. summary(bluebird-theme:metatheme-bluebird-common) +#. summary(greybird-theme:metatheme-greybird-common) +msgid "A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3 -- Common Files" msgstr "" -#. description(perl-Net-DNS-Resolver-Programmable) +#. description(bluebird-theme:metatheme-bluebird-common) 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." +"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" +"This package provides the files common to the GTK+ themes and the window manager themes as well as background images." msgstr "" -#. description(perl-Net-HTTPServer) -msgid "" -"Net::HTTPServer basically turns a CGI script into a stand alone server. " -"Useful for temporary services, mobile/local servers, or embedding an HTTP " -"server into another program." -msgstr "" +#. summary(elementary-theme:metatheme-elementary-common) +#, fuzzy +msgid "The elementary GTK Theme -- Common Files" +msgstr "System GNOME" -#. description(perl-Net-Whois-Raw) +#. description(elementary-theme:metatheme-elementary-common) 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" +"The official elementary GTK theme designed to be smooth, attractive, fast, and usable.\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." +"This package provides the files common to the GTK+ themes and the window manager themes as well as background images." msgstr "" -#. description(php5-pear-Net_LDAP) +#. description(greybird-theme:metatheme-greybird-common) 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" +"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" -"Net_LDAP is not maintained anymore. Use Net_LDAP2 for new code and migrate " -"legacy applications." +"This package provides the files common to the GTK+ themes and the window manager themes as well as background images." 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(numix-gtk-theme:metatheme-numix-common) +msgid "Numix Common Theme Files" 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)." +#. description(numix-gtk-theme:metatheme-numix-common) +msgid "Numix is a modern flat theme with a combination of light and dark elements. It supports MATE, GNOME, Xfce, and Openbox. This package contains common files and themes for Marco, Openbox, and Xfwm4." msgstr "" -#. summary(php5-pear-Net_Socket) +#. summary(ubuntu-themes:metatheme-radiance-common) #, fuzzy -msgid "Network Socket Interface" -msgstr "Interfejs sieciowy" +msgid "Radiance Gtk Theme -- Common Files" +msgstr "System GNOME" -#. 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." -msgstr "" +#. summary(ubuntu-mate-artwork:metatheme-radiant-mate-common) +#, fuzzy +msgid "Radiant-MATE Gtk Theme -- Common Files" +msgstr "System GNOME" -#. summary(python3-nose) -msgid "Nose extends unittest to make testing easier" +#. summary(vertex-gtk-theme:metatheme-vertex-common) +msgid "Vertex Common Theme Files" msgstr "" -#. description(python3-numpy-doc) +#. description(vertex-gtk-theme:metatheme-vertex-common) 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" +"Vertex is a modern theme that comes with three variants to choose from. The default variant with dark header-bars, a light variant, and a dark variant. It supports MATE, GNOME, Xfce, and Cinnamon.\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" +"This package contains common files and themes for GNOME Shell, Marco, Xfwm4, and Cinnamon." 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" -msgstr "" +#. summary(yuyo-gtk-theme:metatheme-yuyo-common) +#, fuzzy +msgid "Yuyo Gtk Theme -- Common Files" +msgstr "System GNOME" -#. summary(perl-Number-Compare) -msgid "Numeric comparisons" -msgstr "" +#. summary(metis:metis-doc) +#, fuzzy +msgid "Metis documentation" +msgstr "Pomoc i dokumentacja" -#. 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." +#. 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 "" -#. summary(perl-Net-OAuth) -msgid "OAuth 1.0 for Perl" +#. summary(mhtml-firefox) +msgid "Provides Firefox with MHTML web archive compatibility" 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." +#. 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 "" -#. summary(perl-Text-SpellChecker) -msgid "OO interface for spell-checking a block of text" +#. summary(miao-fonts) +msgid "Miao Unicode Fonts" msgstr "" -#. summary(php5-pear-Net_LDAP2) -msgid "Object oriented interface for searching and manipulating LDAP-entries" +#. description(miao-fonts) +msgid "Miao Unicode is an open-source, Graphite enabled font which supports the Miao, or ‘Pollard’, script." 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'." -msgstr "" +#. summary(midori:midori-branding-upstream) +#, fuzzy +msgid "Upstream Branding of Midori" +msgstr "Główne menu GNOME" -#. summary(postgresql-jdbc) -msgid "Official JDBC Driver for PostgreSQL" -msgstr "" +#. description(midori:midori-branding-upstream) +#, fuzzy +msgid "This package provides the upstream look and feel for the Midori web browser." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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." -msgstr "" +#. summary(midori:midori-lang) +#, fuzzy +msgid "Languages for package midori" +msgstr "Pakiet nie jest podpisany" -#. 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." -msgstr "" +#. description(midori:midori-lang) +#, fuzzy +msgid "Provides translations to the package midori" +msgstr "Nie znaleziono programu su." -#. 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." -msgstr "" +#. summary(milou5:milou5-lang) +#, fuzzy +msgid "Languages for package milou5" +msgstr "Pakiet nie jest podpisany" -#. description(python-django-mediasync) -msgid "" -"One of the more significant development roadblocks we have relates to local " -"vs. deployed media. Ideally all media (graphics, css, scripts) development " -"would occur locally and not use production media. Then, when ready to " -"deploy, the media should be pushed to production. That way there can be " -"significant changes to media without disturbing the production web site.\n" -"\n" -"The goal of mediasync is to develop locally and then flip a switch in " -"production that makes all the media URLs point to remote media URLs instead " -"of the local media directory." -msgstr "" - -#. summary(openstack-cinder:python-cinder) +#. description(milou5:milou5-lang) #, fuzzy -msgid "OpenStack Block Storage (Cinder) - Python module" -msgstr "Quickstarter OpenOffice.Org" +msgid "Provides translations to the package milou5" +msgstr "Nie znaleziono programu su." -#. summary(openstack-dashboard:python-horizon) -msgid "OpenStack Dashboard (Horizon) - Python Module" +#. summary(mingzat-fonts) +msgid "Lepcha Font" msgstr "" -#. summary(openstack-dashboard:python-horizon-branding-upstream) -msgid "OpenStack Dashboard (Horizon) - Python Module Upstream Branding" +#. description(mingzat-fonts) +msgid "Mingzat is a Unicode font based on Jason Glavy's JG Lepcha custom-encoded font." msgstr "" -#. summary(python-hacking) -msgid "OpenStack Hacking Guidline Enforcement" -msgstr "" +#. summary(minitube:minitube-lang) +#, fuzzy +msgid "Languages for package minitube" +msgstr "Pakiet nie jest podpisany" -#. summary(openstack-keystone:python-keystone) -msgid "OpenStack Identity Service (Keystone) - Python module" -msgstr "" +#. description(minitube:minitube-lang) +#, fuzzy +msgid "Provides translations to the package minitube" +msgstr "Nie znaleziono programu su." -#. summary(openstack-glance:python-glance) -msgid "OpenStack Image Service (Glance) - Python module" -msgstr "" - -#. summary(python-ceilometerclient) -msgid "OpenStack Metering (Ceilometer) API Client" -msgstr "" - -#. summary(python-django-authopenid) -msgid "Openid authentification application for Django" -msgstr "" - -#. summary(python-cinderclient) -msgid "Openstack Block Storage (Cinder) API Client" -msgstr "" - -#. summary(python-cinderclient:python-cinderclient-doc) +#. summary(mk-configure) #, fuzzy -msgid "Openstack Block Storage (Cinder) API Client - Documentation" -msgstr "Quickstarter OpenOffice.Org" +msgid "Lightweight replacement for GNU autotools" +msgstr "Pomoc i dokumentacja" -#. summary(python-cinderclient:python-cinderclient-test) -msgid "Openstack Block Storage (Cinder) API Client - Testsuite" +#. description(mk-configure) +msgid "mk-configure is a lightweight replacement for GNU autotools, written in bmake (portable version of NetBSD make), POSIX shell and POSIX utilities." msgstr "" -#. summary(python-keystoneclient) +#. summary(mk-configure:mk-configure-doc) #, fuzzy -msgid "Openstack Identity (Keystone) API Client" -msgstr "Quickstarter OpenOffice.Org" +msgid "MK-C' documentation" +msgstr "Pomoc i dokumentacja" -#. summary(python-keystoneclient:python-keystoneclient-doc) -#, fuzzy -msgid "Openstack Identity (Keystone) API Client - Documentation" -msgstr "Quickstarter OpenOffice.Org" - -#. summary(python-keystoneclient:python-keystoneclient-test) -#, fuzzy -msgid "Openstack Identity (Keystone) API Client - Testsuite" -msgstr "Quickstarter OpenOffice.Org" - -#. summary(python-glanceclient) -msgid "Openstack Image (Glance) API Client" +#. description(mk-configure:mk-configure-doc) +msgid "Mk-configure package: examples and presentation." msgstr "" -#. summary(python-glanceclient:python-glanceclient-test) -msgid "Openstack Image (Glance) API Client - Testsuite" +#. summary(mkdud) +msgid "Create driver update from rpms" msgstr "" -#. summary(python-ceilometerclient:python-ceilometerclient-test) -msgid "Openstack Metering (Ceilometer) API Client - Testsuite" +#. description(mkdud) +msgid "Create a driver update from rpms." msgstr "" -#. summary(openstack-heat:python-heat) -msgid "Openstack Orchestration (Heat) - Python module" -msgstr "" +#. summary(modem-manager-gui:modem-manager-gui-lang) +#, fuzzy +msgid "Languages for package modem-manager-gui" +msgstr "Pakiet nie jest podpisany" -#. summary(python-heatclient) -msgid "Openstack Orchestration (Heat) API Client" -msgstr "" +#. description(modem-manager-gui:modem-manager-gui-lang) +#, fuzzy +msgid "Provides translations to the package modem-manager-gui" +msgstr "Nie znaleziono programu su." -#. summary(python-heatclient:python-heatclient-doc) +#. summary(mongolian-fonts) #, fuzzy -msgid "Openstack Orchestration (Heat) API Client - Documentation" -msgstr "Quickstarter OpenOffice.Org" +msgid "Traditional Mongolian Fonts" +msgstr "Układy dodatkowe" -#. summary(python-heatclient:python-heatclient-test) -msgid "Openstack Orchestration (Heat) API Client - Testsuite" +#. description(mongolian-fonts) +msgid "Mongolian Art, Mongolian Title, Mongolian White and Mongolian Writing font families." msgstr "" -#. summary(perl-MooseX-Types) -msgid "Organise your Moose types in libraries" +#. summary(monit:monit-doc) +msgid "Service Manager and Monitor System (Documentation and Examples)" msgstr "" -#. summary(perl-MouseX-Types) -msgid "Organize your Mouse types in libraries" -msgstr "" - -#. description(php5-pear-MDB2) +#. description(monit:monit-doc) msgid "" -"PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction " -"layers.\n" +"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" -"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" +"This package only contains the documentation and examples. You must also install the package monit to actually use monit." msgstr "" -#. summary(php5-pear-Horde_Role) -msgid "PEAR installer role used to install Horde components" +#. summary(monitoring-plugins-bind) +msgid "Check whether BIND is running and to get the performance data via rndc stats" 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." +#. description(monitoring-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 "" -#. summary(php5-pear-Horde_Kolab_Format) -msgid "PEAR: A package for reading/writing Kolab data formats" +#. summary(monitoring-plugins-bonding) +msgid "Nagios Network Bonding Check" msgstr "" -#. summary(php5-pear-Horde_Kolab_Session) -msgid "PEAR: A package managing an active Kolab session" +#. description(monitoring-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(php5-pear-Horde_Serialize) -msgid "PEAR: Data Encapulation API" +#. summary(monitoring-plugins-clamav) +msgid "Check to see if your ClamAV signatures are current" msgstr "" -#. summary(php5-pear-Horde_Text_Diff) -msgid "PEAR: Engine for performing and rendering text diffs" +#. description(monitoring-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 "" -#. summary(php5-pear-Horde_Data) -msgid "PEAR: Horde Data API" +#. summary(monitoring-plugins-contentage) +msgid "Check age of files in a directory" msgstr "" -#. summary(php5-pear-Horde_Editor) -msgid "PEAR: Horde Editor API" +#. description(monitoring-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 "" -#. summary(php5-pear-Horde_Feed) -msgid "PEAR: Horde Feed libraries" +#. summary(monitoring-plugins-diskio) +msgid "Monitor the amount of disk I/O" msgstr "" -#. summary(php5-pear-Horde_Image) -msgid "PEAR: Horde Image class" +#. description(monitoring-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 "" -#. summary(php5-pear-Horde_Log) +#. summary(monitoring-plugins-ipmi-sensor1) #, fuzzy -msgid "PEAR: Horde Logging library" -msgstr "Zarządzanie katalogami" +msgid "IPMI Sensor 1 Monitoring Plugin" +msgstr "Serwer komputerów wirtualnych Xen" -#. summary(php5-pear-Horde_Mime_Viewer) -msgid "PEAR: Horde MIME Viewer Library" +#. description(monitoring-plugins-ipmi-sensor1) +msgid "" +"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" +"This version 1.x is based on ipmitool and can only monitor threshold based sensors." msgstr "" -#. summary(php5-pear-Horde_Notification) -msgid "PEAR: Horde Notification System" +#. summary(monitoring-plugins-mysql_health) +msgid "Check various parameters of a MySQL database" msgstr "" -#. summary(php5-pear-Horde_Lock) -msgid "PEAR: Horde Resource Locking System" -msgstr "" - -#. summary(php5-pear-Horde_Text_Filter) -msgid "PEAR: Horde Text Filter API" -msgstr "" - -#. summary(php5-pear-Horde_Itip) -msgid "PEAR: Horde invitation response handling" -msgstr "" - -#. summary(php5-pear-Horde_Vfs) -msgid "PEAR: Virtual File System API" -msgstr "" - -#. summary(php5-pear-phpunit-PHP_CodeCoverage) -msgid "PHP code coverage information" -msgstr "" - -#. description(php5-pear-phpunit) +#. description(monitoring-plugins-mysql_health) msgid "" -"PHPUnit is a regression testing framework used by the developer who " -"implements unit tests in PHP." +"When using a database that are business critical it can be a good idea to monitor the internals.\n" +"\n" +"This Nagios plugin allows you to monitor the internal details of your MySQL database." 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." +#. summary(monitoring-plugins-rsync) +msgid "Check rsync servers availability" msgstr "" -#. summary(postgresql:postgresql-pltcl) -msgid "PL/Tcl Procedural Language for PostgreSQL" -msgstr "" - -#. description(python3-ply) +#. description(monitoring-plugins-rsync) 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" +"Checks rsync servers availability, as well as (optionally) individual modules availability. It also supports authentication on modules.\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" +"Usage: check_rsync -H [-p ] [-m [,,] [-m [,,]...]]\n" "\n" -"PLY is extremely easy to use and provides very extensive error checking. It " -"is compatible with both Python 2 and Python 3." +"The only required argument is -H, in which case it will only try to list modules on the Rsync server." msgstr "" -#. description(perl-Pod-Eventual) -msgid "" -"POD is a pretty simple format to write, but it can be a big pain to deal " -"with reading it and doing anything useful with it. Most existing POD parsers " -"care about semantics, like whether a '=item' occurred after an '=over' but " -"before a 'back', figuring out how to link a 'L<>', and other things like " -"that.\n" -"\n" -"Pod::Eventual is much less ambitious and much more stupid. Fortunately, " -"stupid is often better. (That's what I keep telling myself, anyway.)\n" -"\n" -"Pod::Eventual reads line-based input and produces events describing each POD " -"paragraph or directive it finds. Once complete events are immediately passed " -"to the 'handle_event' method. This method should be implemented by Pod::" -"Eventual subclasses. If it isn't, Pod::Eventual's own 'handle_event' will be " -"called, and will raise an exception." +#. summary(monitoring-plugins-smart) +msgid "Check SMART status of a given disk" msgstr "" -#. description(perl-POE) +#. description(monitoring-plugins-smart) 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" +"This plugin does SMART monitoring both ATA and SCSI disks, has an easy usage syntax, and automatically produces perfdata for all applicable metrics.\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" +"Note: On older distributions you need a line like nagios ALL=NOPASSWD: /usr/sbin/smartctl in /etc/sudoers to run this script as non privileged user.\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." +"Since SLES 12/openSUSE 12.1, there is a file /etc/sysconfig/sudoers.d/monitoring-plugins-smart which holds the same content and should be used automatically." 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(monitoring-plugins-zypper) +msgid "Check for software updates via zypper" msgstr "" -#. description(php5-pear-Horde_Date) -msgid "Package for creating and manipulating dates." -msgstr "" - -#. description(php5-pear-Horde_Group) -msgid "Package for managing and accessing the Horde groups system." -msgstr "" - -#. summary(gaupol:python3-aeidon) -msgid "Package for reading, writing and manipulating text-based subtitle files" -msgstr "" - -#. description(php5-pear-Horde_Scribe) -msgid "Packaged version of the PHP Scribe client." -msgstr "" - -#. summary(php5-pear-Horde_Thrift) -msgid "Packaged version of the PHP Thrift client" -msgstr "" - -#. summary(pssh) -msgid "Parallel SSH to control large numbers of Machines simultaneously" -msgstr "" - -#. summary(perl-Package-Variant) -msgid "Parameterizable packages" -msgstr "" - -#. summary(perl-Parse-CPAN-Packages) -msgid "Parse 02packages.details.txt.gz" -msgstr "" - -#. summary(perl-Parse-CPAN-Meta) -msgid "Parse META.yml and META.json CPAN metadata files" -msgstr "" - -#. summary(perl-Parse-Win32Registry) -msgid "Parse Windows Registry Files" -msgstr "" - -#. summary(perl-DateTime-Format-MySQL) -msgid "Parse and format MySQL dates and times" -msgstr "" - -#. summary(perl-DateTime-Format-Strptime) -msgid "Parse and format strp and strf time patterns" -msgstr "" - -#. summary(perl-Perl-Version) -msgid "Parse and manipulate Perl version strings" -msgstr "" - -#. summary(perl-Time-Duration-Parse) -msgid "Parse string that represents time duration" -msgstr "" - -#. description(perl-Parse-Win32Registry) +#. description(monitoring-plugins-zypper) 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" +"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 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" +"It checks for security, recommended and optional patches and also for optional package updates.\n" "\n" -"The module is intended to be cross-platform, and run on those platforms " -"where Perl will run.\n" +"You can define the status by patch category. Use a commata to list more than one category to a state.\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." +"If you like to know the names of available patches and packages, use the \"-v\" option." msgstr "" -#. summary(perl-DateTime-Format-DateParse) -msgid "Parses Date::Parse compatible formats" +#. summary(mono-addins) +msgid "Mono Addins Framework" msgstr "" -#. summary(python3-pyflakes) -msgid "Passive checker of Python 3 programs" +#. description(mono-addins) +msgid "Mono.Addins is a generic framework for creating extensible applications, and for creating libraries which extend those applications." msgstr "" -#. summary(perl-Text-Patch) -msgid "Patches text with given patch" +#. summary(mono-addins:mono-addins-devel) +#. summary(mono-addins:mono-addins-msbuild) +msgid "Mono Addins Framework, MSBuild Support" msgstr "" -#. summary(perl-MooseX-Types-Path-Tiny) -msgid "Path::Tiny types and coercions for Moose" -msgstr "" - -#. description(python3-pep8) +#. description(mono-addins:mono-addins-devel) msgid "" -"Pep8 is a tool to check your Python code against some of the style " -"conventions in PEP 8." +"Mono.Addins is a generic framework for creating extensible applications, and for creating libraries which extend those applications.\n" +"\n" +"This package contains the pkgconfig files." msgstr "" -#. summary(perl-PAR) -msgid "Perl Archive Toolkit" -msgstr "" - -#. summary(perl-Lingua-Stem-Fr) -msgid "Perl French Stemming" -msgstr "" - -#. summary(perl-Plack) -msgid "Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)" -msgstr "" - -#. summary(perl-XML-SimpleObject-LibXML) +#. description(mono-addins:mono-addins-msbuild) msgid "" -"Perl extension allowing a simple(r) object representation of an XML::Lib[cut]" +"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 "" -#. summary(perl-Sys-SigAction) -msgid "Perl extension for Consistent Signal Handling" +#. summary(mono-basic) +msgid "Mono's Visual Basic Compiler and Runtime" msgstr "" -#. summary(perl-Geo-Coordinates-UTM) -msgid "Perl extension for Latitude Longitude conversions" -msgstr "" - -#. summary(perl-XML-SemanticDiff) -#, fuzzy -msgid "Perl extension for comparing XML documents." -msgstr "Aktualizacje czasu dostępu" - -#. summary(perl-Number-Format) -msgid "Perl extension for formatting numbers" -msgstr "" - -#. summary(perl-XML-Generator-PerlData) +#. description(mono-basic) msgid "" -"Perl extension for generating SAX2 events from nested Perl data structures." +"The Mono Project is an open development initiative that is working to develop an open source, Unix version of the .NET development platform. Its objective is to enable Unix developers to build and deploy cross-platform .NET applications. The project will implement various technologies that have been submitted to the ECMA for standardization.\n" +"\n" +"Mono's VB runtime." msgstr "" -#. summary(perl-SVG) -msgid "Perl extension for generating Scalable Vector Graphics (SVG) documents" +#. summary(mono-nat) +#. summary(mono-nat:mono-nat-devel) +msgid "A .NET library for automatic port forwarding" msgstr "" -#. summary(perl-Data-Hexify) -msgid "Perl extension for hexdumping arbitrary data" +#. description(mono-nat) +msgid "A .NET library for automatic port forwarding using either uPnP or nat-pmp" msgstr "" -#. summary(perl-Spreadsheet-XLSX) -msgid "Perl extension for reading MS Excel 2007 files;" +#. description(mono-nat:mono-nat-devel) +msgid "A .NET library for automatic port forwarding using either uPnP or nat-pmp. The package config files for mono.nat" msgstr "" -#. summary(perl-File-Copy-Recursive) -msgid "Perl extension for recursively copying files and directories" -msgstr "" +#. summary(mono-nuget) +#, fuzzy +msgid "DotNet package manager" +msgstr "Menedżer pakietów" -#. summary(perl-Math-Round) -msgid "Perl extension for rounding numbers" +#. description(mono-nuget) +msgid "This is the Xamarin version of NuGet for use with MonoDevelop." msgstr "" -#. summary(perl-HTML-Scrubber) -msgid "Perl extension for scrubbing/sanitizing html" -msgstr "" - -#. summary(perl-XML-DOM-XPath) -msgid "" -"Perl extension to add XPath support to XML::DOM, using XML::XPath engine" -msgstr "" - -#. summary(perl-Test-Warn) -msgid "Perl extension to test methods for warnings" -msgstr "" - -#. summary(perl-Debug-Trace) -msgid "Perl extension to trace subroutine calls" -msgstr "" - -#. summary(perl-Digest-Perl-MD5) +#. summary(mono-nuget:mono-nuget-devel) #, fuzzy -msgid "Perl implementation of Ron Rivests MD5 Algorithm" -msgstr "Interfejs jądra" +msgid "Development files for NuGet" +msgstr "Pakiety dla programistów KDE" -#. summary(perl-GnuPG-Interface) +#. description(mono-nuget:mono-nuget-devel) #, fuzzy -msgid "Perl interface to GnuPG" -msgstr "Interfejs jądra" +msgid "This package contains development files for NuGet integration into MonoDevelop." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Crypt-SaltedHash) -#, fuzzy -msgid "Perl interface to functions that assist in working" -msgstr "Interfejs jądra" - -#. summary(perl-Font-TTF) -msgid "Perl module for TrueType Font hacking" +#. summary(mono-upnp) +msgid "Client/server libraries for the Universal Plug 'n Play specifications" msgstr "" -#. 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." +#. 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-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(mono-upnp:mono-upnp-devel) +msgid "Client/server libraries for the Universal PnP specification - development files" msgstr "" -#. summary(perl-Parse-Method-Signatures) -msgid "Perl6 like method signature parser" -msgstr "" - -#. summary(perl-Syntax-Keyword-Junction) -msgid "Perl6 style Junction operators in Perl5" -msgstr "" - -#. summary(perl-Perl6-Junction) -msgid "Perl6 style Junction operators in Perl5." -msgstr "" - -#. description(perl-Perl-Critic) +#. description(mono-upnp:mono-upnp-devel) 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" +"Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play specifications (see http://www.upnp.org).\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" +"This package provides the development files." 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." +#. summary(mono-zeroconf) +#. summary(mono-zeroconf:mono-zeroconf-devel) +#. summary(mono-zeroconf:mono-zeroconf-doc) +#. summary(mono-zeroconf:mono-zeroconf-provider-avahi) +msgid "A cross platform Zero Configuration Networking library for Mono" msgstr "" -#. description(pgaccess) -msgid "" -"PgAccess is a graphical interface and application building environment for " -"PostgreSQL." +#. description(mono-zeroconf) +#. description(mono-zeroconf:mono-zeroconf-devel) +#. description(mono-zeroconf:mono-zeroconf-doc) +#. description(mono-zeroconf:mono-zeroconf-provider-avahi) +msgid "Mono.Zeroconf is a cross platform Zero Configuration Networking library for Mono and .NET. It provides a unified API for performing the most common zeroconf operations on a variety of platforms and subsystems: all the operating systems supported by Mono and both the Avahi and Bonjour/mDNSResponder transports." msgstr "" -#. summary(python-django-picklefield) -msgid "Pickled object field for Django" +#. summary(monodevelop) +msgid "Full-Featured IDE for Mono and Gtk-Sharp" 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(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 "" -#. summary(python3-pip) -msgid "Pip installs packages. Python packages. An easy_install replacement" -msgstr "" +#. summary(monodevelop:monodevelop-devel) +#, fuzzy +msgid "Development files for MonoDevelop" +msgstr "Programowanie" -#. description(python3-pip) +#. description(monodevelop:monodevelop-devel) 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." +"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" +"This package contains development files for the IDE and plugins." msgstr "" -#. summary(python-django-piston) -msgid "Piston is a Django mini-framework creating APIs" +#. summary(morituri) +msgid "A CD ripper aiming for accuracy over speed" msgstr "" -#. description(pithos) +#. description(morituri) msgid "" -"Pithos is a native Pandora Radio client for Linux. It's much more " -"lightweight than the Pandora.com web client, and integrates with desktop " -"features such as media keys, notifications, and the sound menu." -msgstr "" - -#. description(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" +"morituri is a CD ripper aiming for accuracy over speed. Its features are modeled to compare with Exact Audio Copy.\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." +"Features: * Support for MusicBrainz for metadata lookup. * Support for AccurateRip verification. * Detects sample read offset and ability to defeat cache of drives. * Performs test and copy rip. * Detects and rips Hidden Track One Audio. * Templates for file and directory naming. * Support for lossless encoding and lossy encoding or re-encoding of images. * Tagging using GStreamer, including embedding MusicBrainz id's. * Retagging of images. * Plugins for logging. * For now, only a command line client (rip) is shipped." msgstr "" -#. summary(python-cov-core) -msgid "Plugin core for use by pytest-cov, nose-cov and nose2-cov" +#. summary(motoya-lcedar-fonts) +msgid "Japanese gothic-typeface fonts designed by Motoya" msgstr "" -#. summary(plymouth:plymouth-theme-fade-in) -msgid "Plymouth \"Fade-In\" theme" +#. description(motoya-lcedar-fonts) +msgid "This package provides a font family named \"MotoyaLCedar W3 mono\". It was provided to Android platform by Motoya." msgstr "" -#. summary(plymouth:plymouth-theme-script) -msgid "Plymouth \"Script\" plugin" +#. summary(motoya-lmaru-fonts) +msgid "Japanese Round-Gothic-Typeface Fonts Designed by Motoya" msgstr "" -#. summary(plymouth:plymouth-theme-solar) -msgid "Plymouth \"Solar\" theme" +#. description(motoya-lmaru-fonts) +msgid "This package provides a font family named \"MotoyaLMaru W3 mono\". It was provided to Android platform by Motoya." msgstr "" -#. summary(plymouth:plymouth-theme-spinfinity) -msgid "Plymouth \"Spinfinity\" theme" +#. summary(mousetweaks:mousetweaks-lang) +msgid "Languages for package mousetweaks" msgstr "" -#. summary(plymouth:plymouth-theme-spinner) -msgid "Plymouth \"Spinner\" theme" +#. description(mousetweaks:mousetweaks-lang) +msgid "Provides translations to the package mousetweaks" 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" -msgstr "" +#. summary(mozaddon-bugmenot) +#, fuzzy +msgid "Bugmenot extension for Firefox" +msgstr "Federacja Rosyjska" -#. 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(mozaddon-bugmenot) +msgid "Activate the extension by right-clicking on a user name and/or password field of a site that asks for registration. BugMeNot will log in for you automatically using user-submitted passwords. Features: multiple login attempts, failure reporting, and auto-submittal." msgstr "" -#. summary(perl-Lingua-Stem-Ru) -msgid "Porter's stemming algorithm for Russian (KOI8-R only)" +#. summary(mozaddon-devel) +msgid "RPM macros for building Mozilla extensions under openSUSE" msgstr "" -#. summary(perl-Snowball-Norwegian) -msgid "Porters stemming algorithm for norwegian." +#. description(mozaddon-devel) +msgid "XPI ID retrieval script and helpful RPM macros for packaging up addons for the Mozilla suite." msgstr "" -#. summary(perl-Snowball-Swedish) -msgid "Porters stemming algorithm for swedish." -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." -msgstr "" - -#. description(postgresql-jdbc:postgresql-jdbc-javadoc) +#. summary(mozaddon-firebug) #, fuzzy -msgid "PostgreSQL JDBC Driver API documentation." -msgstr "Quickstarter OpenOffice.Org" +msgid "Firebug extension for Firefox" +msgstr "Federacja Rosyjska" -#. description(postgresql-jdbc) +#. description(mozaddon-firebug) msgid "" -"PostgreSQL JDBC Driver allows Java programmers to connect to a PostgreSQL " -"database using standard, database independent Java code.\n" +"Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.\n" "\n" -"The driver provides are reasonably complete implementation of the JDBC 3 " -"specification in addition to some PostgreSQL specific extensions." +"Visit the Firebug website for documentation, screen shots, and discussion forums: http://getfirebug.com" msgstr "" -#. summary(php5-pear-MDB2_Driver_pgsql) -msgid "PostgreSQL MDB2 driver" +#. summary(mozaddon-gnotifier) +msgid "Firefox integration with native Linux notification system" 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(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 "" -#. 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." +#. summary(mozo) +msgid "MATE Desktop menu editor" 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." -msgstr "" +#. description(mozo) +#, fuzzy +msgid "This package provides Mozo, a menu editor for the MATE Desktop, using the freedesktop.org menu specification." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(python3-lxml:python3-lxml-doc) +#. summary(mozo:mozo-lang) #, fuzzy -msgid "Powerful and Pythonic XML processing library - Documentation" -msgstr "Pomoc i dokumentacja" +msgid "Languages for package mozo" +msgstr "Pakiet nie jest podpisany" -#. description(perl-Test-Trap) -msgid "" -"Primarily (but not exclusively) for use in test scripts: A block eval on " -"steroids, configurable and extensible, but by default trapping (Perl) " -"STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return values " -"from boxed blocks of test code.\n" -"\n" -"The values collected by the latest trap can then be queried or tested " -"through a special trap object." -msgstr "" +#. description(mozo:mozo-lang) +#, fuzzy +msgid "Provides translations to the package mozo" +msgstr "Nie znaleziono programu su." -#. 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." +#. summary(mpi-selector) +msgid "Tool to provide defaults for which MPI implementation to use" msgstr "" -#. summary(perl-Net-DNS-Resolver-Programmable) -msgid "Programmable DNS resolver class for offline emulation of DNS" -msgstr "" - -#. description(php5-pear-Horde_Nls) +#. description(mpi-selector) msgid "" -"Provide common methods for handling language data, timezones, and hostname-" -">country lookups." +"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" +"The default can be changed easily via the mpi-selector command -- editing of shell startup files is not required." msgstr "" -#. summary(perl-Regexp-Common) -msgid "Provide commonly requested regular expressions" +#. summary(mplus-fonts) +msgid "Free Fonts Set Incorporates All Kanji Until Level 2 and Latin Glyphs" msgstr "" -#. summary(perl-Hash-MoreUtils) -msgid "Provide the stuff missing in Hash::Util" +#. 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 "" -#. description(php5-pear-Mail_mimeDecode) -msgid "" -"Provides a class to deal with the decoding and interpreting of mime " -"messages. This package used to be part of the Mail_Mime package, but has " -"been split off." -msgstr "" +#. summary(mtpaint:mtpaint-handbook) +#, fuzzy +msgid "Handbook for the mtpaint painting application" +msgstr "Nowe aplikacje" -#. description(perl-HTTP-Request-AsCGI) -msgid "" -"Provides a convenient way of setting up an CGI environment from an HTTP::" -"Request." +#. description(mtpaint:mtpaint-handbook) +msgid "Install this package is want to read the handbook for the painting application mtpaint." 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." +#. summary(munin) +msgid "Network-wide graphing framework (grapher/gatherer)" msgstr "" -#. description(perl-PHP-Serialization) +#. description(munin) 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" +"Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration.\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 the grapher/gatherer. You will only need one instance of it in your network. It will periodically poll all the nodes in your network it's aware of for data, which it in turn will use to create graphs and HTML pages, suitable for viewing with your graphical web browser of choice.\n" +"\n" +"Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool." msgstr "" -#. description(php5-pear-Horde_Imsp) -msgid "Provides an API into an IMSP server for address books and options." +#. summary(munin:munin-node) +msgid "Network-wide graphing framework (node)" msgstr "" -#. summary(php5-pear-HTTP_Request) -msgid "Provides an easy way to perform HTTP requests" -msgstr "" - -#. summary(php5-pear-Net_IMAP) -#, fuzzy -msgid "Provides an implementation of the IMAP protocol" -msgstr "Nie znaleziono programu su." - -#. description(php5-pear-Net_SMTP) -#, fuzzy +#. description(munin:munin-node) msgid "" -"Provides an implementation of the SMTP protocol using PEAR's Net_Socket " -"class." -msgstr "Nie znaleziono programu su." - -#. description(python-interlude) -msgid "" -"Provides an interactive shell aka console inside your doctest case.\n" +"Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration.\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" +"This package contains node software. You should install it on all the nodes in your network. It will know how to extract all sorts of data from the node it runs on, and will wait for the gatherer to request this data for further processing.\n" "\n" -"In your doctest you can invoke the shell at any point by calling::\n" +"It includes a range of plugins capable of extracting common values such as cpu usage, network usage, load average, and so on. Creating your own plugins which are capable of extracting other system-specific values is very easy, and is often done in a matter of minutes. You can also create plugins which relay information from other devices in your network that can't run Munin, such as a switch or a server running another operating system, by using SNMP or similar technology.\n" "\n" -" >>> interact( locals() )\n" -"\n" -"To make your testrunner interlude aware following is needed:" +"Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, take a peek at <http://www.linpro.no/projects/munin/example/>." msgstr "" -#. summary(perl-Test-ClassAPI) -msgid "Provides basic first-pass API testing for large class trees" +#. summary(mutter:mutter-lang) +msgid "Languages for package mutter" msgstr "" -#. description(php5-pear-Horde_Crypt_Blowfish) -msgid "Provides blowfish encryption/decryption for PHP string data." -msgstr "" +#. description(mutter:mutter-lang) +#, fuzzy +msgid "Provides translations to the package mutter" +msgstr "Nie znaleziono programu su." -#. description(php5-pear-Auth_SASL) -msgid "" -"Provides code to generate responses to common SASL mechanisms, including:\n" -"\n" -" - Digest-MD5 - CramMD5 - Plain - Anonymous - Login (Pseudo " -"mechanism)" +#. summary(mylvmbackup) +msgid "Utility for creating MySQL backups via LVM snapshots" msgstr "" -#. description(php5-pear-File) -msgid "" -"Provides easy access to read/write to files along with some common routines " -"to deal with paths." +#. 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 "" -#. description(php5-pear-Net_URL) -msgid "Provides easy parsing of URLs and their constituent parts." -msgstr "" +#. summary(myspell-dictionaries:myspell-af_NA) +#, fuzzy +msgid "MySpell af_NA Dictionary" +msgstr "Ulubione aplikacje" -#. description(php5-pear-Horde_Mime) -msgid "" -"Provides methods for dealing with MIME (RFC 2045) and related e-mail (RFC " -"822/2822/5322) standards." -msgstr "" +#. summary(myspell-dictionaries:myspell-an) +#, fuzzy +msgid "MySpell an Dictionary" +msgstr "Ulubione aplikacje" -#. description(php5-pear-Horde_Mime_Viewer) -msgid "Provides rendering drivers for MIME data." -msgstr "" +#. description(myspell-dictionaries:myspell-an) +#. description(myspell-dictionaries:myspell-an_ES) +#, fuzzy +msgid "Aragonese spelling dictionary." +msgstr "Ulubione aplikacje" -#. description(pgadmin3:pgadmin3-lang) +#. summary(myspell-dictionaries:myspell-an_ES) #, fuzzy -msgid "Provides translations to the package pgadmin3" -msgstr "Nie znaleziono programu su." +msgid "MySpell an_ES Dictionary" +msgstr "Ulubione aplikacje" -#. description(picard:picard-lang) +#. summary(myspell-dictionaries:myspell-ar_AE) #, fuzzy -msgid "Provides translations to the package picard" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_AE Dictionary" +msgstr "Ulubione aplikacje" -#. description(pidgin-advanced-sound-notification:pidgin-advanced-sound-notification-lang) +#. summary(myspell-dictionaries:myspell-ar_BH) #, fuzzy -msgid "Provides translations to the package pidgin-advanced-sound-notification" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_BH Dictionary" +msgstr "Ulubione aplikacje" -#. description(pidgin-birthday-reminder:pidgin-birthday-reminder-lang) +#. summary(myspell-dictionaries:myspell-ar_DZ) #, fuzzy -msgid "Provides translations to the package pidgin-birthday-reminder" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_DZ Dictionary" +msgstr "Ulubione aplikacje" -#. description(pidgin-guifications:pidgin-guifications-lang) +#. summary(myspell-dictionaries:myspell-ar_EG) #, fuzzy -msgid "Provides translations to the package pidgin-guifications" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_EG Dictionary" +msgstr "Ulubione aplikacje" -#. description(plasma-nm:plasma-nm-lang) +#. summary(myspell-dictionaries:myspell-ar_IQ) #, fuzzy -msgid "Provides translations to the package plasma-nm" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_IQ Dictionary" +msgstr "Ulubione aplikacje" -#. description(plasmoid-cwp:plasmoid-cwp-lang) +#. summary(myspell-dictionaries:myspell-ar_JO) #, fuzzy -msgid "Provides translations to the package plasmoid-cwp" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_JO Dictionary" +msgstr "Ulubione aplikacje" -#. description(po4a:po4a-lang) +#. summary(myspell-dictionaries:myspell-ar_KW) #, fuzzy -msgid "Provides translations to the package po4a" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_KW Dictionary" +msgstr "Ulubione aplikacje" -#. description(poedit:poedit-lang) +#. summary(myspell-dictionaries:myspell-ar_LB) #, fuzzy -msgid "Provides translations to the package poedit" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_LB Dictionary" +msgstr "Ulubione aplikacje" -#. description(policycoreutils:policycoreutils-lang) +#. summary(myspell-dictionaries:myspell-ar_LY) #, fuzzy -msgid "Provides translations to the package policycoreutils" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_LY Dictionary" +msgstr "Ulubione aplikacje" -#. description(polkit-gnome:polkit-gnome-lang) +#. summary(myspell-dictionaries:myspell-ar_MA) #, fuzzy -msgid "Provides translations to the package polkit-gnome" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_MA Dictionary" +msgstr "Ulubione aplikacje" -#. description(pragha:pragha-lang) +#. summary(myspell-dictionaries:myspell-ar_OM) #, fuzzy -msgid "Provides translations to the package pragha" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_OM Dictionary" +msgstr "Ulubione aplikacje" -#. description(proftpd:proftpd-lang) +#. summary(myspell-dictionaries:myspell-ar_QA) #, fuzzy -msgid "Provides translations to the package proftpd" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_QA Dictionary" +msgstr "Ulubione aplikacje" -#. description(pulseaudio:pulseaudio-lang) +#. summary(myspell-dictionaries:myspell-ar_SA) #, fuzzy -msgid "Provides translations to the package pulseaudio" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_SA Dictionary" +msgstr "Ulubione aplikacje" -#. description(purple-plugin-pack:purple-plugin-pack-lang) +#. summary(myspell-dictionaries:myspell-ar_SD) #, fuzzy -msgid "Provides translations to the package purple-plugin-pack" -msgstr "Nie znaleziono programu su." +msgid "MySpell ar_SD Dictionary" +msgstr "Ulubione aplikacje" -#. summary(perl-YAML-Perl) -msgid "Pure Perl YAML Implementation" -msgstr "" +#. summary(myspell-dictionaries:myspell-ar_SY) +#, fuzzy +msgid "MySpell ar_SY Dictionary" +msgstr "Ulubione aplikacje" -#. summary(perl-DBM-Deep) -msgid "Pure perl multi-level hash/array DBM that supports transactions" -msgstr "" +#. summary(myspell-dictionaries:myspell-ar_TN) +#, fuzzy +msgid "MySpell ar_TN Dictionary" +msgstr "Ulubione aplikacje" -#. description(python3-CXX) -msgid "" -"PyCXX is a set of classes to help create extensions of Python in the C " -"language. The first part encapsulates the Python C API taking care of " -"exceptions and ref counting. The second part supports the building of Python " -"extension modules in C++." -msgstr "" +#. summary(myspell-dictionaries:myspell-ar_YE) +#, fuzzy +msgid "MySpell ar_YE Dictionary" +msgstr "Ulubione aplikacje" -#. description(python3-pyenchant) -msgid "" -"PyEnchant is a spellchecking library for Python, based on the excellent " -"Enchant library." -msgstr "" +#. summary(myspell-dictionaries:myspell-be_BY) +#, fuzzy +msgid "MySpell be_BY Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python3-unittest-xml-reporting) -msgid "PyUnit-based test runner with JUnit like XML reporting" -msgstr "" +#. description(myspell-dictionaries:myspell-be_BY) +#, fuzzy +msgid "Belarusian spelling dictionary." +msgstr "Ulubione aplikacje" -#. description(perl-YAML-Perl) -msgid "" -"PyYAML is the most robust and correct YAML module for a dynamic language. It " -"is (obviously) written in/for Python. This module is a complete port of " -"PyYAML to Perl." -msgstr "" +#. summary(myspell-dictionaries:myspell-ca_AD) +#, fuzzy +msgid "MySpell ca_AD Dictionary" +msgstr "Ulubione aplikacje" -#. 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." -msgstr "" +#. summary(myspell-dictionaries:myspell-ca_ES) +#, fuzzy +msgid "MySpell ca_ES Dictionary" +msgstr "Ulubione aplikacje" -#. 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(myspell-dictionaries:myspell-ca_ES_valencia) +msgid "MySpell ca_ES_valencia Dictionary" 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." -msgstr "" +#. summary(myspell-dictionaries:myspell-ca_FR) +#, fuzzy +msgid "MySpell ca_FR Dictionary" +msgstr "Ulubione aplikacje" -#. description(python3-pyquery) -msgid "" -"Pyquery allows you to make jQuery queries on XML documents. The API is as " -"much as possible the similar to jQuery. Pyquery uses lxml for fast XML and " -"HTML manipulation." -msgstr "" +#. summary(myspell-dictionaries:myspell-ca_IT) +#, fuzzy +msgid "MySpell ca_IT Dictionary" +msgstr "Ulubione aplikacje" -#. description(pyrex) -msgid "" -"Pyrex is a language specially designed for writing Python extension modules. " -"It's designed to bridge the gap between the nice, high-level, easy-to-use " -"world of Python and the messy, low-level world of C." -msgstr "" +#. summary(myspell-dictionaries:myspell-en_BS) +#, fuzzy +msgid "MySpell en_BS Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python-Distutils2) -msgid "Python Distribution Utilities" -msgstr "" +#. summary(myspell-dictionaries:myspell-en_BZ) +#, fuzzy +msgid "MySpell en_BZ Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python-docutils) +#. summary(myspell-dictionaries:myspell-en_GH) #, fuzzy -msgid "Python Documentation Utilities" -msgstr "Dokument" +msgid "MySpell en_GH Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python-geopy) +#. summary(myspell-dictionaries:myspell-en_IE) #, fuzzy -msgid "Python Geocoding Toolbox" -msgstr "Pakiety dla programistów KDE" +msgid "MySpell en_IE Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python-GitPython) +#. summary(myspell-dictionaries:myspell-en_IN) #, fuzzy -msgid "Python Git Library" -msgstr "Zarządzanie katalogami" +msgid "MySpell en_IN Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python3-ply) -msgid "Python Lex & Yacc" -msgstr "" +#. summary(myspell-dictionaries:myspell-en_JM) +#, fuzzy +msgid "MySpell en_JM Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python-iniparse) -msgid "" -"Python Module for Accessing and Modifying Configuration Data in INI files" -msgstr "" +#. summary(myspell-dictionaries:myspell-en_MW) +#, fuzzy +msgid "MySpell en_MW Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python-eyeD3) +#. summary(myspell-dictionaries:myspell-en_NA) #, fuzzy -msgid "Python Module for ID3 Tag Manipulation" -msgstr "Zarządzanie energią (APM)" +msgid "MySpell en_NA Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python-doc:python-doc-pdf) +#. summary(myspell-dictionaries:myspell-en_NZ) #, fuzzy -msgid "Python PDF Documentation" -msgstr "Dokument" +msgid "MySpell en_NZ Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python3-logilab-astng) -msgid "Python Python Abstract Syntax Tree (New Generation)" -msgstr "" +#. summary(myspell-dictionaries:myspell-en_PH) +#, fuzzy +msgid "MySpell en_PH Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python-djvulibre:python-djvulibre-doc) -msgid "Python Support for the DjVu Image Format (Documentation)" -msgstr "" +#. summary(myspell-dictionaries:myspell-en_TT) +#, fuzzy +msgid "MySpell en_TT Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python-google-apputils) +#. summary(myspell-dictionaries:myspell-en_ZA) #, fuzzy -msgid "Python application utilities" -msgstr "Dokument" +msgid "MySpell en_ZA Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python3-pyenchant) +#. summary(myspell-dictionaries:myspell-en_ZW) #, fuzzy -msgid "Python bindings for the Enchant spellchecking system" -msgstr "Pakiety dla programistów KDE" +msgid "MySpell en_ZW Dictionary" +msgstr "Ulubione aplikacje" -#. summary(ldb:pyldb-32bit) +#. summary(myspell-dictionaries:myspell-es_BO) #, fuzzy -msgid "Python bindings for the LDB library" -msgstr "Pakiety dla programistów KDE" +msgid "MySpell es_BO Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python-argparse) +#. summary(myspell-dictionaries:myspell-es_CU) #, fuzzy -msgid "Python command-line parsing library" -msgstr "Zarządzanie katalogami" +msgid "MySpell es_CU Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python-couchdbkit) +#. summary(myspell-dictionaries:myspell-es_PY) #, fuzzy -msgid "Python couchdb kit" -msgstr "Wczytaj nieznane moduły" +msgid "MySpell es_PY Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python3-Sphinx) +#. summary(myspell-dictionaries:myspell-fr_BE) #, fuzzy -msgid "Python documentation generator" -msgstr "Pomoc i dokumentacja" +msgid "MySpell fr_BE Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python-bugzilla) +#. summary(myspell-dictionaries:myspell-fr_LU) #, fuzzy -msgid "Python library for bugzilla" -msgstr "Programowanie" +msgid "MySpell fr_LU Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python3-logilab-common) -msgid "Python lowlevel functionality shared by logilab projects" -msgstr "" +#. summary(myspell-dictionaries:myspell-fr_MC) +#, fuzzy +msgid "MySpell fr_MC Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python3-pyinotify) -msgid "Python module for watching filesystems changes" -msgstr "" +#. summary(myspell-dictionaries:myspell-gd_GB) +#, fuzzy +msgid "MySpell gd_GB Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python-killswitch) -msgid "Python module providing functions for killswitches" -msgstr "" +#. description(myspell-dictionaries:myspell-gd_GB) +#, fuzzy +msgid "Scottish Gaelic spell checker." +msgstr "Oprogramowanie dodatkowe" -#. summary(python-icalendar) -msgid "Python parser/generator of iCalendar files package" -msgstr "" +#. summary(myspell-dictionaries:myspell-gl_ES) +#, fuzzy +msgid "MySpell gl_ES Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python3-socketpool) +#. summary(myspell-dictionaries:myspell-is_IS) #, fuzzy -msgid "Python socket pool" -msgstr "Wczytaj nieznane moduły" +msgid "MySpell is_IS Dictionary" +msgstr "Ulubione aplikacje" -#. summary(python3-pep8) -msgid "Python style guide checker" +#. summary(myspell-dictionaries:myspell-kmr_Latn) +msgid "MySpell kmr_Latn Dictionary" msgstr "" -#. summary(python3-PyVirtualDisplay) -msgid "Python wrapper for Xvfb, Xephyr and Xvnc" -msgstr "" - -#. summary(python3-pyOpenSSL-doc) +#. description(myspell-dictionaries:myspell-kmr_Latn) +#. description(myspell-dictionaries:myspell-kmr_Latn_SY) +#. description(myspell-dictionaries:myspell-kmr_Latn_TR) #, fuzzy -msgid "Python wrapper module around the OpenSSL library - Documentation" -msgstr "Pomoc i dokumentacja" +msgid "Kurdish (Turkey) spelling dictionary." +msgstr "Ulubione aplikacje" -#. 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(myspell-dictionaries:myspell-kmr_Latn_SY) +msgid "MySpell kmr_Latn_SY Dictionary" 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(myspell-dictionaries:myspell-kmr_Latn_TR) +msgid "MySpell kmr_Latn_TR Dictionary" msgstr "" -#. summary(perl-String-ShellQuote) -msgid "Quote strings for passing through the shell" -msgstr "" +#. summary(myspell-dictionaries:myspell-lo_LA) +#, fuzzy +msgid "MySpell lo_LA Dictionary" +msgstr "Ulubione aplikacje" -#. description(python3-rdflib) -msgid "" -"RDFLib is a Python library for working with RDF, a simple yet powerful " -"language for representing information. The library contains an RDF/XML " -"parser/serializer that conforms to the RDF/XML Syntax Specification " -"(Revised). The library also contains both in-memory and persistent Graph " -"backends." -msgstr "" +#. description(myspell-dictionaries:myspell-lo_LA) +#, fuzzy +msgid "Lao spelling dictionary." +msgstr "Ulubione aplikacje" -#. summary(perl-Email-Address) -msgid "RFC 2822 Address Parsing and Creation" -msgstr "" +#. summary(myspell-dictionaries:myspell-ne_NP) +#, fuzzy +msgid "MySpell ne_NP Dictionary" +msgstr "Ulubione aplikacje" -#. description(php5-pear-HTTP_WebDAV_Server) -msgid "RFC2518 compliant helper class for WebDAV server implementation." +#. description(myspell-dictionaries:myspell-ne_NP) +msgid "Nepali spelling dictionary, and thesaurus." msgstr "" -#. summary(python-flup) -msgid "Random assortment of WSGI servers" -msgstr "" +#. summary(myspell-dictionaries:myspell-oc_FR) +#, fuzzy +msgid "MySpell oc_FR Dictionary" +msgstr "Ulubione aplikacje" -#. summary(perl-CPAN-Meta-YAML) -msgid "Read and write a subset of YAML for CPAN Meta files" -msgstr "" +#. description(myspell-dictionaries:myspell-oc_FR) +#, fuzzy +msgid "Occitan spelling dictionary." +msgstr "Ulubione aplikacje" -#. summary(perl-Data-Section-Simple) -msgid "Read data from __DATA__" -msgstr "" +#. summary(myspell-dictionaries:myspell-pt_AO) +#, fuzzy +msgid "MySpell pt_AO Dictionary" +msgstr "Ulubione aplikacje" -#. summary(perl-Spreadsheet-ParseExcel) -msgid "Read information from an Excel file." -msgstr "" +#. summary(myspell-dictionaries:myspell-sr_CS) +#, fuzzy +msgid "MySpell sr_CS Dictionary" +msgstr "Ulubione aplikacje" -#. summary(perl-Text-RecordParser) -msgid "Read record-oriented files" +#. summary(myspell-dictionaries:myspell-sr_Latn_CS) +msgid "MySpell sr_Latn_CS Dictionary" msgstr "" -#. summary(perl-Spreadsheet-Read) -msgid "Read the data from a spreadsheet" +#. summary(myspell-dictionaries:myspell-sr_Latn_RS) +msgid "MySpell sr_Latn_RS Dictionary" msgstr "" -#. summary(perl-CSS-Tiny) -msgid "Read/Write .css files with as little code as possible" -msgstr "" +#. summary(myspell-dictionaries:myspell-sr_RS) +#, fuzzy +msgid "MySpell sr_RS Dictionary" +msgstr "Ulubione aplikacje" -#. summary(perl-Config-Tiny) -msgid "Read/Write .ini style files with as little code as possible" -msgstr "" +#. summary(myspell-dictionaries:myspell-sv_FI) +#, fuzzy +msgid "MySpell sv_FI Dictionary" +msgstr "Ulubione aplikacje" -#. summary(perl-YAML-Tiny) -msgid "Read/Write YAML files with as little code as possible" -msgstr "" +#. summary(myspell-dictionaries:myspell-sw_TZ) +#, fuzzy +msgid "MySpell sw_TZ Dictionary" +msgstr "Ulubione aplikacje" -#. summary(perl-File-Slurp-Unicode) -msgid "Reading/Writing of Complete Files with Character Encoding Support" -msgstr "" +#. description(myspell-dictionaries:myspell-sw_TZ) +#, fuzzy +msgid "Swahili spelling dictionary." +msgstr "Ulubione aplikacje" -#. summary(python-celerymon) -msgid "Real-time monitoring of Celery workers" +#. summary(mytop) +msgid "A top Clone for MySQL" msgstr "" -#. summary(python-Kajiki) -msgid "Really fast well-formed xml templates" -msgstr "" - -#. summary(perl-Clone-PP) -msgid "Recursively copy Perl datatypes" -msgstr "" - -#. summary(perl-Hash-Merge-Simple) -msgid "Recursively merge two or more hashes, simply" -msgstr "" - -#. summary(perl-Module-Refresh) -msgid "Refresh INC files when updated on disk" -msgstr "" - -#. description(perl-Regexp-Assemble) +#. description(mytop) 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" +"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" -"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" +"- With Term::ANSIColor installed you even get color.\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." +"- If you install Time::HiRes, get good real-time queries/second stats." msgstr "" -#. summary(php5-pear-phpunit) -msgid "Regression test framework" +#. summary(fail2ban:nagios-plugins-fail2ban) +msgid "Check fail2ban server and how many IPs are currently banned" msgstr "" -#. summary(perl-Regexp-IPv6) -msgid "Regular expression for IPv6 addresses" +#. description(fail2ban:nagios-plugins-fail2ban) +msgid "" +"This plugin checks if the fail2ban server is running and how many IPs are currently banned. You can use this plugin to monitor all the jails or just a specific jail.\n" +"\n" +"How to use\n" +"---------- Just have to run the following command: $ ./check_fail2ban --help" msgstr "" -#. summary(perl-File-Remove) -msgid "Remove files and directories" +#. summary(nagios-rpm-macros) +msgid "RPM Macros for Nagios based packages" msgstr "" -#. summary(php5-pear-Text_Figlet) -msgid "Render text using FIGlet fonts" -msgstr "" +#. description(nagios-rpm-macros) +#, fuzzy +msgid "This package provides rpm macros for building packages for Nagios, check_mk and/or Icinga." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(python-fudge) -msgid "Replace real objects with fakes (mocks, stubs, etc) while testing" -msgstr "" +#. summary(nagstamon) +#, fuzzy +msgid "Nagios status monitor for the desktop" +msgstr "Główne menu GNOME" -#. summary(perl-PPIx-Regexp) -msgid "Represent a regular expression of some sort" +#. 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(python-grequests) -msgid "Requests + Gevent" +#. summary(namdhinggo-fonts) +msgid "SIL Limbu Font" msgstr "" -#. description(python3-requests) -msgid "" -"Requests is an ISC Licensed HTTP library, written in Python, for human " -"beings.\n" -"\n" -"Most existing Python modules for sending HTTP requests are extremely verbose " -"and cumbersome. Python's builtin urllib2 module provides most of the HTTP " -"capabilities you should need, but the api is thoroughly broken. It requires " -"an enormous amount of work (even method overrides) to perform the simplest " -"of tasks.\n" -"\n" -"Features:\n" -"\n" -"- Extremely simple GET, HEAD, POST, PUT, DELETE Requests + Simple HTTP " -"Header Request Attachment + Simple Data/Params Request Attachment + " -"Simple Multipart File Uploads + CookieJar Support + Redirection " -"History + Redirection Recursion Urllib Fix + Auto Decompression of " -"GZipped Content + Unicode URL Support\n" -"- Simple Authentication + Simple URL + HTTP Auth Registry" +#. 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 "" -#. summary(perl-MooseX-LazyRequire) -msgid "Required attributes which fail only when trying to use them" +#. summary(nant) +msgid "Ant for .NET" msgstr "" -#. summary(perl-SQL-ReservedWords) -msgid "Reserved SQL words by ANSI/ISO" +#. 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(perl-Class-ReturnValue) -msgid "" -"Return-value object that lets you treat it as as a boolean, array or object" +#. summary(nant:nant-devel) +msgid "NAnt pkgconfig files" 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." -msgstr "" +#. description(nant:nant-devel) +#, fuzzy +msgid "This package contains the pkgconfig files for NAnt." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-POE-Test-Loops) -msgid "Reusable tests for POE::Loop authors" -msgstr "" +#. summary(nasm:nasm-doc) +#, fuzzy +msgid "Documentation for Nasm" +msgstr "Pakiety dla programistów KDE" -#. summary(perl-MooseX-Daemonize) +#. description(nasm:nasm-doc) #, fuzzy -msgid "Role for daemonizing your Moose based application" -msgstr "Nie znaleziono programu su." +msgid "This package contains the documentation for Nasm." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Role-Identifiable) +#. summary(nautilus-actions:nautilus-actions-lang) #, fuzzy -msgid "Role::Identifiable Perl module" -msgstr "Moduł użytkownicy" +msgid "Languages for package nautilus-actions" +msgstr "Pakiet nie jest podpisany" -#. summary(perl-Role-Tiny) -msgid "Roles. Like a nouvelle cuisine portion size slice of Moose." -msgstr "" - -#. description(python3-rope) +#. description(nautilus-actions:nautilus-actions-lang) #, fuzzy -msgid "Rope is a Python refactoring library." -msgstr "Interfejs jądra" +msgid "Provides translations to the package nautilus-actions" +msgstr "Nie znaleziono programu su." -#. summary(perl-Crypt-Rot13) -msgid "Rot13 (Caesar) encryption for perl" +#. summary(arista:nautilus-extension-arista) +msgid "Arista extension for Nautilus" msgstr "" -#. description(perl-Router-Simple) +#. description(arista:nautilus-extension-arista) msgid "" -"Router::Simple is a simple router class.\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" -"Its main purpose is to serve as a dispatcher for web applications.\n" +"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" -"Router::Simple can match against PSGI '$env' directly, which means it's easy " -"to use with PSGI supporting web frameworks." +"This package contains a Nautilus extension to add Arista based actions." msgstr "" -#. summary(perl-XML-SAX-Writer) -msgid "SAX2 Writer" -msgstr "" +#. summary(nautilus-image-converter:nautilus-image-converter-lang) +#, fuzzy +msgid "Languages for package nautilus-image-converter" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-SOAP) +#. description(nautilus-image-converter:nautilus-image-converter-lang) #, fuzzy -msgid "SOAP Client/Server for PHP" -msgstr "Serwer DHCP i DNS" +msgid "Provides translations to the package nautilus-image-converter" +msgstr "Nie znaleziono programu su." -#. summary(perl-Mail-SPF-Test) -msgid "SPF test-suite class" -msgstr "" +#. summary(nautilus:nautilus-lang) +#, fuzzy +msgid "Languages for package nautilus" +msgstr "Pakiet nie jest podpisany" -#. description(python3-SQLAlchemy) -msgid "" -"SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible, " -"high-level interface to SQL databases. Database and domain concepts are " -"decoupled, allowing both sides maximum flexibility and power. SQLAlchemy " -"provides a powerful mapping layer that can work as automatically or as " -"manually as you choose, determining relationships based on foreign keys or " -"letting you define the join conditions explicitly, to bridge the gap between " -"database and domain." -msgstr "" +#. description(nautilus:nautilus-lang) +#, fuzzy +msgid "Provides translations to the package nautilus" +msgstr "Nie znaleziono programu su." -#. description(perl-SVG) -msgid "" -"SVG is a 100% Perl module which generates a nested data structure containing " -"the DOM representation of an SVG (Scalable Vector Graphics) image. Using " -"SVG, you can generate SVG objects, embed other SVG instances into it, access " -"the DOM object, create and access javascript, and generate SMIL animation " -"content." -msgstr "" +#. summary(nautilus-search-tool:nautilus-search-tool-lang) +#, fuzzy +msgid "Languages for package nautilus-search-tool" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Scribe) -msgid "Scribe Client for the Horde Framework" -msgstr "" +#. description(nautilus-search-tool:nautilus-search-tool-lang) +#, fuzzy +msgid "Provides translations to the package nautilus-search-tool" +msgstr "Nie znaleziono programu su." -#. summary(python-launchpadlib) -msgid "" -"Script Launchpad through its web services interfaces. Officially supported" -msgstr "" +#. summary(nautilus-sendto:nautilus-sendto-lang) +#, fuzzy +msgid "Languages for package nautilus-sendto" +msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-Horde_Secret) +#. description(nautilus-sendto:nautilus-sendto-lang) #, fuzzy -msgid "Secret Encryption API" -msgstr "Szyfrowanie" +msgid "Provides translations to the package nautilus-sendto" +msgstr "Nie znaleziono programu su." -#. 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(nautilus-terminal) +msgid "Integrated Terminal for the Nautilus File Browser" msgstr "" -#. summary(perl-IO-Pager) -msgid "Select a pager and pipe text to it if destination is a TTY" +#. description(nautilus-terminal) +msgid "Nautilus Terminal is an integrated terminal for the Nautilus file browser." msgstr "" -#. summary(php5-pear-phpunit-PHPUnit_Selenium) -msgid "Selenium RC integration for PHPUnit" -msgstr "" - -#. description(python-django-nose-selenium) +#. description(ndesk-dbus) 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" +"This is a C# implementation of D-Bus. It's often referred to as \"managed D-Bus\" to avoid confusion with existing bindings (which wrap libdbus).\n" "\n" -"django-nose-selenium allows you to write and run selenium tests the same way " -"as usual django unit tests." +"It is a clean-room implementation based on the D-Bus Specification Version 0.11 and study of the wire protocol of existing tools." 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." -msgstr "" +#. summary(ndesk-dbus-glib) +#. summary(ndesk-dbus-glib:ndesk-dbus-glib-devel) +#, fuzzy +msgid "Ndesk-dbus-glib provides glib integration for NDesk.DBus" +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(php5-pear-Horde_Service_Weather) -msgid "" -"Set of classes that provide an abstraction to various online weather service " -"providers. Includes drivers for WeatherUnderground, WorldWeatherOnline, and " -"Google Weather." -msgstr "" +#. description(ndesk-dbus-glib) +#. description(ndesk-dbus-glib:ndesk-dbus-glib-devel) +#, fuzzy +msgid "Ndesk-dbus-glibl provides glib integration for NDesk.DBus" +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-HTTP-Request-AsCGI) -msgid "Set up a CGI environment from an HTTP::Request" +#. summary(nested) +msgid "Specialized editor for structured documents" msgstr "" -#. summary(perl-MooseX-Types-Set-Object) -msgid "Set::Object type with coercions and stuff." +#. 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(python3-setuptools-git) -msgid "Setuptools revision control system plugin for Git" -msgstr "" - -#. description(perl-Hash-MoreUtils) -msgid "" -"Similar to 'List::MoreUtils', 'Hash::MoreUtils' contains trivial but " -"commonly-used functionality for hashes." -msgstr "" - -#. summary(perl-OLE-Storage_Lite) -msgid "Simple Class for OLE document interface." -msgstr "" - -#. summary(perl-Makefile-DOM) -msgid "Simple DOM parser for Makefiles" -msgstr "" - -#. summary(perl-Router-Simple) -msgid "Simple HTTP router" -msgstr "" - -#. summary(pinta) +#. summary(net6:net6-lang) #, fuzzy -msgid "Simple Paint Application" -msgstr "Uruchom program" +msgid "Languages for package net6" +msgstr "Pakiet nie jest podpisany" -#. summary(perl-Filesys-Notify-Simple) +#. description(net6:net6-lang) #, fuzzy -msgid "Simple and dumb file system watcher" -msgstr "synchronizacja systemów plików" +msgid "Provides translations to the package net6" +msgstr "Nie znaleziono programu su." -#. summary(perl-Log-Contextual) -msgid "Simple logging interface with a contextual log" +#. summary(netbeans-javaparser) +msgid "NetBeans Java Parser" msgstr "" -#. summary(python-iso8601) -msgid "Simple module to parse ISO 8601 dates" +#. description(netbeans-javaparser) +msgid "Java parser to analyse Java source files inside of the NetBeans IDE" msgstr "" -#. description(python-iso8601) -msgid "" -"Simple module to parse ISO 8601 dates\n" -"\n" -"This module parses the most common forms of ISO 8601 date strings (e.g. " -"2007-01-14T20:34:22+00:00) into datetime objects." +#. summary(netbeans-resolver) +msgid "Resolver subproject of xml-commons patched for NetBeans" msgstr "" -#. summary(perl-Email-Simple) -msgid "Simple parsing of RFC2822 message format and headers" +#. description(netbeans-resolver) +msgid "Resolver subproject of xml-commons, version 1.2 with a patch for NetBeans." msgstr "" -#. summary(python3-pytest) -msgid "Simple powerful testing with Python" +#. summary(netbeans-svnclientadapter) +msgid "Subversion Client Adapter" msgstr "" -#. summary(perl-MooseX-Param) -msgid "Simple role to provide a standard param method" +#. description(netbeans-svnclientadapter) +msgid "SVNClientAdapter is a high-level Java API for Subversion." msgstr "" -#. summary(perl-MooseX-Workers) -msgid "Simple sub-process management for asynchronous tasks" +#. summary(netcomponents) +msgid "Internet Protocol Suite Java Library" msgstr "" -#. summary(php5-pear-phpunit-Text_Template) -msgid "Simple template engine" +#. 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 "" -#. summary(pycarddav) -msgid "Simple to Use CardDAV CLI Client" +#. summary(netcomponents:netcomponents-javadoc) +msgid "Javadoc for netcomponents" msgstr "" -#. description(perl-MooseX-StrictConstructor) +#. description(netcomponents:netcomponents-javadoc) msgid "" -"Simply loading this module makes your constructors \"strict\". If your " -"constructor is called with an attribute init argument that your class does " -"not declare, then it calls 'Moose->throw_error()'. This is a great way to " -"catch small typos." -msgstr "" - -#. description(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" +"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" -"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." +"This package contains the javadoc documentation for netcomponents." msgstr "" -#. summary(python3-versiontools) -msgid "Smart replacement for plain tuple used in __version__" -msgstr "" +#. summary(netconsole-tools) +#, fuzzy +msgid "Configure netconsole Kernel Module" +msgstr "Zmiany w modułach jądra" -#. description(python3-versiontools) +#. description(netconsole-tools) msgid "" -"Smart replacement for plain tuple used in __version__.\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" -"* 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" +"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-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(netsurf-buildsystem) +msgid "Makefiles shared by NetSurf projects" 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." +#. description(netsurf-buildsystem) +msgid "netsurf-buildsystem contains makefiles shared by NetSurf projects." 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(network-autoconfig) +msgid "Find a connected eth interface and create an ifcfg for it" msgstr "" -#. description(perl-Context-Preserve) -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" -"\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." +#. 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 "" -#. summary(python3-numpydoc) -msgid "Sphinx extension to support docstrings in Numpy format" -msgstr "" +#. summary(neverball:neverball-doc) +#, fuzzy +msgid "Documentation for the neverball" +msgstr "Pomoc i dokumentacja" -#. summary(python3-sphinxcontrib-issuetracker) -msgid "Sphinx integration with different issuetrackers" -msgstr "" - -#. description(python3-Sphinx) +#. description(neverball:neverball-doc) 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" +"Tilt the floor to roll a ball through an obstacle course within the given time. If the ball falls or time expires, a ball is lost.\n" "\n" -"Sphinx uses reStructuredText as its markup language, and many of its " -"strengths come from the power and straightforwardness of reStructuredText " -"and its parsing and translating suite, the Docutils." -msgstr "" - -#. summary(perl-Class-Spiffy) -msgid "Spiffy Framework with No Source Filtering" -msgstr "" - -#. description(perl-Spreadsheet-Read) -msgid "" -"Spreadsheet::Read tries to transparently read *any* spreadsheet and return " -"its content in a universal manner independent of the parsing module that " -"does the actual spreadsheet scanning.\n" +"Collect 100 coins to save your progress and earn an extra ball. Red coins are worth 5. Blue coins are worth 10.\n" "\n" -"For OpenOffice this module uses Spreadsheet::ReadSXC\n" +"In the grand tradition of Marble Madness and Super Monkey Ball, Neverball has you guide a rolling ball through dangerous territory. Balance on narrow bridges, navigate mazes, ride moving platforms, and dodge pushers and shovers to get to the goal. Race against the clock to collect coins to earn extra balls.\n" "\n" -"For Microsoft Excel this module uses Spreadsheet::ParseExcel or Spreadsheet::" -"XLSX\n" -"\n" -"For CSV this module uses Text::CSV_XS (0.29 or up required, 0.73 or up " -"preferred) or Text::CSV_PP (1.05 or up required).\n" -"\n" -"For SquirrelCalc there is a very simplistic built-in parser" +"Documentation for the neverball." 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." -msgstr "" +#. summary(newsbeuter:newsbeuter-lang) +#, fuzzy +msgid "Languages for package newsbeuter" +msgstr "Pakiet nie jest podpisany" -#. summary(perl-String-Format) -msgid "Sprintf-like string formatting capabilities" -msgstr "" +#. description(newsbeuter:newsbeuter-lang) +#, fuzzy +msgid "Provides translations to the package newsbeuter" +msgstr "Nie znaleziono programu su." -#. summary(perl-Module-Install) -msgid "Standalone, extensible Perl module installer" -msgstr "" +#. summary(newt:newt-doc) +#, fuzzy +msgid "Tutorial for Nifty Erik's Windowing Toolkit" +msgstr "Programowanie" -#. summary(perl-MooseX-GlobRef) -msgid "Store a Moose object in glob reference" -msgstr "" - -#. summary(perl-Hash-MultiValue) -msgid "Store multiple values per key" -msgstr "" - -#. description(python-django-athumb) +#. description(newt:newt-doc) 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" +"This package contains a tutorial about the Newt windowing toolkit.\n" "\n" -" <img src=\"{% thumbnail some_obj.image '80x80' %}\" />\n" -"\n" -"This automatically assembles the remote S3 URL to retrieve the thumbnail " -"from. No error checking is done, and several assumptions are made for the " -"sake of speed.\n" -"\n" -"The primary advantage of django-athumb is that, unlike sorl and others, " -"thumbnails are generated at the time of user uploading the original image. " -"Instead of generating thumbs on-demand and making the user wait, we get that " -"out of the way from the beginning. This leads to a few big benefits:\n" -"\n" -"* We never check for the existence of a file, after the first save/upload. " -"We assume it exists, and skip a whole lot of Disk I/O trying to determine " -"that. This was horrendously slow on sorl + S3, as it had to hit a remote " -"service every time it wanted to know if a thumbnail needed generating.\n" -"* Since we define every possible thumbnail in advance via models.py, we " -"have a defined set of possible values. They can also be more intelligently " -"named than other packages. It is also possible to later add more sizes/" -"thumbs.\n" -"* This may be ran on your own hardware with decent speed. Running it on " -"EC2 makes it just that much faster." +"Newt is a programming library for color text-mode, widget-based user interfaces. Newt can be used to add stacked windows, entry widgets, check boxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the slang library." 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(gtk2-metatheme-nimbus:nimbus-icon-theme) +msgid "Nimbus Icon Theme" 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." -msgstr "" +#. summary(nini) +#, fuzzy +msgid "An uncommonly powerful .NET configuration library" +msgstr "Brak dostępnej konfiguracji" -#. 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." +#. description(nini) +msgid "Nini is an uncommonly powerful .NET configuration library designed to help build highly configurable applications quickly." 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>)." -msgstr "" +#. summary(ninja-ide) +#, fuzzy +msgid "Ninja IDE for Python development" +msgstr "Programowanie jądra" -#. description(perl-String-Formatter) -msgid "" -"String::Formatter is a tool for building sprintf-like formatting routines. " -"It supports named or positional formatting, custom conversions, fixed string " -"interpolation, and simple width-matching out of the box. It is easy to alter " -"its behavior to write new kinds of format string expanders. For most cases, " -"it should be easy to build all sorts of formatters out of the options built " -"into String::Formatter.\n" -"\n" -"Normally, String::Formatter will be used to import a sprintf-like routine " -"referred to as \"'stringf'\", but which can be given any name you like. This " -"routine acts like sprintf in that it takes a string and some inputs and " -"returns a new string:\n" -"\n" -" my $output = stringf \"Some %a format %s for you to %u.\\n\", { ... };\n" -"\n" -"This routine is actually a wrapper around a String::Formatter object created " -"by importing stringf. In the following code, the entire hashref after " -"\"stringf\" is passed to String::Formatter's constructor (the 'new' method), " -"save for the '-as' key and any other keys that start with a dash.\n" -"\n" -" use String::Formatter stringf => { -as => 'fmt_time', " -"codes => { ... }, format_hunker => ..., " -"input_processor => ..., }, stringf => { -as => " -"'fmt_date', codes => { ... }, string_replacer " -"=> ..., hunk_formatter => ..., }, ;\n" -"\n" -"As you can see, this will generate two stringf routines, with different " -"behaviors, which are installed with different names. Since the behavior of " -"these routines is based on the 'format' method of a String::Formatter " -"object, the rest of the documentation will describe the way the object " -"behaves.\n" -"\n" -"There's also a 'named_stringf' export, which behaves just like the 'stringf' " -"export, but defaults to the 'named_replace' and 'require_named_input' " -"arguments. There's a 'method_stringf' export, which defaults " -"'method_replace' and 'require_single_input'. Finally, a 'indexed_stringf', " -"which defaults to 'indexed_replaced' and 'require_arrayref_input'. For more " -"on these, keep reading, and check out the cookbook.\n" -"\n" -"the String::Formatter::Cookbook manpage provides a number of recipes for " -"ways to put String::Formatter to use." +#. 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 "" -#. summary(perl-Sub-Spec) -msgid "Subroutine metadata specification" +#. summary(nmcli-dmenu) +msgid "Control NetworkManager via dmenu" msgstr "" -#. summary(perl-MooseX-Has-Options) -msgid "Succinct options for Moose" +#. description(nmcli-dmenu) +msgid "Small script to manage NetworkManager connections with dmenu instead of nm-applet. It can connect to existing NetworkManager wifi or wired connections, connect to new wifi connections (requests passphrase if required), connect to existing VPN connections, enable/disable networking, launch nm-connection-editor GUI." msgstr "" -#. summary(perl-Class-Std) -msgid "Support for creating standard \"inside-out\" classes" -msgstr "" +#. summary(nodejs:nodejs-docs) +#, fuzzy +msgid "Node.js API documentation" +msgstr "Quickstarter OpenOffice.Org" -#. description(php5-pear-HTTP_Request) -msgid "" -"Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy, Proxy " -"Authentication, SSL, file uploads etc." -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." -msgstr "" - -#. summary(php5-pear-XML_Serializer) +#. description(nodejs:nodejs-docs) #, fuzzy -msgid "Swiss-army knife for creating, reading and writing XML files" -msgstr "Aktualizacje czasu dostępu" +msgid "The API documentation for the Node.js JavaScript runtime." +msgstr "Dokument" -#. summary(php5-pear-symfony-YAML) -msgid "Symfony YAML Component" +#. summary(nodejs-packaging) +msgid "RPM Macros and Utilities for Node.js Packaging" msgstr "" -#. summary(python3-pylint) -msgid "Syntax and style checker for Python code" +#. description(nodejs-packaging) +msgid "RPM macros and support scripts for packaging Node.js modules." msgstr "" -#. summary(perl-MooseX-AuthorizedMethods) -msgid "Syntax sugar for authorized methods" -msgstr "" +#. summary(notification-daemon:notification-daemon-lang) +#, fuzzy +msgid "Languages for package notification-daemon" +msgstr "Pakiet nie jest podpisany" -#. summary(perl-MooseX-TransactionalMethods) -msgid "Syntax sugar for transactional methods" -msgstr "" - -#. summary(python-cliff-tablib) +#. description(notification-daemon:notification-daemon-lang) #, fuzzy -msgid "Tablib formatters for cliff" -msgstr "Transakcja zestawu zakończona niepowodzeniem." +msgid "Provides translations to the package notification-daemon" +msgstr "Nie znaleziono programu su." -#. 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(google-noto-fonts:noto-emoji) +#. summary(google-noto-fonts:noto-kufiarabic) +#. summary(google-noto-fonts:noto-naskharabic) +#. summary(google-noto-fonts:noto-nastaliqurdu) +msgid "Noto Font" msgstr "" -#. summary(python-django-dbtemplates) -msgid "Template loader for templates stored in the database" +#. description(google-noto-fonts:noto-emoji) +#. description(google-noto-fonts:noto-kufiarabic) +#. description(google-noto-fonts:noto-naskharabic) +#. description(google-noto-fonts:noto-nastaliqurdu) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains font, hinted." msgstr "" -#. summary(python-django-static) -msgid "Template tags for better serving static files from templates" +#. summary(google-noto-fonts:noto-sans) +msgid "Noto Sans Serif Font" msgstr "" -#. description(python-django-static) -msgid "Template tags for better serving static files from templates in Django." +#. 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-Stream-Buffered) -msgid "Temporary buffer to save bytes" +#. summary(google-noto-fonts:noto-sans-armenian) +msgid "Noto Armenian Sans Serif Font" msgstr "" -#. summary(python-discover) -msgid "Test discovery for unittest. Backported from Python 2.7 for Python 24+" +#. 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-Test-Without-Module) -msgid "Test fallback behaviour in absence of modules" +#. summary(google-noto-fonts:noto-sans-avestan) +msgid "Noto Avestan Sans Serif Font" msgstr "" -#. summary(perl-Test-Warnings) -msgid "Test for warnings and the lack of them" +#. 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, hinted." msgstr "" -#. summary(perl-Test-Command) -msgid "Test routines for external commands" +#. summary(google-noto-fonts:noto-sans-balinese) +msgid "Noto Balinese Sans Serif Font" msgstr "" -#. summary(perl-Test-Synopsis) -msgid "Test your SYNOPSIS code" +#. description(google-noto-fonts:noto-sans-balinese) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Balinese Sans Serif font, hinted." msgstr "" -#. description(perl-Test-Class) -msgid "" -"Test::Class provides a simple way of creating classes and objects to test " -"your code in an xUnit style.\n" -"\n" -"Built using the Test::Builder manpage, it was designed to work with other " -"Test::Builder based modules (the Test::More manpage, the Test::Differences " -"manpage, the Test::Exception manpage, etc.).\n" -"\n" -"_Note:_ This module will make more sense, if you are already familiar with " -"the \"standard\" mechanisms for testing perl code. Those unfamiliar with the " -"Test::Harness manpage, the Test::Simple manpage, the Test::More manpage and " -"friends should go take a look at them now. the Test::Tutorial manpage is a " -"good starting point." +#. summary(google-noto-fonts:noto-sans-bamum) +msgid "Noto Bamum Sans Serif Font" 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.)" +#. description(google-noto-fonts:noto-sans-bamum) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Bamum Sans Serif font, hinted." msgstr "" -#. summary(perl-Test-Pod-Coverage) -#, fuzzy -msgid "Test::Pod::Coverage Perl module" -msgstr "Włączone w trybie domyślnym sterownika" - -#. description(perl-Test-Requires) -msgid "" -"Test::Requires checks to see if the module can be loaded.\n" -"\n" -"If this fails rather than failing tests this *skips all tests*.\n" -"\n" -"Test::Requires can also be used to require a minimum version of Perl:\n" -"\n" -" use Test::Requires \"5.010\"; # quoting is necessary!!\n" -"\n" -" use Test::Requires \"v5.10\";" +#. summary(google-noto-fonts:noto-sans-batak) +msgid "Noto Batak Sans Serif Font" msgstr "" -#. description(perl-Test-SharedFork) -msgid "" -"Test::SharedFork is utility module for Test::Builder.\n" -"\n" -"This module makes the fork(2) manpage safety in your test case.\n" -"\n" -"This module merges test count with parent process & child process." +#. description(google-noto-fonts:noto-sans-batak) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Batak Sans Serif font, hinted." 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" -"\n" -"Note that this module only checks the perl syntax (by wrapping the code with " -"'sub') and doesn't actually run the code.\n" -"\n" -"Suppose you have the following POD in your module.\n" -"\n" -" =head1 NAME\n" -"\n" -" Awesome::Template - My awesome template\n" -"\n" -" =head1 SYNOPSIS\n" -"\n" -" use Awesome::Template;\n" -"\n" -" my $template = Awesome::Template->new; $tempalte->render(\"template." -"at\");\n" -"\n" -" =head1 DESCRIPTION\n" -"\n" -"An user of your module would try copy-paste this synopsis code and find that " -"this code doesn't compile because there's a typo in your variable name _" -"$tempalte_. Test::Synopsis will catch that error before you ship it." +#. summary(google-noto-fonts:noto-sans-bengali) +msgid "Noto Bengali Sans Serif Font" msgstr "" -#. description(perl-Test-TCP) -msgid "Test::TCP is test utilities for TCP/IP program." +#. 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, hinted." msgstr "" -#. summary(perl-Test-TCP) -#, fuzzy -msgid "Testing TCP program" -msgstr "Kopiowanie profilu" - -#. 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." +#. summary(google-noto-fonts:noto-sans-brahmi) +msgid "Noto Brahmi Sans Serif Font" msgstr "" -#. summary(perl-Test-WWW-Mechanize) -msgid "Testing-specific WWW::Mechanize subclass" +#. description(google-noto-fonts:noto-sans-brahmi) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Brahmi Sans Serif font, hinted." msgstr "" -#. summary(perl-Test-LongString) -msgid "Tests strings for equality, with more helpful failures" +#. summary(google-noto-fonts:noto-sans-buginese) +msgid "Noto Buginese Sans Serif Font" msgstr "" -#. summary(python3-testscenarios) -msgid "Testscenarios, a pyunit extension for dependency injection" +#. description(google-noto-fonts:noto-sans-buginese) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Buginese Sans Serif font, hinted." msgstr "" -#. summary(python3-progressbar) -msgid "Text Progressbar Library for Python" +#. summary(google-noto-fonts:noto-sans-buhid) +msgid "Noto Buhid Sans Serif Font" 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>" +#. description(google-noto-fonts:noto-sans-buhid) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Buhid Sans Serif font, hinted." 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(google-noto-fonts:noto-sans-canadianaboriginal) +msgid "Noto Canadian Aboriginal Sans Serif Font" 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!" +#. description(google-noto-fonts:noto-sans-canadianaboriginal) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains CanadianAboriginal Sans Serif font, hinted." 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(google-noto-fonts:noto-sans-carian) +msgid "Noto Carian Sans Serif Font" msgstr "" -#. summary(python-CouchDB:python-CouchDB-doc) -msgid "The API reference files for CouchDB" +#. 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, hinted." 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(google-noto-fonts:noto-sans-cham) +msgid "Noto Cham Sans Serif Font" 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(google-noto-fonts:noto-sans-cham) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Cham Sans Serif font, hinted." 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." +#. summary(google-noto-fonts:noto-sans-cherokee) +msgid "Noto Cherokee Sans Serif Font" 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." +#. 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, hinted." msgstr "" -#. description(php5-pear-ezc-ConsoleTools) -msgid "The ConsoleTools package provides Console handling." +#. summary(google-noto-fonts:noto-sans-cjkjp) +msgid "Noto CJKjp Sans Serif Font" 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." +#. description(google-noto-fonts:noto-sans-cjkjp) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains CJKjp Sans Serif font, hinted." 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(google-noto-fonts:noto-sans-cjkkr) +msgid "Noto CJKkr Sans Serif Font" msgstr "" -#. description(php5-pear-ezc-Graph) -#, fuzzy -msgid "The Graph package provides the basic infrastructure for graphs." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" - -#. 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(google-noto-fonts:noto-sans-cjkkr) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains CJKkr Sans Serif font, hinted." 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(google-noto-fonts:noto-sans-cjksc) +msgid "Noto CJKsc Sans Serif Font" 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." +#. description(google-noto-fonts:noto-sans-cjksc) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains CJKsc Sans Serif font, hinted." msgstr "" -#. description(php5-pear-Horde_Crypt) -msgid "" -"The Horde_Crypt package class provides an API for various cryptographic " -"systems." +#. summary(google-noto-fonts:noto-sans-cjktc) +msgid "Noto CJKtc Sans Serif Font" 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." +#. description(google-noto-fonts:noto-sans-cjktc) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains CJKtc Sans Serif font, hinted." msgstr "" -#. description(php5-pear-Horde_Form) -msgid "" -"The Horde_Form package provides form rendering, validation, and other " -"functionality for the Horde Application Framework." +#. summary(google-noto-fonts:noto-sans-coptic) +msgid "Noto Coptic Sans Serif Font" 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." +#. 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, hinted." msgstr "" -#. description(php5-pear-Horde_ListHeaders) -msgid "" -"The Horde_ListHeaders library parses Mailing List Headers as defined in RFC " -"2369 & RFC 2919." +#. summary(google-noto-fonts:noto-sans-cuneiform) +msgid "Noto Cuneiform Sans Serif Font" msgstr "" -#. description(php5-pear-Horde_Lock) -msgid "The Horde_Lock library provides the Horde resource locking system." +#. description(google-noto-fonts:noto-sans-cuneiform) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Cuneiform Sans Serif font, hinted." 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(google-noto-fonts:noto-sans-cypriot) +msgid "Noto Cypriot Sans Serif Font" 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." +#. description(google-noto-fonts:noto-sans-cypriot) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Cypriot Sans Serif font, hinted." msgstr "" -#. description(php5-pear-Horde_Memcache) -msgid "" -"The Horde_Memcache library provides an API to access a memcache installation " -"in Horde code." +#. summary(google-noto-fonts:noto-sans-deseret) +msgid "Noto Deseret Sans Serif Font" 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." +#. 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, hinted." 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(google-noto-fonts:noto-sans-devanagari) +msgid "Noto Devanagari Sans Serif Font" msgstr "" -#. description(php5-pear-Horde_Rpc) -msgid "" -"The Horde_Rpc library provides a common abstracted interface to various " -"remote methods of accessing Horde functionality." +#. 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(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." +#. summary(google-noto-fonts:noto-sans-egyptianhieroglyphs) +msgid "Noto Egyptian Hieroglyphs Sans Serif Font" msgstr "" -#. description(php5-pear-Horde_Serialize) -msgid "" -"The Horde_Serialize library provides various methods of encapsulating data." +#. 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, hinted." msgstr "" -#. description(php5-pear-Horde_Test) -msgid "The Horde_Test library provides Horde-specific PHPUnit base classes." +#. summary(google-noto-fonts:noto-sans-ethiopic) +msgid "Noto Ethiopic Sans Serif Font" msgstr "" -#. description(php5-pear-Horde_Text_Filter) -msgid "" -"The Horde_Text_Filter library provides common methods for fitering and " -"converting text." +#. 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(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(google-noto-fonts:noto-sans-georgian) +msgid "Noto Georgian Sans Serif Font" 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)." +#. 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(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(google-noto-fonts:noto-sans-glagolitic) +msgid "Noto Glagolitic Sans Serif Font" msgstr "" -#. description(php5-pear-Horde_View) -msgid "The Horde_View library provides a simple View pattern implementation." +#. 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, hinted." 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(google-noto-fonts:noto-sans-gothic) +msgid "Noto Gothic Sans Serif Font" msgstr "" -#. summary(perl-MooseX-POE) -msgid "The Illicit Love Child of Moose and POE" +#. description(google-noto-fonts:noto-sans-gothic) +msgid "Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Gothic Sans Serif font, hinted." 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." +#. summary(Mesa:Mesa-libd3d-32bit) +#. description(Mesa:Mesa-libd3d-32bit) +msgid "Mesa Direct3D9 state tracker" msgstr "" -#. description(perl-MooseX-Aliases) -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" -"\n" -"You can create more than one alias at once by passing a arrayref:\n" -"\n" -" has ip_addr => ( alias => [ qw(ipAddr ip) ], );" -msgstr "" +#. summary(Mesa:Mesa-libd3d-devel-32bit) +#. description(Mesa:Mesa-libd3d-devel-32bit) +#, fuzzy +msgid "Mesa Direct3D9 state tracker development package" +msgstr "Pakiety dla programistów jądra systemu" -#. 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" +#. summary(herqq:libQtSolutions_SOAP-2_7-1-32bit) +msgid "SOAP client for Qt" msgstr "" -#. description(php5-pear-HTML_Common) -msgid "" -"The PEAR::HTML_Common package provides methods for html code display and " -"attributes handling.\n" -"* Methods to set, remove, update html attributes.\n" -"* Handles comments in HTML code.\n" -"* Handles layout, tabs, line endings for nicer HTML code." +#. description(herqq:libQtSolutions_SOAP-2_7-1-32bit) +msgid "The Qt SOAP project provides basic web service support with version 1.1 of the SOAP protocol." msgstr "" -#. summary(postgresql:postgresql-plpython) -msgid "The PL/Python Procedural Languages for PostgreSQL" -msgstr "" - -#. summary(postgresql:postgresql-plperl) -msgid "The PL/Tcl, PL/Perl, and PL/Python procedural languages for PostgreSQL" -msgstr "" - -#. summary(perl-Test-Unit) +#. summary(SDL2:libSDL2-devel-32bit) #, fuzzy -msgid "The PerlUnit testing framework" -msgstr "Przeglądarka aplikacji" +msgid "SDL2 Library Developer Files" +msgstr "Aktualizacje czasu dostępu" -#. description(php5-pear-Horde_Perms) +#. description(SDL2:libSDL2-devel-32bit) #, fuzzy -msgid "" -"The Perms package provides an interface to the Horde permissions system." +msgid "This package contains files needed for development with the SDL2 library." msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(perl-Proc-Simple) -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" -"\n" -" $myproc = Proc::Simple->new();\n" -"\n" -"Either external programs or perl subroutines can be launched and controlled " -"as processes in the background.\n" -"\n" -"A 10-second sleep process, for example, can be launched as an external " -"program as in\n" -"\n" -" $myproc->start(\"/bin/sleep 10\"); # or $myproc->start(\"/bin/sleep" -"\", \"10\");\n" -"\n" -"or as a perl subroutine, as in\n" -"\n" -" sub mysleep { sleep(shift); } # Define mysleep() $myproc->start" -"(\\&mysleep, 10); # Launch it.\n" -"\n" -"or even as\n" -"\n" -" $myproc->start(sub { sleep(10); });\n" -"\n" -"The _start_ Method returns immediately after starting the specified process " -"in background, i.e. there's no blocking. It returns _1_ if the process has " -"been launched successfully and _0_ if not.\n" -"\n" -"The _poll_ method checks if the process is still running\n" -"\n" -" $running = $myproc->poll();\n" -"\n" -"and returns _1_ if it is, _0_ if it's not. Finally,\n" -"\n" -" $myproc->kill();\n" -"\n" -"terminates the process by sending it the SIGTERM signal. As an option, " -"another signal can be specified.\n" -"\n" -" $myproc->kill(\"SIGUSR1\");\n" -"\n" -"sends the SIGUSR1 signal to the running process. _kill_ returns _1_ if it " -"succeeds in sending the signal, _0_ if it doesn't.\n" -"\n" -"The methods are discussed in more detail in the next section.\n" -"\n" -"A destructor is provided so that a signal can be sent to the forked " -"processes automatically should the process object be destroyed or if the " -"process exits. By default this behaviour is turned off (see the " -"kill_on_destroy and signal_on_destroy methods)." +#. summary(SDL2_gfx:libSDL2_gfx-1_0-0-32bit) +msgid "SDL2 Graphics Routines for Primitives and Other Support Functions" msgstr "" -#. description(openstack-dashboard:python-horizon) -msgid "" -"The Python module horizon is the core component of the OpenStack dashboard." +#. description(SDL2_gfx:libSDL2_gfx-1_0-0-32bit) +#. description(SDL2_gfx:libSDL2_gfx-devel-32bit) +msgid "Library containing 20+ graphics primitives (line, box, circle, polygon, etc.) for SDL2." msgstr "" -#. description(perl-Spreadsheet-ParseExcel) -msgid "" -"The Spreadsheet::ParseExcel module can be used to read information from " -"Excel 95-2003 binary files.\n" -"\n" -"The module cannot read files in the Excel 2007 Open XML XLSX format. See the " -"the Spreadsheet::XLSX manpage module instead." -msgstr "" +#. summary(SDL2_gfx:libSDL2_gfx-devel-32bit) +#, fuzzy +msgid "Libraries, includes and more to develop SDL2_gfx applications" +msgstr "Nie znaleziono programu su." -#. description(perl-Switch) -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" -"\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." +#. summary(SDL2_image:libSDL2_image-2_0-0-32bit) +msgid "Simple DirectMedia Layer 2 – Image Loading Library" msgstr "" -#. description(python3-logilab-astng) -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" -"\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" -"\n" -"Please send any comment, patch or question to the python-projects mailing-" -"list. Before asking a question, please first search the archives in case it " -"would have already been answered. You may want to use google and add \"site:" -"lists.logilab.org\" to your keywords to narrow your search. We will soon " -"provide our own search engine." -msgstr "" +#. summary(SDL2_image:libSDL2_image-devel-32bit) +#, fuzzy +msgid "Development files for the SDL2 image loader library" +msgstr "Pakiety dla programistów KDE" -#. description(python-argparse) -msgid "" -"The argparse module provides an easy, declarative interface for creating " -"command line tools, which knows how to:\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" -"\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" +#. summary(SDL2_mixer:libSDL2_mixer-2_0-0-32bit) +msgid "Simple DirectMedia Layer 2 – Sound mixer library" 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." -msgstr "" +#. summary(SDL2_mixer:libSDL2_mixer-devel-32bit) +#, fuzzy +msgid "Development files for the SDL2 sound mixer library" +msgstr "Pakiety dla programistów KDE" -#. description(perl-Lingua-EN-Inflect) -msgid "" -"The exportable subroutines of Lingua::EN::Inflect provide plural " -"inflections, \"a\"/\"an\" selection for English words, and manipulation of " -"numbers as words\n" -"\n" -"Plural forms of all nouns, most verbs, and some adjectives are provided. " -"Where appropriate, \"classical\" variants (for example: \"brother\" -> " -"\"brethren\", \"dogma\" -> \"dogmata\", etc.) are also provided.\n" -"\n" -"Pronunciation-based \"a\"/\"an\" selection is provided for all English " -"words, and most initialisms.\n" -"\n" -"It is also possible to inflect numerals (1,2,3) to ordinals (1st, 2nd, 3rd) " -"and to English words (\"one\", \"two\", \"three).\n" -"\n" -"In generating these inflections, Lingua::EN::Inflect follows the Oxford " -"English Dictionary and the guidelines in Fowler's Modern English Usage, " -"preferring the former where the two disagree.\n" -"\n" -"The module is built around standard British spelling, but is designed to " -"cope with common American variants as well. Slang, jargon, and other English " -"dialects are _not_ explicitly catered for.\n" -"\n" -"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)." +#. description(SDL2_mixer:libSDL2_mixer-devel-32bit) +#. description(SDL_mixer:libSDL_mixer-devel-32bit) +msgid "A multi-channel audio mixer. It supports 4 channels of 16-bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, and SMPEG MP3 libraries." msgstr "" -#. description(perl-WWW-Shorten) -msgid "" -"The function 'makeashorterlink' will call the relevant web site passing it " -"your long URL and will return the shorter version.\n" -"\n" -"The function 'makealongerlink' does the reverse. 'makealongerlink' will " -"accept as an argument either the full shortened URL or just the identifier.\n" -"\n" -"If anything goes wrong, then either function will return 'undef'." +#. summary(SDL2_net:libSDL2_net-2_0-0-32bit) +msgid "Simple DirectMedia Layer 2 – Networking library" msgstr "" -#. description(perl-File-Path-Tiny) -msgid "" -"The goal here is simply to provide recursive versions of the mkdir manpage() " -"and the rmdir manpage() with as little code and overhead as possible.\n" -"\n" -"This module is in no way meant to derogate the File::Path manpage and is in " -"no way an endorsement to go out and replace all use of the File::Path " -"manpage with the File::Path::Tiny manpage.\n" -"\n" -"the File::Path manpage is very good at what it does but there's simply a lot " -"happening that we can do without much of the time.\n" -"\n" -"Here are some things the File::Path manpage has/does that this module " -"attempts to do without:\n" -"\n" -"* * multiple interfaces\n" -"\n" -" Backwards compatibility brings in a lot of code and logic that we don't " -"need from here on out.\n" -"\n" -"* * chdir()s\n" -"\n" -" It does a ton of chdir()s which could leave you somewhere you're not " -"planning on being and requires much more overhead to do.\n" -"\n" -"* * can croak not allowing you to detect and handle failure\n" -"\n" -" Just let me handle errors how I want. Don't make my entire app die or " -"have to wrap it in an eval\n" -"\n" -"* * A well intentioned output system\n" -"\n" -" Just let me do the output how I want. (Nothing, As HTML, print to a " -"filehandle, etc...)\n" -"\n" -"* * A well intentioned and experimental (IE subject to change) error " -"handling system.\n" -"\n" -" Just keep it simple and detect failure via a boolean check and do what I " -"want with the error. See the /\"How can I make/remove multiple paths?\" " -"manpage\n" -"\n" -"* * According to its POD, removing a tree is apparently not safe unless " -"you tell it to be with the ‘safe’ or 'keep_root' attributes.\n" -"\n" -" Seems like that should just happen, I don't want to worry about " -"accidentally removing / when I pass it /tmp" -msgstr "" +#. summary(SDL2_net:libSDL2_net-devel-32bit) +#, fuzzy +msgid "Development files for the SDL2 networking library" +msgstr "Pakiety dla programistów KDE" -#. 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." +#. summary(SDL2_ttf:libSDL2_ttf-2_0-0-32bit) +msgid "Simple DirectMedia Layer 2 – Truetype Library" 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." +#. summary(SDL2_ttf:libSDL2_ttf-devel-32bit) +msgid "Simple DirectMedia Layer - Truetype Library" msgstr "" -#. description(python-lazr.uri) -msgid "The lazr.uri package includes code for parsing and dealing with URIs." -msgstr "" +#. summary(SDL_Pango:libSDL_Pango-devel-32bit) +#, fuzzy +msgid "Include Files and Libraries for SDL_Pango development" +msgstr "Pakiety dla programistów KDE" -#. 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." +#. summary(SDL_gfx:libSDL_gfx-devel-32bit) +msgid "Libraries, includes and more to develop SDL_gfx applications" msgstr "" -#. description(perl-WWW-Pastebin-PastebinCom-Create) +#. description(SDL_gfx:libSDL_gfx-devel-32bit) msgid "" -"The module provides means of pasting large texts into the http://pastebin." -"com manpage pastebin site." -msgstr "" - -#. description(perl-Text-Reform) -msgid "" -"The module supplies a re-entrant, highly configurable replacement for the " -"built-in Perl format() mechanism.\n" +"The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons and SDL_rotozoom which implemented a interpolating rotozoomer for SDL surfaces. The current components of the SDL_gfx library are:\n" "\n" -"Author:\n" -"------- Damian Conway <damian@conway.org>" -msgstr "" - -#. summary(python3-unittest2) -msgid "The new features in unittest for Python 2.7 backported to Python 2.3+" -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" +"- Graphic Primitives (SDL_gfxPrimitves.h)\n" "\n" -"The package is used by pylint, an advanced Python style and syntax checker.\n" +"- Rotozoomer (SDL_rotozoom.h)\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" +"- Framerate control (SDL_framerate.h)\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" +"- MMX image filters (SDL_imageFilter.h)\n" "\n" -"This version is built to use python 3" +"The library is backwards compatible to the above mentioned code. It is written in plain C and can be used in C++ code." msgstr "" -#. description(perl-PPIx-Regexp) -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" -"\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." +#. summary(SDL_image:libSDL_image-devel-32bit) +msgid "Libraries, includes and more to develop SDL_image applications" 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" -msgstr "" +#. summary(SDL_mixer:libSDL_mixer-devel-32bit) +#, fuzzy +msgid "Development files for the SDL sound mixer library" +msgstr "Pakiety dla programistów KDE" -#. 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" -msgstr "" +#. summary(SDL_net:libSDL_net-devel-32bit) +#, fuzzy +msgid "Development files for the SDL networking library" +msgstr "Pakiety dla programistów KDE" -#. 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" -msgstr "" +#. summary(SDL_sound:libSDL_sound-devel-32bit) +#, fuzzy +msgid "Development files for the SDL sound sample library" +msgstr "Pakiety dla programistów KDE" -#. summary(python3-MiniMock) -msgid "The simplest possible mock library" -msgstr "" +#. summary(SDL_ttf:libSDL_ttf-devel-32bit) +#, fuzzy +msgid "Development files for the SDL TrueType library" +msgstr "Pakiety dla programistów KDE" -#. 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(SDLmm:libSDLmm-0_1-8-32bit) +msgid "Simple DirectMedia Layer C++ glue library" 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." +#. description(SDLmm:libSDLmm-0_1-8-32bit) +msgid "SDLmm aims to stay as close as possible to the C API while taking advantage of native C++ features like object oriented programming. It also aims to be as platform independent as possible. In other words, it tries to support every platform that SDL supports." msgstr "" -#. description(perl-MooseX-Types) -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" -"\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" -"\n" -"This is done by creating a type library module like 'MyApp::Types' and then " -"importing types from that module into other modules.\n" -"\n" -"As a side effect, the declaration mechanism allows you to write type names " -"as barewords (really function calls), which catches typos in names at " -"compile time rather than run time.\n" -"\n" -"This module also provides some helper functions for using Moose types " -"outside of attribute declarations.\n" -"\n" -"If you mix string-based names with types created by this module, it will " -"warn, with a few exceptions. If you are declaring a 'class_type()' or " -"'role_type()' within your type library, or if you use a fully qualified name " -"like '\"MyApp::Foo\"'." -msgstr "" +#. summary(SDLmm:libSDLmm-devel-32bit) +#, fuzzy +msgid "Development files for the SDL C++ API layer" +msgstr "Programowanie" -#. summary(kdeartwork4:plasma-theme-aya) -msgid "Theme for Plasma" +#. description(SDLmm:libSDLmm-devel-32bit) +msgid "SDLmm aims to stay as close as possible to the C API while taking advantage of native C++ features like object orientation. We will also aim at being platform independent as much as possible. I.e we'll try to support ever platform supported by SDL." msgstr "" -#. 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." -msgstr "" - -#. description(php5-pear-Horde_Util) +#. summary(motif:libUil4-32bit) #, fuzzy -msgid "" -"These classes provide functionality useful for all kind of applications." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +msgid "Motif User Interface Language library" +msgstr "Powiadomienia" -#. description(php5-pear-Horde_Core) -#, fuzzy -msgid "" -"These classes provide the core functionality of the Horde Application " -"Framework." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" - -#. 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." +#. description(motif:libUil4-32bit) +msgid "The Motif user interface language (UIL) is a specification language for describing the initial state of a Motif application's user interface." msgstr "" -#. description(perl-Task-Moose) +#. description(libXaw3d:libXaw3d-devel-32bit) +#, fuzzy 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" +"Xaw3d is a general-purpose replacement for the Athena toolkit which adds a 3D appearance and support for XPM images.\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 "" +"This package contains the development headers for the library found in libXaw3d6/libXaw3d7/libXaw3d8." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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" -"\n" -"The features of 'Exception::Base':\n" -"\n" -"* *\n" -"\n" -" fast implementation of the exception class\n" -"\n" -"* *\n" -"\n" -" fully OO without closures and source code filtering\n" -"\n" -"* *\n" -"\n" -" does not mess with '$SIG{__DIE__}' and '$SIG{__WARN__}'\n" -"\n" -"* *\n" -"\n" -" no external run-time modules dependencies, requires core Perl modules " -"only\n" -"\n" -"* *\n" -"\n" -" the default behavior of exception class can be changed globally or just " -"for the thrown exception\n" -"\n" -"* *\n" -"\n" -" matching the exception by class, message or other attributes\n" -"\n" -"* *\n" -"\n" -" matching with string, regex or closure function\n" -"\n" -"* *\n" -"\n" -" creating automatically the derived exception classes (the perlfunc/use " -"manpage interface)\n" -"\n" -"* *\n" -"\n" -" easily expendable, see the Exception::System manpage class for example\n" -"\n" -"* *\n" -"\n" -" prints just an error message or dumps full stack trace\n" -"\n" -"* *\n" -"\n" -" can propagate (rethrow) an exception\n" -"\n" -"* *\n" -"\n" -" can ignore some packages for stack trace output\n" -"\n" -"* *\n" -"\n" -" some defaults (i.e. verbosity) can be different for different exceptions" +#. 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(perl-Email-Address) -msgid "" -"This class implements a regex-based RFC 2822 parser that locates email " -"addresses in strings and returns a list of 'Email::Address' objects found. " -"Alternatively you may construct objects manually. The goal of this software " -"is to be correct, and very very fast." +#. 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(perl-DateTime-TimeZone) -msgid "" -"This class is the base class for all time zone objects. A time zone is " -"represented internally as a set of observances, each of which describes the " -"offset from GMT for a given time period.\n" -"\n" -"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(libqt5-qtwayland:libqt5-qtwayland-devel-32bit) +#, fuzzy +msgid "Development package to build Qt-based compositors." +msgstr "Pakiety dla programistów KDE" -#. 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(libqt5-qtwebchannel:libqt5-qtwebchannel-devel-32bit) +msgid "You need this package, if you want to compile programs with qtwebchannel." msgstr "" -#. description(php5-pear-Horde_Exception) +#. summary(libqt5-qtwebengine:libqt5-qtwebengine-32bit) #, fuzzy -msgid "" -"This class provides the default exception handlers for the Horde Application " -"Framework." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +msgid "Qt 5 WebEngine Library" +msgstr "Zarządzanie katalogami" -#. description(php5-pear-Horde_Url) -msgid "" -"This class represents a single URL and provides methods for manipulating " -"URLs." -msgstr "" +#. summary(qxmledit:libqxmledit0-32bit) +#, fuzzy +msgid "Simple XML Editor Shared Libraries" +msgstr "Zarządzanie katalogami" -#. description(perl-Test-CPAN-Meta) +#. description(qxmledit:libqxmledit0-32bit) 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" +"QXmlEdit is a simple XML editor written in Qt4. It uses a tree based interface to ease the edit of long files.\n" "\n" -"See the CPAN::Meta manpage for further details of the CPAN Meta " -"Specification." +"This package includes QXmlEdit shared libraries." 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)." -msgstr "" +#. summary(libqxmpp:libqxmpp0-32bit) +#, fuzzy +msgid "Qt XMPP Library" +msgstr "Zarządzanie katalogami" -#. description(perl-Test-Unit) +#. description(libqxmpp:libqxmpp0-32bit) 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" +"QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++.\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." +"QXmpp is pretty intuitive and easy to use. It uses Qt extensively. Qt is the only third party library it is dependent on. Users need to a have working knowledge of C++ and Qt basics (Signals and Slots and Qt data types). The underlying TCP socket and the XMPP RFCs (RFC3920 and RFC3921) have been encapsulated into classes and functions. Therefore the user would not be bothered with these details. But it is always recommended to the advanced users to read and enjoy the low level details." 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 "" +#. summary(librdmacm:librdmacm-devel-32bit) +#, fuzzy +msgid "Development files for the librdmacm library" +msgstr "Pakiety dla programistów KDE" -#. 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(librdmacm:librdmacm-devel-32bit) +#, fuzzy +msgid "Development files for the librdmacm library." +msgstr "Pakiety dla programistów KDE" -#. 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 "" +#. summary(libreadline-java:libreadline-java-32bit) +#, fuzzy +msgid "Java Wrapper for the EditLine Library" +msgstr "Pakiety dla programistów KDE" -#. description(php5-pear-Horde_Thrift) -msgid "This is a Packaged version of the PHP Thrift client" +#. description(libreadline-java:libreadline-java-32bit) +msgid "libreadline-java provides Java bindings for libedit though a JNI wrapper." 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 "" +#. summary(ding-libs:libref_array-devel-32bit) +#, fuzzy +msgid "Development files for libref_array" +msgstr "Programowanie" -#. 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." +#. summary(libreiserfs:libreiserfs-0_3-0-32bit) +msgid "ReiserFS File System Access Library" msgstr "" -#. description(gaupol:python3-aeidon) +#. description(libreiserfs:libreiserfs-0_3-0-32bit) 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" +"This is a library for reiserfs file system access and manipulation. The primary goal is to develop the nice, full functionality library that can be linked to any projects that needed reiserfs file system access. These include GNU Parted, GNU GRUB, Yaboot, Partimage, and EVMS.\n" "\n" -"This module is inspired by and borrows heavily from RSpec (http://rspec.info/" -"documentation/), a BDD tool for the Ruby programming language." +"libreiserfs has a number of high level APIs for accessing reiserfs file systems. There are main file system code, journal code, bitmap code, directories and files access code, and device abstraction layer." 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." +#. summary(libreiserfs:libreiserfs-devel-32bit) +msgid "ReiserFS Filesystem Access Tools" 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." +#. description(libreiserfs:libreiserfs-devel-32bit) +msgid "This is a library for reiserfs filesystem access and manipulation. The primary goal is to develop the nice, full functionality library wich might be linked against any projects which needed reiserfs filesystem access. There are GNU Parted, GNU GRUB, Yaboot, Partimage, EVMS, etc." 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 "" +#. summary(libressl:libressl-devel-32bit) +#, fuzzy +msgid "Development files for LibreSSL, an SSL/TLS protocol implementation" +msgstr "Pakiety dla programistów KDE" -#. description(perl-Perl6-Junction) +#. description(libressl:libressl-devel-32bit) msgid "" -"This is a lightweight module which provides 'Junction' operators, the most " -"commonly used being 'any' and 'all'.\n" +"LibreSSL is an open-source implementation of the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. It derives from OpenSSL, with the aim of refactoring the OpenSSL code so as to provide a more secure implementation.\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/'." +"This subpackage contains libraries and header files for developing applications that want to make use of libressl." 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" -"\n" -"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.)." +#. summary(librubberband:librubberband2-32bit) +msgid "Audio time-stretching and pitch-shifting library" msgstr "" -#. description(python3-setuptools-git) -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" -"\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." +#. description(librubberband:librubberband2-32bit) +msgid "Rubber Band is a library and utility program that permits you to change the tempo and pitch of an audio recording independently of one another." msgstr "" -#. description(python-bugzilla) -msgid "" -"This is a python module that provides a nice, python-ish interface to " -"Bugzilla over XMLRPC.\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?" +#. summary(samba:libsamba-policy0-32bit) +msgid "Active Directory Group Policy library" 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." +#. summary(scalapack:libscalapack2-openmpi-32bit) +msgid "ScaLAPACK libraries compiled against openmpi" msgstr "" -#. description(perl-XML-SimpleObject-LibXML) +#. description(scalapack:libscalapack2-openmpi-32bit) msgid "" -"This is a short and simple class allowing simple object access to a parsed " -"XML::LibXML tree, with methods for fetching children and attributes in as " -"clean a manner as possible. My apologies for further polluting the XML:: " -"space; this is a small and quick module, with easy and compact usage. Some " -"will rightfully question placing another interface over the DOM methods " -"provided by XML::LibXML, but my experience is that people appreciate the " -"total simplicity provided by this module, despite its limitations. These " -"limitations include a minor loss of speed compared to the DOM, loss of " -"control over node types, and protection (aka lack of knowledge) about the " -"DOM. I encourage those who want more control and understanding over the DOM " -"to study XML::LibXML; this module's source can be instructive, too." -msgstr "" - -#. description(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." -msgstr "" - -#. description(php5-pear-phpunit-PHP_Timer) -msgid "This is a simple utility class for timing." -msgstr "" - -#. description(perl-MooseX-Param) -msgid "" -"This is a very simple Moose role which provides a the CGI manpage like " -"'param' method.\n" +"The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines redesigned for distributed memory MIMD parallel computers. It is currently written in a Single-Program-Multiple-Data style using explicit message passing for interprocessor communication. It assumes matrices are laid out in a two-dimensional block cyclic decomposition.\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?" -msgstr "" - -#. description(perl-XML-Filter-BufferText) -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" +"ScaLAPACK is designed for heterogeneous computing and is portable on any computer that supports MPI or PVM.\n" "\n" -"Note that this won't help you cases such as:\n" +"Like LAPACK, the ScaLAPACK routines are based on block-partitioned algorithms in order to minimize the frequency of data movement between different levels of the memory hierarchy. (For such machines, the memory hierarchy includes the off-processor memory of other processors, in addition to the hierarchy of registers, cache, and local memory on each processor.) The fundamental building blocks of the ScaLAPACK library are distributed memory versions (PBLAS) of the Level 1, 2 and 3 BLAS, and a set of Basic Linear Algebra Communication Subprograms (BLACS) for communication tasks that arise frequently in parallel linear algebra computations. In the ScaLAPACK routines, all interprocessor communication occurs within the PBLAS and the BLACS. One of the design goals of ScaLAPACK was to have the ScaLAPACK routines resemble their LAPACK equivalents as much as possible.\n" "\n" -" <foo> blah <!-- comment --> phubar </foo>\n" -"\n" -"In the above case, given the interleaving comment, there will be two " -"'character()' events. This may be worked around in the future if there is " -"demand for it.\n" -"\n" -"An interesting way to use this filter, instead of telling users to use it, " -"is to return it from your handler's constructor, already configured and all. " -"That'll make the buffering totally transparent to them ('XML::SAX::Writer' " -"does that)." +"This package contains ScaLAPACK\tlibraries compiled with\topenmpi." msgstr "" -#. description(perl-DBIx-Class) -msgid "" -"This is an SQL to OO mapper with an object API inspired by the Class::DBI " -"manpage (with a compatibility layer as a springboard for porting) and a " -"resultset API that allows abstract encapsulation of database operations. It " -"aims to make representing queries in your code as perl-ish as possible while " -"still providing access to as many of the capabilities of the database as " -"possible, including retrieving related records from multiple tables in a " -"single query, 'JOIN', 'LEFT JOIN', 'COUNT', 'DISTINCT', 'GROUP BY', 'ORDER " -"BY' and 'HAVING' support.\n" -"\n" -"DBIx::Class can handle multi-column primary and foreign keys, complex " -"queries and database-level paging, and does its best to only query the " -"database in order to return something you've directly asked for. If a " -"resultset is used as an iterator it only fetches rows off the statement " -"handle as requested in order to minimise memory usage. It has auto-increment " -"support for SQLite, MySQL, PostgreSQL, Oracle, SQL Server and DB2 and is " -"known to be used in production on at least the first four, and is fork- and " -"thread-safe out of the box (although DBI/Threads and Thread Safety).\n" -"\n" -"This project is still under rapid development, so large new features may be " -"marked *experimental* - such APIs are still usable but may have edge bugs. " -"Failing test cases are _always_ welcome and point releases are put out " -"rapidly as bugs are found and fixed.\n" -"\n" -"We do our best to maintain full backwards compatibility for published APIs, " -"since DBIx::Class is used in production in many organisations, and even " -"backwards incompatible changes to non-published APIs will be fixed if " -"they're reported and doing so doesn't cost the codebase anything.\n" -"\n" -"The test suite is quite substantial, and several developer releases are " -"generally made to CPAN before the branch for the next release is merged back " -"to trunk for a major release." -msgstr "" +#. summary(scalapack:libscalapack2-openmpi-devel-32bit) +#, fuzzy +msgid "Development libraries for ScaLAPACK (openmpi)" +msgstr "Programowanie" -#. description(perl-MooseX-ConfigFromFile) -msgid "" -"This is an abstract role which provides an alternate constructor for " -"creating objects using parameters passed in from a configuration file. The " -"actual implementation of reading the configuration file is left to concrete " -"sub-roles.\n" -"\n" -"It declares an attribute 'configfile' and a class method 'new_with_config', " -"and requires that concrete roles derived from it implement the class method " -"'get_config_from_file'.\n" -"\n" -"Attributes specified directly as arguments to 'new_with_config' supersede " -"those in the configfile.\n" -"\n" -"the MooseX::Getopt manpage knows about this abstract role, and will use it " -"if available to load attributes from the file specified by the command line " -"flag '--configfile' during its normal 'new_with_options'." -msgstr "" +#. description(scalapack:libscalapack2-openmpi-devel-32bit) +#, fuzzy +msgid "This package contains development libraries for ScaLAPACK, compiled against openmpi." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(perl-Exporter-Lite) -msgid "" -"This is an alternative to Exporter intended to provide a lightweight subset " -"of its functionality. It supports 'import()', '@EXPORT' and '@EXPORT_OK' and " -"not a whole lot else.\n" -"\n" -"Unlike Exporter, it is not necessary to inherit from Exporter::Lite (ie. no " -"'@ISA = qw(Exporter::Lite)' mantra). Exporter::Lite simply exports its import" -"() function. This might be called a \"mix-in\".\n" -"\n" -"Setting up a module to export its variables and functions is simple:\n" -"\n" -" package My::Module; use Exporter::Lite;\n" -"\n" -" @EXPORT = qw($Foo bar);\n" -"\n" -"now when you 'use My::Module', '$Foo' and 'bar()' will show up.\n" -"\n" -"In order to make exporting optional, use @EXPORT_OK.\n" -"\n" -" package My::Module; use Exporter::Lite;\n" -"\n" -" @EXPORT_OK = qw($Foo bar);\n" -"\n" -"when My::Module is used, '$Foo' and 'bar()' will _not_ show up. You have to " -"ask for them. 'use My::Module qw($Foo bar)'." +#. summary(sfml2:libsfml2-2_3-32bit) +msgid "Free multimedia C++ API" msgstr "" -#. description(perl-MooseX-Iterator) -msgid "" -"This is an attempt to add smalltalk-like streams to Moose. It currently " -"works with ArrayRefs and HashRefs.\n" -"\n" -"* next\n" -"\n" -" The next method provides the next item in the colletion.\n" -"\n" -" For arrays it returns the element of the array\n" -"\n" -" For hashs it returns a pair as a hashref with the keys: key and value\n" -"\n" -"* has_next\n" -"\n" -" The has_next method is a boolean method that is true if there is another " -"item in the colletion after the current item. and falue if there isn't.\n" -"\n" -"* peek\n" -"\n" -" The peek method returns the next item without moving the state of the " -"iterator forward. It returns undef if it is at the end of the collection.\n" -"\n" -"* reset\n" -"\n" -" Resets the cursor, so you can iterate through the elements again." +#. description(sfml2:libsfml2-2_3-32bit) +msgid "SFML is a free multimedia C++ API that provides you low and high level access to graphics, input, audio, etc. SFML is a portable and easy to use multimedia API written in C++. You can see it as a modern, object-oriented alternative to SDL. SFML is composed of several packages to perfectly suit your needs. You can use SFML as a minimal windowing system to interface with OpenGL, or as a fully-featured multimedia library for building games or interactive programs." msgstr "" -#. description(perl-Devel-REPL) -msgid "" -"This is an interactive shell for Perl, commonly known as a REPL - Read, " -"Evaluate, Print, Loop. The shell provides for rapid development or testing " -"of code without the need to create a temporary source code file.\n" -"\n" -"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 "" +#. summary(libskk:libskk0-32bit) +#, fuzzy +msgid "Libskk libraries" +msgstr "Zarządzanie katalogami" -#. description(perl-Role-HasMessage) +#. description(libskk:libskk0-32bit) 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) -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" +"SKK is a statistical language model based Japanese input method engine. to model the Japanese language, it use a backoff bigram and trigram\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" +"This package provides GObject-based library to deal with Japanese kana-to-kanji conversion method." msgstr "" -#. description(php5-pear-MDB2_Driver_mysql) -msgid "This is the MySQL MDB2 driver." +#. summary(soxr:libsoxr-lsr0-32bit) +msgid "Compatibility layer with libsamplerate" msgstr "" -#. description(php5-pear-MDB2_Driver_mysqli) -msgid "This is the MySQLi MDB2 driver." +#. description(soxr:libsoxr-lsr0-32bit) +msgid "soxr libsamplerate API compatibility layer (to some extent)." msgstr "" -#. description(php5-pear-MDB2_Driver_pgsql) -msgid "This is the PostgreSQL MDB2 driver." +#. summary(libsrtp:libsrtp1-32bit) +msgid "Secure Real-Time Transport Protocol (SRTP) library" msgstr "" -#. description(python-fastimport) +#. description(libsrtp:libsrtp1-32bit) msgid "" -"This is the Python parser that was originally developed for bzr-fastimport, " -"but extracted so it can be used by other projects.\n" +"The libSRTP library is an open source implementation of the Secure Real-time Transport Protocol (SRTP) originally authored by Cisco Systems, Inc.\n" "\n" -"It is currently used by bzr-fastimport and dulwich. hg-fastimport and git-" -"remote-hg use a slightly modified version of it." +"SRTP is a security profile for RTP that adds confidentiality, message authentication, and replay protection to that protocol. It is specified in RFC 3711. More information about the SRTP protocol itself can be found on the Secure RTP page." msgstr "" -#. description(php5-pear-phpunit-PHPUnit_Selenium) -msgid "This is the Selenium RC integration for PHPUnit." +#. description(libressl:libssl37-32bit) +msgid "LibreSSL is an open-source implementation of the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. It derives from OpenSSL and intends to provide a more secure implementation." 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." +#. summary(simplescreenrecorder:libssr-glinject-32bit) +msgid "Simple Screen Recorder openGL plugin" 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" -"\n" -"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'." +#. description(simplescreenrecorder:libssr-glinject-32bit) +msgid "This package provides nice openGL apps screencasting support for Simple Screen Recorder. At 64bit system you may also install libssr-glinject-32bit for 32bit openGL apps support." msgstr "" -#. description(php5-pear-Horde_Translation) -msgid "This is the horde translation library" -msgstr "" +#. summary(libstatgrab:libstatgrab-devel-32bit) +#, fuzzy +msgid "Development Environment for libstatgrab" +msgstr "Pakiety dla programistów KDE" -#. description(python-discover) -msgid "" -"This is the test discovery mechanism and ``load_tests`` protocol for " -"unittest backported from Python 2.7 to work with Python 2.4 or more recent " -"(including Python 3)." -msgstr "" +#. description(libstatgrab:libstatgrab-devel-32bit) +#, fuzzy +msgid "Development environment for libstatgrab (headers, library links, static library)." +msgstr "Pakiety dla programistów KDE" -#. description(python-httpretty) -msgid "This libary allows mocking of http protocol based unit tests." -msgstr "" +#. summary(libstatgrab:libstatgrab6-32bit) +#, fuzzy +msgid "Library for libstatgrab" +msgstr "Ulubione aplikacje" -#. 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(libstatgrab:libstatgrab6-32bit) +#, fuzzy +msgid "Library for package libstatgrab." +msgstr "Ulubione aplikacje" -#. description(python-irclib) -msgid "" -"This library is intended to encapsulate the IRC protocol at a quite low " -"level. It provides an event-driven IRC client framework. It has a fairly " -"thorough support for the basic IRC protocol, CTCP and DCC connections." -msgstr "" +#. summary(gcc:libstdc++-devel-32bit) +#, fuzzy +msgid "The system GNU C++ 32bit development files" +msgstr "Pakiety dla programistów jądra systemu" -#. 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(gcc:libstdc++-devel-32bit) +#, fuzzy +msgid "The system GNU C++ 32bit development files." +msgstr "Pakiety dla programistów jądra systemu" -#. 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." +#. summary(strigi:libstrigi0-32bit) +msgid "Strigi desktop search engine libraries" 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(strigi:libstrigi0-32bit) +#, fuzzy +msgid "This package contains the strigi desktop search engine libraries." +msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(perl-MooseX-TransactionalMethods) -msgid "" -"This method exports the \"transactional\" declarator that will enclose the " -"method in a txn_do call." +#. summary(superlu:libsuperlu4-32bit) +msgid "SuperLU matrix solver" msgstr "" -#. description(perl-syntax) +#. description(superlu:libsuperlu4-32bit) 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" +"SuperLU is an algorithm that uses group theory to optimize LU decomposition of sparse matrices. It's the fastest direct solver for linear systems that the author is aware of.\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'." +"Docu can be found on http://www.netlib.org." 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" -"\n" -"To use this module you must already have an OO implementation of a tree. The " -"tree must be a true tree - all nodes have a single parent and the tree must " -"have a single root node. Also, the order of children within a node must be " -"stable.\n" -"\n" -"*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." +#. summary(svrcore:libsvrcore0-32bit) +msgid "Secure PIN handling using NSS crypto" 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." +#. description(svrcore:libsvrcore0-32bit) +msgid "svrcore provides applications with several ways to handle secure PIN storage e.g. in an application that must be restarted, but needs the PIN to unlock the private key and other crypto material, without user intervention. svrcore uses the facilities provided by NSS." 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 "" +#. summary(ffmpeg:libswscale3-32bit) +#, fuzzy +msgid "FFmpeg image scaling and colorspace/pixel conversion library" +msgstr "Zarządzanie katalogami" -#. 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." +#. description(ffmpeg:libswscale3-32bit) +msgid "The libswscale library performs image scaling and colorspace and pixel format conversion operations." 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" -"\n" -"The attributes can be accessed directly with following expression:\n" -"\n" -" my $hashref = \\%{*$self}; print $hashref->{key};\n" -"\n" -"or shorter:\n" -"\n" -" print *$self->{key};\n" -"\n" -"but the standard accessors should be used instead:\n" -"\n" -" print $self->key;" -msgstr "" +#. summary(libtaginfo:libtaginfo1-32bit) +#, fuzzy +msgid "Library for reading media metadata (tags)" +msgstr "Aktualizacje czasu dostępu" -#. description(perl-Package-Variant) +#. description(libtaginfo:libtaginfo1-32bit) msgid "" -"This module allows you to build packages that return different variations " -"depending on what parameters are given.\n" +"libtaginfo is a convenience wrapper for taglib with C and vala bindings.\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." +"Features are reading/writing fields like: Artist, Album, Title, Genre, AlbumArtist, Comments, Disk number, Compilation flag, User labels, Embedded Images, Lyrics, Audio properties (length, bitrate, samplerate, channels ...), ..." 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." +#. description(telepathy-qt5:libtelepathy-qt5-farstream0-32bit) +msgid "Telepathy-farstream-Qt4 is a high-level binding for Telepathy, similar to telepathy-glib but for Qt 5." msgstr "" -#. description(perl-MooseX-ClassAttribute) -msgid "" -"This module allows you to declare class attributes in exactly the same way " -"as object attributes, using 'class_has()' instead of 'has()'.\n" -"\n" -"You can use any feature of Moose's attribute declarations, including " -"overriding a parent's attributes, delegation ('handles'), attribute traits, " -"etc. All features should just work. The one exception is the \"required\" " -"flag, which is not allowed for class attributes.\n" -"\n" -"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." +#. summary(libressl:libtls9-32bit) +msgid "A simplified interface for the OpenSSL/LibreSSL TLS protocol implementation" msgstr "" -#. description(perl-Test-Without-Module) +#. description(libressl:libtls9-32bit) 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 "" - -#. description(perl-Data-Dumper-Concise) -msgid "" -"This module always exports a single function, Dumper, which can be called " -"with an array of values to dump those values.\n" +"LibreSSL is an open-source implementation of the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. It derives from OpenSSL and intends to provide a more secure implementation.\n" "\n" -"It exists, fundamentally, as a convenient way to reproduce a set of Dumper " -"options that we've found ourselves using across large numbers of " -"applications, primarily for debugging output.\n" -"\n" -"The principle guiding theme is \"all the concision you can get while still " -"having a useful dump and not doing anything cleverer than setting Data::" -"Dumper options\" - it's been pointed out to us that Data::Dump::Streamer can " -"produce shorter output with less lines of code. We know. This is simpler and " -"we've never seen it segfault. But for complex/weird structures, it generally " -"rocks. You should use it as well, when Concise is underkill. We do.\n" -"\n" -"Why is deparsing on when the aim is concision? Because you often want to " -"know what subroutine refs you have when debugging and because if you were " -"planning to eval this back in you probably wanted to remove subrefs first " -"and add them back in a custom way anyway. Note that this -does- force using " -"the pure perl Dumper rather than the XS one, but I've never in my life seen " -"Data::Dumper show up in a profile so \"who cares?\"." +"The libtls library provides a modern and simplified interface (of libssl) for secure client and server communications." msgstr "" -#. description(perl-Lingua-Stem-Ru) -msgid "" -"This module applies the Porter Stemming Algorithm to its parameters, " -"returning the stemmed words." +#. summary(trousers:libtspi1-32bit) +msgid "TSS (TCG Software Stack) access daemon for a TPM chip" msgstr "" -#. description(perl-LWP-Online) +#. description(trousers:libtspi1-32bit) msgid "" -"This module attempts to answer, as accurately as it can, one of the nastiest " -"technical questions there is.\n" +"The trousers package provides a TSS implementation through the help of a user-space daemon, the tcsd, and a library Trousers aims to be compliant to the 1.1b and 1.2 TSS specifications as available from the Trusted Computing website http://www.trustedcomputinggroup.org/.\n" "\n" -"*Am I on the internet?*\n" -"\n" -"The answer is useful in a wide range of decisions. For example...\n" -"\n" -"_Should my test scripts run the online portion of the tests or just skip " -"them?_\n" -"\n" -"_Do I try to fetch fresh data from the server?_\n" -"\n" -"_If my request to the server breaks, is it because I'm offline, or because " -"the server is offline?_\n" -"\n" -"And so on, and so forth.\n" -"\n" -"But a host of networking and security issues make this problem very " -"difficult. There are firewalls, proxies (both well behaved and badly " -"behaved). We might not have DNS. We might not have a network card at all!\n" -"\n" -"You might have network access, but only to a for-money wireless network that " -"responds to ever HTTP request with a page asking you to enter your credit " -"card details for paid access. Which means you don't \"REALLY\" have access.\n" -"\n" -"The mere nature of the question makes it practically unsolvable.\n" -"\n" -"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." +"The package needs the /dev/tpm device file to be present on your system. It is a character device file major 10 minor 224, 0600 tss:tss." 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." +#. summary(freetype:libttf2-32bit) +msgid "TrueType Font Engine" 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" -"\n" -"This module forked from the File::MimeInfo manpage.\n" -"\n" -"This module follows version 0.6 of BaseDir specification." +#. description(freetype:libttf2-32bit) +msgid "A library for working with TrueType Fonts. Documentation is in the /usr/share/doc/packages/freetype directory." msgstr "" -#. description(perl-ExtUtils-CBuilder) -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 "" +#. summary(openucx:libucp-devel) +#, fuzzy +msgid "Development files for Unified Communication Protocols (UC-P)" +msgstr "Pakiety dla programistów KDE" -#. 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." +#. description(openucx:libucp-devel) +#. description(openucx:libucp2) +msgid "High-level API uses UCT framework to construct protocols commonly found in applications (MPI, OpenSHMEM, PGAS, etc.)" 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." +#. summary(openucx:libucp2) +msgid "Infiniband Unified Communication Protocols" 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 "" +#. summary(openucx:libucs-devel) +#, fuzzy +msgid "Development files for Unified Communication Services (UC-S)" +msgstr "Pakiety dla programistów KDE" -#. 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." +#. description(openucx:libucs-devel) +#. description(openucx:libucs2) +msgid "This framework provides basic infrastructure for component based programming, memory management, and useful system utilities." 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'." +#. summary(openucx:libucs2) +msgid "Infiniband Unicified Communication Services" 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" -"\n" -"Please note that there is no way to determine whether an address is " -"deliverable without attempting delivery (for details, see perlfaq 9)." -msgstr "" +#. summary(openucx:libuct-devel) +#, fuzzy +msgid "Development files for Unified Communication Transport (UC-T)" +msgstr "Pakiety dla programistów KDE" -#. 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(openucx:libuct-devel) +#. description(openucx:libuct2) +msgid "Low-level API that expose basic network operations supported by underlying hardware." 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." +#. summary(openucx:libuct2) +msgid "Infiniband Unified Communication Transport" msgstr "" -#. description(perl-Data-Hexify) -msgid "" -"This module exports one subroutine: 'Hexify'.\n" -"\n" -"'Hexify' formats arbitrary (possible binary) data into a format suitable for " -"hex dumps in the style of 'xd' or 'hexl'.\n" -"\n" -"The first, or only, argument to 'Hexify' contains the data, or a reference " -"to the data, to be hexified. Hexify will return a string that prints as " -"follows:\n" -"\n" -" 0000: 70 61 63 6b 61 67 65 20 44 61 74 61 3a 3a 48 65 package Data::He " -"0010: 78 69 66 79 3b 0a 0a 75 73 65 20 35 2e 30 30 36 xify;..use 5.006\n" -"\n" -"and so on. At the left is the (hexadecimal) index of the data, then a number " -"of hex bytes, followed by the chunk of data with unprintables replaced by " -"periods.\n" -"\n" -"The optional second argument to 'Hexify' must be a hash or a hash reference, " -"containing values for any of the following parameters:\n" -"\n" -"* first\n" -"\n" -" The first byte of the data to be processed. Default is to start from the " -"beginning of the data.\n" -"\n" -"* length\n" -"\n" -" The number of bytes to be processed. Default is to proceed all data.\n" -"\n" -"* chunk\n" -"\n" -" The number of bytes to be processed per line of output. Default is 16.\n" -"\n" -"* group\n" -"\n" -" The number of bytes to be grouped together. Default is 1 (no grouping). " -"If used, it must be a divisor of the chunk size.\n" -"\n" -"* duplicates\n" -"\n" -" When set, duplicate lines of output are suppressed and replaced by a " -"single line reading '**SAME**'.\n" -"\n" -" Duplicate suppression is enabled by default.\n" -"\n" -"* showdata\n" -"\n" -" A reference to a subroutine that is used to produce a printable string " -"from a chunk of data. By default, a subroutine is used that replaces " -"unwanted bytes by periods.\n" -"\n" -" The subroutine gets the chunk of data passed as argument, and should " -"return a printable string of at most 'chunksize' characters.\n" -"\n" -"* align\n" -"\n" -" Align the result to 'chunksize' bytes. This is relevant only when " -"processing data not from the beginning. For example, when 'first' is 10, " -"the result would become:\n" -"\n" -" 0000: ... 74 61 3a 3a 48 65 ta::He " -"0010: 78 69 66 79 3b ... 65 20 35 2e 30 30 36 xify;..use 5.006 ... and " -"so on ...\n" -"\n" -" Alignment is on by default. Without alignment, the result would be:\n" -"\n" -" 000a: 74 61 3a 3a 48 ... 79 3b 0a 0a 75 73 65 ta::Hexify;..use " -"001a: 20 35 2e 30 30 ... 73 65 20 73 74 72 69 5.006;.use stri ... and " -"so on ...\n" -"\n" -"* start\n" -"\n" -" Pretend that the data started at this byte (while in reality it starts " -"at byte 'first'). The above example, with 'start => 0', becomes:\n" -"\n" -" 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 ..." +#. summary(openucx:libucxmalloc0) +msgid "Allocation library for Unified Communication X" 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$/'." +#. summary(unity-gtk-module:libunity-gtk2-parser0-32bit) +#. summary(unity-gtk-module:libunity-gtk3-parser0-32bit) +msgid "GtkMenuShell to GMenuModel parser" 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'." +#. description(unity-gtk-module:libunity-gtk2-parser0-32bit) +#. description(unity-gtk-module:libunity-gtk3-parser0-32bit) +msgid "This library converts GtkMenuShells into GMenuModels." 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" -"\n" -"number This takes a word, and determines its number. It returns 's' " -"for singular, 'p' for plural, and 'ambig' for words that can be " -"either singular or plural.\n" -"\n" -" Based on that:\n" -"\n" -"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." +#. summary(libupnp:libupnp6-32bit) +msgid "Portable Universal Plug and Play (UPnP) SDK" msgstr "" -#. description(perl-PDF-API2) -msgid "This module facilitates the creation and modification of PDF files." +#. description(libupnp:libupnp6-32bit) +msgid "The portable Universal Plug and Play (UPnP) SDK provides support for building UPnP-compliant control points, devices, and bridges on several operating systems" 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'." +#. summary(liburiparser1:liburiparser1-32bit) +msgid "A strictly RFC 3986 compliant URI parsing library" 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" -"\n" -"You only need to know a few things about the configuration format in order " -"to use this module. First, a configuration file is made up of key/value " -"pairs. Every key must be contained in a section. Sections can have " -"subsections, but they don't have to. For the purposes of setting and getting " -"configuration variables, we join the section name, subsection name, and " -"variable name together with dots to get a key name that looks like \"section." -"subsection.variable\". These are the strings that you'll be passing in to " -"'key' arguments.\n" -"\n" -"Configuration files inherit from each other. By default, 'Config::GitLike' " -"loads data from a system-wide configuration file, a per-user configuration " -"file, and a per-directory configuration file, but by subclassing and " -"overriding methods you can obtain any combination of configuration files. By " -"default, configuration files that don't exist are just skipped.\n" -"\n" -"See the http://www.kernel.org/pub/software/scm/git/docs/git-config." -"html#_configurat ion_file manpage for details on the syntax of git " -"configuration files. We won't waste pixels on the nitty gritty here.\n" -"\n" -"While the behavior of a couple of this module's methods differ slightly from " -"the 'git config' equivalents, this module can read any config file written " -"by git. The converse is usually true, but only if you don't take advantage " -"of this module's increased permissiveness when it comes to key names. (See " -"the DIFFERENCES FROM GIT-CONFIG manpage for details.)\n" -"\n" -"This is an object-oriented module using Moo. All subroutines are object " -"method calls.\n" -"\n" -"A few methods have parameters that are always used for the same purpose:" +#. description(liburiparser1:liburiparser1-32bit) +msgid "uriparser is a strictly RFC 3986 compliant URI parsing library. It is cross-platform, fast, and supports Unicode." 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 "" +#. summary(libva:libva-devel-32bit) +#, fuzzy +msgid "Video Acceleration (VA) API for Linux -- development files" +msgstr "Aktualizacje czasu dostępu" -#. description(perl-Test-InDistDir) +#. description(libva:libva-devel-32bit) msgid "" -"This module helps run test scripts in IDEs like Komodo.\n" +"The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.\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." +"This package provides the development environment for libva." 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 "" +#. summary(libva:libva-wayland1-32bit) +#, fuzzy +msgid "Video Acceleration (VA) API for Linux -- Wayland support" +msgstr "Aktualizacje czasu dostępu" -#. 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." +#. description(libva:libva-wayland1-32bit) +msgid "The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver." 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." +#. summary(vamp-plugin-sdk:libvamp-sdk2-32bit) +msgid "Library for Vamp audio analysis plugins" 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" -"\n" -"NOTE: _META.yml_ (and _MYMETA.yml_) files should be UTF-8 encoded. Users are " -"responsible for proper encoding and decoding. In particular, the 'read' and " -"'write' methods do *not* support UTF-8 and should not be used." -msgstr "" +#. summary(libvdpau:libvdpau-devel-32bit) +#, fuzzy +msgid "VDPAU wrapper development files" +msgstr "Pakiety dla programistów jądra systemu" -#. description(perl-Iterator-Util) -msgid "" -"This module implements many useful functions for creating and manipulating " -"iterator objects.\n" -"\n" -"An \"iterator\" is an object, represented as a code block that generates the " -"\"next value\" of a sequence, and generally implemented as a closure. For " -"further information, including a tutorial on using iterator objects, see the " -"the Iterator manpage documentation." +#. description(libvdpau:libvdpau-devel-32bit) +msgid "Note that this package only contains the VDPAU headers that are required to build applications. At runtime, the shared libraries are needed too and may be installed using the proprietary nVidia driver packages." msgstr "" -#. description(perl-DateTime-Format-Strptime) -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 "" +#. summary(libvdpau:libvdpau_trace1-32bit) +#, fuzzy +msgid "VDPAU trace library" +msgstr "Zarządzanie katalogami" -#. description(perl-Config-Std) -msgid "" -"This module implements yet another damn configuration-file system.\n" -"\n" -"The configuration language is deliberately simple and limited, and the " -"module works hard to preserve as much information (section order, comments, " -"etc.) as possible when a configuration file is updated.\n" -"\n" -"The whole point of Config::Std is to encourage use of one standard layout " -"and syntax in config files. Damian says \"I could have gotten away with it, " -"I would have only allowed one separator. But it proved impossible to choose " -"between ':' and '=' (half the people I asked wanted one, half wanted the " -"other).\" Providing round-trip file re-write is the spoonful of sugar to " -"help the medicine go down. The supported syntax is within the general INI " -"file family\n" -"\n" -"See Chapter 19 of \"Perl Best Practices\" (O'Reilly, 2005) for more detail " -"on the rationale for this approach." +#. description(libvdpau:libvdpau_trace1-32bit) +msgid "This package provides the library for tracing VDPAU function calls. Its usage is documented in the README." 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." +#. summary(libverto:libverto-glib1-32bit) +msgid "Backend module for libverto -- glib" msgstr "" -#. description(perl-XML-LibXML-Simple) +#. description(libverto:libverto-glib1-32bit) msgid "" -"This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the " -"XML::LibXML parser for XML structures, where the original uses plain Perl or " -"SAX parsers." -msgstr "" - -#. description(perl-DateTime-Format-DateParse) -msgid "" -"This module is a compatibility wrapper around Date::Parse.\n" +"Module for libverto which provides integration with glib.\n" "\n" -" Author:\tJoshua Hoblitt (JHOBLITT) <jhoblitt@cpan.org>" +"This package does NOT yet provide libverto-module-base." msgstr "" -#. description(perl-Module-Refresh) -msgid "" -"This module is a generalization of the functionality provided by the Apache::" -"StatINC manpage and the Apache::Reload manpage. It's designed to make it " -"easy to do simple iterative development when working in a persistent " -"environment.\n" -"\n" -"It does not require mod_perl." +#. summary(libverto:libverto-libev1-32bit) +msgid "Backend module for libverto -- libev1" msgstr "" -#. description(perl-Mac-PropertyList) +#. description(libverto:libverto-libev1-32bit) msgid "" -"This module is a low-level interface to the Mac OS X Property List (plist) " -"format. You probably shouldn't use this in applications–build interfaces on " -"top of this so you don't have to put all the heinous multi-level object " -"stuff where people have to look at it.\n" +"Module for libverto which provides integration with libev.\n" "\n" -"You can parse a plist file and get back a data structure. You can take that " -"data structure and get back the plist as XML. If you want to change the " -"structure inbetween that's your business. :)\n" -"\n" -"You don't need to be on Mac OS X to use this. It simply parses and " -"manipulates a text format that Mac OS X uses." +"This package provides libverto-module-base since it supports io, timeout and signal." msgstr "" -#. description(perl-Data-Visitor) -msgid "" -"This module is a simple visitor implementation for Perl values.\n" -"\n" -"It has a main dispatcher method, 'visit', which takes a single perl value " -"and then calls the methods appropriate for that value.\n" -"\n" -"It can recursively map (cloning as necessary) or just traverse most " -"structures, with support for per object behavior, circular structures, " -"visiting tied structures, and all ref types (hashes, arrays, scalars, code, " -"globs).\n" -"\n" -"the Data::Visitor manpage is meant to be subclassed, but also ships with a " -"callback driven subclass, the Data::Visitor::Callback manpage." +#. summary(libverto:libverto-tevent1-32bit) +msgid "Backend module for libverto -- tevent" msgstr "" -#. description(perl-Pod-Readme) +#. description(libverto:libverto-tevent1-32bit) msgid "" -"This module is a subclass of L<Pod::PlainText> which provides additional POD " -"markup for generating F<README> files.\n" +"Module for libverto which provides integration with tevent.\n" "\n" -"Why should one bother with this? One can simply use\n" -"\n" -" pod2text Module.pm > README\n" -"\n" -"A problem with doing that is that the default L<pod2text> converter will add " -"text to links, so that \"LZ<><Module>\" is translated to \"the Module manpage" -"\".\n" -"\n" -"Another problem is that the F<README> includes the entirety of the module " -"documentation! Most people browsing the F<README> file do not need all of " -"this information.\n" -"\n" -"Likewise, including installation and requirement information in the module " -"documentation is not necessary either, since the module is already " -"installed.\n" -"\n" -"This module allows authors to mark portions of the POD to be included only " -"in, or to be excluded from the F<README> file. It also allows you to include " -"portions of another file (such as a separate F<ChangeLog>)." +"This package provides libverto-module-base since it supports io, timeout and signal." 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." +#. summary(libvirt:libvirt-devel-32bit) +msgid "Libraries, includes, etc. to compile with the libvirt library" 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" -"\n" -"It also avoids depending on any XS modules to allow simple deployments. The " -"name 'Moo' is based on the idea that it provides almost -- but not quite -- " -"two thirds of the Moose manpage.\n" -"\n" -"Unlike the Mouse manpage this module does not aim at full compatibility with " -"the Moose manpage's surface syntax, preferring instead of provide full " -"interoperability via the metaclass inflation capabilities described in the /" -"MOO AND MOOSE manpage.\n" -"\n" -"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(libvirt:libvirt-devel-32bit) +#, fuzzy +msgid "Include header files & development libraries for the libvirt C library." +msgstr "Pakiety dla programistów KDE" -#. description(perl-Text-RecordParser) -msgid "" -"This module is for reading record-oriented data in a delimited text file. " -"The most common example have records separated by newlines and fields " -"separated by commas or tabs, but this module aims to provide a consistent " -"interface for handling sequential records in a file however they may be " -"delimited. Typically this data lists the fields in the first line of the " -"file, in which case you should call bind_header to bind the field name (or " -"not, and it will be called implicitly). If the first line contains data, you " -"can still bind your own field names via bind_fields. Either way, you can " -"then use many methods to get at the data as arrays or hashes." -msgstr "" +#. summary(nvml:libvmem-devel) +#, fuzzy +msgid "Development files for the Volatile Memory library" +msgstr "Pakiety dla programistów KDE" -#. description(perl-MooseX-Object-Pluggable) +#. description(nvml:libvmem-devel) msgid "" -"This module is meant to be loaded as a role from Moose-based classes it will " -"add five methods and four attributes to assist you with the loading and " -"handling of plugins and extensions for plugins. I understand that this may " -"pollute your namespace, however I took great care in using the least " -"ambiguous names possible." -msgstr "" - -#. description(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" +"The libvmem library turns a pool of persistent memory into a volatile memory pool, similar to the system heap but kept separate and with its own malloc-style API.\n" "\n" -"An \"iterator\" is an object, represented as a code block that generates the " -"\"next value\" of a sequence, and generally implemented as a closure. When " -"you need a value to operate on, you pull it from the iterator. If it depends " -"on other iterators, it pulls values from them when it needs to. Iterators " -"can be chained together (see the Iterator::Util manpage for functions that " -"help you do just that), queueing up work to be done but _not actually doing " -"it_ until a value is needed at the front end of the chain. At that time, one " -"data value is pulled through the chain.\n" -"\n" -"Contrast this with ordinary array processing, where you load or compute all " -"of the input values at once, then loop over them in memory. It's analogous " -"to the difference between looping over a file one line at a time, and " -"reading the entire file into an array of lines before operating on it.\n" -"\n" -"Iterator.pm provides a class that simplifies creation and use of these " -"iterator objects. Other 'Iterator::' modules (see the /\"SEE ALSO\" manpage) " -"provide many general-purpose and special-purpose iterator functions.\n" -"\n" -"Some iterators are infinite (that is, they generate infinite sequences), and " -"some are finite. When the end of a finite sequence is reached, the iterator " -"code block should throw an exception of the type 'Iterator::X::" -"Am_Now_Exhausted'; this is usually done via the the /is_done manpage " -"function.. This will signal the Iterator class to mark the object as " -"exhausted. The the /is_exhausted manpage method will then return true, and " -"the the /isnt_exhausted manpage method will return false. Any further calls " -"to the the /value manpage method will throw an exception of the type " -"'Iterator::X::Exhausted'. See the /DIAGNOSTICS manpage.\n" -"\n" -"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." +"This subpackage contains libraries and header files for developing applications that want to make use of libvmem." 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." -msgstr "" +#. summary(nvml:libvmem1) +#, fuzzy +msgid "Volatile Memory Pool library" +msgstr "Zarządzanie katalogami" -#. description(perl-PAR) -msgid "" -"This module lets you use special zip files, called Perl Archives, as " -"libraries from which Perl modules can be loaded." +#. description(nvml:libvmem1) +msgid "The libvmem library turns a pool of persistent memory into a volatile memory pool, similar to the system heap but kept separate and with its own malloc-style API." msgstr "" -#. description(perl-MooseX-App-Cmd) -msgid "" -"This module marries App::Cmd with MooseX::Getopt.\n" -"\n" -"Use it like App::Cmd advises (especially see App::Cmd::Tutorial), swapping " -"App::Cmd::Command for MooseX::App::Cmd::Command.\n" -"\n" -"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 "" +#. summary(nvml:libvmmalloc-devel) +#, fuzzy +msgid "Development files for the Dynamic-to-Persistent allocation library" +msgstr "Pakiety dla programistów KDE" -#. description(perl-Test-File-ShareDir) +#. description(nvml:libvmmalloc-devel) msgid "" -"This module only has support for creating 'new' style share dirs and are NOT " -"compatible with old File::ShareDirs.\n" +"The libvmmalloc library transparently converts all the dynamic memory allocations into persistent memory allocations. This allows the use of persistent memory as volatile memory without modifying the target application.\n" "\n" -"For this reason, unless you have File::ShareDir 1.00 or later installed, " -"this module will not be usable by you." +"This subpackage contains libraries and header files for developing applications that want to specifically make use of libvmmalloc." 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." +#. summary(nvml:libvmmalloc1) +msgid "Dynamic to Persistent Memory allocation translation library" msgstr "" -#. description(perl-Image-Info) +#. description(nvml:libvmmalloc1) msgid "" -"This module provide functions to extract various kind of meta information " -"from image files." +"The libvmmalloc library transparently converts all the dynamic memory allocations into persistent memory allocations. This allows the use of persistent memory as volatile memory without modifying the target application.\n" +"\n" +"The typical usage of libvmmalloc is to load it via the LD_PRELOAD environment variable." msgstr "" -#. description(perl-MooseX-Types-Set-Object) -msgid "" -"This module provides Moose type constraints (see the Moose::Util::" -"TypeConstraints manpage, the MooseX::Types manpage)." +#. summary(libvpd2:libvpd2-32bit) +#. summary(libvpd2:libvpd2-devel-32bit) +msgid "VPD Database access library for lsvpd" 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" -"\n" -"The clone() function takes a scalar argument to copy. To duplicate arrays or " -"hashes, pass them in by reference:\n" -"\n" -" my $copy = clone(\\@array); my @copy = @{ clone(\\@array) }; my $copy " -"= clone(\\%hash); my %copy = %;\n" -"\n" -"The clone() function also accepts an optional second parameter that can be " -"used to limit the depth of the copy. If you pass a limit of 0, clone will " -"return the same value you supplied; for a limit of 1, a shallow copy is " -"constructed; for a limit of 2, two layers of copying are done, and so on.\n" -"\n" -" my $shallow_copy = clone( $item, 1 );\n" -"\n" -"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." +#. description(libvpd2:libvpd2-32bit) +msgid "The libvpd_cxx package contains the classes that are used to access a vpd database created by vpdupdate in the lsvpd package." 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(libvpd2:libvpd2-devel-32bit) +#, fuzzy +msgid "The libvpd-devel package contains development libraries and header files that are used to access a vpd database created by vpdupdate in the lsvpd package." +msgstr "Pakiety dla programistów KDE" -#. 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." +#. summary(libwmf:libwmf-gnome-32bit) +msgid "GNOME plugin for displaying and Converting Metafile Images" msgstr "" -#. description(perl-MooseX-Has-Options) -msgid "" -"This module provides a succinct syntax for declaring options for the Moose " -"manpage attributes." +#. description(libwmf:libwmf-gnome-32bit) +msgid "This library interprets metafile images and can either display them using the X Window System or convert them to standard formats such as PNG, JPEG, PS, EPS, and more." msgstr "" -#. description(python-concurrentloghandler) +#. description(wxWidgets-ansi:libwx_base-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_base_net-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_base_xml-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_adv-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_aui-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_core-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_fl-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_gizmos-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_gizmos_xrc-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_gl-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_html-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_media-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_mmedia-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_ogl-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_plot-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_qa-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_richtext-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_stc-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_svg-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-ansi:libwx_gtk2_xrc-2_8-0-wxcontainer-32bit) 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" +"Library for the wxWidgets cross-platform GUI.\n" "\n" -"GraphViz is deprecated in favour of the GraphViz2 manpage." +"API version: 2.8 ABI variant: wx container API with ANSI wxString" msgstr "" -#. description(perl-Proc-Fork) +#. description(wxWidgets-wxcontainer:libwx_baseu-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_baseu_net-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_baseu_xml-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_adv-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_aui-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_core-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_fl-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_gizmos-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_gl-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_html-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_media-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_mmedia-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_ogl-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_plot-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_qa-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_richtext-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_stc-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_svg-2_8-0-wxcontainer-32bit) +#. description(wxWidgets-wxcontainer:libwx_gtk2u_xrc-2_8-0-wxcontainer-32bit) 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" +"Library for the wxWidgets cross-platform GUI.\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." +"API version: 2.8 ABI variant: wx container API with Unicode support" msgstr "" -#. description(python3-python-mimeparse) +#. description(wxWidgets-wxcontainer24c:libwx_baseu-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_baseu_net-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_baseu_xml-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_adv-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_aui-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_core-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_fl-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_gizmos-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_gl-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_html-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_media-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_mmedia-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_ogl-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_plot-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_qa-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_richtext-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_stc-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_svg-2_8-0-wxcontainer24c-32bit) +#. description(wxWidgets-wxcontainer24c:libwx_gtk2u_xrc-2_8-0-wxcontainer24c-32bit) 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" +"Library for the wxWidgets cross-platform GUI.\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." +"API version: 2.8 ABI variant: wx container API with Unicode support and 2.4 compatibility" 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." +#. description(wxWidgets-3_0:libwx_baseu-suse1-32bit) +#. description(wxWidgets-3_0:libwx_baseu_net-suse1-32bit) +#. description(wxWidgets-3_0:libwx_baseu_xml-suse1-32bit) +#. description(wxWidgets-3_0:libwx_gtk2u_adv-suse1-32bit) +#. description(wxWidgets-3_0:libwx_gtk2u_aui-suse1-32bit) +#. description(wxWidgets-3_0:libwx_gtk2u_core-suse1-32bit) +#. description(wxWidgets-3_0:libwx_gtk2u_gl-suse1-32bit) +#. description(wxWidgets-3_0:libwx_gtk2u_html-suse1-32bit) +#. description(wxWidgets-3_0:libwx_gtk2u_media-suse1-32bit) +#. description(wxWidgets-3_0:libwx_gtk2u_propgrid-suse1-32bit) +#. description(wxWidgets-3_0:libwx_gtk2u_qa-suse1-32bit) +#. description(wxWidgets-3_0:libwx_gtk2u_ribbon-suse1-32bit) +#. description(wxWidgets-3_0:libwx_gtk2u_richtext-suse1-32bit) +#. description(wxWidgets-3_0:libwx_gtk2u_stc-suse1-32bit) +#. description(wxWidgets-3_0:libwx_gtk2u_webview-suse1-32bit) +#. description(wxWidgets-3_0:libwx_gtk2u_xrc-suse1-32bit) +msgid "Library for the wxWidgets cross-platform GUI." 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" -"\n" -"*Note:* Please see the the /WARNING manpage section below!" -msgstr "" +#. summary(xcb-util-errors:libxcb-errors0-32bit) +#, fuzzy +msgid "XCB errors library" +msgstr "Zarządzanie katalogami" -#. description(perl-MooseX-Types-Path-Tiny) +#. description(xcb-util-errors:libxcb-errors0-32bit) msgid "" -"This module provides the Path::Tiny manpage types for Moose. It handles two " -"important types of coercion:\n" +"The XCB util modules provide a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.\n" "\n" -"* *\n" +"Included in this package is:\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." +"- errors: port of utility library that gives human readable names to error codes and event codes and also to major and minor numbers" msgstr "" -#. description(perl-IO-Interactive) +#. summary(libxkbcommon:libxkbcommon-x11-devel-32bit) +#, fuzzy +msgid "Development files for the libxkbcommon-x11 library" +msgstr "Pakiety dla programistów KDE" + +#. description(libxkbcommon:libxkbcommon-x11-devel-32bit) msgid "" -"This module provides three utility subroutines that make it easier to " -"develop interactive applications...\n" +"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" -"* 'is_interactive()'\n" -"\n" -" This subroutine returns true if '*ARGV' and the currently selected " -"filehandle (usually '*STDOUT') are connected to the terminal. The test is " -"considerably more sophisticated than:\n" -"\n" -" -t *ARGV && -t *STDOUT\n" -"\n" -" as it takes into account the magic behaviour of '*ARGV'.\n" -"\n" -" You can also pass 'is_interactive' a writable filehandle, in which case " -"it requires that filehandle be connected to a terminal (instead of the " -"currently selected). The usual suspect here is '*STDERR':\n" -"\n" -" if ( is_interactive(*STDERR) ) { carp $warning; }\n" -"\n" -"* 'interactive()'\n" -"\n" -" This subroutine returns '*STDOUT' if 'is_interactive' is true. If " -"'is_interactive()' is false, 'interactive' returns a filehandle that does " -"not print.\n" -"\n" -" This makes it easy to create applications that print out only when the " -"application is interactive:\n" -"\n" -" print {interactive} \"Please enter a value: \"; my $value = <>;\n" -"\n" -" You can also pass 'interactive' a writable filehandle, in which case it " -"writes to that filehandle if it is connected to a terminal (instead of " -"writinbg to '*STDOUT'). Once again, the usual suspect is '*STDERR':\n" -"\n" -" print {interactive(*STDERR)} $warning;\n" -"\n" -"* 'busy {...}'\n" -"\n" -" This subroutine takes a block as its single argument and executes that " -"block. Whilst the block is executed, '*ARGV' is temporarily replaced by a " -"closed filehandle. That is, no input from '*ARGV' is possible in a 'busy' " -"block. Furthermore, any attempts to send input into the 'busy' block " -"through '*ARGV' is intercepted and a warning message is printed to " -"'*STDERR'. The 'busy' call returns a filehandle that contains the " -"intercepted input.\n" -"\n" -" A 'busy' block is therefore useful to prevent attempts at input when the " -"program is busy at some non-interactive task." +"This package contains the development headers for the library found in libxkbcommon-x11-0." msgstr "" -#. description(perl-Class-Std) -msgid "" -"This module provides tools that help to implement the \"inside out object\" " -"class structure in a convenient and standard way." -msgstr "" - -#. description(perl-ExtUtils-Helpers) -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) +#. summary(libyajl:libyajl-devel-32bit) #, fuzzy -msgid "This module tries to find the path to the currently running perl." -msgstr "Brak informacji" +msgid "Yet Another JSON Library (Development Environment)" +msgstr "Programowanie KDE" -#. description(perl-ExtUtils-InstallPaths) +#. description(libyajl:libyajl-devel-32bit) msgid "" -"This module tries to make install path resolution as easy as possible.\n" +"YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator.\n" "\n" -"When you want to install a module, it needs to figure out where to install " -"things. The nutshell version of how this works is that default installation " -"locations are determined from the ExtUtils::Config manpage, and they may be " -"individually overridden by using the 'install_path' attribute. An " -"'install_base' attribute lets you specify an alternative installation root " -"like _/home/foo_ and 'prefix' does something similar in a rather different " -"(and more complicated) way. 'destdir' lets you specify a temporary " -"installation directory like _/tmp/install_ in case you want to create " -"bundled-up installable packages.\n" -"\n" -"The following types are supported by default.\n" -"\n" -"* * lib\n" -"\n" -" Usually pure-Perl module files ending in _.pm_ or _.pod_.\n" -"\n" -"* * arch\n" -"\n" -" \"Architecture-dependent\" module files, usually produced by compiling " -"XS, the Inline manpage, or similar code.\n" -"\n" -"* * script\n" -"\n" -" Programs written in pure Perl. In order to improve reuse, you may want " -"to make these as small as possible - put the code into modules whenever " -"possible.\n" -"\n" -"* * bin\n" -"\n" -" \"Architecture-dependent\" executable programs, i.e. compiled C code or " -"something. Pretty rare to see this in a perl distribution, but it " -"happens.\n" -"\n" -"* * bindoc\n" -"\n" -" Documentation for the stuff in 'script' and 'bin'. Usually generated " -"from the POD in those files. Under Unix, these are manual pages belonging " -"to the 'man1' category. Unless explicitly set, this is only available on " -"platforms supporting manpages.\n" -"\n" -"* * libdoc\n" -"\n" -" Documentation for the stuff in 'lib' and 'arch'. This is usually " -"generated from the POD in _.pm_ and _.pod_ files. Under Unix, these are " -"manual pages belonging to the 'man3' category. Unless explicitly set, this " -"is only available on platforms supporting manpages.\n" -"\n" -"* * binhtml\n" -"\n" -" This is the same as 'bindoc' above, but applies to HTML documents. " -"Unless explicitly set, this is only available when perl was configured to " -"do so.\n" -"\n" -"* * libhtml\n" -"\n" -" This is the same as 'libdoc' above, but applies to HTML documents. " -"Unless explicitly set, this is only available when perl was configured to " -"do so." +"This package provides the necessary environment for compiling and linking against libyajl." msgstr "" -#. description(perl-DateTime-Format-MySQL) -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." +#. summary(zziplib:libzzip-0-13-32bit) +msgid "Free zip compression library with easy to use API" msgstr "" -#. description(perl-Lingua-Stem-Fr) -msgid "" -"This module use the a modified version of the Porter Stemming Algorithm to " -"return a stemmed words." +#. 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 "" -#. description(perl-CPAN-Meta-Check) -msgid "" -"This module verifies if requirements described in a CPAN::Meta object are " -"present." +#. summary(linux32) +msgid "32-Bit Emulation Utility for x86-64" 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);" +#. description(linux32) +msgid "This is a small tool for 32-bit emulation in Linux/x86-64. It allows you to execute programs that need a uname -m of i386 with uname emulation. The uname -m is inherited by all child programs, but does not affect the current shell or processes above it in the process hierarchy." 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" -"\n" -"Config::Auto aims to be the most 'DWIM' config parser available, by " -"detecting configuration styles, include paths and even config filenames " -"automagically.\n" -"\n" -"See the the HOW IT WORKS manpage section below on implementation details." -msgstr "" +#. summary(lldb) +#, fuzzy +msgid "The LLDB Debugger" +msgstr "Otwórz w menedżerze plików" -#. description(perl-Geo-Coordinates-UTM) -msgid "" -"This module will translate latitude longitude coordinates to Universal " -"Transverse Mercator(UTM) coordinates and vice versa." +#. description(lldb) +#. description(lldb:lldb-devel) +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 "" -#. description(perl-File-Slurp-Unicode) -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." +#. summary(lldb:lldb-devel) +msgid "Next generation high-performance debugger (devel package)" 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" -"\n" -"\tBEGIN { \t eval { \t require Digest::MD5; \t import Digest::MD5 " -"'md5_hex' \t }; \t if ($@) { # ups, no Digest::MD5 \t require Digest::" -"Perl::MD5; \t import Digest::Perl::MD5 'md5_hex' \t } \t}\n" -"\n" -"If the 'Digest::MD5' module is available it is used and if not you take " -"'Digest::Perl::MD5'.\n" -"\n" -"You can also install the Perl part of Digest::MD5 together with Digest::" -"Perl::MD5 and use Digest::MD5 as normal, it falls back to Digest::Perl::MD5 " -"if it cannot load its object files.\n" -"\n" -"For a detailed Documentation see the 'Digest::MD5' module." -msgstr "" +#. summary(libguestfs:lua-libguestfs) +#, fuzzy +msgid "Provides Lua support for libguestfs" +msgstr "Zarządzanie katalogami" -#. 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(libguestfs:lua-libguestfs) +msgid "Allows lua scripts to directly use libguestfs." 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." -msgstr "" +#. summary(lzo:lzo-devel-32bit) +#, fuzzy +msgid "Development files for lzo" +msgstr "Programowanie" -#. 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(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 "" -#. 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 "" +#. summary(mokutil) +#, fuzzy +msgid "Tools for manipulating machine owner keys" +msgstr "Aktualizacje czasu dostępu" -#. 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." +#. description(mokutil) +msgid "This program provides the means to enroll and erase the machine owner keys (MOK) stored in the database of shim." msgstr "" -#. description(php5-pear-Horde_Kolab_Format) +#. summary(motif:motif-devel-32bit) #, fuzzy -msgid "This package allows to convert Kolab data objects from XML to hashes." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +msgid "Motif Include Files and Libraries Mandatory for Development" +msgstr "Pakiety dla programistów KDE" -#. description(php5-pear-Horde_Kolab_Server) +#. description(motif:motif-devel-32bit) #, fuzzy -msgid "" -"This package allows to read/write entries in the Kolab user database stored " -"in LDAP." +msgid "This package provies the include files and libraries necessary for developing Motif applications." msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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." +#. summary(mozilla-nss:mozilla-nss-sysinit-32bit) +msgid "System NSS Initialization" 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(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 "" -#. description(python-gunicorn:python-gunicorn-doc) +#. summary(mpc:mpc-devel-32bit) #, fuzzy -msgid "This package contains Gunicorn documentation in reST and HTML formats." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +msgid "MPC multiple-precision complex library development files" +msgstr "Aktualizacje czasu dostępu" -#. description(python-Flask:python-Flask-doc) +#. description(mpc:mpc-devel-32bit) #, fuzzy -msgid "" -"This package contains HTML documentation, including tutorials and API " -"reference for python-Flask." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +msgid "MPC multiple-precision complex library development files." +msgstr "Aktualizacje czasu dostępu" -#. description(python3-SQLAlchemy:python3-SQLAlchemy-doc) -#, fuzzy -msgid "" -"This package contains HTML documentation, including tutorials and API " -"reference for python-SQLAlchemy." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" - -#. description(python3-transaction) -msgid "" -"This package contains a generic transaction implementation for Python. It is " -"mainly used by the ZODB, though.\n" -"\n" -"Note that the data manager API, transaction.interfaces.IDataManager, is " -"syntactically simple, but semantically complex. The semantics were not easy " -"to express in the interface. This could probably use more work. The " -"semantics are presented in detail through examples of a sample data manager " -"in transaction.tests.test_SampleDataManager." +#. summary(mumble:mumble-32bit) +msgid "Voice Communication Client for Gamers" 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(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(python-FormEncode:python-FormEncode-doc) #, fuzzy -msgid "This package contains documentation files for python-FormEncode." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "A Django auth backend for use with the OpenStack Keystone" +#~ msgstr "Interfejs jądra" -#. description(python-cinderclient:python-cinderclient-doc) #, fuzzy -msgid "This package contains documentation files for python-cinderclient." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "A Python interface to the Unix dialog utility" +#~ msgstr "Interfejs jądra" -#. description(python-cliff:python-cliff-doc) #, fuzzy -msgid "This package contains documentation files for python-cliff." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "A library for reading/writing binary plists" +#~ msgstr "Aktualizacje czasu dostępu" -#. description(python-heatclient:python-heatclient-doc) #, fuzzy -msgid "This package contains documentation files for python-heatclient." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "A programmable client library for wadllib" +#~ msgstr "Programowanie" -#. description(python-keystoneclient:python-keystoneclient-doc) #, fuzzy -msgid "This package contains documentation files for python-keystoneclient." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "A python3 refactoring library" +#~ msgstr "Interfejs jądra" -#. description(python3-WebOb:python3-WebOb-doc) #, fuzzy -msgid "This package contains documentation files for python3-WebOb." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "A set of Python modules for IRC support" +#~ msgstr "Zarządzanie energią (APM)" -#. description(python-greenlet:python-greenlet-devel) #, fuzzy -msgid "This package contains header files required for C modules development." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "A simple and pythonic XML template language" +#~ msgstr "Proszę wybrać język" -#. description(python-ceilometerclient:python-ceilometerclient-test) #, fuzzy -msgid "This package contains testsuite files for python-ceilometerclient." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "A simple and pythonic XML template language." +#~ msgstr "Proszę wybrać język" -#. description(python-cinderclient:python-cinderclient-test) #, fuzzy -msgid "This package contains testsuite files for python-cinderclient." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "A simple argparse wrapper" +#~ msgstr "Prosty serwer WWW" -#. description(python-glanceclient:python-glanceclient-test) #, fuzzy -msgid "This package contains testsuite files for python-glanceclient." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "A simple perl Http Server" +#~ msgstr "Prosty serwer WWW" -#. description(python-heatclient:python-heatclient-test) #, fuzzy -msgid "This package contains testsuite files for python-heatclient." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "A super-fast Python templating language" +#~ msgstr "Proszę wybrać język" -#. description(python-keystoneclient:python-keystoneclient-test) #, fuzzy -msgid "This package contains testsuite files for python-keystoneclient." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "A tiny replacement for Module::Build" +#~ msgstr "Zamiana dla \"%s\" zakończona powodzeniem. " -#. 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 "" +#, fuzzy +#~ msgid "A very small text templating language" +#~ msgstr "Proszę wybrać język" -#. 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 "" +#, fuzzy +#~ msgid "A wrapper for perl's configuration" +#~ msgstr "Brak dostępnej konfiguracji" -#. description(plymouth:plymouth-theme-spinfinity) -msgid "" -"This package contains the \"Spinfinity\" boot splash theme for Plymouth. It " -"features a centered logo and animated spinner that spins in the shape of an " -"infinity sign." -msgstr "" +#, fuzzy +#~ msgid "Additional Package Documentation for Python." +#~ msgstr "Instalacja pakietów" -#. description(plymouth:plymouth-theme-script) -msgid "" -"This package contains the \"script\" boot splash theme for Plymouth. It it " -"is a simple example theme the uses the \"script\" plugin." -msgstr "" +#, fuzzy +#~ msgid "Additional utils for Perl symbols manipulation" +#~ msgstr "Oprogramowanie dodatkowe" -#. description(plymouth:plymouth-theme-spinner) #, fuzzy -msgid "This package contains the \"spinner\" boot splash theme for Plymouth." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "An implementation of the SMTP protocol" +#~ msgstr "Nie znaleziono programu su." -#. description(kdeartwork4:plasma-theme-aya) #, fuzzy -msgid "This package contains the Plasma theme Aya." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Build and install Perl modules" +#~ msgstr "Moduł użytkownicy" -#. description(openstack-glance:python-glance) #, fuzzy -msgid "This package contains the core Python module of OpenStack Glance." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "C development headers for python-greenlet" +#~ msgstr "Pakiety dla programistów KDE" -#. description(openstack-heat:python-heat) #, fuzzy -msgid "This package contains the core Python module of OpenStack Heat." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Charset Information for MIME" +#~ msgstr "Klient NIS" -#. description(ldb:pyldb-32bit) #, fuzzy -msgid "This package contains the python bindings for the LDB library." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Command Line Interface Formulation Framework" +#~ msgstr "Interfejs wybierany przy uruchomieniu:" -#. description(presage:pyprompter) -msgid "" -"This package contains the wxPython predictive text editor pyprompter.\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." -msgstr "" +#, fuzzy +#~ msgid "Command Line Interface Formulation Framework - Documentation" +#~ msgstr "Interfejs wybierany przy uruchomieniu:" -#. description(php5-pear-Horde_Kolab_Session) -msgid "" -"This package handles a Kolab session. It allows to authenticate against LDAP " -"and provides the users storage locations." -msgstr "" +#, fuzzy +#~ msgid "Configure-time utilities for using C headers," +#~ msgstr "Konfiguracja na wyświetlaczu" -#. description(php5-pear-cache_lite) -msgid "" -"This package is a little cache system optimized for file containers. It is " -"fast and safe (because it uses file locking and/or anti-corruption tests)." -msgstr "" +#, fuzzy +#~ msgid "Coverage 3.x support for Nose" +#~ msgstr "Zarządzanie katalogami" -#. description(php5-pear-Horde_Pdf) #, fuzzy -msgid "" -"This package provides PDF generation using only PHP, without requiring any " -"external libraries." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Coverage 3.x support for Nose." +#~ msgstr "Zarządzanie katalogami" -#. description(perl-Crypt-Rot13) #, fuzzy -msgid "This package provides ROT13 Algorithm (Caesar) as a Perl module." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Create and manipulate PAR distributions" +#~ msgstr "Szyfrowanie" -#. description(php5-pear-Horde_Vfs) -msgid "" -"This package provides a Virtual File System API, with backends for:\n" -"\n" -"* SQL\n" -"* FTP\n" -"* Local filesystems\n" -"* Hybrid SQL and filesystem\n" -"* Samba\n" -"* SSH2/SFTP\n" -"* IMAP (Kolab)\n" -"\n" -"Reading, writing and listing of files are all supported, and there are both " -"object-based and array-based interfaces to directory listings." -msgstr "" +#, fuzzy +#~ msgid "Crypt Blowfish Library" +#~ msgstr "Szyfrowanie" -#. 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" -msgstr "" +#, fuzzy +#~ msgid "CursesWidgets Perl module" +#~ msgstr "Moduł użytkownicy" -#. description(php5-pear-Horde_Rdo) #, fuzzy -msgid "This package provides a lightweight ORM API" -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Database Abstraction Layer" +#~ msgstr "Interfejs użytkownika dla warstwy abstrakcji urządzeń wejściowych" -#. description(php5-pear-Horde_Role) -msgid "" -"This package provides a method for PEAR to install Horde components into a " -"base Horde installation." -msgstr "" +#, fuzzy +#~ msgid "Database Abstraction Library" +#~ msgstr "Szyfrowanie" -#. description(php5-pear-Horde_Constraint) -msgid "" -"This package provides a programmatic way of building constraints that " -"evaluate to true or false." -msgstr "" +#, fuzzy +#~ msgid "Database Management Tool for PostgreSQL" +#~ msgstr "Moduł zarządzania pakietami dla Linuksa" -#. description(php5-pear-Horde_Ldap) -msgid "" -"This package provides a set of classes for connecting to LDAP servers and " -"working with directory objects." -msgstr "" +#, fuzzy +#~ msgid "Database abstraction layer" +#~ msgstr "Interfejs użytkownika dla warstwy abstrakcji urządzeń wejściowych" -#. description(php5-pear-Horde_Http) #, fuzzy -msgid "This package provides a set of classes for making HTTP requests." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Development documentation for PolicyKit" +#~ msgstr "Pakiety dla programistów KDE" -#. description(php5-pear-Horde_Cache) -msgid "" -"This package provides a simple, functional caching API, with the option to " -"store the cached data on the filesystem, in one of the PHP opcode cache " -"systems (APC, eAcclerator, XCache, or Zend Performance Suite's content " -"cache), memcached, or an SQL table." -msgstr "" +#, fuzzy +#~ msgid "Development documentation for PolicyKit Authorization Framework." +#~ msgstr "Pakiety dla programistów KDE" -#. description(php5-pear-Horde_Text_Diff) -msgid "" -"This package provides a text-based diff engine and renderers for multiple " -"diff output formats." -msgstr "" +#, fuzzy +#~ msgid "Development files for python3-CXX" +#~ msgstr "Nie znaleziono aktualizacji dla wybranych pakietów." -#. 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 "" +#, fuzzy +#~ msgid "Development tools for the Parma Polyhedra Library C and C++ interfaces" +#~ msgstr "Dokument" -#. description(php5-pear-Horde_Icalendar) #, fuzzy -msgid "This package provides an API for dealing with iCalendar data." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Documentation and help files for python-beautifulsoup4" +#~ msgstr "Pakiety dla programistów KDE" -#. description(php5-pear-Horde_Compress) #, fuzzy -msgid "This package provides an API for various compression techniques." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Documentation and help files for python3-beautifulsoup4" +#~ msgstr "Pakiety dla programistów KDE" -#. 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 "" +#, fuzzy +#~ msgid "Documentation for Library to Manipulate gettext Files" +#~ msgstr "Aktualizacje czasu dostępu" -#. 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 "" +#, fuzzy +#~ msgid "Documentation for python-Flask" +#~ msgstr "Dokument" -#. 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 "" +#, fuzzy +#~ msgid "Documentation for python-SQLAlchemy" +#~ msgstr "Dokument" -#. 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 "" +#, fuzzy +#~ msgid "Documentation for python-beautifulsoup4" +#~ msgstr "Dokument" -#. 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 "" +#, fuzzy +#~ msgid "Documentation for python3-Sphinx" +#~ msgstr "Dokument" -#. 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 "" +#, fuzzy +#~ msgid "Documentation for python3-beautifulsoup4" +#~ msgstr "Dokument" -#. 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 "" +#, fuzzy +#~ msgid "Documentation for python3-numpy" +#~ msgstr "Dokument" -#. 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 "" +#, fuzzy +#~ msgid "Documentation for the Parma Polyhedra Library" +#~ msgstr "Dokument" -#. description(php5-pear-Horde_Yaml) -msgid "" -"This package provides classes for parsing YAML files into PHP arrays, and " -"dumping PHP arrays into YAML encoding." -msgstr "" +#, fuzzy +#~ msgid "Documentation for the python-eventlet package." +#~ msgstr "Dokument" -#. description(php5-pear-Horde_Argv) -msgid "" -"This package provides classes for parsing command line arguments with " -"various actions, providing help, grouping options, and more." -msgstr "" +#, fuzzy +#~ msgid "File path utility" +#~ msgstr "Montowanie NFS" -#. description(php5-pear-Horde_Service_Facebook) #, fuzzy -msgid "This package provides client libraries for the Facebook REST API." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Framework to translate documentation and other materials" +#~ msgstr "Proszę użyć tego przycisku, aby uruchomić program YaST i zachować konfigurację." -#. description(php5-pear-Horde_Service_Twitter) #, fuzzy -msgid "This package provides client libraries for the Twitter REST API." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Grammar Parser Library for Python - Documentation" +#~ msgstr "Pomoc i dokumentacja" -#. 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 "" +#, fuzzy +#~ msgid "Header files and documentation for python3-CXX development." +#~ msgstr "Pakiety dla programistów KDE" -#. description(php5-pear-Horde_ActiveSync) #, fuzzy -msgid "This package provides libraries for implementing an ActiveSync server." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Highly concurrent networking library" +#~ msgstr "Novell i Linux" -#. description(php5-pear-Horde_Feed) -msgid "" -"This package provides support for working with feed formats such as RSS and " -"Atom." -msgstr "" +#, fuzzy +#~ msgid "Highly concurrent networking library - Documentation" +#~ msgstr "Pomoc i dokumentacja" -#. 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 "" +#, fuzzy +#~ msgid "Horde Authentication API" +#~ msgstr "Podstawa serwera aplikacji SAP" -#. description(php5-pear-Horde_Controller) #, fuzzy -msgid "This package provides the controller part of an MVC system for Horde." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Horde Autoloader Library" +#~ msgstr "Novell i Linux" -#. description(openstack-dashboard:python-horizon-branding-upstream) #, fuzzy -msgid "" -"This package provides the upstream look and feel for OpenStack Dashboard " -"Python module." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Horde Caching API" +#~ msgstr "Podstawa serwera aplikacji SAP" -#. description(php5-pear-Horde_Stream_Filter) #, fuzzy -msgid "This package provides various stream filters." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Horde Command Line Interface API" +#~ msgstr "Interfejs wybierany przy uruchomieniu:" -#. description(php5-pear-Horde_Stream_Wrapper) #, fuzzy -msgid "This package provides various stream wrappers." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Horde Compression API" +#~ msgstr "Podstawa serwera aplikacji SAP" -#. description(python3-nbxmpp:python3-nbxmpp-doc) #, fuzzy -msgid "This packages provides documentation of Nbxmpp API." -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "Horde Constraint library" +#~ msgstr "Programowanie GNOME" -#. description(python-google-apputils) -msgid "" -"This project is a small collection of utilities for building Python " -"applications. It includes some of the same set of utilities used to build " -"and run internal Python apps at Google.\n" -"\n" -"Features:\n" -"\n" -" + Simple application startup integrated with python-gflags. + " -"Subcommands for command-line applications. + Option to drop into pdb on " -"uncaught exceptions. + Helper functions for dealing with files. + " -"High-level profiling tools. + Timezone-aware wrappers for datetime." -"datetime classes. + Improved TestCase with many of the same methods as " -"unittest2, plus helpful flags for test startup. + google_test " -"setuptools command for running tests. + Helper module for creating " -"application stubs." -msgstr "" +#, fuzzy +#~ msgid "Horde Controller libraries" +#~ msgstr "Pakiety dla programistów KDE" -#. 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 "" +#, fuzzy +#~ msgid "Horde Core Framework libraries" +#~ msgstr "Pakiety dla programistów KDE" -#. description(perl-MooseX-Role-TraitConstructor) -msgid "" -"This role allows you to easily accept a 'traits' argument (or another name) " -"into your constructor, which will easily mix roles into an anonymous class " -"before construction, much like the Moose::Meta::Attribute manpage does." -msgstr "" +#, fuzzy +#~ msgid "Horde Database Libraries" +#~ msgstr "Novell i Linux" -#. 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." -msgstr "" +#, fuzzy +#~ msgid "Horde Date Parser" +#~ msgstr "Novell i Linux" -#. summary(perl-Test-Object) -msgid "Thoroughly testing objects via registered handlers" -msgstr "" +#, fuzzy +#~ msgid "Horde ElasticSearch" +#~ msgstr "Novell i Linux" -#. description(perl-Throwable) -msgid "" -"Throwable is a role for classes that are meant to be thrown as exceptions to " -"standard program flow. It is very simple and does only two things: saves any " -"previous value for '$@' and calls 'die $self'." -msgstr "" +#, fuzzy +#~ msgid "Horde HTTP libraries" +#~ msgstr "Zarządzanie katalogami" -#. summary(perl-Tie-Hash-DBD) #, fuzzy -msgid "Tie plain hashes to DBI interface" -msgstr "Interfejs jądra" +#~ msgid "Horde IMAP abstraction interface" +#~ msgstr "Interfejs jądra" -#. summary(perl-Tie-ToObject) -msgid "Tie to an existing object." -msgstr "" +#, fuzzy +#~ msgid "Horde LDAP libraries" +#~ msgstr "Novell AppArmor" -#. summary(perl-DateTime-TimeZone) -msgid "Time zone object base class and factory" -msgstr "" +#, fuzzy +#~ msgid "Horde MIME Library" +#~ msgstr "Zarządzanie katalogami" -#. description(perl-Time-Duration-Parse) -msgid "" -"Time::Duration::Parse is a module to parse human readable duration strings " -"like _2 minutes and 3 seconds_ to seconds.\n" -"\n" -"It does the opposite of _duration_exact_ function in Time::Duration and is " -"roundtrip safe. So, the following is always true.\n" -"\n" -" use Time::Duration::Parse; use Time::Duration;\n" -"\n" -" my $seconds = int rand 100000; is( parse_duration(duration_exact" -"($seconds)), $seconds );" -msgstr "" +#, fuzzy +#~ msgid "Horde Mail Library" +#~ msgstr "Zarządzanie katalogami" -#. summary(python-keyczar) -msgid "Toolkit for safe and simple cryptography" -msgstr "" +#, fuzzy +#~ msgid "Horde Mailing List Headers library" +#~ msgstr "Zarządzanie katalogami" -#. summary(perl-Meta-Builder) -msgid "Tools for creating Meta objects to track custom metrics." -msgstr "" +#, fuzzy +#~ msgid "Horde Memcache API" +#~ msgstr "Podstawa serwera aplikacji SAP" -#. description(php5-pear-Horde_Release) -msgid "" -"Tools necessary to create the Horde distribution packages.\n" -"\n" -"Lead Developer: Jan Schneider <jan@horde.org>" -msgstr "" +#, fuzzy +#~ msgid "Horde PDF format library" +#~ msgstr "Zarządzanie katalogami" -#. summary(perl-Test-SubCalls) -msgid "Track the number of times subs are called" -msgstr "" +#, fuzzy +#~ msgid "Horde Pear Libraries" +#~ msgstr "Pakiety dla programistów KDE" -#. summary(python3-transaction) #, fuzzy -msgid "Transaction management for Python" -msgstr "Poprawki opcjonalne" +#~ msgid "Horde Permissions System" +#~ msgstr "Podstawowy system graficzny" -#. summary(php5-pear-Text_Wiki) -msgid "" -"Transforms Wiki and BBCode markup into XHTML, LaTeX or plain text markup" -msgstr "" +#, fuzzy +#~ msgid "Horde Preferences API" +#~ msgstr "Preferencje" -#. summary(perl-Test-Trap) -msgid "Trap exit codes, exceptions, output, etc" -msgstr "" +#, fuzzy +#~ msgid "Horde Queue Layer" +#~ msgstr "Podstawowy system graficzny" -#. summary(python-html2text) -msgid "Turn HTML into equivalent Markdown-structured text" -msgstr "" +#, fuzzy +#~ msgid "Horde RPC Client/Server API" +#~ msgstr "Serwer DHCP i DNS" -#. description(python-html2text) -msgid "Turn HTML into equivalent Markdown-structured text." -msgstr "" +#, fuzzy +#~ msgid "Horde Scheduler System" +#~ msgstr "Podstawowy system graficzny" -#. 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 "" +#, fuzzy +#~ msgid "Horde Session Handler API" +#~ msgstr "Bezprzewodowa sieć lokalna - dialog" -#. summary(perl-Time-Clock) -msgid "Twenty-four hour clock object with nanosecond precision." -msgstr "" +#, fuzzy +#~ msgid "Horde Shared Permissions System" +#~ msgstr "Podstawowy system graficzny" -#. summary(perl-Locale-US) -msgid "" -"Two letter codes for state identification in the United States and vice versa" -msgstr "" +#, fuzzy +#~ msgid "Horde Stream Handler" +#~ msgstr "Bezprzewodowa sieć lokalna - dialog" -#. description(perl-Locale-US) -msgid "" -"Two letter codes for state identification in the United States and vice " -"versa." -msgstr "" +#, fuzzy +#~ msgid "Horde Template System" +#~ msgstr "Podstawowy system graficzny" -#. summary(perl-Sysadm-Install) -msgid "Typical installation tasks for system administrators" -msgstr "" +#, fuzzy +#~ msgid "Horde Text Filter API" +#~ msgstr "Podstawa serwera aplikacji SAP" -#. summary(perl-UNIVERSAL-moniker) -msgid "UNIVERAL::moniker" -msgstr "" +#, fuzzy +#~ msgid "Horde Timezone library" +#~ msgstr "Brak dostępnej konfiguracji" -#. description(python-jsonrpclib) -msgid "UNKNOWN" -msgstr "" +#, fuzzy +#~ msgid "Horde Token API" +#~ msgstr "Podstawa serwera aplikacji SAP" -#. summary(php5-pear-Net_LDAP) -msgid "UNmaintained OOP interface for searching and manipulating LDAP-entries" -msgstr "" +#, fuzzy +#~ msgid "Horde User Groups System" +#~ msgstr "Podstawowy system graficzny" -#. 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" -"\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 "" +#, fuzzy +#~ msgid "Horde Utility Libraries" +#~ msgstr "Programowanie GNOME" -#. description(php5-pear-Horde_SpellChecker) -msgid "Unified spellchecking API." -msgstr "" +#, fuzzy +#~ msgid "Horde alarm libraries" +#~ msgstr "Pakiety dla programistów KDE" -#. summary(perl-Test-Unit-Lite) -msgid "Unit testing without external dependencies" -msgstr "" +#, fuzzy +#~ msgid "Horde command-line argument parsing package" +#~ msgstr "Zarządzanie katalogami" -#. summary(python-feedparser) -msgid "Universal Feed Parser Module for Python" -msgstr "" +#, fuzzy +#~ msgid "Horde iCalendar API" +#~ msgstr "Podstawa serwera aplikacji SAP" -#. description(python-chardet) -msgid "" -"Universal character encoding detector\n" -"-------------------------------------\n" -"\n" -"Detects - ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants) - Big5, " -"GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified " -"Chinese) - EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese) - EUC-KR, ISO-2022-KR " -"(Korean) - KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 " -"(Cyrillic) - ISO-8859-2, windows-1250 (Hungarian) - ISO-8859-5, " -"windows-1251 (Bulgarian) - windows-1252 (English) - ISO-8859-7, " -"windows-1253 (Greek) - ISO-8859-8, windows-1255 (Visual and Logical " -"Hebrew) - TIS-620 (Thai)\n" -"\n" -"Requires Python 2.1 or later\n" -"\n" -"Command-line Tool\n" -"-----------------\n" -"\n" -"chardet comes with a command-line script which reports on the encodings of " -"one or more files::\n" -"\n" -" % chardetect.py somefile someotherfile somefile: windows-1252 with " -"confidence 0.5 someotherfile: ascii with confidence 1.0" -msgstr "" +#, fuzzy +#~ msgid "Horde translation library" +#~ msgstr "Brak dostępnej konfiguracji" -#. summary(python-chardet) -msgid "Universal encoding detector" -msgstr "" +#, fuzzy +#~ msgid "Install shared files" +#~ msgstr "Instalacja" -#. summary(perl-Hash-Util-FieldHash-Compat) -msgid "Use L<Hash::Util::FieldHash> or ties, depending" -msgstr "" +#, fuzzy +#~ msgid "Iterate over collections" +#~ msgstr "Ulubione aplikacje" -#. summary(perl-File-BaseDir) -msgid "Use the Freedesktop.org base directory specification" -msgstr "" +#, fuzzy +#~ msgid "JSON RPC 2.0 Server Implementation" +#~ msgstr "Pomoc i dokumentacja" -#. summary(python-extras) #, fuzzy -msgid "Useful extra bits for Python" -msgstr "Pakiety dla programistów KDE" +#~ msgid "Javadoc for postgresql-jdbc" +#~ msgstr "Instalacja ręczna" -#. description(perl-Contextual-Return) -msgid "" -"Usually, when you need to create a subroutine that returns different values " -"in different contexts (list, scalar, or void), you write something like:\n" -"\n" -" sub get_server_status { my ($server_ID) = @_;\n" -"\n" -" my %server_data = _ascertain_server_status($server_ID);\n" -"\n" -" if (wantarray()) { return @server_data" -"{ qw(name uptime load users) }; } if (defined wantarray()) " -"{ return $server_data{load}; } if (!defined " -"wantarray()) { carp 'Useless use of get_server_status() in void " -"context'; return; } else { croak q" -"{Bad context! No biscuit!}; } }\n" -"\n" -"That works okay, but the code could certainly be more readable. In its " -"simplest usage, this module makes that code more readable by providing three " -"subroutines--'LIST()', 'SCALAR()', 'VOID()'--that are true only when the " -"current subroutine is called in the corresponding context:\n" -"\n" -" use Contextual::Return;\n" -"\n" -" sub get_server_status { my ($server_ID) = @_;\n" -"\n" -" my %server_data = _ascertain_server_status($server_ID);\n" -"\n" -" if (LIST) { return @server_data{ qw(name uptime " -"load users) } } if (SCALAR) { return $server_data" -"{load} } if (VOID) { print \"$server_data" -"{load}\\n\" } else { croak q{Bad " -"context! No biscuit!} } }" -msgstr "" +#, fuzzy +#~ msgid "Kombu actor framework" +#~ msgstr "Przeglądarka aplikacji" -#. summary(perl-IO-Interactive) -msgid "Utilities for interactive I/O" -msgstr "" +#, fuzzy +#~ msgid "Languages for package pgadmin3" +#~ msgstr "Pakiet nie jest podpisany" -#. summary(perl-Test-Output) -msgid "Utilities to test STDOUT and STDERR messages." -msgstr "" +#, fuzzy +#~ msgid "Languages for package picard" +#~ msgstr "Pakiet nie jest podpisany" -#. summary(php5-pear-phpunit-PHP_Timer) -msgid "Utility class for timing" -msgstr "" +#, fuzzy +#~ msgid "Languages for package pidgin-advanced-sound-notification" +#~ msgstr "Pakiet nie jest podpisany" -#. summary(perl-Test-CPAN-Meta) -msgid "Validate your CPAN META.yml files." -msgstr "" +#, fuzzy +#~ msgid "Languages for package pidgin-birthday-reminder" +#~ msgstr "Pakiet nie jest podpisany" -#. summary(python-itsdangerous) -msgid "Various helpers to pass trusted data to untrusted environments and back" -msgstr "" +#, fuzzy +#~ msgid "Languages for package pidgin-guifications" +#~ msgstr "Pakiet nie jest podpisany" -#. summary(perl-ExtUtils-Helpers) -msgid "Various portability utilities for module builders" -msgstr "" +#, fuzzy +#~ msgid "Languages for package plasma-nm" +#~ msgstr "Pakiet nie jest podpisany" -#. summary(perl-CPAN-Meta-Check) -msgid "Verify requirements in a CPAN::Meta object" -msgstr "" +#, fuzzy +#~ msgid "Languages for package plasmoid-cwp" +#~ msgstr "Pakiet nie jest podpisany" -#. summary(python3-zope.event) -msgid "Very basic event publishing system" -msgstr "" +#, fuzzy +#~ msgid "Languages for package po4a" +#~ msgstr "Pakiet nie jest podpisany" -#. summary(perl-DBIx-Simple) -msgid "Very complete easy-to-use OO interface to DBI" -msgstr "" +#, fuzzy +#~ msgid "Languages for package policycoreutils" +#~ msgstr "Pakiet nie jest podpisany" -#. description(python-Jinja2:python-Jinja2-vim) -msgid "Vim syntax highlighting scheme for Jinja2 templates." -msgstr "" +#, fuzzy +#~ msgid "Languages for package polkit-gnome" +#~ msgstr "Pakiet nie jest podpisany" -#. summary(python3-virtualenv) -msgid "Virtual Python Environment builder" -msgstr "" +#, fuzzy +#~ msgid "Languages for package pragha" +#~ msgstr "Pakiet nie jest podpisany" -#. summary(perl-Data-Visitor) -msgid "Visitor style traversal of Perl data structures" -msgstr "" +#, fuzzy +#~ msgid "Languages for package proftpd" +#~ msgstr "Pakiet nie jest podpisany" -#. summary(python-gunicorn) -msgid "WSGI HTTP Server for UNIX" -msgstr "" +#, fuzzy +#~ msgid "Languages for package pulseaudio" +#~ msgstr "Pakiet nie jest podpisany" -#. summary(python-gunicorn:python-gunicorn-doc) -msgid "WSGI HTTP Server for UNIX - Documentation" -msgstr "" +#, fuzzy +#~ msgid "Languages for package purple-plugin-pack" +#~ msgstr "Pakiet nie jest podpisany" -#. summary(python-lazr.authentication) -msgid "WSGI middleware for HTTP authentication" -msgstr "" +#, fuzzy +#~ msgid "Library to Manipulate gettext Files (PO and MO Files)" +#~ msgstr "Aktualizacje czasu dostępu" -#. summary(python3-WebOb) -msgid "WSGI request and response object" -msgstr "" +#, fuzzy +#~ msgid "Log4j for Perl" +#~ msgstr "Pomoc i dokumentacja" -#. summary(python3-WebOb:python3-WebOb-doc) -msgid "WSGI request and response object - Documentation" -msgstr "" +#, fuzzy +#~ msgid "Magical config file parser" +#~ msgstr "Konfiguracja %s nie powiodła się" -#. 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 "" +#, fuzzy +#~ msgid "Mercurial support for setup tools" +#~ msgstr "Zarządzanie katalogami" -#. summary(postfixadmin) -msgid "" -"Web-based management tool for Postfix virtual domains, mailboxes and aliases" -msgstr "" +#, fuzzy +#~ msgid "Mock Object library for PHPUnit" +#~ msgstr "Programowanie" -#. summary(php5-pear-HTTP_WebDAV_Server) -msgid "WebDAV Server Base class" -msgstr "" +#, fuzzy +#~ msgid "Multiple interfaces for sending emails" +#~ msgstr "Interfejs wybierany przy uruchomieniu:" -#. description(python3-WebOb) -msgid "" -"WebOb provides wrappers around the WSGI request environment, and an object " -"to help create WSGI responses.\n" -"\n" -"The objects map much of the specified behavior of HTTP, including header " -"parsing and accessors for other standard parts of the environment." -msgstr "" +#, fuzzy +#~ msgid "Native Pandora Radio client for Linux" +#~ msgstr "Novell i Linux" -#. 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." -msgstr "" +#, fuzzy +#~ msgid "Nbxmpp Documentation" +#~ msgstr "Dokument" -#. 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" -"\n" -"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 "" +#, fuzzy +#~ msgid "Network Socket Interface" +#~ msgstr "Interfejs sieciowy" -#. description(perl-SUPER) -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" -"\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 ) );" -msgstr "" +#, fuzzy +#~ msgid "OpenStack Block Storage (Cinder) - Python module" +#~ msgstr "Quickstarter OpenOffice.Org" -#. 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'});" -msgstr "" +#, fuzzy +#~ msgid "Openstack Block Storage (Cinder) API Client - Documentation" +#~ msgstr "Quickstarter OpenOffice.Org" -#. 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 "" +#, fuzzy +#~ msgid "Openstack Identity (Keystone) API Client" +#~ msgstr "Quickstarter OpenOffice.Org" -#. 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 "" +#, fuzzy +#~ msgid "Openstack Identity (Keystone) API Client - Documentation" +#~ msgstr "Quickstarter OpenOffice.Org" -#. 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 "" +#, fuzzy +#~ msgid "Openstack Identity (Keystone) API Client - Testsuite" +#~ msgstr "Quickstarter OpenOffice.Org" -#. 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 "" +#, fuzzy +#~ msgid "Openstack Orchestration (Heat) API Client - Documentation" +#~ msgstr "Quickstarter OpenOffice.Org" -#. summary(perl-Mac-PropertyList) -msgid "Work with Mac plists at a low level" -msgstr "" +#, fuzzy +#~ msgid "PEAR: Horde Logging library" +#~ msgstr "Zarządzanie katalogami" -#. summary(perl-MooseX-Role-Cmd) -msgid "Wrap system command binaries the Moose way" -msgstr "" +#, fuzzy +#~ msgid "Perl extension for comparing XML documents." +#~ msgstr "Aktualizacje czasu dostępu" -#. summary(perl-JSON-Any) -msgid "Wrapper Class for the various JSON classes." -msgstr "" +#, fuzzy +#~ msgid "Perl implementation of Ron Rivests MD5 Algorithm" +#~ msgstr "Interfejs jądra" -#. summary(php5-pear-phpunit-PHP_TokenStream) -msgid "Wrapper around PHP's tokenizer extension" -msgstr "" +#, fuzzy +#~ msgid "Perl interface to GnuPG" +#~ msgstr "Interfejs jądra" -#. summary(python-anyjson) -msgid "" -"Wraps the best available JSON implementation available in a common interface" -msgstr "" +#, fuzzy +#~ msgid "Perl interface to functions that assist in working" +#~ msgstr "Interfejs jądra" -#. summary(python3-CXX) -msgid "Write Python extensions in C++" -msgstr "" +#, fuzzy +#~ msgid "PostgreSQL JDBC Driver API documentation." +#~ msgstr "Quickstarter OpenOffice.Org" -#. summary(perl-Test-Spec) -msgid "Write tests in a declarative specification style" -msgstr "" +#, fuzzy +#~ msgid "Powerful and Pythonic XML processing library - Documentation" +#~ msgstr "Pomoc i dokumentacja" -#. 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" -"\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." -msgstr "" +#, fuzzy +#~ msgid "Provides an implementation of the IMAP protocol" +#~ msgstr "Nie znaleziono programu su." -#. summary(php5-pear-XML_SVG) -msgid "XML SVG API (unmaintained)" -msgstr "" +#, fuzzy +#~ msgid "Provides an implementation of the SMTP protocol using PEAR's Net_Socket class." +#~ msgstr "Nie znaleziono programu su." -#. description(perl-XML-DOM-XPath) -msgid "" -"XML::DOM::XPath allows you to use XML::XPath methods to query a DOM. This is " -"often much easier than relying only on getElementsByTagName." -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package pgadmin3" +#~ msgstr "Nie znaleziono programu su." -#. description(perl-XML-Generator-PerlData) -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" -"\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." -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package picard" +#~ msgstr "Nie znaleziono programu su." -#. summary(perl-XML-LibXML-Simple) -msgid "XML::LibXML clone of XML::Simple::XMLin()" -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package pidgin-advanced-sound-notification" +#~ msgstr "Nie znaleziono programu su." -#. description(perl-XML-SemanticDiff) -msgid "" -"XML::SematicDiff provides a way to compare the contents and structure of two " -"XML documents. By default, it returns a list of hashrefs where each hashref " -"describes a single difference between the two docs." -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package pidgin-birthday-reminder" +#~ msgstr "Nie znaleziono programu su." -#. 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" -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package pidgin-guifications" +#~ msgstr "Nie znaleziono programu su." -#. summary(python3-nbxmpp) -msgid "XMPP library by Gajim team" -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package plasma-nm" +#~ msgstr "Nie znaleziono programu su." -#. summary(php5-pear-Horde_Yaml) -msgid "YAML parsing and dumping routines" -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package plasmoid-cwp" +#~ msgstr "Nie znaleziono programu su." -#. description(perl-XML-Handler-YAWriter) -msgid "" -"YAWriter implements Yet Another XML::Handler::Writer. The reasons for this " -"one are that I needed a flexible escaping technique, and want some kind of " -"pretty printing. If an instance of YAWriter is created without any options, " -"the default behavior is to produce an array of strings containing the XML " -"in :\n" -"\n" -" @{$ya->{Strings}}" -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package po4a" +#~ msgstr "Nie znaleziono programu su." -#. summary(perl-XML-Handler-YAWriter) #, fuzzy -msgid "Yet another Perl SAX XML Writer" -msgstr "Przygotowanie systemu" +#~ msgid "Provides translations to the package policycoreutils" +#~ msgstr "Nie znaleziono programu su." -#. description(perl-Tie-Cycle) -msgid "" -"You use 'Tie::Cycle' to go through a list over and over again. Once you get " -"to the end of the list, you go back to the beginning. You don't have to " -"worry about any of this since the magic of tie does that for you.\n" -"\n" -"The tie takes an array reference as its third argument. The tie should " -"succeed unless the argument is not an array reference. Previous versions " -"required you to use an array that had more than one element (what's the " -"pointing of looping otherwise?), but I've removed that restriction since the " -"number of elements you want to use may change depending on the situation.\n" -"\n" -"During the tie, this module makes a shallow copy of the array reference. If " -"the array reference contains references, and those references are changed " -"after the tie, the elements of the cycle will change as well. See the " -"included test.pl script for an example of this effect." -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package polkit-gnome" +#~ msgstr "Nie znaleziono programu su." -#. description(perl-MooseX-Role-Parameterized) -msgid "" -"Your parameterized role consists of two new things: parameter declarations " -"and a 'role' block.\n" -"\n" -"Parameters are declared using the the /parameter manpage keyword which very " -"much resembles the Moose/has manpage. You can use any option that the Moose/" -"has manpage accepts. The default value for the 'is' option is 'ro' as that's " -"a very common case. Use 'is => 'bare'' if you want no accessor. These " -"parameters will get their values when the consuming class (or role) uses the " -"Moose/with manpage. A parameter object will be constructed with these " -"values, and passed to the 'role' block.\n" -"\n" -"The 'role' block then uses the usual the Moose::Role manpage keywords to " -"build up a role. You can shift off the parameter object to inspect what the " -"consuming class provided as parameters. You use the parameters to customize " -"your role however you wish.\n" -"\n" -"There are many possible implementations for parameterized roles (hopefully " -"with a consistent enough API); I believe this to be the easiest and most " -"flexible design. Coincidentally, Pugs originally had an eerily similar " -"design.\n" -"\n" -"See the MooseX::Role::Parameterized::Extending manpage for some tips on how " -"to extend this module." -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package pragha" +#~ msgstr "Nie znaleziono programu su." -#. summary(perl-Pod-Spell) #, fuzzy -msgid "a formatter for spellchecking Pod" -msgstr "Transakcja zestawu zakończona niepowodzeniem." +#~ msgid "Provides translations to the package proftpd" +#~ msgstr "Nie znaleziono programu su." -#. summary(perl-String-Truncate) -msgid "a module for when strings are too long to be displayed in..." -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package pulseaudio" +#~ msgstr "Nie znaleziono programu su." -#. summary(perl-File-Mork) #, fuzzy -msgid "a module to read Mozilla URL history files" -msgstr "Moduły jądra (sterowniki sprzętu)" +#~ msgid "Provides translations to the package purple-plugin-pack" +#~ msgstr "Nie znaleziono programu su." -#. summary(perl-Net-Whois-RIPE) #, fuzzy -msgid "a pure-Perl implementation of the RIPE Database client." -msgstr "Pakiety dla programistów KDE" +#~ msgid "Python Documentation Utilities" +#~ msgstr "Dokument" -#. summary(perl-Throwable) -msgid "a role for classes that can be thrown" -msgstr "" +#, fuzzy +#~ msgid "Python Geocoding Toolbox" +#~ msgstr "Pakiety dla programistów KDE" -#. summary(perl-CPAN-Meta-Requirements) -msgid "a set of version requirements for a CPAN dist" -msgstr "" +#, fuzzy +#~ msgid "Python Git Library" +#~ msgstr "Zarządzanie katalogami" -#. summary(perl-String-Errf) -msgid "a simple sprintf-like dialect" -msgstr "" +#, fuzzy +#~ msgid "Python Module for ID3 Tag Manipulation" +#~ msgstr "Zarządzanie energią (APM)" -#. summary(perl-Module-Starter) -msgid "a simple starter kit for any module" -msgstr "" +#, fuzzy +#~ msgid "Python PDF Documentation" +#~ msgstr "Dokument" -#. summary(perl-Log-Dispatchouli) -msgid "a simple wrapper around Log::Dispatch" -msgstr "" +#, fuzzy +#~ msgid "Python application utilities" +#~ msgstr "Dokument" -#. summary(perl-Role-HasMessage) -msgid "a thing with a message method" -msgstr "" +#, fuzzy +#~ msgid "Python bindings for the Enchant spellchecking system" +#~ msgstr "Pakiety dla programistów KDE" -#. summary(perl-Net-SSLGlue) -msgid "add/extend SSL support for common perl modules" -msgstr "" +#, fuzzy +#~ msgid "Python bindings for the LDB library" +#~ msgstr "Pakiety dla programistów KDE" -#. description(perl-MooX-Types-MooseLike-Numeric) -msgid "adpated from MooseX::Types::Common::Numeric" -msgstr "" +#, fuzzy +#~ msgid "Python command-line parsing library" +#~ msgstr "Zarządzanie katalogami" -#. summary(perl-Config-MVP-Reader-INI) -msgid "an MVP config reader for .ini files" -msgstr "" +#, fuzzy +#~ msgid "Python couchdb kit" +#~ msgstr "Wczytaj nieznane moduły" -#. summary(perl-MooseX-Params-Validate) -msgid "an extension of Params::Validate using Moose's types" -msgstr "" +#, fuzzy +#~ msgid "Python documentation generator" +#~ msgstr "Pomoc i dokumentacja" -#. summary(perl-MooseX-Traits) -msgid "automatically apply roles at object creation time" -msgstr "" +#, fuzzy +#~ msgid "Python library for bugzilla" +#~ msgstr "Programowanie" -#. description(python-binplist) -msgid "" -"binplist is a binary property list (plist) parser module written in python." -msgstr "" +#, fuzzy +#~ msgid "Python socket pool" +#~ msgstr "Wczytaj nieznane moduły" -#. description(python-biplist) -msgid "" -"biplist is a binary plist parser/generator for Python.\n" -"\n" -"Binary Property List (plist) files provide a faster and smaller " -"serialization format for property lists on OS X. This is a library for " -"generating binary plists which can be read by OS X, iOS, or other clients." -msgstr "" +#, fuzzy +#~ msgid "Python wrapper module around the OpenSSL library - Documentation" +#~ msgstr "Pomoc i dokumentacja" -#. description(python-celerymon) -msgid "celerymon - Real-time monitoring of Celery workers" -msgstr "" +#, fuzzy +#~ msgid "Role for daemonizing your Moose based application" +#~ msgstr "Nie znaleziono programu su." -#. summary(perl-File-pushd) -msgid "change directory temporarily for a limited scope" -msgstr "" +#, fuzzy +#~ msgid "Role::Identifiable Perl module" +#~ msgstr "Moduł użytkownicy" -#. summary(perl-Test-Pod) -msgid "check for POD errors in files" -msgstr "" +#, fuzzy +#~ msgid "Rope is a Python refactoring library." +#~ msgstr "Interfejs jądra" -#. summary(perl-Test-Spelling) -msgid "check for spelling errors in POD files" -msgstr "" +#, fuzzy +#~ msgid "SOAP Client/Server for PHP" +#~ msgstr "Serwer DHCP i DNS" -#. description(python-cliff) -msgid "" -"cliff is a framework for building command line programs. It uses setuptools " -"entry points to provide subcommands, output formatters, and other extensions." -msgstr "" +#, fuzzy +#~ msgid "Secret Encryption API" +#~ msgstr "Szyfrowanie" -#. description(python-cliff-tablib) -msgid "" -"cliff-tablib is a set of formatter extensions for producing JSON, YAML, and " -"HTML output in programs created with the cliff framework. Installing cliff-" -"tablib activates these formatters for any cliff-based programs automatically." -msgstr "" +#, fuzzy +#~ msgid "Simple Paint Application" +#~ msgstr "Uruchom program" -#. summary(perl-Text-CSV) #, fuzzy -msgid "comma-separated values manipulator (using XS or PurePerl)" -msgstr "Szyfrowanie" +#~ msgid "Simple and dumb file system watcher" +#~ msgstr "synchronizacja systemów plików" -#. description(perl-Module-Install-ExtraTests) -msgid "contextual tests that the harness can ignore" -msgstr "" +#, fuzzy +#~ msgid "Swiss-army knife for creating, reading and writing XML files" +#~ msgstr "Aktualizacje czasu dostępu" -#. summary(perl-SUPER) -msgid "control superclass method dispatch" -msgstr "" +#, fuzzy +#~ msgid "Tablib formatters for cliff" +#~ msgstr "Transakcja zestawu zakończona niepowodzeniem." -#. summary(perl-CPAN-Mini) -msgid "create a minimal mirror of CPAN" -msgstr "" +#, fuzzy +#~ msgid "Test::Pod::Coverage Perl module" +#~ msgstr "Włączone w trybie domyślnym sterownika" -#. description(python3-d2to1) -msgid "" -"d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg " -"files for a package's metadata with a distribute/setuptools setup.py " -"script. It works by providing a distutils2-formatted setup.cfg file " -"containing all of a package's metadata, and a very minimal setup.py which " -"will slurp its arguments from the setup.cfg." -msgstr "" +#, fuzzy +#~ msgid "Testing TCP program" +#~ msgstr "Kopiowanie profilu" -#. 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 "" +#, fuzzy +#~ msgid "The Graph package provides the basic infrastructure for graphs." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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 "" +#, fuzzy +#~ msgid "The PerlUnit testing framework" +#~ msgstr "Przeglądarka aplikacji" -#. summary(perl-MIME-EncWords) -msgid "deal with RFC 2047 encoded words (improved)" -msgstr "" +#, fuzzy +#~ msgid "The Perms package provides an interface to the Horde permissions system." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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 "" +#, fuzzy +#~ msgid "These classes provide functionality useful for all kind of applications." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Dist-Zilla) -msgid "distribution builder; installer not included!" -msgstr "" +#, fuzzy +#~ msgid "These classes provide the core functionality of the Horde Application Framework." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(python-django-guardian) -msgid "" -"django-guardian is implementation of per object permissions as authorization " -"backend which is supported since Django 1.2. It won't work with older Django " -"releases." -msgstr "" +#, fuzzy +#~ msgid "This class provides the default exception handlers for the Horde Application Framework." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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 "" +#, fuzzy +#~ msgid "This module tries to find the path to the currently running perl." +#~ msgstr "Brak informacji" -#. 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 "" +#, fuzzy +#~ msgid "This package allows to convert Kolab data objects from XML to hashes." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-PerlIO-via-dynamic) -msgid "dynamic PerlIO layers" -msgstr "" +#, fuzzy +#~ msgid "This package allows to read/write entries in the Kolab user database stored in LDAP." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-MooseX-Aliases) -msgid "easy aliasing of methods and attributes in Moose" -msgstr "" +#, fuzzy +#~ msgid "This package contains Gunicorn documentation in reST and HTML formats." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-MooseX-NonMoose) -msgid "easy subclassing of non-Moose classes" -msgstr "" +#, fuzzy +#~ msgid "This package contains HTML documentation, including tutorials and API reference for python-Flask." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Modern-Perl) -msgid "enable all of the features of Modern Perl with one import" -msgstr "" +#, fuzzy +#~ msgid "This package contains HTML documentation, including tutorials and API reference for python-SQLAlchemy." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(python-entrypoint2) -msgid "" -"entrypoint2 is an easy to use command-line interface for python modules, " -"fork of entrypoint." -msgstr "" +#, fuzzy +#~ msgid "This package contains documentation files for python-FormEncode." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Sub-Exporter-GlobExporter) -msgid "export shared globs with Sub::Exporter collectors" -msgstr "" +#, fuzzy +#~ msgid "This package contains documentation files for python-cinderclient." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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 "" +#, fuzzy +#~ msgid "This package contains documentation files for python-cliff." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Test-Inter) -msgid "framework for more readable interactive test scripts" -msgstr "" +#, fuzzy +#~ msgid "This package contains documentation files for python-heatclient." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Package-Generator) -msgid "generate new packages quickly and easily" -msgstr "" +#, fuzzy +#~ msgid "This package contains documentation files for python-keystoneclient." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Module-Path) -msgid "get the full path to a locally installed module" -msgstr "" +#, fuzzy +#~ msgid "This package contains documentation files for python3-WebOb." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Config-GitLike) #, fuzzy -msgid "git-compatible config file parsing" -msgstr "Konfiguracja %s nie powiodła się" +#~ msgid "This package contains header files required for C modules development." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(perl-Graph) -msgid "graph data structures and algorithms" -msgstr "" +#, fuzzy +#~ msgid "This package contains testsuite files for python-ceilometerclient." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Sub-Exporter-ForMethods) -msgid "helper routines for using Sub::Exporter to build methods" -msgstr "" +#, fuzzy +#~ msgid "This package contains testsuite files for python-cinderclient." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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 "" +#, fuzzy +#~ msgid "This package contains testsuite files for python-glanceclient." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Module-Depends) #, fuzzy -msgid "identify the dependencies of a distribution" -msgstr "Pakiet zawiera inną wersję niż oczekiwana" +#~ msgid "This package contains testsuite files for python-heatclient." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Import-Into) -msgid "import packages into other packages" -msgstr "" +#, fuzzy +#~ msgid "This package contains testsuite files for python-keystoneclient." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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 "" +#, fuzzy +#~ msgid "This package contains the \"spinner\" boot splash theme for Plymouth." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-MooseX-InsideOut) -msgid "inside-out objects with Moose" -msgstr "" +#, fuzzy +#~ msgid "This package contains the Plasma theme Aya." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(python-jsonschema) -msgid "" -"jsonschema is an implementation of JSON Schema (currently in Draft 3) for " -"Python (supporting 2.6+ including Python 3)." -msgstr "" +#, fuzzy +#~ msgid "This package contains the core Python module of OpenStack Glance." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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 "" +#, fuzzy +#~ msgid "This package contains the core Python module of OpenStack Heat." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(python-lazr.authentication) -msgid "" -"lazr.authentication defines some simple WSGI middleware for protecting " -"resources with different kinds of HTTP authentication." -msgstr "" +#, fuzzy +#~ msgid "This package contains the python bindings for the LDB library." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Log-Dispatch-Array) -msgid "log events to an array (reference)" -msgstr "" +#, fuzzy +#~ msgid "This package provides PDF generation using only PHP, without requiring any external libraries." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(python3-lxml:python3-lxml-doc) -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" -"\n" -"This package contains documentation for lxml (HTML and PDF)." -msgstr "" +#, fuzzy +#~ msgid "This package provides ROT13 Algorithm (Caesar) as a Perl module." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. 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." -msgstr "" +#, fuzzy +#~ msgid "This package provides a lightweight ORM API" +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Mail-Sender) -msgid "module for sending mails with attachments through an SMTP server" -msgstr "" +#, fuzzy +#~ msgid "This package provides a set of classes for making HTTP requests." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Config-MVP) -msgid "multivalue-property package-oriented configuration" -msgstr "" +#, fuzzy +#~ msgid "This package provides an API for dealing with iCalendar data." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-Software-License) -msgid "packages that provide templated software licenses" -msgstr "" +#, fuzzy +#~ msgid "This package provides an API for various compression techniques." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-WWW-Pastebin-PastebinCom-Create) -msgid "paste to L<http://pastebin.com> from Perl." -msgstr "" +#, fuzzy +#~ msgid "This package provides client libraries for the Facebook REST API." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(phpMyAdmin) -msgid "" -"phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a " -"single database. To accomplish the latter you'll need a properly set up " -"MySQL user who can read/write only the desired database. It's up to you to " -"look up the appropriate part in the MySQL manual.\n" -"\n" -"Currently phpMyAdmin can:\n" -"\n" -" * browse and drop databases, tables, views, fields and indexes * create, " -"copy, drop, rename and alter databases, tables, fields and indexes * " -"maintenance server, databases and tables, with proposals on server " -"configuration * execute, edit and bookmark any SQL-statement, even batch-" -"queries * load text files into tables * create^1 and read dumps of " -"tables * export^1 data to various formats: CSV, XML, PDF, ISO/IEC 26300 " -"- OpenDocument Text and Spreadsheet, Word, Excel and L^AT[E]X formats " -"* import data and MySQL structures from Microsoft Excel and OpenDocument " -"spreadsheets, as well as XML, CSV, and SQL files * administer multiple " -"servers * manage MySQL users and privileges * check referential " -"integrity in MyISAM tables * using Query-by-example (QBE), create complex " -"queries automatically connecting required tables * create PDF graphics " -"of your Database layout * search globally in a database or a subset of " -"it * transform stored data into any format using a set of predefined " -"functions, like displaying BLOB-data as image or download-link * track " -"changes on databases, tables and views * support InnoDB tables and foreign " -"keys (see FAQ 3.6) * support mysqli, the improved MySQL extension (see FAQ " -"1.17) * communicate in 57 different languages * synchronize two " -"databases residing on the same as well as remote servers (see FAQ 9.1)" -msgstr "" +#, fuzzy +#~ msgid "This package provides client libraries for the Twitter REST API." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(phpPgAdmin) -msgid "" -"phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect " -"for PostgreSQL DBAs, newbies and hosting services.\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!" -msgstr "" +#, fuzzy +#~ msgid "This package provides libraries for implementing an ActiveSync server." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(python3-polib) -msgid "" -"polib is a library to manipulate, create, modify gettext files (pot, po and " -"mo files). You can load existing files, iterate through it's entries, add, " -"modify entries, comments or metadata, etc... or create new po files from " -"scratch." -msgstr "" +#, fuzzy +#~ msgid "This package provides the controller part of an MVC system for Horde." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(python3-polib:python3-polib-doc) -msgid "" -"polib is a library to manipulate, create, modify gettext files (pot, po and " -"mo files). You can load existing files, iterate through it's entries, add, " -"modify entries, comments or metadata, etc... or create new po files from " -"scratch.\n" -"\n" -"This package contains documentation in HTML format." -msgstr "" +#, fuzzy +#~ msgid "This package provides the upstream look and feel for OpenStack Dashboard Python module." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-POE) -msgid "portable multitasking and networking framework for any event loop" -msgstr "" +#, fuzzy +#~ msgid "This package provides various stream filters." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(post-build-checks) -msgid "post checks for build after rpms have been created" -msgstr "" +#, fuzzy +#~ msgid "This package provides various stream wrappers." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-IO-TieCombine) -msgid "produce tied (and other) separate but combined variables" -msgstr "" +#, fuzzy +#~ msgid "This packages provides documentation of Nbxmpp API." +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. description(pssh) -msgid "" -"pssh provides parallel versions of the OpenSSH tools that are useful for " -"controlling large numbers of machines simultaneously. It includes parallel " -"versions of ssh, scp, and rsync, as well as a parallel kill command." -msgstr "" +#, fuzzy +#~ msgid "Tie plain hashes to DBI interface" +#~ msgstr "Interfejs jądra" -#. description(pycarddav) -msgid "" -"pyCardDAV is a simple to use CardDAV CLI client. It has built in support for " -"mutt's query_command but also works very well solo.\n" -"\n" -"pyCardDAV consists of pycardsyncer, a program for syncing your CardDAV " -"resource into a local database and of pc_query, a program for querying the " -"local database." -msgstr "" +#, fuzzy +#~ msgid "Transaction management for Python" +#~ msgstr "Poprawki opcjonalne" -#. 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." -msgstr "" +#, fuzzy +#~ msgid "Useful extra bits for Python" +#~ msgstr "Pakiety dla programistów KDE" -#. 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." -msgstr "" +#, fuzzy +#~ msgid "Yet another Perl SAX XML Writer" +#~ msgstr "Przygotowanie systemu" -#. 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." -msgstr "" +#, fuzzy +#~ msgid "a formatter for spellchecking Pod" +#~ msgstr "Transakcja zestawu zakończona niepowodzeniem." -#. description(python-djvulibre:python-djvulibre-doc) -msgid "" -"python-djvulibre is a set of Python bindings for the DjVuLibre library, an " -"open source implementation of DjVu.\n" -"\n" -"This package contains technical documentation." -msgstr "" +#, fuzzy +#~ msgid "a module to read Mozilla URL history files" +#~ msgstr "Moduły jądra (sterowniki sprzętu)" -#. description(python-killswitch) -msgid "" -"python-killswitch provides a python module called killswitch. It provides " -"convenient function/methods for other applications to manage all the " -"killswitches found in the system. See 'pydoc killswitch.py' for more " -"information\n" -"\n" -"Author:\n" -"-------- Holger Macht <holger@homac.de>" -msgstr "" +#, fuzzy +#~ msgid "a pure-Perl implementation of the RIPE Database client." +#~ msgstr "Pakiety dla programistów KDE" -#. description(python3-PyVirtualDisplay) -msgid "pyvirtualdisplay is a python wrapper for Xvfb, Xephyr and Xvnc" -msgstr "" +#, fuzzy +#~ msgid "comma-separated values manipulator (using XS or PurePerl)" +#~ msgstr "Szyfrowanie" -#. summary(perl-Pod-Eventual) -msgid "read a POD document as a series of trivial events" -msgstr "" +#, fuzzy +#~ msgid "git-compatible config file parsing" +#~ msgstr "Konfiguracja %s nie powiodła się" -#. summary(perl-Data-Section) -msgid "read multiple hunks of data out of your DATA section" -msgstr "" +#, fuzzy +#~ msgid "identify the dependencies of a distribution" +#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" -#. summary(perl-File-Path-Tiny) -msgid "" -"recursive versions of mkdir() and rmdir() without as much overhead as Fi[cut]" -msgstr "" - -#. summary(perl-UNIVERSAL-require) #, fuzzy -msgid "require() modules from a variable" -msgstr "Moduły jądra (sterowniki sprzętu)" +#~ msgid "require() modules from a variable" +#~ msgstr "Moduły jądra (sterowniki sprzętu)" -#. summary(perl-String-RewritePrefix) -msgid "rewrite strings based on a set of known prefixes" -msgstr "" - -#. summary(perl-MooseX-Role-Parameterized) -msgid "roles with composition parameters" -msgstr "" - -#. summary(perl-Context-Preserve) -msgid "" -"run code after a subroutine call, preserving the context the subroutine " -"would have seen if it were the last statement in the caller" -msgstr "" - -#. summary(perl-Config-INI) -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" -"\n" -"One use of the Data::Hierarchy manpage is to allow an application to " -"annotate paths in a real filesystem in a single compact data structure. " -"However, the hierarchy does not actually need to correspond to an actual " -"filesystem.\n" -"\n" -"Paths in a hierarchy are referred to in a Unix-like syntax; '\"/\"' is the " -"root \"directory\". (You can specify a different separator character than " -"the slash when you construct a Data::Hierarchy object.) With the exception " -"of the root path, paths should never contain trailing slashes. You can " -"associate properties, which are arbitrary name/value pairs, with any path. " -"(Properties cannot contain the undefined value.) By default, properties are " -"inherited by child paths: thus, if you store some data at '/some/path':\n" -"\n" -" $tree->store('/some/path', {color => 'red'});\n" -"\n" -"you can fetch it again at a '/some/path/below/that':\n" -"\n" -" print $tree->get('/some/path/below/that')->{'color'}; \n" -"\n" -"On the other hand, properties whose names begin with dots are uninherited, " -"or \"sticky\":\n" -"\n" -" $tree->store('/some/path', {'.color' => 'blue'}); print $tree->get('/" -"some/path')->{'.color'}; # prints blue print $tree->get('/" -"some/path/below/that')->{'.color'}; # undefined\n" -"\n" -"Note that you do not need to (and in fact, cannot) explicitly add \"files\" " -"or \"directories\" to the hierarchy; you simply add and delete properties to " -"paths." -msgstr "" - -#. description(perl-Fennec-Lite) -msgid "" -"the Fennec manpage does a ton, but it may be hard to adopt it all at once. " -"It also is a large project, and has not yet been fully split into component " -"projects. Fennec::Lite takes a minimalist approach to do for Fennec what " -"Mouse does for Moose.\n" -"\n" -"Fennec::Lite is a single module file with no non-core dependencies. It can " -"easily be used by any project, either directly, or by copying it into your " -"project. The file itself is less than 300 lines of code at the time of this " -"writing, that includes whitespace.\n" -"\n" -"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." -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." -msgstr "" - -#. description(perl-Rose-Object) -msgid "" -"the Rose::Object manpage is a generic object base class. It provides very " -"little functionality, but a healthy dose of convention." -msgstr "" - -#. description(perl-Test-Most) -msgid "" -"the Test::Most manpage exists to reduce boilerplate and to make your testing " -"life easier. We provide \"one stop shopping\" for most commonly used testing " -"modules. In fact, we often require the latest versions so that you get bug " -"fixes through the Test::Most manpage and don't have to keep upgrading these " -"modules separately.\n" -"\n" -"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;" -msgstr "" - -#. summary(perl-CPAN-Meta) -msgid "the distribution metadata for a CPAN dist" -msgstr "" - -#. summary(perl-strictures) -msgid "turn on strict and make all warnings fatal" -msgstr "" - -#. summary(perl-MooseX-Singleton) -msgid "turn your Moose class into a singleton" -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." -msgstr "" - -#. description(python3-unittest2) -msgid "" -"unittest2 is a backport of the new features added to the unittest testing " -"framework in Python 2.7. It is tested to run on Python 2.4 - 2.7." -msgstr "" - -#. summary(perl-Proc-Simple) -msgid "unknown" -msgstr "" - -#. summary(perl-CPAN-Uploader) -msgid "upload things to the CPAN" -msgstr "" - -#. 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 "" - -#. summary(perl-Mixin-Linewise) -msgid "write your linewise code for handles; this does the rest" -msgstr "" - -#. summary(perl-MooseX-SetOnce) -msgid "write-once, read-many attributes for Moose" -msgstr "" - #, fuzzy #~ msgid "\"Arts\"-style bibliographical information" #~ msgstr "Podstawowy system graficzny" @@ -13420,10 +5692,6 @@ #~ msgstr "Pakiety dla programistów KDE" #, fuzzy -#~ msgid "Documentation for texlive-babel" -#~ msgstr "Pomoc i dokumentacja" - -#, fuzzy #~ msgid "Documentation for texlive-babelbib" #~ msgstr "Pakiety dla programistów KDE" @@ -13744,10 +6012,6 @@ #~ msgstr "Pakiet nie jest podpisany" #, fuzzy -#~ msgid "Languages for package rednotebook" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy #~ msgid "Languages for package rygel" #~ msgstr "Pakiet nie jest podpisany" @@ -13756,10 +6020,6 @@ #~ msgstr "Pakiet nie jest podpisany" #, fuzzy -#~ msgid "Languages for package shutter" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy #~ msgid "Languages for package sitecopy" #~ msgstr "Pakiet nie jest podpisany" @@ -13848,10 +6108,6 @@ #~ msgstr "Nie znaleziono programu su." #, fuzzy -#~ msgid "Provides translations to the package rednotebook" -#~ msgstr "Nie znaleziono programu su." - -#, fuzzy #~ msgid "Provides translations to the package rygel" #~ msgstr "Nie znaleziono programu su." @@ -13860,10 +6116,6 @@ #~ msgstr "Nie znaleziono programu su." #, fuzzy -#~ msgid "Provides translations to the package shutter" -#~ msgstr "Nie znaleziono programu su." - -#, fuzzy #~ msgid "Provides translations to the package sitecopy" #~ msgstr "Nie znaleziono programu su." @@ -13972,9 +6224,7 @@ #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package contains a tutorial on developing web applications using " -#~ "python-mpservlets." +#~ msgid "This package contains a tutorial on developing web applications using python-mpservlets." #~ msgstr "Pakiety dla programistów KDE" #, fuzzy @@ -14254,8 +6504,7 @@ #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package includes the documentation for texlive-appendixnumberbeamer" +#~ msgid "This package includes the documentation for texlive-appendixnumberbeamer" #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy @@ -14403,8 +6652,7 @@ #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package includes the documentation for texlive-bartel-chess-fonts" +#~ msgid "This package includes the documentation for texlive-bartel-chess-fonts" #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy @@ -14568,8 +6816,7 @@ #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package includes the documentation for texlive-biblatex-historian" +#~ msgid "This package includes the documentation for texlive-biblatex-historian" #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy @@ -14577,8 +6824,7 @@ #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package includes the documentation for texlive-biblatex-juradiss" +#~ msgid "This package includes the documentation for texlive-biblatex-juradiss" #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy @@ -14625,8 +6871,7 @@ #~ msgid "" #~ "(Upstream has not provided a description)\n" #~ "\n" -#~ "This package contains the development headers for the library found in " -#~ "libxkbcommon0." +#~ "This package contains the development headers for the library found in libxkbcommon0." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy @@ -14647,9 +6892,7 @@ #, fuzzy #~ msgid "This package contains the documentation for Terminal." -#~ msgstr "" -#~ "Proszę użyć tego przycisku, aby uruchomić program YaST i zachować " -#~ "konfigurację." +#~ msgstr "Proszę użyć tego przycisku, aby uruchomić program YaST i zachować konfigurację." #, fuzzy #~ msgid "A Library for C64 Music Files" @@ -14657,19 +6900,13 @@ #, fuzzy #~ msgid "A framework for timeline creation and analysis" -#~ msgstr "" -#~ "Proszę użyć tego przycisku, aby uruchomić program YaST i zachować " -#~ "konfigurację." +#~ msgstr "Proszę użyć tego przycisku, aby uruchomić program YaST i zachować konfigurację." #, fuzzy #~ msgid "A network configuration library" #~ msgstr "Brak dostępnej konfiguracji" #, fuzzy -#~ msgid "A personal note-taking application by Python3-qt4" -#~ msgstr "Uruchom program" - -#, fuzzy #~ msgid "Assamese Dictionary for MySpell" #~ msgstr "Oprogramowanie dodatkowe" @@ -14698,24 +6935,6 @@ #~ msgstr "Oprogramowanie dodatkowe" #, fuzzy -#~ msgid "Dcoumentation for libucil" -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy -#~ msgid "Development Environment for libstatgrab" -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy -#~ msgid "" -#~ "Development environment for libstatgrab (headers, library links, static " -#~ "library)." -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy -#~ msgid "Development files for libini_config" -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy #~ msgid "Development files for libmount1" #~ msgstr "Programowanie" @@ -14724,18 +6943,6 @@ #~ msgstr "Pakiety dla programistów KDE" #, fuzzy -#~ msgid "Development files for libref_array" -#~ msgstr "Programowanie" - -#, fuzzy -#~ msgid "Development files for lzo" -#~ msgstr "Programowanie" - -#, fuzzy -#~ msgid "Development files for the libxkbcommon library" -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy #~ msgid "Development package for LASH" #~ msgstr "Pakiety dla programistów KDE" @@ -14748,42 +6955,10 @@ #~ msgstr "Pakiety dla programistów KDE" #, fuzzy -#~ msgid "Documentation for log4j." -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy -#~ msgid "Documentation for the GNU C++ standard library" -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy -#~ msgid "Documentation for the libxfce4ui Library" -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy -#~ msgid "Documentation for the lilypond typesetter" -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy -#~ msgid "Documentation of Ogg/Vorbis library" -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy -#~ msgid "Documentation of liblangtag API" -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy #~ msgid "Dokumentation files" #~ msgstr "Dokument" #, fuzzy -#~ msgid "Example files for Little Wizard" -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy -#~ msgid "Extensive HTML documentation for the GNU C++ standard library." -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy #~ msgid "Extra Galleries for LibreOffice" #~ msgstr "Transakcja zestawu zakończona niepowodzeniem." @@ -14812,22 +6987,10 @@ #~ msgstr "Oprogramowanie dodatkowe" #, fuzzy -#~ msgid "Handbook for the mtpaint painting application" -#~ msgstr "Nowe aplikacje" - -#, fuzzy #~ msgid "JBIG1 lossless image compression library -- development files" #~ msgstr "Aktualizacje czasu dostępu" #, fuzzy -#~ msgid "Java Wrapper for the EditLine Library" -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy -#~ msgid "Java logging tool (Documentation)" -#~ msgstr "Pomoc i dokumentacja" - -#, fuzzy #~ msgid "Kazakh Dictionary for MySpell" #~ msgstr "Oprogramowanie dodatkowe" @@ -14852,22 +7015,10 @@ #~ msgstr "Pakiet nie jest podpisany" #, fuzzy -#~ msgid "Languages for package lrcShow-X" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy -#~ msgid "Languages for package memprof" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy #~ msgid "Languages for package mercurial" #~ msgstr "Pakiet nie jest podpisany" #, fuzzy -#~ msgid "Languages for package midori" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy #~ msgid "Languages for package pidgin-mrim" #~ msgstr "Pakiet nie jest podpisany" @@ -14912,10 +7063,6 @@ #~ msgstr "Zarządzanie katalogami" #, fuzzy -#~ msgid "Libraries, includes and more to develop SDLmm applications" -#~ msgstr "Nie znaleziono programu su." - -#, fuzzy #~ msgid "Library for Smart Card Readers" #~ msgstr "Ulubione aplikacje" @@ -14936,26 +7083,6 @@ #~ msgstr "Pomoc i dokumentacja" #, fuzzy -#~ msgid "Libyui-ncurses documentation" -#~ msgstr "Pomoc i dokumentacja" - -#, fuzzy -#~ msgid "Libyui-ncurses-pkg documentation" -#~ msgstr "Pomoc i dokumentacja" - -#, fuzzy -#~ msgid "Libyui-qt documentation" -#~ msgstr "Pomoc i dokumentacja" - -#, fuzzy -#~ msgid "Libyui-qt-graph documentation" -#~ msgstr "Pomoc i dokumentacja" - -#, fuzzy -#~ msgid "Libyui-qt-pkg documentation" -#~ msgstr "Pomoc i dokumentacja" - -#, fuzzy #~ msgid "Lower sorbian Dictionary for MySpell" #~ msgstr "Oprogramowanie dodatkowe" @@ -14964,14 +7091,6 @@ #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "MPC multiple-precision complex library development files" -#~ msgstr "Aktualizacje czasu dostępu" - -#, fuzzy -#~ msgid "MPC multiple-precision complex library development files." -#~ msgstr "Aktualizacje czasu dostępu" - -#, fuzzy #~ msgid "Maithili Dictionary for MySpell" #~ msgstr "Oprogramowanie dodatkowe" @@ -14984,12 +7103,7 @@ #~ msgstr "Ustawienia ręczne" #, fuzzy -#~ msgid "Marble documentation" -#~ msgstr "Pomoc i dokumentacja" - -#, fuzzy -#~ msgid "" -#~ "Marble is a viewer of map data. This package contains its documentation." +#~ msgid "Marble is a viewer of map data. This package contains its documentation." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy @@ -14997,10 +7111,6 @@ #~ msgstr "Oprogramowanie dodatkowe" #, fuzzy -#~ msgid "Ndebele Localization Files for LibreOffice" -#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" - -#, fuzzy #~ msgid "Ndebele localization files for LibreOffice." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" @@ -15025,22 +7135,10 @@ #~ msgstr "Nie znaleziono programu su." #, fuzzy -#~ msgid "Provides translations to the package lrcShow-X" -#~ msgstr "Nie znaleziono programu su." - -#, fuzzy -#~ msgid "Provides translations to the package memprof" -#~ msgstr "Nie znaleziono programu su." - -#, fuzzy #~ msgid "Provides translations to the package mercurial" #~ msgstr "Nie znaleziono programu su." #, fuzzy -#~ msgid "Provides translations to the package midori" -#~ msgstr "Nie znaleziono programu su." - -#, fuzzy #~ msgid "Provides translations to the package pidgin-mrim" #~ msgstr "Nie znaleziono programu su." @@ -15061,14 +7159,6 @@ #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "Qt XMPP Library" -#~ msgstr "Zarządzanie katalogami" - -#, fuzzy -#~ msgid "Qxmpp library documentation" -#~ msgstr "Komunikaty jądra" - -#, fuzzy #~ msgid "Sample Mixer Library for SDL - files mandatory for development" #~ msgstr "Interfejs jądra" @@ -15085,10 +7175,6 @@ #~ msgstr "Programowanie" #, fuzzy -#~ msgid "Shared libraries for Nifty Erik's Windowing Toolkit" -#~ msgstr "Programowanie" - -#, fuzzy #~ msgid "Shared library from libmowgli" #~ msgstr "Programowanie" @@ -15101,9 +7187,7 @@ #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "South Africa English help localization for LibreOffice. The other " -#~ "localized stuff is in libreoffice-l10n-en-ZA." +#~ msgid "South Africa English help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-en-ZA." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy @@ -15119,79 +7203,31 @@ #~ msgstr "Zarządzanie katalogami" #, fuzzy -#~ msgid "" -#~ "The libjbig-devel package contains files needed for development using the " -#~ "JBIG-KIT image compression library." +#~ msgid "The libjbig-devel package contains files needed for development using the JBIG-KIT image compression library." #~ msgstr "Pakiety dla programistów KDE" #, fuzzy -#~ msgid "" -#~ "The liblangtag-doc package contains documentation files for liblangtag." -#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" - -#, fuzzy #~ msgid "The libraries for netcf." #~ msgstr "Zarządzanie katalogami" #, fuzzy -#~ msgid "" -#~ "The libvpd-devel package contains development libraries and header files " -#~ "that are used to access a vpd database created by vpdupdate in the lsvpd " -#~ "package." -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy #~ msgid "The shared library for the ISL." #~ msgstr "Programowanie" #, fuzzy -#~ msgid "Themes for the Metacity Window Manager" -#~ msgstr "Menedżer okien Motif" - -#, fuzzy -#~ msgid "" -#~ "This package contains HTML documentation needed for development using " -#~ "liboggz" +#~ msgid "This package contains HTML documentation needed for development using liboggz" #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package contains all necessary include files and libraries needed to " -#~ "develop applications that require libotf." +#~ msgid "This package contains all necessary include files and libraries needed to develop applications that require libotf." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package contains documents for Ogg/Vorbis library, including the API " -#~ "reference." -#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" - -#, fuzzy #~ msgid "This package contains the PAPI runtime library." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package contains the Qt graph component for libYUI.\n" -#~ "\n" -#~ " This package provides the documentation. (HTML & PDF)" -#~ msgstr "" -#~ "Proszę użyć tego przycisku, aby uruchomić program YaST i zachować " -#~ "konfigurację." - -#, fuzzy -#~ msgid "" -#~ "This package contains the Qt user interface component for libYUI.\n" -#~ "\n" -#~ " This package provides the documentation. (HTML & PDF)" -#~ msgstr "" -#~ "Proszę użyć tego przycisku, aby uruchomić program YaST i zachować " -#~ "konfigurację." - -#, fuzzy -#~ msgid "" -#~ "This package contains the header files and static libraries for " -#~ "developing programs which will be linked against the opencdk library." +#~ msgid "This package contains the header files and static libraries for developing programs which will be linked against the opencdk library." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy @@ -15203,18 +7239,10 @@ #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package contains the shared libraries (.so) which certain languages " -#~ "and applications need to dynamically load and use MariaDB." +#~ msgid "This package contains the shared libraries (.so) which certain languages and applications need to dynamically load and use MariaDB." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package contains themes usable with the Metacity window manager for " -#~ "the GNOME Desktop." -#~ msgstr "<p>To menu zawiera odnośniki do informacji o dokumencie.</p>" - -#, fuzzy #~ msgid "This package contains user and developer documentation for lcms2." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" @@ -15227,67 +7255,18 @@ #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package includes the original branding for the LibreOffice office " -#~ "suite." +#~ msgid "This package includes the original branding for the LibreOffice office suite." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "This package provides the documentation for the libxfce4ui library." -#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" - -#, fuzzy -#~ msgid "This package provides the upstream look and feel for libxfce4ui." -#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" - -#, fuzzy -#~ msgid "" -#~ "This package provides the upstream look and feel for lightdm-gtk-greeter." -#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" - -#, fuzzy -#~ msgid "" -#~ "This package provides the upstream look and feel for the Midori web " -#~ "browser." -#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" - -#, fuzzy -#~ msgid "Tsonga Localization Files for LibreOffice" -#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" - -#, fuzzy #~ msgid "Tsonga localization files for LibreOffice." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "Upstream Branding of Midori" -#~ msgstr "Główne menu GNOME" - -#, fuzzy -#~ msgid "Upstream Branding of libxfce4ui" -#~ msgstr "Główne menu GNOME" - -#, fuzzy -#~ msgid "Upstream branding" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy -#~ msgid "Upstream branding of lightdm-gtk-greeter-gtk-greeter" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy #~ msgid "User and developer documentation for lcms2" #~ msgstr "Pakiety dla programistów KDE" #, fuzzy -#~ msgid "VDPAU trace library" -#~ msgstr "Zarządzanie katalogami" - -#, fuzzy -#~ msgid "VDPAU wrapper development files" -#~ msgstr "Pakiety dla programistów jądra systemu" - -#, fuzzy #~ msgid "Video Acceleration (VA) API for Linux -- VA/DRM Backend" #~ msgstr "Aktualizacje czasu dostępu" @@ -15304,14 +7283,6 @@ #~ msgstr "Aktualizacje czasu dostępu" #, fuzzy -#~ msgid "Video Acceleration (VA) API for Linux -- development files" -#~ msgstr "Aktualizacje czasu dostępu" - -#, fuzzy -#~ msgid "Yet Another JSON Library (Development Environment)" -#~ msgstr "Programowanie KDE" - -#, fuzzy #~ msgid "A PAM Module for User Authentication using an NT Server" #~ msgstr "Klient NIS" @@ -15320,10 +7291,6 @@ #~ msgstr "Otwórz w menedżerze plików" #, fuzzy -#~ msgid "An uncommonly powerful .NET configuration library" -#~ msgstr "Brak dostępnej konfiguracji" - -#, fuzzy #~ msgid "Bolivian Spanish Dictionary for MySpell" #~ msgstr "Oprogramowanie dodatkowe" @@ -15332,14 +7299,6 @@ #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "Configure netconsole Kernel Module" -#~ msgstr "Zmiany w modułach jądra" - -#, fuzzy -#~ msgid "Development files for netcf" -#~ msgstr "Pakiety dla programistów KDE" - -#, fuzzy #~ msgid "Development files for the Wayland libxkbcommon library" #~ msgstr "Pakiety dla programistów KDE" @@ -15360,38 +7319,10 @@ #~ msgstr "Pomoc i dokumentacja" #, fuzzy -#~ msgid "Languages for package NetworkManager-novellvpn" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy -#~ msgid "Languages for package NetworkManager-openconnect" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy -#~ msgid "Languages for package NetworkManager-strongswan" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy #~ msgid "Languages for package muffin" #~ msgstr "Pakiet nie jest podpisany" #, fuzzy -#~ msgid "Languages for package nautilus-actions" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy -#~ msgid "Languages for package nautilus-image-converter" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy -#~ msgid "Languages for package nautilus-search-tool" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy -#~ msgid "Languages for package net6" -#~ msgstr "Pakiet nie jest podpisany" - -#, fuzzy #~ msgid "Languages for package obby" #~ msgstr "Pakiet nie jest podpisany" @@ -15408,10 +7339,6 @@ #~ msgstr "Pakiet nie jest podpisany" #, fuzzy -#~ msgid "Nagios status monitor for the desktop" -#~ msgstr "Główne menu GNOME" - -#, fuzzy #~ msgid "Novell Sound Theme" #~ msgstr "Serwer VNC" @@ -15432,38 +7359,10 @@ #~ msgstr "Oprogramowanie dodatkowe" #, fuzzy -#~ msgid "Provides translations to the package NetworkManager-novellvpn" -#~ msgstr "Nie znaleziono programu su." - -#, fuzzy -#~ msgid "Provides translations to the package NetworkManager-openconnect" -#~ msgstr "Nie znaleziono programu su." - -#, fuzzy -#~ msgid "Provides translations to the package NetworkManager-strongswan" -#~ msgstr "Nie znaleziono programu su." - -#, fuzzy #~ msgid "Provides translations to the package muffin" #~ msgstr "Nie znaleziono programu su." #, fuzzy -#~ msgid "Provides translations to the package nautilus-actions" -#~ msgstr "Nie znaleziono programu su." - -#, fuzzy -#~ msgid "Provides translations to the package nautilus-image-converter" -#~ msgstr "Nie znaleziono programu su." - -#, fuzzy -#~ msgid "Provides translations to the package nautilus-search-tool" -#~ msgstr "Nie znaleziono programu su." - -#, fuzzy -#~ msgid "Provides translations to the package net6" -#~ msgstr "Nie znaleziono programu su." - -#, fuzzy #~ msgid "Provides translations to the package obby" #~ msgstr "Nie znaleziono programu su." @@ -15488,9 +7387,7 @@ #~ msgstr "Oprogramowanie dodatkowe" #, fuzzy -#~ msgid "" -#~ "The netcf-devel package contains libraries and header files for " -#~ "developing applications that use netcf." +#~ msgid "The netcf-devel package contains libraries and header files for developing applications that use netcf." #~ msgstr "Pakiety dla programistów KDE" #, fuzzy @@ -15501,9 +7398,7 @@ #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package contains the large (128x128 and larger) non-scalable icons " -#~ "of the Oxygen icon theme." +#~ msgid "This package contains the large (128x128 and larger) non-scalable icons of the Oxygen icon theme." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy @@ -15515,18 +7410,10 @@ #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package provides rpm macros for building packages for Nagios, " -#~ "check_mk and/or Icinga." +#~ msgid "This package provides the header and development files to create NPAPI browser plugins." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" #, fuzzy -#~ msgid "" -#~ "This package provides the header and development files to create NPAPI " -#~ "browser plugins." -#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana" - -#, fuzzy #~ msgid "This packages provides the default sound theme by Novell." #~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
participants (1)
-
minton@svn2.opensuse.org