[opensuse-translation-commit] r94699 - trunk/packages/zh_CN/po
Author: minton Date: 2015-11-06 04:14:15 +0100 (Fri, 06 Nov 2015) New Revision: 94699 Modified: trunk/packages/zh_CN/po/factory4.zh_CN.po Log: Merged factory4.pot for zh_CN Modified: trunk/packages/zh_CN/po/factory4.zh_CN.po =================================================================== --- trunk/packages/zh_CN/po/factory4.zh_CN.po 2015-11-06 03:14:12 UTC (rev 94698) +++ trunk/packages/zh_CN/po/factory4.zh_CN.po 2015-11-06 03:14:15 UTC (rev 94699) @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2013-01-09 09:41:12\n" +"POT-Creation-Date: 2015-11-06 04:10:32\n" "PO-Revision-Date: 2012-05-12 16:55+0800\n" "Last-Translator: margurite <i@marguerite.su>\n" "Language-Team: Chinese Traditional <kde-i18n-doc@kde.org>\n" @@ -14,10865 +14,5384 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.4\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 "语言: " -#. 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 "等待导航栏应用程序" -#. 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 "语言: " -#. 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 "等待导航栏应用程序" -#. 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 "语言: " -#. 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 "等待导航栏应用程序" -#. 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 "语言: " -#. 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 "等待导航栏应用程序" -#. 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 "语言: " -#. description(perl-autodie) -msgid "" -" bIlujDI' yIchegh()Qo'; yIHegh()!\n" -"\n" -" It is better to die() than to return() in failure.\n" -"\n" -" -- Klingon programming proverb.\n" -"\n" -"The 'autodie' pragma provides a convenient way to replace functions that " -"normally return false on failure with equivalents that throw an exception on " -"failure.\n" -"\n" -"The 'autodie' pragma has _lexical scope_, meaning that functions and " -"subroutines altered with 'autodie' will only change their behaviour until " -"the end of the enclosing block, file, or 'eval'.\n" -"\n" -"If 'system' is specified as an argument to 'autodie', then it uses the IPC::" -"System::Simple manpage to do the heavy lifting. See the description of that " -"module for more information." -msgstr "" +#. description(NetworkManager-novellvpn:NetworkManager-novellvpn-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-novellvpn" +msgstr "等待导航栏应用程序" -#. description(lomt-fonts:lomt-chunk-fonts) -msgid "" -"\"Chunk\" is an ultra-bold slab serif typeface that is reminiscent of old " -"American Western woodcuts, broadsides, and newspaper headlines. Used mainly " -"for display, the fat block lettering is unreserved yet refined for " -"contemporary use." -msgstr "" +#. summary(NetworkManager-openconnect:NetworkManager-openconnect-lang) +#, fuzzy +msgid "Languages for package NetworkManager-openconnect" +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, Tie::File, " -"File::Spec, File::Path, File::MimeInfo and File::ReadBackwards; as well as " -"all the DBM and MLDBM modules. You can use most of the methods found in " -"these classes and in IO::Handle (which they inherit from). IO::All adds " -"dozens of other helpful idiomatic methods including file stat and " -"manipulation functions.\n" -"\n" -"IO::All is pluggable, and modules like the IO::All::LWP manpage and the IO::" -"All::Mailto manpage add even more functionality. Optionally, every IO::All " -"object can be tied to itself. This means that you can use most perl IO " -"builtins on it: readline, <>, getc, print, printf, syswrite, sysread, " -"close.\n" -"\n" -"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*!" -msgstr "" +#. description(NetworkManager-openconnect:NetworkManager-openconnect-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-openconnect" +msgstr "等待导航栏应用程序" -#. summary(perl-Mojolicious-Plugin-RenderFile) -msgid "\"render_file\" helper for Mojolicious" -msgstr "" +#. summary(NetworkManager-openswan:NetworkManager-openswan-lang) +#, fuzzy +msgid "Languages for package NetworkManager-openswan" +msgstr "语言: " -#. description(perl-App-CLI) -msgid "" -"'App::CLI' dispatches CLI (command line interface) based commands into " -"command classes. It also supports subcommand and per-command options.\n" -"\n" -"get_opt([@config], %opt_map) give options map, process by Getopt::" -"Long::Parser\n" -"\n" -"interface of dispatcher\n" -"\n" -"cmd_map($cmd) find package name of subcommand in constant %alias\n" -"\n" -" if it's finded, return ucfirst of the package name,\n" -"\n" -" otherwise, return ucfirst of $cmd itself.\n" -"\n" -"get_cmd($cmd, @arg) return subcommand of first level via $ARGV[0]" -msgstr "" +#. description(NetworkManager-openswan:NetworkManager-openswan-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-openswan" +msgstr "等待导航栏应用程序" -#. description(perl-B-Keywords) -msgid "" -"'B::Keywords' supplies several arrays of exportable keywords: '@Scalars', " -"'@Arrays', '@Hashes', '@Filehandles', '@Symbols', '@Functions', " -"'@Barewords', '@TieIOMethods', '@UNIVERSALMethods' and '@ExporterSymbols'.\n" -"\n" -"The '@Symbols' array includes the contents of each of '@Scalars', '@Arrays', " -"'@Hashes', '@Functions' and '@Filehandles'.\n" -"\n" -"Similarly, '@Barewords' adds a few non-function keywords and operators to " -"the '@Functions' array.\n" -"\n" -"All additions and modifications are welcome.\n" -"\n" -"The perl parser uses a static list of keywords from _regen/keywords.pl_ " -"which constitutes the strict list of keywords @Functions and @Barewords, " -"though some @Functions are not functions in the strict sense. Several " -"library functions use more special symbols, handles and methods." -msgstr "" +#. summary(NetworkManager-openvpn:NetworkManager-openvpn-lang) +#, fuzzy +msgid "Languages for package NetworkManager-openvpn" +msgstr "语言: " -#. 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.\n" -"\n" -"Most of the time it is accepted that Perl applications use a lot of memory " -"and modules.\n" -"\n" -"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.\n" -"\n" -"Lastly, the Config::Tiny manpage does *not* preserve your comments, " -"whitespace, or the order of your config file.\n" -"\n" -"See the Config::Tiny::Ordered manpage (and possibly others) for the " -"preservation of the order of the entries in the file." -msgstr "" +#. description(NetworkManager-openvpn:NetworkManager-openvpn-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-openvpn" +msgstr "等待导航栏应用程序" -#. description(perl-DBIx-Class-DeploymentHandler) -msgid "" -"'DBIx::Class::DeploymentHandler' is, as its name suggests, a tool for " -"deploying and upgrading databases with the DBIx::Class manpage. It is " -"designed to be much more flexible than the DBIx::Class::Schema::Versioned " -"manpage, hence the use of the Moose manpage and lots of roles.\n" -"\n" -"'DBIx::Class::DeploymentHandler' itself is just a recommended set of roles " -"that we think will not only work well for everyone, but will also yield the " -"best overall mileage. Each role it uses has its own nuances and " -"documentation, so I won't describe all of them here, but here are a few of " -"the major benefits over how the DBIx::Class::Schema::Versioned manpage " -"worked (and the DBIx::Class::DeploymentHandler::Deprecated manpage tries to " -"maintain compatibility with):\n" -"\n" -"* *\n" -"\n" -" Downgrades in addition to upgrades.\n" -"\n" -"* *\n" -"\n" -" Multiple sql files files per upgrade/downgrade/install.\n" -"\n" -"* *\n" -"\n" -" Perl scripts allowed for upgrade/downgrade/install.\n" -"\n" -"* *\n" -"\n" -" Just one set of files needed for upgrade, unlike before where one might " -"need to generate 'factorial(scalar @versions)', which is just silly.\n" -"\n" -"* *\n" -"\n" -" And much, much more!\n" -"\n" -"That's really just a taste of some of the differences. Check out each role " -"for all the details." -msgstr "" +#. summary(NetworkManager-pptp:NetworkManager-pptp-lang) +#, fuzzy +msgid "Languages for package NetworkManager-pptp" +msgstr "语言: " -#. description(perl-ExtUtils-Typemaps-Default) -msgid "" -"'ExtUtils::Typemaps::Default' is an 'ExtUtils::Typemaps' subclass that " -"provides a set of default mappings (in addition to what perl itself " -"provides). These default mappings are currently defined as the combination " -"of the mappings provided by the following typemap classes which are provided " -"in this distribution:\n" -"\n" -"the ExtUtils::Typemaps::ObjectMap manpage, the ExtUtils::Typemaps::STL " -"manpage, the ExtUtils::Typemaps::Basic manpage" -msgstr "" +#. description(NetworkManager-pptp:NetworkManager-pptp-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-pptp" +msgstr "等待导航栏应用程序" -#. description(perl-File-Temp) -msgid "" -"'File::Temp' can be used to create and open temporary files in a safe way. " -"There is both a function interface and an object-oriented interface. The " -"File::Temp constructor or the tempfile() function can be used to return the " -"name and the open filehandle of a temporary file. The tempdir() function can " -"be used to create a temporary directory.\n" -"\n" -"The security aspect of temporary file creation is emphasized such that a " -"filehandle and filename are returned together. This helps guarantee that a " -"race condition can not occur where the temporary file is created by another " -"process between checking for the existence of the file and its opening. " -"Additional security levels are provided to check, for example, that the " -"sticky bit is set on world writable directories. See the \"safe_level\" " -"manpage for more information.\n" -"\n" -"For compatibility with popular C library functions, Perl implementations of " -"the mkstemp() family of functions are provided. These are, mkstemp(), " -"mkstemps(), mkdtemp() and mktemp().\n" -"\n" -"Additionally, implementations of the standard POSIX tmpnam() and tmpfile() " -"functions are provided if required.\n" -"\n" -"Implementations of mktemp(), tmpnam(), and tempnam() are provided, but " -"should be used with caution since they return only a filename that was valid " -"when function was called, so cannot guarantee that the file will not exist " -"by the time the caller opens the filename.\n" -"\n" -"Filehandles returned by these functions support the seekable methods." -msgstr "" +#. summary(NetworkManager-strongswan:NetworkManager-strongswan-lang) +#, fuzzy +msgid "Languages for package NetworkManager-strongswan" +msgstr "语言: " -#. description(perl-IO-Socket-Timeout) -msgid "" -"'IO::Socket' provides a way to set a timeout on the socket, but the timeout " -"will be used only for connection, not for reading / writing operations.\n" -"\n" -"This module provides a way to set a timeout on read / write operations on an " -"'IO::Socket' instance, or any 'IO::Socket::*' modules, like 'IO::Socket::" -"INET'." -msgstr "" +#. description(NetworkManager-strongswan:NetworkManager-strongswan-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-strongswan" +msgstr "等待导航栏应用程序" -#. description(perl-Math-ConvexHull) -msgid "" -"'Math::ConvexHull' is a simple module that calculates convex hulls from a " -"set of points in 2D space. It is a straightforward implementation of the " -"algorithm known as Graham's scan which, with complexity of O(n*log(n)), is " -"the fastest known method of finding the convex hull of an arbitrary set of " -"points. There are some methods of eliminating points that cannot be part of " -"the convex hull. These may or may not be implemented in a future version.\n" -"\n" -"The implementation cannot deal with duplicate points. Therefore, points " -"which are very, very close (think floating point close) to the previous " -"point are dropped since version 1.02 of the module. However, if you pass in " -"randomly ordered data which contains duplicate points, this safety measure " -"might not help you. In that case, you will have to remove duplicates " -"yourself." -msgstr "" +#. summary(NetworkManager-vpnc:NetworkManager-vpnc-lang) +#, fuzzy +msgid "Languages for package NetworkManager-vpnc" +msgstr "语言: " -#. description(perl-Module-Build) -msgid "" -"'Module::Build' is a system for building, testing, and installing Perl " -"modules. It is meant to be an alternative to 'ExtUtils::MakeMaker'. " -"Developers may alter the behavior of the module through subclassing in a " -"much more straightforward way than with 'MakeMaker'. It also does not " -"require a 'make' on your system - most of the 'Module::Build' code is pure-" -"perl and written in a very cross-platform way.\n" -"\n" -"See the \"MOTIVATIONS\" manpage for more comparisons between 'ExtUtils::" -"MakeMaker' and 'Module::Build'." -msgstr "" +#. description(NetworkManager-vpnc:NetworkManager-vpnc-lang) +#, fuzzy +msgid "Provides translations to the package NetworkManager-vpnc" +msgstr "等待导航栏应用程序" -#. description(perl-aliased) -msgid "" -"'aliased' is simple in concept but is a rather handy module. It loads the " -"class you specify and exports into your namespace a subroutine that returns " -"the class name. You can explicitly alias the class to another name or, if " -"you prefer, you can do so implicitly. In the latter case, the name of the " -"subroutine is the last part of the class name. Thus, it does something " -"similar to the following:\n" -"\n" -" \n" -"\n" -" use Some::Annoyingly::Long::Module::Name::Customer; sub Customer " -"{ return 'Some::Annoyingly::Long::Module::Name::Customer'; } my " -"$cust = Customer->new;\n" -"\n" -"This module is useful if you prefer a shorter name for a class. It's also " -"handy if a class has been renamed.\n" -"\n" -"(Some may object to the term \"aliasing\" because we're not aliasing one " -"namespace to another, but it's a handy term. Just keep in mind that this is " -"done with a subroutine and not with typeglobs and weird namespace munging.)\n" -"\n" -"Note that this is *only* for 'use'ing OO modules. You cannot use this to " -"load procedural modules. See the Why OO Only? section. Also, don't let the " -"version number fool you. This code is ridiculously simple and is just fine " -"for most use." -msgstr "" +#. summary(libqt5-qtbase:libQt5Sql-private-headers-devel) +#, fuzzy +msgid "Qt 5 SQL Library - Non-ABI stable development files" +msgstr "内核接口" -#. description(perl-constant-defer) -msgid "" -"'constant::defer' creates a subroutine which on the first call runs given " -"code to calculate its value, and on the second and subsequent calls just " -"returns that value, like a constant. The value code is discarded once run, " -"allowing it to be garbage collected.\n" -"\n" -"Deferring a calculation is good if it might take a lot of work or produce a " -"big result, but is only needed sometimes or only well into a program run. If " -"it's never needed then the value code never runs.\n" -"\n" -"A deferred constant is generally not inlined or folded (see the perlop/" -"Constant Folding manpage) like a plain 'constant' since it's not a single " -"scalar value. In the current implementation a deferred constant becomes a " -"plain one after the first use, so may inline etc in code compiled after that " -"(see the /IMPLEMENTATION manpage below)." -msgstr "" +#. description(libqt5-qtbase:libQt5Sql-private-headers-devel) +#, fuzzy +msgid "Qt 5 SQL Library - Non-ABI stable development files." +msgstr "内核接口" -#. 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 "" +#. summary(libqt5-qtbase:libQt5Test-private-headers-devel) +#, fuzzy +msgid "Qt 5 Test Library - Non-ABI stable development files" +msgstr "内核接口" -#. description(perl-Business-ISSN) -msgid "" -"* new($issn)\n" -"\n" -" The constructor accepts a scalar representing the ISSN.\n" -"\n" -" The string representing the ISSN may contain characters other than " -"[0-9xX], although these will be removed in the internal representation. " -"The resulting string must look like an ISSN - the first seven characters " -"must be digits and the eighth character must be a digit, 'x', or 'X'.\n" -"\n" -" The string passed as the ISSN need not be a valid ISSN as long as it " -"superficially looks like one. This allows one to use the 'fix_checksum' " -"method.\n" -"\n" -" One should check the validity of the ISSN with 'is_valid()' rather than " -"relying on the return value of the constructor.\n" -"\n" -" If all one wants to do is check the validity of an ISSN, one can skip " -"the object-oriented interface and use the c<is_valid_checksum()> " -"function which is exportable on demand." -msgstr "" +#. description(libqt5-qtbase:libQt5Test-private-headers-devel) +#, fuzzy +msgid "Qt 5 Test Library - Non-ABI stable development files." +msgstr "内核接口" -#. 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." +#. 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 "" -#. 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(libqt5-qtbase:libQt5Widgets-private-headers-devel) +#, fuzzy +msgid "Qt 5 Widgets Library - Non-ABI stable development files" +msgstr "内核接口" -#. 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(libqt5-qtbase:libQt5Widgets-private-headers-devel) +#, fuzzy +msgid "Qt 5 Widgets Library - Non-ABI stable development files." +msgstr "内核接口" -#. 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." +#. 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-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." +#. 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 "" -#. 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." +#. 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(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_." +#. 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 "" -#. description(perl-HTTP-Lite) -msgid "" -"*Note:* you should look at the HTTP::Tiny manpage or the LWP manpage before " -"using this module.\n" -"\n" -"HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It " -"is not intended as a replacement for the fully-featured LWP module. Instead, " -"it is intended for use in situations where it is desirable to install the " -"minimal number of modules to achieve HTTP support, or where LWP is not a " -"good candidate due to CPU overhead, such as slower processors. HTTP::Lite is " -"also significantly faster than LWP.\n" -"\n" -"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." -msgstr "" +#. summary(libqt5-qtwayland:libqt5-qtwayland-private-headers-devel) +#, fuzzy +msgid "Qt 5 Wayland Addon Non-ABI stable experimental API files" +msgstr "内核接口" -#. description(perl-IO-CaptureOutput) -msgid "" -"*This module is no longer recommended by the maintainer* - see the Capture::" -"Tiny manpage instead.\n" -"\n" -"This module provides routines for capturing STDOUT and STDERR from perl " -"subroutines, forked system calls (e.g. 'system()', 'fork()') and from XS or " -"C modules." +#. 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 "" -#. description(perl-Any-Moose) -msgid "" -"*deprecated* - use Moo instead!\n" -"\n" -"Though we recommend that people generally use the Moose manpage, we accept " -"that Moose cannot yet be used for everything everywhere. People generally " -"like the Moose sugar, so many people use the Mouse manpage, a lightweight " -"replacement for parts of Moose.\n" -"\n" -"Because Mouse strives for compatibility with Moose, it's easy to substitute " -"one for the other. This module facilitates that substitution. By default, " -"Mouse will be provided to libraries, unless Moose is already loaded -or- " -"explicitly requested by the end-user. The end-user can force the decision of " -"which backend to use by setting the environment variable 'ANY_MOOSE' to be " -"'Moose' or 'Mouse'.\n" -"\n" -"Note that the decision of which backend to use is made only once, so that if " -"Any-Moose picks Mouse, then a third-party library loads Moose, anything else " -"that uses Any-Moose will continue to pick Mouse.\n" -"\n" -"So, if you have to use the Mouse manpage, please be considerate to the Moose " -"fanboys (like myself!) and use the Any-Moose manpage instead. ':)'" +#. 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 "" -#. 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." +#. 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 "" -#. 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." +#. 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(bluebird-theme:metatheme-bluebird-common) -msgid "" -"A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3 -- Common Files" -msgstr "" +#. summary(libqxmpp:libqxmpp-doc) +#. summary(libqxmpp-qt5:libqxmpp-qt5-doc) +#, fuzzy +msgid "Qxmpp library documentation" +msgstr "7.0 文档" -#. 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 "" +#. description(libqxmpp:libqxmpp-doc) +#. description(libqxmpp-qt5:libqxmpp-qt5-doc) +#, fuzzy +msgid "This packages provides documentation of Qxmpp library API." +msgstr "包中含有意外的版本" -#. summary(perl-MooseX-Getopt) -msgid "A Moose role for processing command line options" +#. summary(librecad:librecad-parts) +msgid "Parts collection for LibreCAD" msgstr "" -#. summary(pam_radius:pam_radius-32bit) -msgid "A PAM Module for User Authentication using a Radius Server" +#. description(librecad:librecad-parts) +msgid "Collection of parts for LibreCAD, a Qt4 application to design 2D CAD drawings." msgstr "" -#. summary(pam_smb:pam_smb-32bit) +#. summary(libreoffice:libreoffice-l10n-mai) #, fuzzy -msgid "A PAM Module for User Authentication using an NT Server" -msgstr "联网信息服务客户机" +msgid "Maithili Localization Files for LibreOffice" +msgstr "包中含有意外的版本" -#. summary(pam_csync:pam_csync-32bit) -msgid "A PAM module for roaming home directories" -msgstr "" +#. description(libreoffice:libreoffice-l10n-mai) +#, fuzzy +msgid "Provides additional Maithili translations and resources for LibreOffice." +msgstr "包中含有意外的版本" -#. summary(perl-CGI-Simple) -msgid "A Simple totally OO CGI interface that is CGI.pm compliant" -msgstr "" +#. summary(libreoffice:libreoffice-l10n-nr) +#, fuzzy +msgid "Southern Ndebele Localization Files for LibreOffice" +msgstr "包中含有意外的版本" -#. summary(myspell-dictionaries) +#. description(libreoffice:libreoffice-l10n-nr) #, fuzzy -msgid "A Source Package for Dictionaries Used by MySpell" +msgid "Provides additional Southern Ndebele translations and resources for LibreOffice." msgstr "包中含有意外的版本" -#. summary(perl-HTTP-Thin) -msgid "A Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message" -msgstr "" +#. summary(libreoffice:libreoffice-l10n-pt-BR) +#, fuzzy +msgid "Brazilian Portuguese Localization Files for LibreOffice" +msgstr "包中含有意外的版本" -#. summary(objectweb-asm) -msgid "A code manipulation tool to implement adaptable systems" -msgstr "" +#. description(libreoffice:libreoffice-l10n-pt-BR) +#, fuzzy +msgid "Provides additional Brazilian Portuguese translations and resources for LibreOffice." +msgstr "包中含有意外的版本" -#. summary(mdds:mdds-devel) -msgid "A collection of multi-dimensional data structure and indexing algorithm" -msgstr "" +#. summary(libreoffice:libreoffice-l10n-pt-PT) +#, fuzzy +msgid "Portuguese Localization Files for LibreOffice" +msgstr "包中含有意外的版本" -#. summary(perl-DateTime-Tiny) -msgid "A date object, with as little code as possible" -msgstr "" +#. description(libreoffice:libreoffice-l10n-pt-PT) +#, fuzzy +msgid "Provides additional Portuguese translations and resources for LibreOffice." +msgstr "包中含有意外的版本" -#. description(lomt-fonts:lomt-blackout-fonts) -msgid "" -"A font inspired by the author filling in sans-serif newspaper headlines." -msgstr "" +#. summary(libreoffice:libreoffice-l10n-tn) +#, fuzzy +msgid "Tswana Localization Files for LibreOffice" +msgstr "包中含有意外的版本" -#. summary(perl-Iterator) -msgid "A general-purpose iterator class" -msgstr "" +#. description(libreoffice:libreoffice-l10n-tn) +#, fuzzy +msgid "Provides additional Tswana translations and resources for LibreOffice." +msgstr "包中含有意外的版本" -#. summary(perl-Archive-Extract) -msgid "A generic archive extracting mechanism" -msgstr "" +#. summary(libreoffice:libreoffice-l10n-ts) +#, fuzzy +msgid "Tsonga Localization Files for LibreOffice" +msgstr "包中含有意外的版本" -#. summary(perl-Config-Grammar) -msgid "A grammar-based, user-friendly config parser" -msgstr "" +#. description(libreoffice:libreoffice-l10n-ts) +#, fuzzy +msgid "Provides additional Tsonga translations and resources for LibreOffice." +msgstr "包中含有意外的版本" -#. description(perl-Devel-CheckOS) -msgid "" -"A learned sage once wrote on IRC:\n" -"\n" -" $^O is stupid and ugly, it wears its pants as a hat\n" -"\n" -"Devel::CheckOS provides a more friendly interface to $^O, and also lets you " -"check for various OS \"families\" such as \"Unix\", which includes things " -"like Linux, Solaris, AIX etc.\n" -"\n" -"It spares perl the embarrassment of wearing its pants on its head by " -"covering them with a splendid Fedora." -msgstr "" +#. summary(libreoffice:libreoffice-l10n-zh-Hans) +#, fuzzy +msgid "Simplified Chinese Localization Files for LibreOffice" +msgstr "包中含有意外的版本" -#. description(lomt-fonts:lomt-ostrichsans-fonts) -msgid "" -"A modern sans-serif with a very long neck. A number of styles and weights " -"are included: dashed (thin), rounded (medium), ultra light, normal, bold " -"(race track style double lines) and Black10." -msgstr "" +#. description(libreoffice:libreoffice-l10n-zh-Hans) +#, fuzzy +msgid "Provides additional Simplified Chinese translations and resources for LibreOffice." +msgstr "包中含有意外的版本" -#. summary(perl-Algorithm-C3) -msgid "A module for merging hierarchies using the C3 algorithm" -msgstr "" +#. summary(libreoffice:libreoffice-l10n-zh-Hant) +#, fuzzy +msgid "Traditional Chinese Localization Files for LibreOffice" +msgstr "包中含有意外的版本" -#. summary(perl-Config-AutoConf) -msgid "A module to implement some of AutoConf macros in pure perl" -msgstr "" +#. description(libreoffice:libreoffice-l10n-zh-Hant) +#, fuzzy +msgid "Provides additional Traditional Chinese translations and resources for LibreOffice." +msgstr "包中含有意外的版本" -#. description(perl-Config-AutoConf) -msgid "A module to implement some of AutoConf macros in pure perl." -msgstr "" +#. summary(librepository:librepository-javadoc) +#, fuzzy +msgid "Javadoc for librepository" +msgstr "7.0 文档" -#. summary(perl-File-chdir) -msgid "A more sensible way to change directories" -msgstr "" +#. description(librepository:librepository-javadoc) +#, fuzzy +msgid "Javadoc for librepository." +msgstr "7.0 文档" -#. description(nagios-plugins-nfsmounts) -msgid "" -"A perl script that checks all local NFS mounts by forking itself and trying " -"to chdir to it and (optionally) writing to a file. It includes performance " -"data and allows warnings based on thresholds." -msgstr "" - -#. summary(perl-CGI-Ajax) -msgid "A perl-specific System for writing Asynchronous web Apps" -msgstr "" - -#. summary(perl-Class-Inner) -msgid "A perlish implementation of Java like inner classes" -msgstr "" - -#. summary(lonote) +#. summary(libressl:libressl-devel-doc) #, fuzzy -msgid "A personal note-taking application by Python3-qt4" -msgstr "新应用程序" +msgid "Documentation for the LibreSSL API" +msgstr "7.0 文档" -#. summary(perl-Class-C3) -msgid "A pragma to use the C3 method resolution order algorithm" -msgstr "" - -#. summary(perl-DBM-Deep) -msgid "A pure perl multi-level hash/array DBM that supports transactions" -msgstr "" - -#. description(lomt-fonts:lomt-sniglet-fonts) +#. description(libressl:libressl-devel-doc) msgid "" -"A rounded display face intended primarily for headlines. It comes with a " -"full Latin character set." +"LibreSSL is an open-source implementation of the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols.\n" +"\n" +"This subpackage contains the manpages to the LibreSSL API." msgstr "" -#. description(lomt-fonts:lomt-goudybookletter-fonts) -msgid "A serif font based on Frederic Goudy's Kennerley Oldstyle." -msgstr "" +#. summary(librevenge:librevenge-doc) +#, fuzzy +msgid "Documentation of librevenge API" +msgstr "7.0 文档" -#. summary(mate-backgrounds) -msgid "A set of backgrounds packaged with the MATE desktop" -msgstr "" +#. description(librevenge:librevenge-doc) +#, fuzzy +msgid "The librevenge-doc package contains documentation files for librevenge." +msgstr "包中含有意外的版本" -#. summary(perl-ExtUtils-Typemaps-Default) -msgid "A set of useful typemaps" -msgstr "" +#. summary(libsecret:libsecret-lang) +#, fuzzy +msgid "Languages for package libsecret" +msgstr "语言: " -#. description(mpi-selector) -msgid "" -"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 "" +#. description(libsecret:libsecret-lang) +#, fuzzy +msgid "Provides translations to the package libsecret" +msgstr "等待导航栏应用程序" -#. summary(perl-File-Slurp-Tiny) -msgid "A simple, sane and efficient file slurper" -msgstr "" +#. summary(libserializer:libserializer-javadoc) +#, fuzzy +msgid "Javadoc for libserializer" +msgstr "手动方式" -#. summary(perl-HTTP-Tiny) -msgid "A small, simple, correct HTTP/1.1 client" -msgstr "" +#. description(libserializer:libserializer-javadoc) +#, fuzzy +msgid "Javadoc for libserializer." +msgstr "手动方式" -#. summary(perl-Module-Build-Tiny) +#. summary(signon:libsignon-qt5-docs) #, fuzzy -msgid "A tiny replacement for Module::Build" -msgstr "替换\"%s\"成功。 " +msgid "Documentation for libsignon-qt1" +msgstr "7.0 文档" -#. summary(perl-ExtUtils-LibBuilder) +#. description(signon:libsignon-qt5-docs) #, fuzzy -msgid "A tool to build C libraries." +msgid "This package contains the documentation for the signon-qt library." msgstr "包中含有意外的版本" -#. description(nml) -msgid "" -"A tool to compile nml files to grf or nfo files, making newgrf coding easier." +#. summary(libsigrok:libsigrok-data) +msgid "Basic API for talking to logic analyzer hardware" msgstr "" -#. summary(mytop) -msgid "A top Clone for MySQL" -msgstr "" - -#. summary(numatop) -msgid "A top-like tool for runtime memory locality monitoring on NUMA systems" -msgstr "" - -#. description(perl-DBM-Deep) +#. description(libsigrok:libsigrok-data) 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(perl-Calendar-Simple) -msgid "" -"A very simple perl module that models a calendar month.\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" -"This function returns a data structure representing the dates in a month. " -"The data structure returned is an array of array references. The first level " -"array represents the weeks in the month. The second level array contains the " -"actual days. By default, each week starts on a Sunday and the value in the " -"array is the date of that day. Any days at the beginning of the first week " -"or the end of the last week that are from the previous or next month have " -"the value undef." +"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 "" -#. summary(perl-ExtUtils-Config) +#. summary(libsocialweb:libsocialweb-branding-upstream) #, fuzzy -msgid "A wrapper for perl's configuration" -msgstr "1.2 新的 Xgl 配置选项" +msgid "A personal social data server -- API keys from upstream" +msgstr "个人财务管理器" -#. summary(mozaddon-adblock_edge) -msgid "Adblock Edge extension for Mozilla" -msgstr "" - -#. description(mozaddon-adblock_edge) +#. description(libsocialweb:libsocialweb-branding-upstream) msgid "" -"Adblock Edge is a fork of the Adblock Plus for blocking advertisements on " -"the web. This fork provides the same features as Adblock Plus 2.X and higher " -"but without the \"acceptable ads\" feature.\n" +"Libsocialweb is a personal social data server, that can interact with social web services, like Flickr, Last.fm, Twitter and Vimeo.\n" "\n" -"The add-on supports over forty filter subscription in dozens of languages " -"which automatically configure it for purposes ranging from removing online " -"advertising to blocking all known malware domains. Adblock Edge also " -"provides custom filters and a variety of features, including a context " -"option for images, a block tab for Flash and Java objects, and a list of " -"blockable items to remove scripts and stylesheets." +"This package provides API keys from upstream, for the web services accessible with libsocialweb." msgstr "" -#. summary(perl-DBIx-ContextualFetch) -msgid "Add contextual fetches to DBI" -msgstr "" +#. summary(libsocialweb:libsocialweb-lang) +#, fuzzy +msgid "Languages for package libsocialweb" +msgstr "语言: " -#. summary(perl-Class-XPath) -msgid "Adds xpath matching to object trees" -msgstr "" +#. description(libsocialweb:libsocialweb-lang) +#, fuzzy +msgid "Provides translations to the package libsocialweb" +msgstr "等待导航栏应用程序" -#. summary(percona-toolkit) -msgid "Advanced MySQL and system command-line tools" -msgstr "" +#. summary(libsoup:libsoup-lang) +#, fuzzy +msgid "Languages for package libsoup" +msgstr "语言: " -#. description(myspell-dictionaries:myspell-af_ZA) -msgid "Afrikaans spelling dictionary, and hyphenation rules." -msgstr "" +#. description(libsoup:libsoup-lang) +#, fuzzy +msgid "Provides translations to the package libsoup" +msgstr "等待导航栏应用程序" -#. description(perl-Algorithm-Annotate) -msgid "" -"Algorithm::Annotate generates a list that is useful for generating output " -"simliar to 'cvs annotate'." -msgstr "" +#. summary(libgcj48:libstdc++48-doc) +#. summary(libgcj-gcc5:libstdc++6-gcc5-doc) +#, fuzzy +msgid "Documentation for the GNU C++ standard library" +msgstr "7.0 文档" -#. summary(perl-CLASS) -msgid "Alias for __PACKAGE__" -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 "7.0 文档" -#. 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." +#. summary(libstoragemgmt:libstoragemgmt-hpsa-plugin) +msgid "Files for HP SmartArray support for libstoragemgmt" msgstr "" -#. description(perl-Math-BigInt) -msgid "" -"All operators (including basic math operations) are overloaded if you " -"declare your big integers as\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." +#. description(libstoragemgmt:libstoragemgmt-hpsa-plugin) +msgid "The libstoragemgmt-hpsa-plugin package contains the plugin for HP SmartArray storage management via hpssacli." msgstr "" -#. description(libguestfs:ocaml-libguestfs) -msgid "Allows OCaml scripts to directly use libguestfs." +#. summary(libstoragemgmt:libstoragemgmt-megaraid-plugin) +msgid "Files for LSI MegaRAID support for libstoragemgmt" msgstr "" -#. description(libguestfs:lua-libguestfs) -msgid "Allows lua scripts to directly use libguestfs." +#. description(libstoragemgmt:libstoragemgmt-megaraid-plugin) +msgid "The libstoragemgmt-megaraid-plugin package contains the plugin for LSI MegaRAID storage management via storcli." msgstr "" -#. summary(perl-Apache2-AuthCookieDBI) -msgid "An AuthCookie module backed by a DBI database." +#. summary(libstoragemgmt:libstoragemgmt-netapp-plugin) +msgid "Files for NetApp array support for libstoragemgmt" msgstr "" -#. summary(openCryptoki:openCryptoki-32bit) -msgid "" -"An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware" +#. description(libstoragemgmt:libstoragemgmt-netapp-plugin) +msgid "The libstoragemgmt-netapp-plugin package contains plug-in for NetApp array support." msgstr "" -#. summary(obs-service-refresh_patches) -msgid "An OBS source service: Refreshs local patches" +#. summary(libstoragemgmt:libstoragemgmt-nstor-plugin) +msgid "Files for NexentaStor array support for libstoragemgmt" msgstr "" -#. summary(obs-service-download_url) -msgid "An OBS source service: curl download tool" +#. description(libstoragemgmt:libstoragemgmt-nstor-plugin) +msgid "The libstoragemgmt-nstor-plugin package contains plug-in for NexentaStor array support." msgstr "" -#. summary(openttd-openmsx) -msgid "An OpenTTD Music set" +#. summary(libstoragemgmt:libstoragemgmt-smis-plugin) +msgid "Files for SMI-S generic array support for libstoragemgmt" msgstr "" -#. summary(perl-MooseX-ConfigFromFile) -msgid "An abstract Moose role for setting attributes from a configfile" +#. description(libstoragemgmt:libstoragemgmt-smis-plugin) +msgid "The libstoragemgmt-smis-plugin package contains plug-in for generic SMI-S array support." msgstr "" -#. description(libxkbcommon:libxkbcommon-x11-0-32bit) -msgid "" -"An addon library that supports creating keymaps with the XKB X11 protocol by " -"querying the X server directly." +#. summary(libstoragemgmt:libstoragemgmt-targetd-plugin) +msgid "Files for targetd array support for libstoragemgmt" msgstr "" -#. description(openclipart:openclipart-png) -msgid "" -"An extensive set of clip art graphics that can be used for free.\n" -"\n" -"This package includes the pictures converted to the PNG graphics file format." +#. description(libstoragemgmt:libstoragemgmt-targetd-plugin) +msgid "The libstoragemgmt-targetd-plugin package contains plug-in for targetd array support." msgstr "" -#. description(openclipart:openclipart-svg) -msgid "" -"An extensive set of clip art graphics that can be used for free.\n" -"\n" -"This package includes the pictures in the original SVG graphics file format." +#. summary(libturpial) +msgid "Lightweight, functional and integrated Twitter client" msgstr "" -#. summary(perl-Devel-StackTrace) -msgid "An object representing a stack trace" +#. 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 "" -#. summary(nini) +#. summary(libucil:libucil-doc) #, fuzzy -msgid "An uncommonly powerful .NET configuration library" -msgstr "1.2 新的 Xgl 配置选项" +msgid "Dcoumentation for libucil" +msgstr "7.0 文档" -#. summary(logwatch) -msgid "Analyzes and Reports on system logs" -msgstr "" +#. description(libucil:libucil-doc) +#, fuzzy +msgid "Documentation and help files for libucil" +msgstr "7.0 文档" -#. summary(nant) -msgid "Ant for .NET" -msgstr "" +#. summary(libuser:libuser-lang) +#, fuzzy +msgid "Languages for package libuser" +msgstr "语言: " -#. description(ack:perl-App-Ack) -msgid "" -"App::Ack is a grep-like tool tailored to working with large trees of source " -"code." -msgstr "" +#. description(libuser:libuser-lang) +#, fuzzy +msgid "Provides translations to the package libuser" +msgstr "等待导航栏应用程序" -#. description(perl-App-Cmd) -msgid "" -"App::Cmd is intended to make it easy to write complex command-line " -"applications without having to think about most of the annoying things " -"usually involved.\n" -"\n" -"For information on how to start using App::Cmd, see the App::Cmd::Tutorial " -"manpage." -msgstr "" +#. summary(libvisio:libvisio-devel-doc) +#, fuzzy +msgid "Documentation for the libvisio API" +msgstr "7.0 文档" -#. summary(lrcShow-X) -msgid "Application for media-players to show and search lyrics" -msgstr "" - -#. description(myspell-dictionaries:myspell-ar) +#. description(libvisio:libvisio-devel-doc) #, fuzzy -msgid "Arabic spelling dictionary, and thesaurus Ayaspell." -msgstr "正在更新软件" +msgid "This package contains documentation for the libvisio API." +msgstr "包中含有意外的版本" -#. description(myspell-dictionaries:myspell-an_ES) +#. summary(libvorbis:libvorbis-doc) #, fuzzy -msgid "Aragonese spelling dictionary." -msgstr "俄联邦" +msgid "Documentation of Ogg/Vorbis library" +msgstr "7.0 文档" -#. summary(perl-Math-BigInt) -msgid "Arbitrary size integer/float math package" -msgstr "" - -#. description(pairs:pairs-data) -msgid "Architecture-independent data files required by pairs." -msgstr "" - -#. description(perl-Archive-Extract) -msgid "" -"Archive::Extract is a generic archive extraction mechanism.\n" -"\n" -"It allows you to extract any archive file of the type .tar, .tar.gz, .gz, ." -"Z, tar.bz2, .tbz, .bz2, .zip, .xz,, .txz, .tar.xz or .lzma without having to " -"worry how it does so, or use different interfaces for each type by using " -"either perl modules, or commandline tools on your system.\n" -"\n" -"See the 'HOW IT WORKS' section further down for details." -msgstr "" - -#. description(perl-List-AllUtils) -msgid "" -"Are you sick of trying to remember whether a particular helper is defined in " -"'List::Util' or 'List::MoreUtils'? I sure am. Now you don't have to " -"remember. This module will export all of the functions that either of those " -"two modules defines.\n" -"\n" -"Note that all function documentation has been shamelessly copied from the " -"List::Util manpage and <List::MoreUtils>." -msgstr "" - -#. summary(arista:nautilus-extension-arista) +#. description(libvorbis:libvorbis-doc) #, fuzzy -msgid "Arista extension for Nautilus" +msgid "This package contains documents for Ogg/Vorbis library, including the API reference." msgstr "包中含有意外的版本" -#. description(arista:nautilus-extension-arista) -msgid "" -"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" -"Features: * Presets for Android, iPod, computer, DVD player, PSP, and more " -"* Live preview to see encoded quality * Automatically discover available " -"DVD drives and media * Rip straight from DVD media easily * Automatically " -"discover and record from Video4Linux devices * Support for H.264, WebM, " -"FLV, Ogg, DivX and more * Batch processing of entire directories easily * " -"Simple terminal client for scripting * Nautilus extension for right-click " -"file conversion\n" -"\n" -"This package contains a Nautilus extension to add Arista based actions." -msgstr "" - -#. summary(perl-Moose-Autobox) -msgid "Autoboxed wrappers for Native Perl datatypes" -msgstr "" - -#. summary(perl-Module-Pluggable) -msgid "Automatically give your module the ability to have plugins" -msgstr "" - -#. description(owasp-modsecurity-crs:owasp-modsecurity-crs-base_rules) -msgid "" -"Base rules for HTTP Protocol Validation, Common Web Attacks Protection, " -"Trojan Protection, InfoLeakages, ..." -msgstr "" - -#. summary(owasp-modsecurity-crs:owasp-modsecurity-crs-base_rules) -msgid "Base rules for OWASP ModSecurity CRS" -msgstr "" - -#. description(perl-DBIx-Class-IntrospectableM2M) -msgid "" -"Because the many-to-many relationships are not real relationships, they can " -"not be introspected with DBIx::Class. Many-to-many relationships are " -"actually just a collection of convenience methods installed to bridge two " -"relationships. This the DBIx::Class manpage component can be used to store " -"all relevant information about these non-relationships so they can later be " -"introspected and examined." -msgstr "" - -#. description(myspell-dictionaries:myspell-be_BY) +#. summary(webkit2gtk3:libwebkit2gtk3-lang) #, fuzzy -msgid "Belarusian spelling dictionary." -msgstr "俄联邦" +msgid "Languages for package webkit2gtk3" +msgstr "语言: " -#. summary(perl-Benchmark-Timer) -msgid "Benchmarking with statistical confidence" -msgstr "" - -#. description(myspell-dictionaries:myspell-bn_BD) +#. description(webkit2gtk3:libwebkit2gtk3-lang) #, fuzzy -msgid "Bengali spelling dictionary." -msgstr "俄联邦" +msgid "Provides translations to the package webkit2gtk3" +msgstr "等待导航栏应用程序" -#. summary(monotorrent) -msgid "BitTorrent Client written in C#" -msgstr "" - -#. summary(perl-boolean) +#. summary(webkitgtk:libwebkitgtk2-lang) #, fuzzy -msgid "Boolean support for Perl" -msgstr "找不到 Xscreensaver。" +msgid "Languages for package webkitgtk" +msgstr "语言: " -#. description(myspell-dictionaries:myspell-bs_BA) +#. description(webkitgtk:libwebkitgtk2-lang) #, fuzzy -msgid "Bosnian spelling dictionary." -msgstr "俄联邦" +msgid "Provides translations to the package webkitgtk" +msgstr "等待导航栏应用程序" -#. description(myspell-dictionaries:myspell-br_FR) +#. summary(webkitgtk3:libwebkitgtk3-lang) #, fuzzy -msgid "Breton spelling dictionary." -msgstr "俄联邦" +msgid "Languages for package webkitgtk3" +msgstr "语言: " -#. summary(perl-Log-Any) -msgid "Bringing loggers and listeners together" -msgstr "" - -#. summary(perl-Module-Build) +#. description(webkitgtk3:libwebkitgtk3-lang) #, fuzzy -msgid "Build and install Perl modules" -msgstr "无法安装捆绑软件:{0}" +msgid "Provides translations to the package webkitgtk3" +msgstr "等待导航栏应用程序" -#. summary(perl-ExtUtils-InstallPaths) -msgid "Build.PL install path logic made easy" +#. summary(libwnck:libwnck-lang) +msgid "Languages for package libwnck" msgstr "" -#. summary(perl-Alien-Tidyp) -msgid "Building, finding and using tidyp library - L<http://www.tidyp.com>" +#. description(libwnck:libwnck-lang) +msgid "Provides translations to the package libwnck" msgstr "" -#. description(myspell-dictionaries:myspell-bg_BG) -msgid "Bulgarian spelling dictionary, hyphenation rules, and thesaurus." -msgstr "" - -#. description(perl-CGI-Ajax) -msgid "" -"CGI::Ajax is an object-oriented module that provides a unique mechanism for " -"using perl code asynchronously from javascript- enhanced HTML pages. CGI::" -"Ajax unburdens the user from having to write extensive javascript, except " -"for associating an exported method with a document-defined event (such as " -"onClick, onKeyUp, etc). CGI::Ajax also mixes well with HTML containing more " -"complex javascript.\n" -"\n" -"CGI::Ajax supports methods that return single results or multiple results to " -"the web page, and supports returning values to multiple DIV elements on the " -"HTML page.\n" -"\n" -"Using CGI::Ajax, the URL for the HTTP GET/POST request is automatically " -"generated based on HTML layout and events, and the page is then dynamically " -"updated with the output from the perl function. Additionally, CGI::Ajax " -"supports mapping URL's to a CGI::Ajax function name, so you can separate " -"your code processing over multiple scripts.\n" -"\n" -"Other than using the Class::Accessor module to generate CGI::Ajax' accessor " -"methods, CGI::Ajax is completely self-contained - it does not require you to " -"install a larger package or a full Content Management System, etc.\n" -"\n" -"We have added _support_ for other CGI handler/decoder modules, like the CGI::" -"Simple manpage or the CGI::Minimal manpage, but we can't test these since we " -"run mod_perl2 only here. CGI::Ajax checks to see if a header() method is " -"available to the CGI object, and then uses it. If method() isn't available, " -"it creates it's own minimal header.\n" -"\n" -"A primary goal of CGI::Ajax is to keep the module streamlined and maximally " -"flexible. We are trying to keep the generated javascript code to a minimum, " -"but still provide users with a variety of methods for deploying CGI::Ajax. " -"And VERY little user javascript." -msgstr "" - -#. description(perl-CGI-FastTemplate) -msgid "" -"CGI::FastTemplate manages templates and parses templates replacing variable " -"names with values. It was designed for mid to large scale web applications " -"(CGI, mod_perl) where there are great benefits to separating the logic of an " -"application from the specific implementation details.\n" -"\n" -"Author:\tJason Moore <jmoore@sober.com>" -msgstr "" - -#. description(perl-CGI-Simple) -msgid "" -"CGI::Simple provides a relatively lightweight drop in replacement for CGI." -"pm. It shares an identical OO interface to CGI.pm for parameter parsing, " -"file upload, cookie handling and header generation. This module is entirely " -"object oriented, however a complete functional interface is available by " -"using the CGI::Simple::Standard module.\n" -"\n" -"Essentially everything in CGI.pm that relates to the CGI (not HTML) side of " -"things is available. There are even a few new methods and additions to old " -"ones! If you are interested in what has gone on under the hood see the " -"Compatibility with CGI.pm section at the end.\n" -"\n" -"In practical testing this module loads and runs about twice as fast as CGI." -"pm depending on the precise task." -msgstr "" - -#. description(perl-CHI) -msgid "" -"CHI provides a unified caching API, designed to assist a developer in " -"persisting data for a specified period of time.\n" -"\n" -"The CHI interface is implemented by driver classes that support fetching, " -"storing and clearing of data. Driver classes exist or will exist for the " -"gamut of storage backends available to Perl, such as memory, plain files, " -"memory mapped files, memcached, and DBI.\n" -"\n" -"CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package, " -"adhering to the basic Cache API but adding new features and addressing " -"limitations in the Cache::Cache implementation." -msgstr "" - -#. summary(openlmi-providers:openlmi-journald-doc) +#. summary(libwpd:libwpd-devel-doc) #, fuzzy -msgid "CIM Journald provider documentation" +msgid "Documentation for the libwpd API" msgstr "7.0 文档" -#. summary(openlmi-providers:openlmi-account-doc) +#. description(libwpd:libwpd-devel-doc) #, fuzzy -msgid "CIM account provider documentation" -msgstr "7.0 文档" +msgid "This package contains documentation for the libwpd API." +msgstr "包中含有意外的版本" -#. summary(openlmi-providers:openlmi-fan-doc) +#. summary(libwpg:libwpg-devel-doc) #, fuzzy -msgid "CIM fan provider documentation" +msgid "Documentation for the libwpg API" msgstr "7.0 文档" -#. summary(openlmi-providers:openlmi-hardware-doc) +#. description(libwpg:libwpg-devel-doc) #, fuzzy -msgid "CIM hardware provider documentation" -msgstr "7.0 文档" +msgid "This package contains documentation for the libwpg API." +msgstr "包中含有意外的版本" -#. summary(openlmi-providers:openlmi-logicalfile-doc) +#. summary(libxcb:libxcb-devel-doc) #, fuzzy -msgid "CIM logicalfile provider documentation" +msgid "Documentation for libxcb" msgstr "7.0 文档" -#. summary(openlmi-providers:openlmi-software) +#. description(libxcb:libxcb-devel-doc) #, fuzzy -msgid "CIM providers for software management" -msgstr "产品管理" - -#. summary(openlmi-providers:openlmi-service-doc) -#, fuzzy -msgid "CIM service provider documentation" -msgstr "7.0 文档" - -#. summary(openlmi-providers:openlmi-software-doc) -#, fuzzy -msgid "CIM software provider documentation" -msgstr "7.0 文档" - -#. description(perl-CLASS) +#| msgid "" +#| "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" +#| "- X11 Nonrectangular Window Shape extension (Xshape)" msgid "" -"CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type.\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" -"$CLASS has the additional benefit of working in strings." +"This subpackage contains the manual pages and documentation for libxcb." msgstr "" - -#. 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" +"X 协议 C 语言绑定是一个 Xlib 的替换,有踪迹 (footprint) 较小,延迟隐藏,可直接访问协议,改进的线程支持以及可扩展性等特性。\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 "" +"-X11 非矩形窗口阴影扩展 (Xshape)" -#. 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-branding-upstream) +#, fuzzy +msgid "Upstream Branding of libxfce4ui" +msgstr "电源管理 (APM)" -#. 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-branding-upstream) +#, fuzzy +msgid "This package provides the upstream look and feel for libxfce4ui." +msgstr "包中含有意外的版本" -#. summary(perl-Math-ConvexHull) -msgid "Calculate convex hulls using Graham's scan (n*log(n))" -msgstr "" - -#. summary(perl-IO-Digest) -msgid "Calculate digests while reading or writing" -msgstr "" - -#. description(perl-IPC-System-Simple) -msgid "" -"Calling Perl's in-built 'system()' function is easy, determining if it was " -"successful is _hard_. Let's face it, '$?' isn't the nicest variable in the " -"world to play with, and even if you _do_ check it, producing a well-" -"formatted error string takes a lot of work.\n" -"\n" -"'IPC::System::Simple' takes the hard work out of calling external commands. " -"In fact, if you want to be really lazy, you can just write:\n" -"\n" -" use IPC::System::Simple qw(system);\n" -"\n" -"and all of your 'system' commands will either succeed (run to completion and " -"return a zero exit value), or die with rich diagnostic messages.\n" -"\n" -"The 'IPC::System::Simple' module also provides a simple replacement to " -"Perl's backticks operator. Simply write:\n" -"\n" -" use IPC::System::Simple qw(capture);\n" -"\n" -"and then use the the /capture() manpage command just like you'd use " -"backticks. If there's an error, it will die with a detailed description of " -"what went wrong. Better still, you can even use 'capturex()' to run the " -"equivalent of backticks, but without the shell:\n" -"\n" -" use IPC::System::Simple qw(capturex);\n" -"\n" -" my $result = capturex($command, @args);\n" -"\n" -"If you want more power than the basic interface, including the ability to " -"specify which exit values are acceptable, trap errors, or process " -"diagnostics, then read on!" -msgstr "" - -#. summary(perl-IO-CaptureOutput) -msgid "Capture STDOUT and STDERR from Perl code, subprocesses or XS" -msgstr "" - -#. description(perl-Carp-Assert-More) -msgid "" -"Carp::Assert::More is a set of wrappers around the the Carp::Assert manpage " -"functions to make the habit of writing assertions even easier.\n" -"\n" -"Everything in here is effectively syntactic sugar. There's no technical " -"reason to use\n" -"\n" -" assert_isa( $foo, 'HTML::Lint' );\n" -"\n" -"instead of\n" -"\n" -" assert( defined $foo ); assert( ref($foo) eq 'HTML::Lint' );\n" -"\n" -"other than readability and simplicity of the code.\n" -"\n" -"My intent here is to make common assertions easy so that we as programmers " -"have no excuse to not use them." -msgstr "" - -#. description(myspell-dictionaries:myspell-ca) -msgid "Catalan spelling dictionary, hyphenation rules, and thesaurus." -msgstr "" - -#. description(openstack-ceilometer) -msgid "" -"Ceilometer aims to deliver a unique point of contact for billing systems to " -"aquire all counters they need to establish customer billing, accross all " -"current and future OpenStack components. The delivery of counters must be " -"tracable and auditable, the counters must be easily extensible to support " -"new projects, and agents doing data collections should be independent of the " -"overall system." -msgstr "" - -#. description(openstack-ceilometer-doc) -msgid "" -"Ceilometer aims to deliver a unique point of contact for billing systems to " -"aquire all counters they need to establish customer billing, accross all " -"current and future OpenStack components. The delivery of counters must be " -"tracable and auditable, the counters must be easily extensible to support " -"new projects, and agents doing data collections should be independent of the " -"overall system.\n" -"\n" -"This package contains documentation files for openstack-ceilometer." -msgstr "" - -#. summary(perl-MIME-Charset) +#. summary(libxfce4ui:libxfce4ui-doc) #, fuzzy -msgid "Charset Information for MIME" -msgstr "联网信息服务客户机" +msgid "Documentation for the libxfce4ui Library" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(nagios-plugins-qlogic_sanbox) -msgid "Check QLogic FC Sanboxes" -msgstr "" - -#. summary(nagios-plugins-contentage) -msgid "Check age of files in a directory" -msgstr "" - -#. summary(nagios-plugins-mem) +#. description(libxfce4ui:libxfce4ui-doc) #, fuzzy -msgid "Check memory plugin for Nagios" +msgid "This package provides the documentation for the libxfce4ui library." msgstr "包中含有意外的版本" -#. summary(nagios-plugins-rsync) -msgid "Check rsync servers availability" -msgstr "" +#. summary(libyui-doc) +#, fuzzy +msgid "Libyui documentation" +msgstr "7.0 文档" -#. summary(nagios-plugins-clamav) -msgid "Check to see if your ClamAV signatures are current" -msgstr "" - -#. summary(perl-Email-Valid) -msgid "Check validity of Internet email addresses" -msgstr "" - -#. summary(nagios-plugins-mysql_health) -msgid "Check various parameters of a MySQL database" -msgstr "" - -#. summary(nagios-plugins-bind) +#. description(libyui-doc) msgid "" -"Check whether BIND is running and to get the performance data via rndc stats" -msgstr "" - -#. summary(nagios-plugins-maintenance) -msgid "Check, if a host is in service" -msgstr "" - -#. summary(nagios-plugins-nfsmounts) -msgid "Checks all local NFS mounts" -msgstr "" - -#. summary(nagios-plugins-hpasm) -msgid "Checks hardware health of Hewlett-Packard Proliant Servers" -msgstr "" - -#. description(nagios-plugins-rsync) -msgid "" -"Checks rsync servers availability, as well as (optionally) individual " -"modules availability. It also supports authentication on modules.\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" -"Usage: check_rsync -H [-p ] [-m [,,] [-m [,,]...]]\n" +"Originally developed for YaST, it can now be used independently of YaST for generic (C++) applications. This package has very few dependencies.\n" "\n" -"The only required argument is -H, in which case it will only try to list " -"modules on the Rsync server." +"This package provides the documentation. (HTML & PDF)" msgstr "" -#. description(nagios-plugins-ups_alarm) -msgid "" -"Checks the following properties of an NPower UPS:\n" -"* Battery Status - The current status of the battery\n" -"* Battery Minutes Remaining - How long it can run on batteries\n" -"* Battery Runtime (Seconds) - How long the UPS has been running on " -"batteries\n" -"* Battery Temperature - The temperature of the battery\n" -"* Input Line Bads - The number of times the utility power has gone away\n" -"* Output Load Percent - The load on the UPS\n" -"* Alarm Count - Current number of alarms present" -msgstr "" +#. summary(libyui-ncurses-doc) +#, fuzzy +msgid "Libyui-ncurses documentation" +msgstr "7.0 文档" -#. summary(nagios-plugins-ups_alarm) -msgid "Checks various properties of a Liebert NPower UPS" -msgstr "" - -#. description(openstack-cinder-doc) +#. description(libyui-ncurses-doc) msgid "" -"Cinder is the OpenStack Block storage service. This is a spin out of cinder-" -"volumes.\n" +"This package contains the character based (ncurses) user interface component for libYUI.\n" "\n" -"This package contains documentation files for openstack-cinder-doc." +" This package provides the documentation. (HTML & PDF)" msgstr "" -#. description(openstack-cinder) -msgid "" -"Cinder is the OpenStack Block storage service. This is a spin out of nova-" -"volumes." -msgstr "" - -#. summary(perl-HTML-Form) -msgid "Class that represents an HTML form element" -msgstr "" - -#. summary(perl-Class-C3-Componentised) +#. summary(libyui-ncurses-pkg-doc) #, fuzzy -msgid "Class::C3::Componentised Perl module" -msgstr "内核模块更改" +msgid "Libyui-ncurses-pkg documentation" +msgstr "7.0 文档" -#. 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)" +"This package extends the character based (ncurses) user interface component for libYUI.\n" +"\n" +" This package provides the documentation. (HTML & PDF)" 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(mono-upnp) -msgid "Client/server libraries for the Universal Plug 'n Play specifications" -msgstr "" - -#. summary(mono-upnp:mono-upnp-devel) -msgid "" -"Client/server libraries for the Universal PnP specification - development " -"files" -msgstr "" - -#. summary(openSUSE-EULAs) +#. summary(libyui-qt-doc) #, fuzzy -msgid "Collection of EULAs for openSUSE" -msgstr "包中含有意外的版本" +msgid "Libyui-qt documentation" +msgstr "7.0 文档" -#. summary(perl-List-AllUtils) -msgid "Combines List::Util and List::MoreUtils in one bite-sized package" -msgstr "" - -#. summary(mate-common) -msgid "Common scripts and macros to develop with MATE" -msgstr "" - -#. summary(perl-Data-Compare) -msgid "Compare perl data structures" -msgstr "" - -#. summary(pdfcompare) -msgid "Compare two PDF files, write a resulting PDF with highlighted changes" -msgstr "" - -#. description(pdfcompare) +#. description(libyui-qt-doc) msgid "" -"Compare two PDF files, write a resulting PDF with highlighted changes. " -"Potential text portions that were moved around are recognized and analyzed " -"for similarity with a second level diff." -msgstr "" - -#. 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." +" This package provides the documentation. (HTML & PDF)" msgstr "" -#. summary(nspluginwrapper) -msgid "Compatibility Layer for Netscape 4 Plug-Ins" -msgstr "" - -#. summary(perl-Apache-LogFormat-Compiler) -msgid "Compile a log format string to perl-code" -msgstr "" - -#. description(perl-Apache-LogFormat-Compiler) -msgid "" -"Compile a log format string to perl-code. For faster generation of " -"access_log lines." -msgstr "" - -#. summary(perl-ExtUtils-CBuilder) +#. summary(libyui-qt-graph-doc) #, fuzzy -msgid "Compile and link C code for Perl modules" -msgstr "无法安装捆绑软件:{0}" +msgid "Libyui-qt-graph documentation" +msgstr "7.0 文档" -#. summary(perl-HTML-RewriteAttributes) -msgid "Concise attribute rewriting" -msgstr "" - -#. description(perl-Config-Any) +#. description(libyui-qt-graph-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 graph 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 "" - -#. description(perl-Config-MVP-Reader-INI) -msgid "" -"Config::MVP::Reader::INI reads _.ini_ files containing MVP-style " -"configuration." -msgstr "" - -#. summary(netconsole-tools) +#. summary(libyui-qt-pkg-doc) #, fuzzy -msgid "Configure netconsole Kernel Module" -msgstr "内核模块更改" +msgid "Libyui-qt-pkg documentation" +msgstr "7.0 文档" -#. summary(perl-ExtUtils-CChecker) -#, fuzzy -msgid "Configure-time utilities for using C headers" -msgstr "显示器配置" - -#. summary(perl-constant-defer) -msgid "Constant subs with deferred value calculation." -msgstr "" - -#. description(mathml-dtd) +#. description(libyui-qt-pkg-doc) msgid "" -"Contains the DTD \"Mathematical Markup Language\" (MathML) Version 2.0, W3C " -"Recommendation 21 February 2001." +"This package contains the Qt package selector component for libYUI.\n" +"\n" +" This package provides the documentation. (HTML & PDF)" msgstr "" -#. summary(perl-Module-Install-ExtraTests) -msgid "Contextual tests that the harness can ignore" -msgstr "" - -#. summary(perl-Carp-Assert-More) -msgid "Convenience wrappers around Carp::Assert" -msgstr "" - -#. summary(perl-Lingua-EN-Inflect) -msgid "Convert singular to plural. Select \"a\" or \"an\"." -msgstr "" - -#. summary(makebootfat) -msgid "Create Bootable FAT File Systems" -msgstr "" - -#. summary(perl-DateTime-Format-Builder) -msgid "Create DateTime parser classes and objects." -msgstr "" - -#. summary(perl-ExtUtils-MakeMaker) -msgid "Create a module Makefile" -msgstr "" - -#. summary(perl-GD-Barcode) -msgid "Create barcode image with GD" -msgstr "" - -#. description(makebootfat) -msgid "Create bootable FAT file systems, mainly for USB disks." -msgstr "" - -#. summary(perl-Contextual-Return) -msgid "Create context-sensitive return values" -msgstr "" - -#. description(myspell-dictionaries:myspell-hr_HR) -msgid "Croatian spelling dictionary, and hyphenation rules." -msgstr "" - -#. summary(perl-CursesWidgets) +#. summary(licq:licq-lang) #, fuzzy -msgid "CursesWidgets Perl module" -msgstr "用户模块" +msgid "Languages for package licq" +msgstr "语言: " -#. description(myspell-dictionaries:myspell-cs_CZ) -msgid "Czech spelling dictionary, hyphenation rules, and thesaurus." -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(livedtd) +#. description(licq:licq-lang) #, fuzzy -msgid "DTD Visualizing Tool" -msgstr "XEN 虚拟化" +msgid "Provides translations to the package licq" +msgstr "等待导航栏应用程序" -#. description(myspell-dictionaries:myspell-da_DK) -msgid "Danish spelling dictionary, hyphenation rules, and thesaurus." -msgstr "" - -#. summary(pairs:pairs-data) +#. summary(licq:licq-qt4-gui-data) #, fuzzy -msgid "Data files for pairs" +msgid "Qt4 data files for Licq" msgstr "Tcl/Tk 及其开发工具。" #. description(licq:licq-qt4-gui-data) msgid "Data files for the Qt4 Licq plug-in." msgstr "" -#. description(perl-Data-Section) -msgid "" -"Data::Section provides an easy way to access multiple named chunks of line-" -"oriented data in your module's DATA section. It was written to allow modules " -"to store their own templates, but probably has other uses." +#. summary(liferea:liferea-lang) +msgid "Languages for package liferea" msgstr "" -#. description(perl-Data-Section-Simple) -msgid "" -"Data::Section::Simple is a simple module to extract data from '__DATA__' " -"section of the file." +#. description(liferea:liferea-lang) +msgid "Provides translations to the package liferea" msgstr "" -#. summary(perl-Ima-DBI) -msgid "Database connection caching and organization" -msgstr "" +#. summary(light-locker:light-locker-lang) +#, fuzzy +msgid "Languages for package light-locker" +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(light-locker:light-locker-lang) +#, fuzzy +msgid "Provides translations to the package light-locker" +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 "" +#. summary(lightdm-gtk-greeter:lightdm-gtk-greeter-branding-upstream) +#, fuzzy +msgid "Upstream branding of lightdm-gtk-greeter" +msgstr "电源管理 (APM)" -#. description(perl-Debug-Trace) -msgid "" -"Debug::Trace instruments subroutines to provide tracing information upon " -"every call and return.\n" -"\n" -"Using Debug::Trace does not require any changes to your sources. Most often, " -"it will be used from the command line:\n" -"\n" -" perl -MDebug::Trace=foo,bar yourprogram.pl\n" -"\n" -"This will have your subroutines foo() and bar() printing call and return " -"information.\n" -"\n" -"Subroutine names may be fully qualified to denote subroutines in other " -"packages than the default main::.\n" -"\n" -"By default, the trace information is output using the standard warn() " -"function." -msgstr "" +#. description(lightdm-gtk-greeter:lightdm-gtk-greeter-branding-upstream) +#, fuzzy +msgid "This package provides the upstream look and feel for lightdm-gtk-greeter." +msgstr "包中含有意外的版本" -#. summary(perl-Declare-Constraints-Simple) -msgid "Declarative Validation of Data Structures" -msgstr "" +#. summary(lightdm-kde-greeter:lightdm-kde-greeter-lang) +#, fuzzy +msgid "Languages for package lightdm-kde-greeter" +msgstr "语言: " -#. summary(perl-MooseX-Declare) -msgid "Declarative syntax for Moose" -msgstr "" +#. description(lightdm-kde-greeter:lightdm-kde-greeter-lang) +#, fuzzy +msgid "Provides translations to the package lightdm-kde-greeter" +msgstr "等待导航栏应用程序" -#. summary(perl-MooseX-ClassAttribute) -msgid "Declare class attributes Moose-style" -msgstr "" +#. summary(lightsoff:lightsoff-lang) +#, fuzzy +msgid "Languages for package lightsoff" +msgstr "语言: " -#. 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(lightsoff:lightsoff-lang) +#, fuzzy +msgid "Provides translations to the package lightsoff" +msgstr "等待导航栏应用程序" -#. summary(perl-constant-boolean) -msgid "Define TRUE and FALSE constants." +#. summary(lilypond:lilypond-century-schoolbook-l-fonts) +msgid "Lilypond Century Schoolbook L fonts" msgstr "" -#. description(perl-constant-boolean) +#. description(lilypond:lilypond-century-schoolbook-l-fonts) 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" +"LilyPond is an automated music engraving system. It formats music beautifully and automatically, and has a friendly syntax for its input files.\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." +"These are the Century Schoolbook L fonts included in the package." 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 "" +#. summary(lilypond-doc) +#, fuzzy +msgid "Documentation for the LilyPond Typesetter" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(monodevelop:monodevelop-devel) +#. description(lilypond-doc) #, fuzzy -msgid "Development files for MonoDevelop" +msgid "Common and english documentation files for the GNU LilyPond music typesetter." msgstr "Tcl/Tk 及其开发工具。" -#. summary(lzo:lzo-devel-32bit) +#. summary(lilypond-doc:lilypond-doc-cs) #, fuzzy -msgid "Development files for lzo" +msgid "Documentation for the LilyPond Typesetter (cs)" msgstr "Tcl/Tk 及其开发工具。" -#. summary(openjpeg:openjpeg-devel-32bit) +#. description(lilypond-doc:lilypond-doc-cs) #, fuzzy -msgid "Development files for the OpenJPEG library" -msgstr "开发" +msgid "Czech documentation files for the GNU LilyPond music typesetter." +msgstr "Tcl/Tk 及其开发工具。" -#. summary(libxkbcommon:libxkbcommon-x11-devel-32bit) +#. summary(lilypond-doc:lilypond-doc-de) #, fuzzy -msgid "Development files for the libxkbcommon-x11 library" +msgid "Documentation for the LilyPond Typesetter (de)" msgstr "Tcl/Tk 及其开发工具。" -#. summary(perl-App-CLI) -msgid "Dispatcher module for command line interface programs" -msgstr "" +#. description(lilypond-doc:lilypond-doc-de) +#, fuzzy +msgid "German documentation files for the GNU LilyPond music typesetter." +msgstr "Tcl/Tk 及其开发工具。" -#. summary(perl-Devel-StackTrace-AsHTML) -msgid "Displays stack trace in HTML" -msgstr "" +#. summary(lilypond-doc:lilypond-doc-es) +#, fuzzy +msgid "Documentation for the LilyPond Typesetter (es)" +msgstr "Tcl/Tk 及其开发工具。" -#. 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 "" +#. description(lilypond-doc:lilypond-doc-es) +#, fuzzy +msgid "Spanish documentation files for the GNU LilyPond music typesetter." +msgstr "Tcl/Tk 及其开发工具。" -#. summary(perl-CPAN-Meta) -msgid "Distribution metadata for a CPAN dist" -msgstr "" +#. summary(lilypond-doc:lilypond-doc-fr) +#, fuzzy +msgid "Documentation for the LilyPond Typesetter (fr)" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(pdnsd:pdnsd-doc) -msgid "Docs for pdnsd" -msgstr "" +#. description(lilypond-doc:lilypond-doc-fr) +#, fuzzy +msgid "French documentation files for the GNU LilyPond music typesetter." +msgstr "Tcl/Tk 及其开发工具。" -#. description(pcp-gui:pcp-doc) -msgid "" -"Documentation and tutorial for the Performance Co-Pilot Performance Co-Pilot " -"(PCP) provides a framework and services to support system-level performance " -"monitoring and performance management.\n" -"\n" -"The pcp-doc package provides useful information on using and configuring the " -"Performance Co-Pilot (PCP) toolkit for system level performance management. " -"It includes tutorials, HOWTOs, and other detailed documentation about the " -"internals of core PCP utilities and daemons, and the PCP graphical tools." -msgstr "" +#. summary(lilypond-doc:lilypond-doc-hu) +#, fuzzy +msgid "Documentation for the LilyPond Typesetter (hu)" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(OpenColorIO:OpenColorIO-doc) +#. description(lilypond-doc:lilypond-doc-hu) #, fuzzy -msgid "Documentation for OpenColorIO" -msgstr "7.0 文档" +msgid "Hungary documentation files for the GNU LilyPond music typesetter." +msgstr "Tcl/Tk 及其开发工具。" -#. summary(pcb:pcb-doc) +#. summary(lilypond-doc:lilypond-doc-it) #, fuzzy -msgid "Documentation for PCB, An interactive printed circuit board editor" -msgstr "7.0 文档" +msgid "Documentation for the LilyPond Typesetter (it)" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(pam:pam-doc) +#. description(lilypond-doc:lilypond-doc-it) #, fuzzy -msgid "Documentation for Pluggable Authentication Modules" -msgstr "7.0 文档" +msgid "Italian documentation files for the GNU LilyPond music typesetter." +msgstr "Tcl/Tk 及其开发工具。" -#. description(log4j:log4j-manual) +#. summary(lilypond-doc:lilypond-doc-ja) #, fuzzy -msgid "Documentation for log4j." -msgstr "7.0 文档" +msgid "Documentation for the LilyPond Typesetter (ja)" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(mathgl:mathgl-doc) +#. description(lilypond-doc:lilypond-doc-ja) #, fuzzy -msgid "Documentation for mathgl" -msgstr "7.0 文档" +msgid "Japanese documentation files for the GNU LilyPond music typesetter." +msgstr "Tcl/Tk 及其开发工具。" -#. summary(octave:octave-doc) +#. summary(lilypond-doc:lilypond-doc-nl) #, fuzzy -msgid "Documentation for octave" -msgstr "7.0 文档" +msgid "Documentation for the LilyPond Typesetter (nl)" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(openslide:openslide-doc) +#. description(lilypond-doc:lilypond-doc-nl) #, fuzzy -msgid "Documentation for openslide" -msgstr "7.0 文档" +msgid "Dutch documentation files for the GNU LilyPond music typesetter." +msgstr "Tcl/Tk 及其开发工具。" -#. summary(libxfce4ui:libxfce4ui-doc) +#. summary(lilypond-doc:lilypond-doc-zh) #, fuzzy -msgid "Documentation for the libxfce4ui Library" +msgid "Documentation for the LilyPond Typesetter (zh)" msgstr "Tcl/Tk 及其开发工具。" -#. summary(lilypond-doc) +#. description(lilypond-doc:lilypond-doc-zh) #, fuzzy -msgid "Documentation for the lilypond typesetter" +msgid "Chinese documentation files for the GNU LilyPond music typesetter." msgstr "Tcl/Tk 及其开发工具。" -#. summary(perl-LWP-Online) -msgid "Does your process have access to the web" +#. summary(lilypond:lilypond-emmentaler-fonts) +msgid "Lilypond emmentaler fonts" msgstr "" -#. description(myspell-dictionaries:myspell-nl_NL) -msgid "Dutch spelling dictionary, and hyphenation rules." -msgstr "" - -#. summary(pari-elldata) -msgid "Elliptic Curve Data for the PARI CAS" -msgstr "" - -#. description(orkhon-fonts) -msgid "Emir Yasin Sari's unicode font for writing Old turkic script." -msgstr "" - -#. description(myspell-dictionaries:myspell-en) +#. description(lilypond:lilypond-emmentaler-fonts) msgid "" -"English spelling dictionaries, hyphenation rules, thesaurus, and grammar " -"checker." +"LilyPond is an automated music engraving system. It formats music beautifully and automatically, and has a friendly syntax for its input files.\n" +"\n" +"These are the emmentaler fonts included in the package." msgstr "" -#. summary(perl-Iterator-Util) -msgid "Essential utilities for the Iterator class" +#. summary(lilypond:lilypond-fonts-common) +msgid "Lilypond fonts common dir" msgstr "" -#. description(myspell-dictionaries:myspell-et_EE) -msgid "Estonian spelling dictionary, and hyphenation rules." -msgstr "" - -#. description(myspell-dictionaries:myspell-pt_PT) +#. description(lilypond:lilypond-fonts-common) msgid "" -"European Portuguese spelling dictionary, hyphenation rules, and thesaurus." +"LilyPond is an automated music engraving system. It formats music beautifully and automatically, and has a friendly syntax for its input files.\n" +"\n" +"This contains the directory common to all lilypond fonts." msgstr "" -#. summary(littlewizard-examples) +#. summary(linphone:linphone-lang) #, fuzzy -msgid "Example files for Little Wizard" -msgstr "Tcl/Tk 及其开发工具。" +msgid "Languages for package linphone" +msgstr "语言: " -#. description(nagios:nagios-theme-exfoliation) -msgid "" -"Exfoliation is a simple makeover for the Nagios Core web interface. It " -"consists of two folders that overlay on a stock Nagios installation." -msgstr "" +#. description(linphone:linphone-lang) +#, fuzzy +msgid "Provides translations to the package linphone" +msgstr "等待导航栏应用程序" -#. summary(owasp-modsecurity-crs:owasp-modsecurity-crs-experimental_rules) -msgid "Experimental rules for OWASP ModSecurity CRS" +#. summary(linux-libertine-fonts) +msgid "Free Serif 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." +#. description(linux-libertine-fonts) +msgid "Free serif fonts from the LinuxLibertine project. These might be useful when exchanging documents using Times fonts." msgstr "" -#. summary(perl-Exporter-Declare) -msgid "Exporting done right" +#. summary(linuxrc-devtools) +msgid "Tools to submit from Git to OBS via Jenkins" msgstr "" -#. description(perl-ExtUtils-Config) -msgid "ExtUtils::Config is an abstraction around the %Config hash." +#. description(linuxrc-devtools) +msgid "This is a collection of scripts used to connect github via jenkins to the open build service." msgstr "" -#. summary(perl-DBIx-Class-DeploymentHandler) -msgid "Extensible DBIx::Class deployment" -msgstr "" +#. summary(lirc:lirc-config) +#, fuzzy +msgid "LIRC Configuration Tools and Data" +msgstr "查看配置" -#. summary(perl-DBIx-Class) -msgid "Extensible and flexible object <-> relational mapper" -msgstr "" +#. description(lirc:lirc-config) +#, fuzzy +msgid "The LIRC config package contains tools and data to ease the LIRC configuration process." +msgstr "使用该按钮可启动 YaST 进行永久配置。" -#. summary(perl-CPAN-DistnameInfo) -msgid "Extract distribution name and version from a distribution filename" +#. summary(lit) +msgid "A portable tool for executing test suites" msgstr "" -#. summary(perl-Image-Info) -msgid "Extract meta information from image files" +#. 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 "" -#. 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(littlewizard-examples) +#, fuzzy +msgid "Example files for Little Wizard" +msgstr "Tcl/Tk 及其开发工具。" -#. description(perl-MIME-EncWords) +#. description(littlewizard-examples) msgid "" -"Fellow Americans, you probably won't know what the hell this module is for. " -"Europeans, Russians, et al, you probably do. ':-)'.\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" -"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)" +"This package contains example files for Little Wizard." msgstr "" -#. description(perl-File-ShareDir-Install) -msgid "" -"File::ShareDir::Install allows you to install read-only data files from a " -"distribution. It is a companion module to the File::ShareDir manpage, which " -"allows you to locate these files after installation.\n" -"\n" -"It is a port of the Module::Install::Share manpage to the ExtUtils::" -"MakeMaker manpage with the improvement of only installing the files you " -"want; '.svn', '.git' and other source-control junk will be ignored.\n" -"\n" -"Please note that this module installs read-only data files; empty " -"directories will be ignored." +#. summary(live-fat-stick) +#. summary(live-fat-stick:live-usb-gui) +msgid "Create live usb stick on fat partition" msgstr "" -#. description(perl-File-pushd) +#. description(live-fat-stick) 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" +"Create multi boot USB stick/hard disk with whole iso/s on vfat/fat32 partition keeping existing data untouched.\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" +"If --isohybrid option is used then it removes all existing data and creates new partitions.\n" "\n" -"For convenience, the object stringifies as the canonical form of the " -"absolute pathname of the directory entered." -msgstr "" - -#. description(perl-Filesys-Notify-Simple) -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" +"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 are some limitations in this module. If you don't like it, use the " -"File::ChangeNotify manpage.\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" -" There is no file name based filter. Do it in your own code.\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" -" You can not get types of events (created, updated, deleted).\n" -"\n" -"* *\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(network-autoconfig) -msgid "Find a connected eth interface and create an ifcfg for it" +#. description(live-fat-stick:live-usb-gui) +msgid "" +"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" +"It also supports creating bootable USB sticks from iso images processed with isohybrid, such as openSUSE installation DVD and other Linux distributions." msgstr "" -#. summary(perl-Module-Find) -msgid "Find and use installed modules in a (sub)category" -msgstr "" +#. summary(livedtd) +#, fuzzy +msgid "DTD Visualizing Tool" +msgstr "XEN 虚拟化" -#. summary(perl-Devel-Cycle) -msgid "Find memory cycles in objects" +#. description(livedtd) +msgid "The package comes with a Perl script (livedtd.pl) that converts an SGML or XML DTD (Document Type Definition) into an HTML document. The HTML document is exactly the same text as the DTD but with \"live\" links that let you navigate through the DTD." msgstr "" -#. summary(perl-Devel-FindPerl) -msgid "Find the path to your perl" +#. summary(livestreamer) +msgid "Program to pipe streams from services into a video player" msgstr "" -#. summary(perl-File-HomeDir) -msgid "Find your home and other directories on any platform" +#. 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(mozaddon-gnotifier) -msgid "Firefox integration with native Linux notification system" -msgstr "" +#. summary(log4j:log4j-javadoc) +#, fuzzy +msgid "Java logging tool (Documentation)" +msgstr "帮助和支持文档" -#. summary(orkhon-fonts) -msgid "Font for Old Turkic Script" -msgstr "" +#. description(log4j:log4j-javadoc) +#, fuzzy +msgid "Documentation javadoc for Java logging tool log4j." +msgstr "7.0 文档" -#. summary(maya-fonts) -msgid "Font with Basic Maya Glyphs" +#. summary(log4j:log4j-manual) +msgid "Java logging tool (Manual)" msgstr "" -#. summary(mathgl:mathgl-fonts) +#. description(log4j:log4j-manual) #, fuzzy -msgid "Fonts for mathgl library" +msgid "Documentation manual for Java logging tool log4j." msgstr "7.0 文档" -#. summary(perl-Lingua-EN-Inflect-Number) -msgid "Force number of words to singular or plural" +#. summary(logwarn:logwarn-nagios-plugin) +msgid "Nagios plugin based on the logwarn(1) utility" msgstr "" -#. summary(perl-Devel-Hide) -msgid "Forces the unavailability of specified Perl modules (for testing)" +#. description(logwarn:logwarn-nagios-plugin) +msgid "" +"logwarn searches for interesting messages in log files, where ``interest- ing'' is defined by an user-supplied list of positive and negative (pre- ceeded with a ``!'') extended regular expressions provided on the command line.\n" +"\n" +"This package contains the Nagios plugin that is based on logwarn." msgstr "" -#. summary(mplus-fonts) -msgid "Free Fonts Set Incorporates All Kanji Until Level 2 and Latin Glyphs" +#. summary(logwatch) +msgid "Analyzes and Reports on system logs" msgstr "" -#. summary(linux-libertine-fonts) -msgid "Free Serif Fonts" +#. description(logwatch) +msgid "Logwatch is a customizable, pluggable log-monitoring system. It will go through your logs for a given period of time and make a report in the areas that you wish with the detail that you wish." msgstr "" -#. description(linux-libertine-fonts) -msgid "" -"Free serif fonts from the LinuxLibertine project. These might be useful when " -"exchanging documents using Times fonts." +#. summary(lomt-fonts:lomt-blackout-fonts) +msgid "League Of Movable Type's \"Blackout\" font family" msgstr "" -#. summary(zziplib:libzzip-0-13-32bit) -msgid "Free zip compression library with easy to use API" +#. description(lomt-fonts:lomt-blackout-fonts) +msgid "A font inspired by the author filling in sans-serif newspaper headlines." msgstr "" -#. description(myspell-dictionaries:myspell-fr_FR) -msgid "French spelling dictionary, hyphenation rules, and thesaurus." +#. summary(lomt-fonts:lomt-chunk-fonts) +msgid "League Of Movable Type's \"Chunk\" font" msgstr "" -#. description(paglinawan-quicksand-fonts) -msgid "" -"From http://andrewpaglinawan.com/category/typefaces/#quicksand: Quicksand is " -"a sans serif type family of three weights plus matching obliques and a dash " -"version for display and headings. Influenced by the geometric-style sans " -"serif faces that were popular during the 1920s and 30s, the fonts are based " -"on geometric forms that have been optically corrected for better " -"legibility.\n" -"\n" -"Designers: Andrew Paglinawan" +#. 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(monodevelop) -msgid "Full-Featured IDE for Mono and Gtk-Sharp" +#. summary(lomt-fonts:lomt-fanwood-fonts) +msgid "League Of Movable Type's \"Fanwood\" font family" msgstr "" -#. summary(pari-galpol) -msgid "GALPOL polynomial database for the PARI CAS" +#. 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(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(lomt-fonts:lomt-goudybookletter-fonts) +msgid "League Of Movable Type's \"Goudy Bookletter 1911\" font" msgstr "" -#. 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" +#. description(lomt-fonts:lomt-goudybookletter-fonts) +msgid "A serif font based on Frederic Goudy's Kennerley Oldstyle." msgstr "" -#. summary(gtk2-metatheme-sonar:metatheme-sonar-common) -#, fuzzy -msgid "GTK+ and Metacity Sonar Theme -- Common Files" -msgstr "GNOME 系统" +#. summary(lomt-fonts:lomt-junction-fonts) +msgid "League Of Movable Type's \"Junction\" font" +msgstr "" -#. description(myspell-dictionaries:myspell-gl) -msgid "Galician spelling dictionary, hyphenation rules, and thesaurus." +#. description(lomt-fonts:lomt-junction-fonts) +msgid "Junction is a a humanist sans-serif, and the first open-source type project started by The League of Moveable Type." msgstr "" -#. summary(pari-galdata) -msgid "Galois Groups 8-11 for the PARI CAS" +#. summary(lomt-fonts:lomt-knewave-fonts) +msgid "League Of Movable Type's \"Knewave\" font family" msgstr "" -#. summary(perl-Class-MakeMethods) -msgid "Generate common types of methods" +#. description(lomt-fonts:lomt-knewave-fonts) +msgid "Knewave is a bold, painted font face." msgstr "" -#. summary(perl-Email-MessageID) -msgid "Generate world unique message-ids." +#. summary(lomt-fonts:lomt-leaguegothic-fonts) +msgid "League Of Movable Type's \"League Gothic\" font family" msgstr "" -#. summary(paglinawan-quicksand-fonts) -msgid "Geometric-style sans serif" +#. description(lomt-fonts:lomt-leaguegothic-fonts) +msgid "League Gothic is a revival of an old classic, Alternate Gothic #1." msgstr "" -#. description(myspell-dictionaries:myspell-de) -msgid "" -"German (Austria, Germany, Switzerland) spelling dictionaries, hyphenation " -"rules, and thesaurus." +#. summary(lomt-fonts:lomt-lindenhill-fonts) +msgid "League Of Movable Type's \"Linden Hill\" font family" msgstr "" -#. summary(perl-Getopt-Long-Descriptive) -msgid "Getopt::Long, but simpler and more powerful" +#. 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 "" -#. 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." +#. summary(lomt-fonts:lomt-orbitron-fonts) +msgid "League Of Movable Type's \"Orbitron\" 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-orbitron-fonts) +msgid "Orbitron is a geometric sans-serif typeface intended for display purposes. It features four weights (light, medium, bold, and black), a stylistic alternative, small caps, and a ton of alternate glyphs." msgstr "" -#. summary(perl-Class-Container) -msgid "Glues object frameworks together transparently" +#. summary(lomt-fonts:lomt-ostrichsans-fonts) +msgid "League Of Movable Type's \"Ostrich Sans\" font family" 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." +#. 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-Graph) -msgid "Graph data structures and algorithms" +#. summary(lomt-fonts:lomt-prociono-fonts) +msgid "League Of Movable Type's \"Prociono\" font" msgstr "" -#. description(myspell-dictionaries:myspell-el_GR) -msgid "Greek spelling dictionary, and hyphenation rules." +#. 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 "" -#. summary(ack:perl-App-Ack) -msgid "Grep-Like Text Finder Perl Module" +#. summary(lomt-fonts:lomt-script1-fonts) +msgid "League Of Movable Type's \"League Script Number One\" font" msgstr "" -#. description(perl-Growl-GNTP) -msgid "Growl::GNTP is Perl implementation of GNTP Protocol (Client Part)" +#. description(lomt-fonts:lomt-script1-fonts) +msgid "Script #1 is a modern, coquettish script font that intends to look like handwritten letters from the 1920s. It includes ligatures included." msgstr "" -#. description(myspell-dictionaries:myspell-gu_IN) -#, fuzzy -msgid "Gujarati spelling dictionary." -msgstr "俄联邦" - -#. summary(perl-HTML-FormHandler) -msgid "HTML forms using Moose" +#. summary(lomt-fonts:lomt-sniglet-fonts) +msgid "League Of Movable Type's \"Sniglet\" 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-sniglet-fonts) +msgid "A rounded display face intended primarily for headlines. It comes with a full Latin character set." msgstr "" -#. summary(perl-HTTP-Body) -msgid "HTTP Body Parser" +#. summary(lomt-fonts:lomt-sortsmillgoudy-fonts) +msgid "League Of Movable Type's \"Sorts Mill Goudy\" font family" 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." +#. description(lomt-fonts:lomt-sortsmillgoudy-fonts) +msgid "A \"revival\" of Goudy Oldstyle and Italic, with features including small capitals (in the roman only), oldstyle and lining figures, superscripts and subscripts, fractions, ligatures, class-based kerning, case-sensitive forms, and capital spacing. There is support for many languages using Latin scripts." msgstr "" -#. summary(mtpaint:mtpaint-handbook) +#. summary(lonote) #, fuzzy -msgid "Handbook for the mtpaint painting application" +msgid "A personal note-taking application by Python3-qt4" msgstr "新应用程序" -#. summary(perl-Data-Hierarchy) -msgid "Handle data in a hierarchical structure" +#. 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(openocd:openocd-data) -msgid "Hardware Scripts for OpenOCD" +#. summary(loook) +msgid "Search strings in ODF documents" 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" -"\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" -"\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." +#. 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 "" -#. 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(lostfeathers) +msgid "Help a bird to recover his magical feathers" msgstr "" -#. description(perl-Hash-MultiValue) +#. description(lostfeathers) msgid "" -"Hash::MultiValue is an object (and a plain hash reference) that may contain " -"multiple values per key, inspired by MultiDict of WebOb." +"The Lost Feathers\n" +"\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" +"Help a bird to recover his magical feathers." msgstr "" -#. description(openstack-heat) -msgid "" -"Heat is a service to orchestrate multiple composite cloud applications using " -"templates, through both an OpenStack-native ReST API and a CloudFormation-" -"compatible Query API." +#. summary(lrcShow-X) +msgid "Application for media-players to show and search lyrics" msgstr "" -#. description(openstack-heat-doc) -msgid "" -"Heat is a service to orchestrate multiple composite cloud applications using " -"templates, through both an OpenStack-native ReST API and a CloudFormation-" -"compatible Query API.\n" -"\n" -"This package contains documentation files for openstack-heat." +#. 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(myspell-dictionaries:myspell-he_IL) +#. summary(lrcShow-X:lrcShow-X-lang) #, fuzzy -msgid "Hebrew spelling dictionary." -msgstr "俄联邦" +msgid "Languages for package lrcShow-X" +msgstr "语言: " -#. summary(perl-Data-Page) -msgid "Help when paging through sets of results" -msgstr "" +#. description(lrcShow-X:lrcShow-X-lang) +#, fuzzy +msgid "Provides translations to the package lrcShow-X" +msgstr "等待导航栏应用程序" -#. summary(openstack-utils) +#. summary(lua:lua-doc) +#. summary(lua51:lua51-doc) #, fuzzy -#| msgid "A Set of Utilities for Input Devices" -msgid "Helper utilities for OpenStack service" -msgstr "用于输入设备的一系列工具" +msgid "Documentation for Lua, a small embeddable language" +msgstr "7.0 文档" +#. summary(lua52:lua52-doc) +#, fuzzy +msgid "Documentation for lua, a small embeddable language" +msgstr "7.0 文档" + #. 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 "" -#. description(myspell-dictionaries:myspell-hi_IN) -#, fuzzy -msgid "Hindi spelling dictionary." -msgstr "俄联邦" - -#. description(perl-Hook-LexWrap) -msgid "" -"Hook::LexWrap allows you to install a pre- or post-wrapper (or both) around " -"an existing subroutine. Unlike other modules that provide this capacity (e." -"g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap implements wrappers in " -"such a way that the standard caller function works correctly within the " -"wrapped subroutine." +#. 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 "" -#. description(myspell-dictionaries:myspell-hu_HU) -msgid "" -"Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar " -"checker FSF.hu Foundation." +#. summary(lxde-common:lxde-common-branding-upstream) +msgid "Upstream branding" msgstr "" -#. summary(perl-IO-All) -msgid "IO::All of it to Graham and Damian!" +#. description(lxde-common:lxde-common-branding-upstream) +msgid "This branding-style package sets default applications in LXDE in openSUSE. This is a dumb package, which provides only upstream LXDE configurations as preferred defaults. You most probably don't want this package. You probably want to install distribution default lxde-common-branding and prefer openSUSE default settings." msgstr "" -#. description(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." +#. summary(lxqt-common) +msgid "Common Data File" msgstr "" -#. summary(perl-IO-Socket-Timeout) -msgid "IO::Socket with read/write timeout" +#. description(lxqt-common) +msgid "Common data file required for running an lxqt session" msgstr "" -#. summary(nagios-plugins-ipmi-sensor1) +#. summary(lxqt-config:lxqt-config-lang) #, fuzzy -msgid "IPMI Sensor 1 Monitoring Plugin for Nagios/Icinga" -msgstr "KDE 桌面环境" +msgid "Languages for package lxqt-config" +msgstr "语言: " -#. summary(otrs:otrs-itsm) -msgid "ITIL (R) focused IT service management" -msgstr "" +#. description(lxqt-config:lxqt-config-lang) +#, fuzzy +msgid "Provides translations to the package lxqt-config" +msgstr "等待导航栏应用程序" -#. description(myspell-dictionaries:myspell-is) -msgid "Icelandic spelling dictionary and thesaurus." -msgstr "" +#. summary(lxqt-notificationd:lxqt-notificationd-lang) +#, fuzzy +msgid "Languages for package lxqt-notificationd" +msgstr "语言: " -#. description(perl-HTML-Scrubber) -msgid "" -"If you want to \"scrub\" or \"sanitize\" html input in a reliable and " -"flexible fashion, then this module is for you.\n" -"\n" -"I wasn't satisfied with HTML::Sanitizer because it is based on HTML::" -"TreeBuilder, so I thought I'd write something similar that works directly " -"with HTML::Parser." -msgstr "" +#. description(lxqt-notificationd:lxqt-notificationd-lang) +#, fuzzy +msgid "Provides translations to the package lxqt-notificationd" +msgstr "等待导航栏应用程序" -#. 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(lxqt-openssh-askpass:lxqt-openssh-askpass-lang) +#, fuzzy +msgid "Languages for package lxqt-openssh-askpass" +msgstr "语言: " -#. summary(perl-File-ShareDir-Install) +#. description(lxqt-openssh-askpass:lxqt-openssh-askpass-lang) #, fuzzy -msgid "Install shared files" -msgstr "安装" +msgid "Provides translations to the package lxqt-openssh-askpass" +msgstr "等待导航栏应用程序" -#. description(mtpaint:mtpaint-handbook) -msgid "" -"Install this package is want to read the handbook for the painting " -"application mtpaint." -msgstr "" +#. summary(lxqt-policykit:lxqt-policykit-lang) +#, fuzzy +msgid "Languages for package lxqt-policykit" +msgstr "语言: " -#. summary(loki_setup:loki_setup-64bit) -msgid "Installer Program Mainly for Games" -msgstr "" +#. description(lxqt-policykit:lxqt-policykit-lang) +#, fuzzy +msgid "Provides translations to the package lxqt-policykit" +msgstr "等待导航栏应用程序" -#. summary(nautilus-terminal) -msgid "Integrated Terminal for the Nautilus File Browser" +#. summary(lynis) +msgid "Security and System auditing tool" msgstr "" -#. summary(perl-GraphViz) -msgid "Interface to AT&T's GraphViz. Deprecated. See GraphViz2" +#. 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(netcomponents) -msgid "Internet Protocol Suite Java Library" -msgstr "" +#. summary(m17n-db:m17n-db-lang) +#, fuzzy +msgid "Languages for package m17n-db" +msgstr "语言: " -#. summary(perl-DBIx-Class-IntrospectableM2M) -msgid "Introspect many-to-many shortcuts" -msgstr "" +#. description(m17n-db:m17n-db-lang) +#, fuzzy +msgid "Provides translations to the package m17n-db" +msgstr "等待导航栏应用程序" -#. description(perl-DBIx-ContextualFetch) -msgid "" -"It always struck me odd that DBI didn't take much advantage of Perl's " -"context sensitivity. DBIx::ContextualFetch redefines some of the various " -"fetch methods to fix this oversight. It also adds a few new methods for " -"convenience (though not necessarily efficiency)." +#. summary(makeself) +msgid "Make self-extractable archives on Unix" msgstr "" -#. description(perl-Mixin-Linewise) +#. description(makeself) 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." +"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 "" -#. description(myspell-dictionaries:myspell-it_IT) -msgid "Italian spelling dictionary, hyphenation rules, and thesaurus." -msgstr "" +#. summary(marco:marco-lang) +#, fuzzy +msgid "Languages for package marco" +msgstr "语言: " -#. summary(perl-MooseX-Iterator) +#. description(marco:marco-lang) #, fuzzy -msgid "Iterate over collections" -msgstr "收藏的应用程序" +msgid "Provides translations to the package marco" +msgstr "等待导航栏应用程序" -#. summary(perl-JSON-RPC) +#. summary(marco:marco-themes) #, fuzzy -msgid "JSON RPC 2.0 Server Implementation" -msgstr "自选设置管理" +#| msgid "KDE Window Manager" +msgid "MATE window manager themes" +msgstr "KDE 窗口管理器" -#. 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****" +#. description(marco:marco-themes) +msgid "Marco is a small window manager, using GTK+ to do everything. It is developed mainly for the MATE Desktop." msgstr "" -#. description(lucene) -msgid "" -"Jakarta Lucene is a high-performance, full-featured text search engine " -"written entirely in Java. It is a technology suitable for nearly any " -"application that requires full-text search, especially cross-platform." -msgstr "" +#. summary(mate-applets:mate-applets-lang) +#, fuzzy +msgid "Languages for package mate-applets" +msgstr "语言: " -#. summary(motoya-lmaru-fonts) -msgid "Japanese Round-Gothic-Typeface Fonts Designed by Motoya" -msgstr "" - -#. summary(motoya-lcedar-fonts) -msgid "Japanese gothic-typeface fonts designed by Motoya" -msgstr "" - -#. summary(log4j:log4j-javadoc) +#. description(mate-applets:mate-applets-lang) #, fuzzy -msgid "Java logging tool (Documentation)" -msgstr "帮助和支持文档" +msgid "Provides translations to the package mate-applets" +msgstr "等待导航栏应用程序" -#. summary(log4j:log4j-manual) -msgid "Java logging tool (Manual)" +#. summary(mate-backgrounds) +msgid "A set of backgrounds packaged with the MATE desktop" msgstr "" -#. summary(log4j-mini) -msgid "" -"Java logging tool (internal featureless package breaking dependency loop)" +#. description(mate-backgrounds) +msgid "This is a collection of desktop wallpapers created with MATE users in mind." msgstr "" -#. description(netbeans-javaparser) -msgid "Java parser to analyse Java source files inside of the NetBeans IDE" -msgstr "" +#. summary(mate-backgrounds:mate-backgrounds-lang) +#, fuzzy +msgid "Languages for package mate-backgrounds" +msgstr "语言: " -#. description(log4j:log4j-javadoc) +#. description(mate-backgrounds:mate-backgrounds-lang) #, fuzzy -msgid "Javadoc for log4j." -msgstr "7.0 文档" +msgid "Provides translations to the package mate-backgrounds" +msgstr "等待导航栏应用程序" -#. summary(netcomponents:netcomponents-javadoc) -msgid "Javadoc for netcomponents" +#. summary(mate-common) +msgid "Common scripts and macros to develop with MATE" msgstr "" -#. summary(oro:oro-javadoc) -msgid "Javadoc for oro" +#. 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(pentaho-libxml:pentaho-libxml-javadoc) +#. summary(mate-branding-openSUSE:mate-control-center-branding-openSUSE) #, fuzzy -msgid "Javadoc for pentaho-libxml" -msgstr "7.0 文档" +msgid "openSUSE Branding of mate-control-center" +msgstr "电源管理 (APM)" -#. description(pentaho-libxml:pentaho-libxml-javadoc) +#. description(mate-branding-openSUSE:mate-control-center-branding-openSUSE) #, fuzzy -msgid "Javadoc for pentaho-libxml." -msgstr "7.0 文档" +msgid "This package provides the openSUSE definition of what appears in the control center." +msgstr "包中含有意外的版本" -#. summary(pentaho-reporting-flow-engine:pentaho-reporting-flow-engine-javadoc) +#. summary(mate-control-center:mate-control-center-branding-upstream) #, fuzzy -msgid "Javadoc for pentaho-reporting-flow-engine" -msgstr "7.0 文档" +msgid "The MATE Control Center -- Upstream Definition of Shell Content" +msgstr "默认菜单和应用程序浏览器" -#. description(pentaho-reporting-flow-engine:pentaho-reporting-flow-engine-javadoc) -#, fuzzy -msgid "Javadoc for pentaho-reporting-flow-engine." -msgstr "7.0 文档" - -#. summary(perl-Locale-Maketext-Gettext) -msgid "Joins the gettext and Maketext frameworks" -msgstr "" - -#. description(lomt-fonts:lomt-junction-fonts) +#. description(mate-control-center:mate-control-center-branding-upstream) msgid "" -"Junction is a a humanist sans-serif, and the first open-source type project " -"started by The League of Moveable Type." +"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 "" -#. description(openstack-keystone) -msgid "" -"Keystone is an OpenStack project that provides Identity, Token, Catalog and " -"Policy services for use specifically by projects in the OpenStack family." -msgstr "" +#. summary(mate-control-center:mate-control-center-lang) +#, fuzzy +msgid "Languages for package mate-control-center" +msgstr "语言: " -#. description(openstack-keystone-doc) -msgid "" -"Keystone is an OpenStack project that provides Identity, Token, Catalog and " -"Policy services for use specifically by projects in the OpenStack family.\n" -"\n" -"This package contains documentation files for openstack-keystone." -msgstr "" +#. description(mate-control-center:mate-control-center-lang) +#, fuzzy +msgid "Provides translations to the package mate-control-center" +msgstr "等待导航栏应用程序" -#. description(lomt-fonts:lomt-knewave-fonts) -msgid "Knewave is a bold, painted font face." -msgstr "" +#. summary(mate-desktop:mate-desktop-lang) +#. summary(mate-desktop:mate-user-guide-lang) +#, fuzzy +msgid "Languages for package mate-desktop" +msgstr "语言: " -#. description(myspell-dictionaries:myspell-kmr_Latn) +#. description(mate-desktop:mate-desktop-lang) +#. description(mate-desktop:mate-user-guide-lang) #, fuzzy -msgid "Kurdish (Turkey) spelling dictionary." -msgstr "俄联邦" +msgid "Provides translations to the package mate-desktop" +msgstr "等待导航栏应用程序" -#. description(lldb) -msgid "" -"LLDB is a next generation, high-performance debugger. It is built as a set " -"of reusable components which highly leverage existing libraries in the " -"larger LLVM Project, such as the Clang expression parser and LLVM " -"disassembler." +#. summary(mate-icon-theme) +msgid "MATE icon theme" msgstr "" -#. 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." +#. 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(mate-utils:mate-utils-common-lang) +#. summary(mate-icon-theme-faenza) #, fuzzy -msgid "Languages for MATE utilities" -msgstr "语言: " +msgid "MATE Desktop Faenza compilation theme" +msgstr "GNOME 主菜单" -#. summary(NetworkManager:NetworkManager-lang) -#, fuzzy -msgid "Languages for package NetworkManager" -msgstr "语言: " +#. 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(NetworkManager-gnome:NetworkManager-gnome-lang) -#, fuzzy -msgid "Languages for package NetworkManager-gnome" -msgstr "语言: " +#. summary(mate-icon-theme-faenza:mate-icon-theme-faenza-dark) +msgid "MATE Desktop faenza compilation theme, dark variant" +msgstr "" -#. summary(NetworkManager-novellvpn:NetworkManager-novellvpn-lang) -#, fuzzy -msgid "Languages for package NetworkManager-novellvpn" -msgstr "语言: " +#. summary(mate-icon-theme-faenza:mate-icon-theme-faenza-gray) +msgid "MATE Desktop faenza compilation theme, grey variant" +msgstr "" -#. summary(NetworkManager-openconnect:NetworkManager-openconnect-lang) +#. summary(mate-indicator-applet:mate-indicator-applet-lang) #, fuzzy -msgid "Languages for package NetworkManager-openconnect" +msgid "Languages for package mate-indicator-applet" msgstr "语言: " -#. summary(NetworkManager-openvpn:NetworkManager-openvpn-lang) +#. description(mate-indicator-applet:mate-indicator-applet-lang) #, fuzzy -msgid "Languages for package NetworkManager-openvpn" -msgstr "语言: " +msgid "Provides translations to the package mate-indicator-applet" +msgstr "等待导航栏应用程序" -#. summary(NetworkManager-pptp:NetworkManager-pptp-lang) +#. summary(mate-media:mate-media-lang) #, fuzzy -msgid "Languages for package NetworkManager-pptp" +msgid "Languages for package mate-media" msgstr "语言: " -#. summary(NetworkManager-strongswan:NetworkManager-strongswan-lang) +#. description(mate-media:mate-media-lang) #, fuzzy -msgid "Languages for package NetworkManager-strongswan" -msgstr "语言: " +msgid "Provides translations to the package mate-media" +msgstr "等待导航栏应用程序" -#. summary(NetworkManager-vpnc:NetworkManager-vpnc-lang) -#, fuzzy -msgid "Languages for package NetworkManager-vpnc" -msgstr "语言: " - -#. summary(PackageKit:PackageKit-lang) -msgid "Languages for package PackageKit" +#. summary(mate-menu) +msgid "Advanced MATE menu" msgstr "" -#. summary(liferea:liferea-lang) -msgid "Languages for package liferea" +#. description(mate-menu) +msgid "" +"An advanced menu for MATE. Supports filtering, favourites, autosession, and many other features.\n" +"\n" +"This menu originated in the Linux Mint distribution and has been ported to other distros that ship the MATE Desktop Environment." msgstr "" -#. summary(lightdm-kde-greeter:lightdm-kde-greeter-lang) +#. summary(mate-menu:mate-menu-lang) #, fuzzy -msgid "Languages for package lightdm-kde-greeter" +msgid "Languages for package mate-menu" msgstr "语言: " -#. summary(lightsoff:lightsoff-lang) +#. description(mate-menu:mate-menu-lang) #, fuzzy -msgid "Languages for package lightsoff" -msgstr "语言: " +msgid "Provides translations to the package mate-menu" +msgstr "等待导航栏应用程序" -#. summary(lrcShow-X:lrcShow-X-lang) +#. summary(mate-branding-openSUSE:mate-menus-branding-openSUSE) #, fuzzy -msgid "Languages for package lrcShow-X" -msgstr "语言: " +msgid "openSUSE Branding of mate-menus" +msgstr "电源管理 (APM)" -#. summary(marco:marco-lang) +#. description(mate-branding-openSUSE:mate-menus-branding-openSUSE) #, fuzzy -msgid "Languages for package marco" -msgstr "语言: " +msgid "This package provides the openSUSE definitions for menus." +msgstr "包中含有意外的版本" -#. summary(mate-applets:mate-applets-lang) +#. summary(mate-menus:mate-menus-branding-upstream) #, fuzzy -msgid "Languages for package mate-applets" -msgstr "语言: " +msgid "The MATE Desktop Menu -- Upstream Menus Definitions" +msgstr "默认菜单和应用程序浏览器" -#. summary(mate-backgrounds:mate-backgrounds-lang) +#. description(mate-menus:mate-menus-branding-upstream) +msgid "" +"The package contains an implementation of the draft \"Desktop Menu Specification\" from freedesktop.org:\n" +"\n" +"http://freedesktop.org/Standards/menu-spec\n" +"\n" +"This package provides the upstream definitions for menus." +msgstr "" + +#. summary(mate-menus:mate-menus-lang) #, fuzzy -msgid "Languages for package mate-backgrounds" +msgid "Languages for package mate-menus" msgstr "语言: " -#. summary(mate-calc:mate-calc-lang) +#. description(mate-menus:mate-menus-lang) #, fuzzy -msgid "Languages for package mate-calc" -msgstr "语言: " +msgid "Provides translations to the package mate-menus" +msgstr "等待导航栏应用程序" -#. summary(mate-control-center:mate-control-center-lang) +#. summary(mate-netbook:mate-netbook-lang) #, fuzzy -msgid "Languages for package mate-control-center" +msgid "Languages for package mate-netbook" msgstr "语言: " -#. summary(mate-desktop:mate-desktop-lang) +#. description(mate-netbook:mate-netbook-lang) #, fuzzy -msgid "Languages for package mate-desktop" -msgstr "语言: " +msgid "Provides translations to the package mate-netbook" +msgstr "等待导航栏应用程序" -#. summary(mate-dialogs:mate-dialogs-lang) +#. summary(mate-netspeed:mate-netspeed-lang) #, fuzzy -msgid "Languages for package mate-dialogs" +msgid "Languages for package mate-netspeed" msgstr "语言: " -#. summary(mate-indicator-applet:mate-indicator-applet-lang) +#. description(mate-netspeed:mate-netspeed-lang) #, fuzzy -msgid "Languages for package mate-indicator-applet" -msgstr "语言: " +msgid "Provides translations to the package mate-netspeed" +msgstr "等待导航栏应用程序" -#. summary(mate-media:mate-media-lang) +#. summary(mate-notification-daemon:mate-notification-daemon-lang) #, fuzzy -msgid "Languages for package mate-media" +msgid "Languages for package mate-notification-daemon" msgstr "语言: " -#. summary(mate-menus:mate-menus-lang) +#. description(mate-notification-daemon:mate-notification-daemon-lang) #, fuzzy -msgid "Languages for package mate-menus" -msgstr "语言: " +msgid "Provides translations to the package mate-notification-daemon" +msgstr "等待导航栏应用程序" -#. summary(mate-netbook:mate-netbook-lang) +#. summary(mate-branding-openSUSE:mate-panel-branding-openSUSE) #, fuzzy -msgid "Languages for package mate-netbook" -msgstr "语言: " +msgid "openSUSE Branding of mate-panel" +msgstr "电源管理 (APM)" -#. summary(mate-netspeed:mate-netspeed-lang) +#. description(mate-branding-openSUSE:mate-panel-branding-openSUSE) #, fuzzy -msgid "Languages for package mate-netspeed" -msgstr "语言: " +msgid "This package provides the openSUSE look and feel for the MATE Panel." +msgstr "包中含有意外的版本" -#. summary(mate-notification-daemon:mate-notification-daemon-lang) +#. summary(mate-panel:mate-panel-branding-upstream) #, fuzzy -msgid "Languages for package mate-notification-daemon" -msgstr "语言: " +msgid "The MATE Desktop Panel -- Upstream default layout" +msgstr "GNOME 主菜单" +#. description(mate-panel:mate-panel-branding-upstream) +msgid "" +"This package contains the MATE Desktop Panel. The panel is an easy-to-use and functional interface to manage your desktop, start programs, and organise access to your data.\n" +"\n" +"This package contains the upstream default layout for MATE Panel." +msgstr "" + #. summary(mate-panel:mate-panel-lang) #, fuzzy msgid "Languages for package mate-panel" msgstr "语言: " +#. description(mate-panel:mate-panel-lang) +#, fuzzy +msgid "Provides translations to the package mate-panel" +msgstr "等待导航栏应用程序" + #. summary(mate-polkit:mate-polkit-lang) #, fuzzy msgid "Languages for package mate-polkit" msgstr "语言: " +#. description(mate-polkit:mate-polkit-lang) +#, fuzzy +msgid "Provides translations to the package mate-polkit" +msgstr "等待导航栏应用程序" + #. summary(mate-power-manager:mate-power-manager-lang) #, fuzzy msgid "Languages for package mate-power-manager" msgstr "语言: " +#. description(mate-power-manager:mate-power-manager-lang) +#, fuzzy +msgid "Provides translations to the package mate-power-manager" +msgstr "等待导航栏应用程序" + #. summary(mate-screensaver:mate-screensaver-lang) #, fuzzy msgid "Languages for package mate-screensaver" msgstr "语言: " +#. description(mate-screensaver:mate-screensaver-lang) +#, fuzzy +msgid "Provides translations to the package mate-screensaver" +msgstr "等待导航栏应用程序" + #. summary(mate-sensors-applet:mate-sensors-applet-lang) #, fuzzy msgid "Languages for package mate-sensors-applet" msgstr "语言: " +#. description(mate-sensors-applet:mate-sensors-applet-lang) +#, fuzzy +msgid "Provides translations to the package mate-sensors-applet" +msgstr "等待导航栏应用程序" + +#. summary(mate-branding-openSUSE:mate-session-manager-branding-openSUSE) +#, fuzzy +msgid "openSUSE Branding of mate-session-manager" +msgstr "电源管理 (APM)" + +#. description(mate-branding-openSUSE:mate-session-manager-branding-openSUSE) +#, fuzzy +msgid "This package provides the openSUSE look and feel for the MATE Session Manager." +msgstr "包中含有意外的版本" + #. summary(mate-session-manager:mate-session-manager-lang) #, fuzzy msgid "Languages for package mate-session-manager" msgstr "语言: " +#. description(mate-session-manager:mate-session-manager-lang) +#, fuzzy +msgid "Provides translations to the package mate-session-manager" +msgstr "等待导航栏应用程序" + #. summary(mate-settings-daemon:mate-settings-daemon-lang) #, fuzzy msgid "Languages for package mate-settings-daemon" msgstr "语言: " +#. description(mate-settings-daemon:mate-settings-daemon-lang) +#, fuzzy +msgid "Provides translations to the package mate-settings-daemon" +msgstr "等待导航栏应用程序" + #. summary(mate-system-monitor:mate-system-monitor-lang) #, fuzzy msgid "Languages for package mate-system-monitor" msgstr "语言: " +#. description(mate-system-monitor:mate-system-monitor-lang) +#, fuzzy +msgid "Provides translations to the package mate-system-monitor" +msgstr "等待导航栏应用程序" + #. summary(mate-terminal:mate-terminal-lang) #, fuzzy msgid "Languages for package mate-terminal" msgstr "语言: " -#. summary(mate-themes:mate-themes-lang) +#. description(mate-terminal:mate-terminal-lang) #, fuzzy -msgid "Languages for package mate-themes" -msgstr "语言: " +msgid "Provides translations to the package mate-terminal" +msgstr "等待导航栏应用程序" -#. summary(mate-user-share:mate-user-share-lang) +#. summary(mate-themes) #, fuzzy -msgid "Languages for package mate-user-share" -msgstr "语言: " +msgid "Themes for the MATE desktop" +msgstr "开发用于 GNOME 桌面的软件所需的所有程序包。" -#. summary(memprof:memprof-lang) +#. description(mate-themes) #, fuzzy -msgid "Languages for package memprof" -msgstr "语言: " +msgid "" +"Official themes for the MATE desktop\n" +"\n" +"This package contains the official desktop themes of the MATE desktop environment." +msgstr "包中含有意外的版本" -#. summary(metacity:metacity-lang) -msgid "Languages for package metacity" -msgstr "" - -#. summary(midori:midori-lang) +#. summary(mate-themes:mate-themes-lang) #, fuzzy -msgid "Languages for package midori" +msgid "Languages for package mate-themes" msgstr "语言: " -#. summary(mousetweaks:mousetweaks-lang) -msgid "Languages for package mousetweaks" -msgstr "" +#. description(mate-themes:mate-themes-lang) +#, fuzzy +msgid "Provides translations to the package mate-themes" +msgstr "等待导航栏应用程序" -#. summary(mozo:mozo-lang) +#. summary(mate-tweak) #, fuzzy -msgid "Languages for package mozo" -msgstr "语言: " +msgid "MATE desktop tweak tool" +msgstr "GNOME 主菜单" -#. summary(mutter:mutter-lang) -msgid "Languages for package mutter" +#. description(mate-tweak) +msgid "" +"Configures some aspects of the MATE desktop not exposed via the MATE Control Center applets.\n" +"\n" +"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(mx:mx-lang) -msgid "Languages for package mx" -msgstr "" - -#. summary(nautilus:nautilus-lang) +#. summary(mate-tweak:mate-tweak-lang) #, fuzzy -msgid "Languages for package nautilus" +msgid "Languages for package mate-tweak" msgstr "语言: " -#. summary(nautilus-actions:nautilus-actions-lang) +#. description(mate-tweak:mate-tweak-lang) #, fuzzy -msgid "Languages for package nautilus-actions" -msgstr "软件包 iso-codes 的语言文件" +msgid "Provides translations to the package mate-tweak" +msgstr "等待导航栏应用程序" -#. summary(nautilus-image-converter:nautilus-image-converter-lang) +#. summary(mate-desktop:mate-user-guide) #, fuzzy -msgid "Languages for package nautilus-image-converter" -msgstr "语言: " +msgid "User guide for the MATE desktop" +msgstr "开发用于 GNOME 桌面的软件所需的所有程序包。" -#. summary(nautilus-open-terminal:nautilus-open-terminal-lang) +#. description(mate-desktop:mate-user-guide) #, fuzzy -msgid "Languages for package nautilus-open-terminal" -msgstr "语言: " +msgid "This package contains documentation targeted for end-users of MATE Desktop Environment with general MATE applicability." +msgstr "包中含有意外的版本" -#. summary(nautilus-search-tool:nautilus-search-tool-lang) +#. summary(mate-user-share:mate-user-share-lang) #, fuzzy -msgid "Languages for package nautilus-search-tool" +msgid "Languages for package mate-user-share" msgstr "语言: " -#. summary(nautilus-sendto:nautilus-sendto-lang) +#. description(mate-user-share:mate-user-share-lang) #, fuzzy -msgid "Languages for package nautilus-sendto" -msgstr "语言: " +msgid "Provides translations to the package mate-user-share" +msgstr "等待导航栏应用程序" -#. summary(net6:net6-lang) +#. summary(mate-utils:mate-utils-common-lang) #, fuzzy -msgid "Languages for package net6" +msgid "Languages for MATE utilities" msgstr "语言: " -#. summary(notification-daemon:notification-daemon-lang) +#. description(mate-utils:mate-utils-common-lang) #, fuzzy -msgid "Languages for package notification-daemon" -msgstr "语言: " +msgid "Provides common translations shared by Caja extensions" +msgstr "等待导航栏应用程序" -#. summary(obby:obby-lang) -#, fuzzy -msgid "Languages for package obby" -msgstr "语言: " +#. summary(libmateweather:mateweather-common) +msgid "MATE Weather common files" +msgstr "" -#. summary(openconnect:openconnect-lang) +#. summary(mathgl:mathgl-doc) +#. summary(mathgl:mathgl-doc-pdf) #, fuzzy -msgid "Languages for package openconnect" -msgstr "语言: " +msgid "Documentation for MathGL" +msgstr "7.0 文档" -#. summary(orca:orca-lang) -msgid "Languages for package orca" +#. description(mathgl:mathgl-doc) +msgid "" +"MathGL is a cross-platform library for making high-quality scientific graphics. It provides fast data plotting and handling of large data arrays, as well as window and console modes and for easy embedding into other programs. MathGL integrates into FLTK, Qt and OpenGL applications.\n" +"\n" +"This package provides the documentation for MathGL in HTML format." msgstr "" -#. summary(osdlyrics:osdlyrics-lang) -#, fuzzy -msgid "Languages for package osdlyrics" -msgstr "语言: " +#. description(mathgl:mathgl-doc-pdf) +msgid "" +"MathGL is a cross-platform library for making high-quality scientific graphics. It provides fast data plotting and handling of large data arrays, as well as window and console modes and for easy embedding into other programs. MathGL integrates into FLTK, Qt and OpenGL applications.\n" +"\n" +"This package provides the documentation for MathGL in PDF format." +msgstr "" -#. summary(parole:parole-lang) +#. summary(mathgl:mathgl-doc-ru) #, fuzzy -msgid "Languages for package parole" -msgstr "语言: " +msgid "Russian documentation for MathGL" +msgstr "7.0 文档" -#. summary(parted:parted-lang) -msgid "Languages for package parted" +#. description(mathgl:mathgl-doc-ru) +msgid "" +"MathGL is a cross-platform library for making high-quality scientific graphics. It provides fast data plotting and handling of large data arrays, as well as window and console modes and for easy embedding into other programs. MathGL integrates into FLTK, Qt and OpenGL applications.\n" +"\n" +"This package provides Russian documentation for MathGL." msgstr "" -#. summary(pdf2djvu:pdf2djvu-lang) +#. summary(mathgl:mathgl-fonts) #, fuzzy -msgid "Languages for package pdf2djvu" -msgstr "语言: " +msgid "Fonts for MathGL library" +msgstr "7.0 文档" -#. description(myspell-dictionaries:myspell-lo_LA) +#. description(mathgl:mathgl-fonts) #, fuzzy -msgid "Lao spelling dictionary." -msgstr "俄联邦" +msgid "This package contains command fonts for MathGL library." +msgstr "最近使用过的应用程序" -#. description(myspell-dictionaries:myspell-lv_LV) -msgid "Latvian spelling dictionary, and hyphenation rules." -msgstr "" +#. summary(mathgl:mathgl-tex) +#, fuzzy +msgid "MathGL scripts in LaTeX document" +msgstr "7.0 文档" -#. description(lomt-fonts:lomt-leaguegothic-fonts) -msgid "League Gothic is a revival of an old classic, Alternate Gothic #1." +#. description(mathgl:mathgl-tex) +msgid "" +"MathGL is a cross-platform library for making high-quality scientific graphics. It provides fast data plotting and handling of large data arrays, as well as window and console modes and for easy embedding into other programs. MathGL integrates into FLTK, Qt and OpenGL applications.\n" +"\n" +"This package allows to use MathGL scripts in LaTeX documents." msgstr "" -#. summary(lomt-fonts:lomt-blackout-fonts) -msgid "League Of Movable Type's \"Blackout\" font family" -msgstr "" +#. summary(mathgl:mathgl-tex-doc) +#, fuzzy +msgid "Documentation for mglTeX" +msgstr "7.0 文档" -#. summary(lomt-fonts:lomt-chunk-fonts) -msgid "League Of Movable Type's \"Chunk\" font" +#. description(mathgl:mathgl-tex-doc) +msgid "" +"MathGL is a cross-platform library for making high-quality scientific graphics. It provides fast data plotting and handling of large data arrays, as well as window and console modes and for easy embedding into other programs. MathGL integrates into FLTK, Qt and OpenGL applications.\n" +"\n" +"This package provides documentation for mglTeX." msgstr "" -#. summary(lomt-fonts:lomt-fanwood-fonts) -msgid "League Of Movable Type's \"Fanwood\" font family" +#. summary(mathml-dtd) +msgid "MathML DTD" msgstr "" -#. summary(lomt-fonts:lomt-goudybookletter-fonts) -msgid "League Of Movable Type's \"Goudy Bookletter 1911\" font" +#. description(mathml-dtd) +msgid "Contains the DTD \"Mathematical Markup Language\" (MathML) Version 2.0, W3C Recommendation 21 February 2001." msgstr "" -#. summary(lomt-fonts:lomt-junction-fonts) -msgid "League Of Movable Type's \"Junction\" font" +#. summary(mdds:mdds-devel) +msgid "A collection of multi-dimensional data structure and indexing algorithm" msgstr "" -#. summary(lomt-fonts:lomt-knewave-fonts) -msgid "League Of Movable Type's \"Knewave\" font family" +#. 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(lomt-fonts:lomt-leaguegothic-fonts) -msgid "League Of Movable Type's \"League Gothic\" font family" -msgstr "" +#. summary(mediastreamer2:mediastreamer2-lang) +#, fuzzy +msgid "Languages for package mediastreamer2" +msgstr "语言: " -#. summary(lomt-fonts:lomt-script1-fonts) -msgid "League Of Movable Type's \"League Script Number One\" font" -msgstr "" +#. description(mediastreamer2:mediastreamer2-lang) +#, fuzzy +msgid "Provides translations to the package mediastreamer2" +msgstr "等待导航栏应用程序" -#. summary(lomt-fonts:lomt-lindenhill-fonts) -msgid "League Of Movable Type's \"Linden Hill\" font family" +#. summary(memprof:memprof-lang) +#, fuzzy +msgid "Languages for package memprof" +msgstr "语言: " + +#. description(memprof:memprof-lang) +#, fuzzy +msgid "Provides translations to the package memprof" +msgstr "等待导航栏应用程序" + +#. summary(meslo-lg-fonts) +msgid "Meslo LG Font Family" msgstr "" -#. summary(lomt-fonts:lomt-orbitron-fonts) -msgid "League Of Movable Type's \"Orbitron\" font family" +#. 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 "" -#. summary(lomt-fonts:lomt-ostrichsans-fonts) -msgid "League Of Movable Type's \"Ostrich Sans\" font family" +#. summary(meson) +msgid "High productivity build system" msgstr "" -#. summary(lomt-fonts:lomt-prociono-fonts) -msgid "League Of Movable Type's \"Prociono\" font" +#. 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 "" -#. summary(lomt-fonts:lomt-raleway-fonts) -msgid "League Of Movable Type's \"Raleway\" font" +#. summary(meson:meson-gui) +msgid "GUI for high productivity build system" msgstr "" -#. summary(lomt-fonts:lomt-sniglet-fonts) -msgid "League Of Movable Type's \"Sniglet\" font" +#. description(meson:meson-gui) +#, fuzzy +msgid "Graphical user interface for the high productivity build system." +msgstr "输入抽象层 的用户界面" + +#. summary(metacity:metacity-lang) +msgid "Languages for package metacity" msgstr "" -#. summary(lomt-fonts:lomt-sortsmillgoudy-fonts) -msgid "League Of Movable Type's \"Sorts Mill Goudy\" font family" +#. description(metacity:metacity-lang) +msgid "Provides translations to the package metacity" msgstr "" -#. summary(mingzat-fonts) +#. summary(metacity-themes) #, fuzzy -msgid "Lepcha Font" -msgstr "Liberation 字体" +msgid "Themes for the Metacity Window Manager" +msgstr "Motif 窗口管理器" -#. summary(perl-Data-Dumper-Concise) -msgid "Less indentation and newlines plus sub deparsing" +#. description(metacity-themes) +#, fuzzy +msgid "This package contains themes usable with the Metacity window manager for the GNOME Desktop." +msgstr "开发用于 GNOME 桌面的软件所需的所有程序包。" + +#. summary(ubuntu-themes:metatheme-ambiance-common) +#, fuzzy +msgid "Ambiance Gtk Theme -- Common Files" +msgstr "GNOME 系统" + +#. summary(ubuntu-mate-artwork:metatheme-ambiant-mate-common) +#, fuzzy +msgid "Ambiant-MATE Gtk Theme -- Common Files" +msgstr "GNOME 系统" + +#. 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 "" -#. summary(perl-Class-Accessor-Grouped) -msgid "Lets you build groups of accessors" +#. description(bluebird-theme:metatheme-bluebird-common) +msgid "" +"The Bluebird theme for GTK2/3 and xfwm4/emerald/metacity started out on the basis of Bluebird, but aims at reworking the intense blue tone to a more neutral blue-ish look that will be more pleasant to look at in everyday use.\n" +"\n" +"This package provides the files common to the GTK+ themes and the window manager themes as well as background images." msgstr "" -#. description(perl-Lexical-Persistence) +#. summary(elementary-theme:metatheme-elementary-common) +#, fuzzy +msgid "The elementary GTK Theme -- Common Files" +msgstr "GNOME 系统" + +#. description(elementary-theme:metatheme-elementary-common) msgid "" -"Lexical::Persistence does a few things, all related. Note that all the " -"behaviors listed here are the defaults. Subclasses can override nearly every " -"aspect of Lexical::Persistence's behavior.\n" +"The official elementary GTK theme designed to be smooth, attractive, fast, and usable.\n" "\n" -"Lexical::Persistence lets your code access persistent data through lexical " -"variables. This example prints \"some value\" because the value of $x " -"persists in the $lp object between setter() and getter().\n" -"\n" -"\tuse Lexical::Persistence;\n" -"\n" -"\tmy $lp = Lexical::Persistence->new(); \t$lp->call(\\&setter); \t$lp-" -">call(\\&getter);\n" -"\n" -"\tsub setter { my $x = \"some value\" } \tsub getter { print my $x, \"\\n" -"\" }\n" -"\n" -"Lexicals with leading underscores are not persistent.\n" -"\n" -"By default, Lexical::Persistence supports accessing data from multiple " -"sources through the use of variable prefixes. The set_context() member sets " -"each data source. It takes a prefix name and a hash of key/value pairs. By " -"default, the keys must have sigils representing their variable types.\n" -"\n" -"\tuse Lexical::Persistence;\n" -"\n" -"\tmy $lp = Lexical::Persistence->new(); \t$lp->set_context( pi => " -"{ '$member' => 3.141 } ); \t$lp->set_context( e => { '@member' => [ 2, '.', " -"7, 1, 8 ] } ); \t$lp->set_context( \t\tanimal => { \t\t\t'%member' => { cat " -"=> \"meow\", dog => \"woof\" } \t\t} \t);\n" -"\n" -"\t$lp->call(\\&display);\n" -"\n" -"\tsub display { \t\tmy ($pi_member, @e_member, %animal_member);\n" -"\n" -"\t\tprint \"pi = $pi_member\\n\"; \t\tprint \"e = @e_member\\n\"; \t\twhile " -"(my ($animal, $sound) = each %animal_member) { \t\t\tprint \"The $animal " -"goes... $sound!\\n\"; \t\t} \t}\n" -"\n" -"And the corresponding output:\n" -"\n" -"\tpi = 3.141 \te = 2 . 7 1 8 \tThe cat goes... meow! \tThe dog goes... " -"woof!\n" -"\n" -"By default, call() takes a single subroutine reference and an optional list " -"of named arguments. The arguments will be passed directly to the called " -"subroutine, but Lexical::Persistence also makes the values available from " -"the \"arg\" prefix.\n" -"\n" -"\tuse Lexical::Persistence;\n" -"\n" -"\tmy %animals = ( \t\tsnake => \"hiss\", \t\tplane => \"I'm Cartesian\", " -"\t);\n" -"\n" -"\tmy $lp = Lexical::Persistence->new(); \twhile (my ($animal, $sound) = each " -"%animals) { \t\t$lp->call(\\&display, animal => $animal, sound => $sound); " -"\t}\n" -"\n" -"\tsub display { \t\tmy ($arg_animal, $arg_sound); \t\tprint \"The " -"$arg_animal goes... $arg_sound!\\n\"; \t}\n" -"\n" -"And the corresponding output:\n" -"\n" -"\tThe plane goes... I'm Cartesian! \tThe snake goes... hiss!\n" -"\n" -"Sometimes you want to call functions normally. The wrap() method will wrap " -"your function in a small thunk that does the call() for you, returning a " -"coderef.\n" -"\n" -"\tuse Lexical::Persistence;\n" -"\n" -"\tmy $lp = Lexical::Persistence->new(); \tmy $thunk = $lp-" -">wrap(\\&display);\n" -"\n" -"\t$thunk->(animal => \"squirrel\", sound => \"nuts\");\n" -"\n" -"\tsub display { \t\tmy ($arg_animal, $arg_sound); \t\tprint \"The " -"$arg_animal goes... $arg_sound!\\n\"; \t}\n" -"\n" -"And the corresponding output:\n" -"\n" -"\tThe squirrel goes... nuts!\n" -"\n" -"Prefixes are the characters leading up to the first underscore in a lexical " -"variable's name. However, there's also a default context named underscore. " -"It's literally \"_\" because the underscore is not legal in a context name " -"by default. Variables without prefixes, or with prefixes that have not been " -"previously defined by set_context(), are stored in that context.\n" -"\n" -"The get_context() member returns a hash for a named context. This allows " -"your code to manipulate the values within a persistent context.\n" -"\n" -"\tuse Lexical::Persistence;\n" -"\n" -"\tmy $lp = Lexical::Persistence->new(); \t$lp->set_context( \t\t_ => { \t\t" -"\t'@mind' => [qw(My mind is going. I can feel it.)] \t\t} \t);\n" -"\n" -"\twhile (1) { \t\t$lp->call(\\&display); \t\tmy $mind = $lp->get_context(\"_" -"\")->{'@mind'}; \t\tsplice @$mind, rand(@$mind), 1; \t\tlast unless @$mind; " -"\t}\n" -"\n" -"\tsub display { \t\tmy @mind; \t\tprint \"@mind\\n\"; \t}\n" -"\n" -"Displays something like:\n" -"\n" -"\tMy mind is going. I can feel it. \tMy is going. I can feel it. \tMy is " -"going. I feel it. \tMy going. I feel it. \tMy going. I feel \tMy I feel \tMy " -"I \tMy\n" -"\n" -"It's possible to create multiple Lexical::Persistence objects, each with a " -"unique state.\n" -"\n" -"\tuse Lexical::Persistence;\n" -"\n" -"\tmy $lp_1 = Lexical::Persistence->new(); \t$lp_1->set_context( _ => " -"{ '$foo' => \"context 1's foo\" } );\n" -"\n" -"\tmy $lp_2 = Lexical::Persistence->new(); \t$lp_2->set_context( _ => " -"{ '$foo' => \"the foo in context 2\" } );\n" -"\n" -"\t$lp_1->call(\\&display); \t$lp_2->call(\\&display);\n" -"\n" -"\tsub display { \t\tprint my $foo, \"\\n\"; \t}\n" -"\n" -"Gets you this output:\n" -"\n" -"\tcontext 1's foo \tthe foo in context 2\n" -"\n" -"You can also compile and execute perl code contained in plain strings in a a " -"lexical environment that already contains the persisted variables.\n" -"\n" -"\tuse Lexical::Persistence;\n" -"\n" -"\tmy $lp = Lexical::Persistence->new();\n" -"\n" -"\t$lp->do( 'my $message = \"Hello, world\" );\n" -"\n" -"\t$lp->do( 'print \"$message\\n\"' );\n" -"\n" -"Which gives the output:\n" -"\n" -"\tHello, world\n" -"\n" -"If you come up with other fun uses, let us know." +"This package provides the files common to the GTK+ themes and the window manager themes as well as background images." msgstr "" -#. summary(perl-Hook-LexWrap) -msgid "Lexically scoped subroutine wrappers" +#. description(greybird-theme:metatheme-greybird-common) +msgid "" +"The Greybird theme for GTK2/3 and xfwm4/emerald/metacity started out on the basis of Bluebird, but aims at reworking the intense blue tone to a more neutral grey-ish look that will be more pleasant to look at in everyday use.\n" +"\n" +"This package provides the files common to the GTK+ themes and the window manager themes as well as background images." msgstr "" -#. summary(texlive:perl-biber) -msgid "Library files of Biber a BibTeX replacement" +#. summary(numix-gtk-theme:metatheme-numix-common) +msgid "Numix Common Theme Files" msgstr "" -#. summary(pango:pango-module-thai-lang-32bit) -msgid "" -"Library for Layout and Rendering of Text -- Module for the Thai Language" +#. 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(libxkbcommon:libxkbcommon-x11-0-32bit) +#. summary(ubuntu-themes:metatheme-radiance-common) #, fuzzy -msgid "Library for handling xkb descriptions using XKB-X11" -msgstr "操作分区的库" +msgid "Radiance Gtk Theme -- Common Files" +msgstr "GNOME 系统" -#. summary(libyui-doc) +#. summary(ubuntu-mate-artwork:metatheme-radiant-mate-common) #, fuzzy -msgid "Libyui documentation" -msgstr "7.0 文档" +msgid "Radiant-MATE Gtk Theme -- Common Files" +msgstr "GNOME 系统" -#. summary(libyui-gtk-doc) +#. summary(vertex-gtk-theme:metatheme-vertex-common) +msgid "Vertex Common Theme Files" +msgstr "" + +#. description(vertex-gtk-theme:metatheme-vertex-common) +msgid "" +"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" +"This package contains common files and themes for GNOME Shell, Marco, Xfwm4, and Cinnamon." +msgstr "" + +#. summary(yuyo-gtk-theme:metatheme-yuyo-common) #, fuzzy -msgid "Libyui-gtk documentation" -msgstr "7.0 文档" +msgid "Yuyo Gtk Theme -- Common Files" +msgstr "GNOME 系统" -#. summary(libyui-gtk-pkg-doc) +#. summary(metis:metis-doc) #, fuzzy -msgid "Libyui-gtk-pkg documentation" +msgid "Metis documentation" msgstr "7.0 文档" -#. summary(libyui-ncurses-doc) +#. 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(mhtml-firefox) +msgid "Provides Firefox with MHTML web archive compatibility" +msgstr "" + +#. 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(miao-fonts) +msgid "Miao Unicode Fonts" +msgstr "" + +#. description(miao-fonts) +msgid "Miao Unicode is an open-source, Graphite enabled font which supports the Miao, or ‘Pollard’, script." +msgstr "" + +#. summary(midori:midori-branding-upstream) #, fuzzy -msgid "Libyui-ncurses documentation" -msgstr "7.0 文档" +msgid "Upstream Branding of Midori" +msgstr "电源管理 (APM)" -#. summary(libyui-ncurses-pkg-doc) +#. description(midori:midori-branding-upstream) #, fuzzy -msgid "Libyui-ncurses-pkg documentation" -msgstr "7.0 文档" +msgid "This package provides the upstream look and feel for the Midori web browser." +msgstr "包中含有意外的版本" -#. summary(libyui-qt-doc) +#. summary(midori:midori-lang) #, fuzzy -msgid "Libyui-qt documentation" -msgstr "7.0 文档" +msgid "Languages for package midori" +msgstr "语言: " -#. summary(libyui-qt-graph-doc) +#. description(midori:midori-lang) #, fuzzy -msgid "Libyui-qt-graph documentation" -msgstr "7.0 文档" +msgid "Provides translations to the package midori" +msgstr "等待导航栏应用程序" -#. summary(libyui-qt-pkg-doc) +#. summary(milou5:milou5-lang) #, fuzzy -msgid "Libyui-qt-pkg documentation" -msgstr "7.0 文档" +msgid "Languages for package milou5" +msgstr "语言: " -#. summary(perl-HTTP-Lite) +#. description(milou5:milou5-lang) #, fuzzy -msgid "Lightweight HTTP implementation" -msgstr "文档" +msgid "Provides translations to the package milou5" +msgstr "等待导航栏应用程序" -#. summary(perl-Exception-Base) +#. summary(mingzat-fonts) #, fuzzy -msgid "Lightweight exceptions" -msgstr "文档" +msgid "Lepcha Font" +msgstr "Liberation 字体" -#. summary(perl-Exporter-Lite) -msgid "Lightweight exporting of variables" +#. description(mingzat-fonts) +msgid "Mingzat is a Unicode font based on Jason Glavy's JG Lepcha custom-encoded font." msgstr "" -#. description(lilypond-doc) -msgid "" -"LilyPond is a music typesetter, an automated engraving system. It produces " -"beautiful sheet music using a high level description file as input.\n" -"\n" -"LilyPond supports many forms of music notation constructs, including chord " -"names, drum notation, figured bass, grace notes, guitar tablature, modern " -"notation (cluster notation and rhythmic grouping), tremolos, (nested) " -"tuplets in arbitrary ratios, and more.\n" -"\n" -"LilyPond's text-based music input language support can integrate into LaTeX, " -"HTML and Texinfo seamlessly, allowing single sheet music or musicological " -"treatises to be written from a single source. Form and content are " -"separate, and with LilyPond's expert automated formatting, users don't need " -"typographical expertise to produce good notation.\n" -"\n" -"LilyPond produces PDF, PostScript, SVG, or TeX printed output, as well as " -"MIDI for listening pleasures. LilyPond is exported from the RoseGarden and " -"NoteEdit GUIs, and can import ABC, ETF and MIDI.\n" -"\n" -"Documentation files for the GNU LilyPond music typesetter.\n" -"\n" -"LilyPond is part of the GNU Project." -msgstr "" +#. summary(minitube:minitube-lang) +#, fuzzy +msgid "Languages for package minitube" +msgstr "语言: " -#. description(lilypond:lilypond-century-schoolbook-l-fonts) -msgid "" -"LilyPond is an automated music engraving system. It formats music " -"beautifully and automatically, and has a friendly syntax for its input " -"files.\n" -"\n" -"These are the Century Schoolbook L fonts included in the package." -msgstr "" +#. description(minitube:minitube-lang) +#, fuzzy +msgid "Provides translations to the package minitube" +msgstr "等待导航栏应用程序" -#. description(lilypond:lilypond-emmentaler-fonts) -msgid "" -"LilyPond is an automated music engraving system. It formats music " -"beautifully and automatically, and has a friendly syntax for its input " -"files.\n" -"\n" -"These are the emmentaler fonts included in the package." -msgstr "" +#. summary(mk-configure) +#, fuzzy +msgid "Lightweight replacement for GNU autotools" +msgstr "文档" -#. description(lilypond:lilypond-fonts-common) -msgid "" -"LilyPond is an automated music engraving system. It formats music " -"beautifully and automatically, and has a friendly syntax for its input " -"files.\n" -"\n" -"This contains the directory common to all lilypond fonts." +#. 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(lilypond:lilypond-century-schoolbook-l-fonts) -msgid "Lilypond Century Schoolbook L fonts" -msgstr "" +#. summary(mk-configure:mk-configure-doc) +#, fuzzy +msgid "MK-C' documentation" +msgstr "7.0 文档" -#. summary(lilypond:lilypond-emmentaler-fonts) -msgid "Lilypond emmentaler fonts" +#. description(mk-configure:mk-configure-doc) +msgid "Mk-configure package: examples and presentation." msgstr "" -#. summary(lilypond:lilypond-fonts-common) -msgid "Lilypond fonts common dir" +#. summary(mkdud) +msgid "Create driver update from rpms" msgstr "" -#. description(lomt-fonts:lomt-lindenhill-fonts) -msgid "" -"Linden Hill is a digital version of Frederic Goudy's Deepdene. The package " -"includes roman and italic." +#. description(mkdud) +msgid "Create a driver update from rpms." msgstr "" -#. summary(loadlin) -msgid "Linux Loader with Command Line from DOS" -msgstr "" +#. summary(modem-manager-gui:modem-manager-gui-lang) +#, fuzzy +msgid "Languages for package modem-manager-gui" +msgstr "语言: " -#. summary(pam_chroot:pam_chroot-32bit) -msgid "Linux-PAM Module that Allows a User to Be Chrooted" -msgstr "" +#. description(modem-manager-gui:modem-manager-gui-lang) +#, fuzzy +msgid "Provides translations to the package modem-manager-gui" +msgstr "等待导航栏应用程序" -#. summary(perl-B-Keywords) -msgid "Lists of reserved barewords and symbol names" +#. summary(mongolian-fonts) +#, fuzzy +#| msgid "Traditional Russian table for Fcitx" +msgid "Traditional Mongolian Fonts" +msgstr "Fcitx 传统俄语码表" + +#. description(mongolian-fonts) +msgid "Mongolian Art, Mongolian Title, Mongolian White and Mongolian Writing font families." msgstr "" -#. description(myspell-dictionaries:myspell-lt_LT) -msgid "Lithuanian spelling dictionary, and hyphenation rules." +#. summary(monit:monit-doc) +msgid "Service Manager and Monitor System (Documentation and Examples)" msgstr "" -#. description(littlewizard-examples) +#. description(monit:monit-doc) msgid "" -"Little Wizard is created especially for primary school children. It allows " -"to learn using main elements of present computer languages, including: " -"variables, expressions, loops, conditions, logical blocks. Every element of " -"language is represented by an intuitive icon. It allows program Little " -"Wizard without using keyboard, only mouse.\n" +"Monit is a utility for managing and monitoring processes, files, directories, and devices on a Unix system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. For example, monit can start a process if it does not run, restart a process if it does not respond, and stop a process if it uses too many resources.\tYou can use monit to monitor files, directories, and devices for changes, such as time stamp changes, checksum changes, or size changes. You can even use monit to monitor remote hosts: monit can ping a remote host and check port connections.\n" "\n" -"This package contains example files for Little Wizard." +"This package only contains the documentation and examples. You must also install the package monit to actually use monit." msgstr "" -#. summary(perl-Config-Std) -msgid "Load and save configuration files in a standard format" +#. summary(monitoring-plugins-bind) +msgid "Check whether BIND is running and to get the performance data via rndc stats" msgstr "" -#. summary(perl-Config-Any) -msgid "Load configuration from different file formats, transparently" +#. 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 "" -#. description(perl-Class-C3-Componentised) -msgid "Load mix-ins or components to your C3-based class." +#. summary(monitoring-plugins-bonding) +msgid "Nagios Network Bonding Check" 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." +#. 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(perl-DateTime-Locale) -msgid "Localization support for DateTime.pm" +#. summary(monitoring-plugins-clamav) +msgid "Check to see if your ClamAV signatures are current" msgstr "" -#. summary(perl-FindBin-Real) -msgid "Locate directory of original perl script" +#. 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 "" -#. 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" -"\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." +#. summary(monitoring-plugins-contentage) +msgid "Check age of files in a directory" msgstr "" -#. summary(perl-Log-Dispatch-Config) -#, fuzzy -msgid "Log4j for Perl" -msgstr "7.0 文档" - -#. description(perl-Log-Dispatch-Config) +#. description(monitoring-plugins-contentage) 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(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" +"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" -"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" +"Note: the plugin checks the mtime of files, not the ctime.\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." +"Usage: check_dircontent.pl -w 24 -c 48 -p /tmp Options: -w|--warning : time for warnings (minutes) -c|--critical : time for critical warnings (minutes) -p|--pathnames : absolute path to the folders, split mutliple pathnames with commata -t|--timeout : timeout (default: 15)" msgstr "" -#. description(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." +#. summary(monitoring-plugins-diskio) +msgid "Monitor the amount of disk I/O" msgstr "" -#. description(lonote) -msgid "" -"Lonote is a personal note-taking application by Python3-qt4. It features in " -"well interact UI, minimal design, structural notes, auto reloading, " -"archiving and versioning." +#. 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 "" -#. 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 "" +#. summary(monitoring-plugins-ipmi-sensor1) +#, fuzzy +msgid "IPMI Sensor 1 Monitoring Plugin" +msgstr "KDE 桌面环境" -#. description(lynis) +#. description(monitoring-plugins-ipmi-sensor1) msgid "" -"Lynis is a security and system auditing tool. It scans a system on the most " -"interesting parts useful for audits, like: - Security enhancements " -"- Logging and auditing options - Banner identification - Software " -"availability\n" +"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" -"Lynis is released as a GPL licensed project and free for everyone to use.\n" -"\n" -"See http://www.rootkit.nl for a full description and documentation." +"This version 1.x is based on ipmitool and can only monitor threshold based sensors." msgstr "" -#. summary(mate-icon-theme-faenza) -msgid "MATE Desktop faenza compilation theme" +#. summary(monitoring-plugins-mysql_health) +msgid "Check various parameters of a MySQL database" msgstr "" -#. summary(mate-icon-theme-faenza:mate-icon-theme-faenza-dark) -msgid "MATE Desktop faenza compilation theme, dark variant" +#. description(monitoring-plugins-mysql_health) +msgid "" +"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 "" -#. summary(mate-icon-theme-faenza:mate-icon-theme-faenza-gray) -msgid "MATE Desktop faenza compilation theme, grey variant" +#. summary(monitoring-plugins-rsync) +msgid "Check rsync servers availability" msgstr "" -#. summary(mozo) -#, fuzzy -msgid "MATE Desktop menu editor" -msgstr "GNOME 主菜单" - -#. summary(libmateweather:mateweather-common) -msgid "MATE Weather common files" -msgstr "" - -#. summary(mate-icon-theme) -msgid "MATE icon theme" -msgstr "" - -#. summary(marco:marco-themes) -#, fuzzy -#| msgid "KDE Window Manager" -msgid "MATE window manager themes" -msgstr "KDE 窗口管理器" - -#. description(metis:metis-doc) +#. description(monitoring-plugins-rsync) 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." +"Checks rsync servers availability, as well as (optionally) individual modules availability. It also supports authentication on modules.\n" +"\n" +"Usage: check_rsync -H [-p ] [-m [,,] [-m [,,]...]]\n" +"\n" +"The only required argument is -H, in which case it will only try to list modules on the Rsync server." msgstr "" -#. description(perl-MIME-Charset) -msgid "" -"MIME::Charset provides information about character sets used for MIME " -"messages on Internet." +#. summary(monitoring-plugins-smart) +msgid "Check SMART status of a given disk" msgstr "" -#. summary(mpc:mpc-devel-32bit) -#, fuzzy -msgid "MPC multiple-precision complex library development files" -msgstr "内核接口" - -#. description(mpc:mpc-devel-32bit) -#, fuzzy -msgid "MPC multiple-precision complex library development files." -msgstr "内核接口" - -#. description(perl-Config-MVP) +#. description(monitoring-plugins-smart) 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" +"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" -"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" +"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" -"This is a pretty abstract set of behaviors, so we'll provide some more " -"concrete examples that should help explain how things work." +"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 "" -#. summary(perl-Config-Auto) -#, fuzzy -msgid "Magical config file parser" -msgstr "%s 配置失败。" +#. summary(monitoring-plugins-zypper) +msgid "Check for software updates via zypper" +msgstr "" -#. description(perl-Log-Contextual) +#. description(monitoring-plugins-zypper) msgid "" -"Major benefits:\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" -"* * Efficient\n" +"It checks for security, recommended and optional patches and also for optional package updates.\n" "\n" -" The logging functions take blocks, so if a log level is disabled, the " -"block will not run:\n" +"You can define the status by patch category. Use a commata to list more than one category to a state.\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.)" +"If you like to know the names of available patches and packages, use the \"-v\" option." msgstr "" -#. summary(perl-Class-C3-Adopt-NEXT) -msgid "Make NEXT suck less" +#. summary(mono-addins) +msgid "Mono Addins Framework" msgstr "" -#. summary(perl-Gravatar-URL) -msgid "Make URLs for Gravatars from an email address" +#. description(mono-addins) +msgid "Mono.Addins is a generic framework for creating extensible applications, and for creating libraries which extend those applications." msgstr "" -#. summary(makeself) -msgid "Make self-extractable archives on Unix" +#. summary(mono-addins:mono-addins-devel) +#. summary(mono-addins:mono-addins-msbuild) +msgid "Mono Addins Framework, MSBuild Support" msgstr "" -#. summary(netsurf-buildsystem) -msgid "Makefiles shared by NetSurf projects" -msgstr "" - -#. summary(perl-App-perlbrew) -msgid "Manage perl installations in your $HOME" -msgstr "" - -#. description(perl-Module-Build-Tiny) +#. description(mono-addins:mono-addins-devel) 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" +"Mono.Addins is a generic framework for creating extensible applications, and for creating libraries which extend those 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 contains the pkgconfig files." msgstr "" -#. description(perl-CPAN-DistnameInfo) +#. description(mono-addins:mono-addins-msbuild) 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" +"Mono.Addins is a generic framework for creating extensible applications, and for creating libraries which extend those 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 contains MSBuild tasks file and target, which allows using add-in references directly in a build file (still experimental)." msgstr "" -#. summary(perl-CPAN-Perl-Releases) -msgid "Mapping Perl releases on CPAN to the location of the tarballs" +#. summary(mono-basic) +msgid "Mono's Visual Basic Compiler and Runtime" msgstr "" -#. description(marco:marco-themes) +#. description(mono-basic) msgid "" -"Marco is a small window manager, using GTK+ to do everything. It is " -"developed mainly for the MATE Desktop." +"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-MooseX-App-Cmd) -msgid "Mashes up MooseX::Getopt and App::Cmd" +#. summary(mono-nat) +#. summary(mono-nat:mono-nat-devel) +msgid "A .NET library for automatic port forwarding" msgstr "" -#. summary(mathml-dtd) -msgid "MathML DTD" +#. description(mono-nat) +msgid "A .NET library for automatic port forwarding using either uPnP or nat-pmp" msgstr "" -#. description(mathgl:mathgl-doc-ru) -msgid "" -"Mathgl is a cross-platform library for making high-quality scientific " -"graphics. It provides fast data plotting and handling of large data arrays, " -"as well as window and console modes and for easy embedding into other " -"programs. Mathgl integrates into fltk, qt and opengl applications.\n" -"\n" -"This package provides Russian documentation for mathgl." +#. 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 "" -#. description(mathgl:mathgl-doc) -msgid "" -"Mathgl is a cross-platform library for making high-quality scientific " -"graphics. It provides fast data plotting and handling of large data arrays, " -"as well as window and console modes and for easy embedding into other " -"programs. Mathgl integrates into fltk, qt and opengl applications.\n" -"\n" -"This package provides the documentation for mathgl." +#. summary(mono-nuget) +msgid "DotNet package manager" msgstr "" -#. description(maya-fonts) -msgid "" -"Maya covers the glyphs in J. Eric S. Thompson’s “A Catalog of Maya " -"Hieroglyphs”, as well as some extra glyphs for days, months and numbers. " -"This is a work-font that may be of some scholarly use; it is not a proposal " -"of any kind. There are no plans to improve or expand it." +#. description(mono-nuget) +msgid "This is the Xamarin version of NuGet for use with MonoDevelop." msgstr "" -#. summary(pari-nftables) -msgid "Megrez Number Field tables for the PARI CAS" -msgstr "" +#. summary(mono-nuget:mono-nuget-devel) +#, fuzzy +msgid "Development files for NuGet" +msgstr "开发" -#. summary(perl-Hash-Merge) -msgid "Merges arbitrarily deep hashes into a single hash" +#. description(mono-nuget:mono-nuget-devel) +#, fuzzy +msgid "This package contains development files for NuGet integration into MonoDevelop." +msgstr "包中含有意外的版本" + +#. summary(mono-upnp) +msgid "Client/server libraries for the Universal Plug 'n Play specifications" msgstr "" -#. summary(meslo-lg-fonts) -msgid "Meslo LG Font Family" +#. 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(meslo-lg-fonts) -msgid "" -"Meslo LG is a customized version of Apple's Menlo-Regular font (which is a " -"customized Bitstream Vera Sans Mono)." +#. summary(mono-upnp:mono-upnp-devel) +msgid "Client/server libraries for the Universal PnP specification - development files" msgstr "" -#. description(perl-Email-MessageID) +#. description(mono-upnp:mono-upnp-devel) msgid "" -"Message-ids are optional, but highly recommended, headers that identify a " -"message uniquely. This software generates a unique message-id." +"Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play specifications (see http://www.upnp.org).\n" +"\n" +"This package provides the development files." msgstr "" -#. summary(patterns-OpenStack:patterns-OpenStack-clients) +#. summary(mono-zeroconf) +#. summary(mono-zeroconf:mono-zeroconf-devel) +#. summary(mono-zeroconf:mono-zeroconf-doc) +#. summary(mono-zeroconf:mono-zeroconf-provider-avahi) #, fuzzy -msgid "Meta package for pattern OpenStack Clients" -msgstr "开发" +msgid "A cross platform Zero Configuration Networking library for Mono" +msgstr "加密" -#. summary(patterns-OpenStack:patterns-OpenStack-compute-node) -#, fuzzy -msgid "Meta package for pattern OpenStack Compute Node" -msgstr "开发" +#. 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 "" -#. description(patterns-OpenStack:patterns-OpenStack-compute-node) -#, fuzzy -msgid "Meta package for pattern OpenStack Compute Node on kvm" -msgstr "开发" +#. summary(monodevelop) +msgid "Full-Featured IDE for Mono and Gtk-Sharp" +msgstr "" -#. summary(patterns-OpenStack:patterns-OpenStack-controller) -#, fuzzy -msgid "Meta package for pattern OpenStack Controller" -msgstr "开发" - -#. description(patterns-OpenStack:patterns-OpenStack-clients) -msgid "" -"Meta package for pattern OpenStack Controller This contains the software for " -"the Cloud's core" +#. 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(patterns-OpenStack:patterns-OpenStack-network-node) +#. summary(monodevelop:monodevelop-devel) #, fuzzy -msgid "Meta package for pattern OpenStack Network Node" -msgstr "开发" +msgid "Development files for MonoDevelop" +msgstr "Tcl/Tk 及其开发工具。" -#. description(patterns-OpenStack:patterns-OpenStack-network-node) -#, fuzzy -msgid "Meta package for pattern OpenStack Network Node on kvm" -msgstr "开发" - -#. summary(patterns-OpenStack:patterns-OpenStack-storage-node) -#, fuzzy -msgid "Meta package for pattern OpenStack Storage" -msgstr "开发" - -#. description(patterns-OpenStack:patterns-OpenStack-storage-node) -#, fuzzy -msgid "Meta package for pattern OpenStack Storage Node" -msgstr "开发" - -#. description(perl-Meta-Builder) +#. description(monodevelop:monodevelop-devel) 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" +"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" -"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 contains development files for the IDE and plugins." msgstr "" -#. description(perl-Class-Method-Modifiers) -msgid "" -"Method modifiers are a convenient feature from the CLOS (Common Lisp Object " -"System) world.\n" -"\n" -"In its most basic form, a method modifier is just a method that calls '$self-" -">SUPER::foo(@_)'. I for one have trouble remembering that exact invocation, " -"so my classes seldom re-dispatch to their base classes. Very bad!\n" -"\n" -"'Class::Method::Modifiers' provides three modifiers: 'before', 'around', and " -"'after'. 'before' and 'after' are run just before and after the method they " -"modify, but can not really affect that original method. 'around' is run in " -"place of the original method, with a hook to easily call that original " -"method. See the 'MODIFIERS' section for more details on how the particular " -"modifiers work.\n" -"\n" -"One clear benefit of using 'Class::Method::Modifiers' is that you can define " -"multiple modifiers in a single namespace. These separate modifiers don't " -"need to know about each other. This makes top-down design easy. Have a base " -"class that provides the skeleton methods of each operation, and have plugins " -"modify those methods to flesh out the specifics.\n" -"\n" -"Parent classes need not know about 'Class::Method::Modifiers'. This means " -"you should be able to modify methods in _any_ subclass. See the Term::VT102::" -"ZeroBased manpage for an example of subclassing with 'ClasS::Method::" -"Modifiers'.\n" -"\n" -"In short, 'Class::Method::Modifiers' solves the problem of making sure you " -"call '$self->SUPER::foo(@_)', and provides a cleaner interface for it.\n" -"\n" -"As of version 1.00, 'Class::Method::Modifiers' is faster in some cases than " -"the Moose manpage. See 'benchmark/method_modifiers.pl' in the the Moose " -"manpage distribution.\n" -"\n" -"'Class::Method::Modifiers' also provides an additional \"modifier\" type, " -"'fresh'; see below." +#. summary(morituri) +msgid "A CD ripper aiming for accuracy over speed" msgstr "" -#. description(perl-Class-Method-Modifiers-Fast) +#. description(morituri) msgid "" -"Method modifiers are a powerful feature from the CLOS (Common Lisp Object " -"System) world.\n" +"morituri is a CD ripper aiming for accuracy over speed. Its features are modeled to compare with Exact Audio Copy.\n" "\n" -"'Class::Method::Modifiers::Fast' provides three modifiers: 'before', " -"'around', and 'after'. 'before' and 'after' are run just before and after " -"the method they modify, but can not really affect that original method. " -"'around' is run in place of the original method, with a hook to easily call " -"that original method. See the 'MODIFIERS' section for more details on how " -"the particular modifiers work." +"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(metis:metis-doc) -#, fuzzy -msgid "Metis documentation" -msgstr "7.0 文档" - -#. summary(miao-fonts) -msgid "Miao Unicode Fonts" +#. summary(motoya-lcedar-fonts) +msgid "Japanese gothic-typeface fonts designed by Motoya" msgstr "" -#. description(miao-fonts) -msgid "" -"Miao Unicode is an open-source, Graphite enabled font which supports the " -"Miao, or ‘Pollard’, script." +#. description(motoya-lcedar-fonts) +msgid "This package provides a font family named \"MotoyaLCedar W3 mono\". It was provided to Android platform by Motoya." msgstr "" -#. description(mingzat-fonts) -msgid "" -"Mingzat is a Unicode font based on Jason Glavy's JG Lepcha custom-encoded " -"font." +#. summary(motoya-lmaru-fonts) +msgid "Japanese Round-Gothic-Typeface Fonts Designed by Motoya" msgstr "" -#. summary(perl-Fennec-Lite) -msgid "Minimalist Fennec, the commonly used bits." +#. 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(perl-Moo) -msgid "Minimalist Object Orientation (with Moose compatibility)" +#. summary(mousetweaks:mousetweaks-lang) +msgid "Languages for package mousetweaks" msgstr "" -#. summary(perl-Class-Trigger) -msgid "Mixin to add / call inheritable triggers" +#. description(mousetweaks:mousetweaks-lang) +msgid "Provides translations to the package mousetweaks" msgstr "" -#. description(owasp-modsecurity-crs) -msgid "" -"ModSecurity™ is a web application firewall engine that provides very little " -"protection on its own. In order to become useful, ModSecurity™ must be " -"configured with rules. In order to enable users to take full advantage of " -"ModSecurity™ out of the box, Trustwave's SpiderLabs is providing a free " -"certified rule set for ModSecurity™ 2.x. Unlike intrusion detection and " -"prevention systems, which rely on signatures specific to known " -"vulnerabilities, the Core Rules provide generic protection from unknown " -"vulnerabilities often found in web applications, which are in most cases " -"custom coded. The Core Rules are heavily commented to allow it to be used as " -"a step-by-step deployment guide for ModSecurity™.\n" -"\n" -"Core Rules Content\n" -"\n" -"In order to provide generic web applications protection, the Core Rules use " -"the following techniques:\n" -"\n" -"HTTP Protection - detecting violations of the HTTP protocol and a locally " -"defined usage policy. Real-time Blacklist Lookups - utilizes 3rd Party IP " -"Reputation Web-based Malware Detection - identifies malicious web content by " -"check against the Google Safe Browsing API. HTTP Denial of Service " -"Protections - defense against HTTP Flooding and Slow HTTP DoS Attacks. " -"Common Web Attacks Protection - detecting common web application security " -"attack. Automation Detection - Detecting bots, crawlers, scanners and other " -"surface malicious activity. Integration with AV Scanning for File Uploads - " -"detects malicious files uploaded through the web application. Tracking " -"Sensitive Data - Tracks Credit Card usage and blocks leakages. Trojan " -"Protection - Detecting access to Trojans horses. Identification of " -"Application Defects - alerts on application misconfigurations. Error " -"Detection and Hiding - Disguising error messages sent by the server." -msgstr "" +#. summary(mozaddon-bugmenot) +#, fuzzy +msgid "Bugmenot extension for Firefox" +msgstr "俄联邦" -#. summary(perl-Devel-REPL) -msgid "Modern perl interactive shell" +#. 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 "" -#. description(pam_smb:pam_smb-32bit) -msgid "" -"Module pam_smb is a PAM module which allows authentication of UNIX users " -"using an NT server." +#. summary(mozaddon-devel) +msgid "RPM macros for building Mozilla extensions under openSUSE" msgstr "" -#. summary(perl-Module-Signature) -msgid "Module signature file manipulation" +#. description(mozaddon-devel) +msgid "XPI ID retrieval script and helpful RPM macros for packaging up addons for the Mozilla suite." msgstr "" -#. description(perl-Module-CPANfile) -msgid "" -"Module::CPANfile is a tool to handle the cpanfile manpage format to load " -"application specific dependencies, not just for CPAN distributions." -msgstr "" +#. summary(mozaddon-firebug) +#, fuzzy +msgid "Firebug extension for Firefox" +msgstr "俄联邦" -#. description(perl-Module-Depends) +#. description(mozaddon-firebug) msgid "" -"Module::Depends extracts module dependencies from an unpacked distribution " -"tree.\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" -"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." +"Visit the Firebug website for documentation, screen shots, and discussion forums: http://getfirebug.com" 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(mozaddon-gnotifier) +msgid "Firefox integration with native Linux notification system" 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(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(perl-Mojolicious-Plugin-CHI) -msgid "" -"Mojolicious::Plugin::CHI is a simple plugin to work with CHI caches within " -"Mojolicious." -msgstr "" +#. summary(mozo) +#, fuzzy +msgid "MATE Desktop menu editor" +msgstr "GNOME 主菜单" -#. description(mongolian-fonts) -msgid "" -"Mongolian Art, Mongolian Title, Mongolian White and Mongolian Writing font " -"families." +#. description(mozo) +#, fuzzy +msgid "This package provides Mozo, a menu editor for the MATE Desktop, using the freedesktop.org menu specification." +msgstr "<p>此菜单包含引用文档信息的链接。</p>" + +#. summary(mozo:mozo-lang) +#, fuzzy +msgid "Languages for package mozo" +msgstr "语言: " + +#. description(mozo:mozo-lang) +#, fuzzy +msgid "Provides translations to the package mozo" +msgstr "等待导航栏应用程序" + +#. summary(mpi-selector) +msgid "Tool to provide defaults for which MPI implementation to use" msgstr "" -#. description(monit:monit-doc) +#. description(mpi-selector) msgid "" -"Monit is a utility for managing and monitoring processes, files, " -"directories, and devices on a Unix system. Monit conducts automatic " -"maintenance and repair and can execute meaningful causal actions in error " -"situations. For example, monit can start a process if it does not run, " -"restart a process if it does not respond, and stop a process if it uses too " -"many resources.\tYou can use monit to monitor files, directories, and " -"devices for changes, such as time stamp changes, checksum changes, or size " -"changes. You can even use monit to monitor remote hosts: monit can ping a " -"remote host and check port connections.\n" +"A simple tool that allows system administrators to set a site-wide default for which MPI implementation is to be used, but also allow users to set their own defaults MPI implementation, thereby overriding the site-wide default.\n" "\n" -"This package only contains the documentation and examples. You must also " -"install the package monit to actually use monit." +"The default can be changed easily via the mpi-selector command -- editing of shell startup files is not required." msgstr "" -#. summary(mono-addins:mono-addins-msbuild) -msgid "Mono Addins Framework, MSBuild Support" +#. summary(mplus-fonts) +msgid "Free Fonts Set Incorporates All Kanji Until Level 2 and Latin Glyphs" msgstr "" -#. description(mono-addins:mono-addins-msbuild) -msgid "" -"Mono.Addins is a generic framework for creating extensible applications, and " -"for creating libraries which extend those applications.\n" -"\n" -"This package contains MSBuild tasks file and target, which allows using add-" -"in references directly in a build file (still experimental)." +#. 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(mono-upnp) -msgid "" -"Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play " -"specifications (see http://www.upnp.org)." +#. summary(mtpaint:mtpaint-handbook) +#, fuzzy +msgid "Handbook for the mtpaint painting application" +msgstr "新应用程序" + +#. description(mtpaint:mtpaint-handbook) +msgid "Install this package is want to read the handbook for the painting application mtpaint." msgstr "" -#. description(mono-upnp:mono-upnp-devel) +#. summary(munin) +msgid "Network-wide graphing framework (grapher/gatherer)" +msgstr "" + +#. description(munin) msgid "" -"Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play " -"specifications (see http://www.upnp.org).\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" -"This package provides the development files." +"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(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." +#. summary(munin:munin-node) +msgid "Network-wide graphing framework (node)" msgstr "" -#. description(monodevelop:monodevelop-devel) +#. description(munin:munin-node) msgid "" -"MonoDevelop is a full-featured integrated development environment (IDE) for " -"Mono and Gtk-Sharp. It was originally a port of SharpDevelop 0.98.\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" -"This package contains development files for the IDE and plugins." +"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" +"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" +"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 "" -#. description(monotorrent) -msgid "" -"MonoTorrent is a .NET based library which supports hosting a BitTorrent " -"Tracker and also hosting a BitTorrent client. As such it can be used to both " -"add torrent downloading functionality to an application and/or add torrent " -"hosting functionality." +#. summary(mutter:mutter-lang) +msgid "Languages for package mutter" msgstr "" -#. description(perl-Moose-Autobox) -msgid "" -"Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for " -"use with the autobox manpage. It does this using a hierarchy of roles in a " -"manner similar to what Perl 6 _might_ do. This module, like the Class::MOP " -"manpage and the Moose manpage, was inspired by my work on the Perl 6 Object " -"Space, and the 'core types' implemented there." -msgstr "" +#. description(mutter:mutter-lang) +#, fuzzy +msgid "Provides translations to the package mutter" +msgstr "等待导航栏应用程序" -#. description(perl-MooseX-InsideOut) -msgid "" -"MooseX::InsideOut provides metaroles for inside-out objects. That is, it " -"sets up attribute slot storage somewhere other than inside '$self'. This " -"means that you can extend non-Moose classes, whose internals you either " -"don't want to care about or aren't hash-based." +#. summary(mylvmbackup) +msgid "Utility for creating MySQL backups via LVM snapshots" msgstr "" -#. description(perl-boolean) -msgid "" -"Most programming languages have a native 'Boolean' data type. Perl does " -"not.\n" -"\n" -"Perl has a simple and well known Truth System. The following scalar values " -"are false:\n" -"\n" -" $false1 = undef; $false2 = 0; $false3 = 0.0; $false4 = " -"''; $false5 = '0';\n" -"\n" -"Every other scalar value is true.\n" -"\n" -"This module provides basic Boolean support, by defining two special objects: " -"'true' and 'false'." +#. description(mylvmbackup) +msgid "mylvmbackup is a script for quickly creating backups of MySQL server's data files. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, makes an LVM snapshot of the volume containing the MySQL data directory, and unlocks the tables again. The snapshot process takes only a small amount of time. When it is done, the server can continue normal operations, while the actual file backup proceeds." msgstr "" -#. summary(motif:motif-devel-32bit) +#. summary(myspell-dictionaries:myspell-af_NA) #, fuzzy -msgid "Motif Include Files and Libraries Mandatory for Development" -msgstr "Tcl/Tk 及其开发工具。" +msgid "MySpell af_NA Dictionary" +msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-af_ZA) +#. summary(myspell-dictionaries:myspell-an) #, fuzzy -msgid "MySpell af_ZA Dictionary" +msgid "MySpell an Dictionary" msgstr "俄联邦" +#. description(myspell-dictionaries:myspell-an) +#. description(myspell-dictionaries:myspell-an_ES) +#, fuzzy +msgid "Aragonese spelling dictionary." +msgstr "俄联邦" + #. summary(myspell-dictionaries:myspell-an_ES) #, fuzzy msgid "MySpell an_ES Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-ar) +#. summary(myspell-dictionaries:myspell-ar_AE) #, fuzzy -msgid "MySpell ar Dictionary" +msgid "MySpell ar_AE Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-be_BY) +#. summary(myspell-dictionaries:myspell-ar_BH) #, fuzzy -msgid "MySpell be_BY Dictionary" +msgid "MySpell ar_BH Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-bg_BG) +#. summary(myspell-dictionaries:myspell-ar_DZ) #, fuzzy -msgid "MySpell bg_BG Dictionary" +msgid "MySpell ar_DZ Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-bn_BD) +#. summary(myspell-dictionaries:myspell-ar_EG) #, fuzzy -msgid "MySpell bn_BD Dictionary" +msgid "MySpell ar_EG Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-br_FR) +#. summary(myspell-dictionaries:myspell-ar_IQ) #, fuzzy -msgid "MySpell br_FR Dictionary" +msgid "MySpell ar_IQ Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-bs_BA) +#. summary(myspell-dictionaries:myspell-ar_JO) #, fuzzy -msgid "MySpell bs_BA Dictionary" +msgid "MySpell ar_JO Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-ca) +#. summary(myspell-dictionaries:myspell-ar_KW) #, fuzzy -msgid "MySpell ca Dictionary" +msgid "MySpell ar_KW Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-cs_CZ) +#. summary(myspell-dictionaries:myspell-ar_LB) #, fuzzy -msgid "MySpell cs_CZ Dictionary" +msgid "MySpell ar_LB Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-da_DK) +#. summary(myspell-dictionaries:myspell-ar_LY) #, fuzzy -msgid "MySpell da_DK Dictionary" +msgid "MySpell ar_LY Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-de) +#. summary(myspell-dictionaries:myspell-ar_MA) #, fuzzy -msgid "MySpell de Dictionary" +msgid "MySpell ar_MA Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-el_GR) +#. summary(myspell-dictionaries:myspell-ar_OM) #, fuzzy -msgid "MySpell el_GR Dictionary" +msgid "MySpell ar_OM Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-en) +#. summary(myspell-dictionaries:myspell-ar_QA) #, fuzzy -msgid "MySpell en Dictionary" +msgid "MySpell ar_QA Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-es) +#. summary(myspell-dictionaries:myspell-ar_SA) #, fuzzy -msgid "MySpell es Dictionary" +msgid "MySpell ar_SA Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-et_EE) +#. summary(myspell-dictionaries:myspell-ar_SD) #, fuzzy -msgid "MySpell et_EE Dictionary" +msgid "MySpell ar_SD Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-fr_FR) +#. summary(myspell-dictionaries:myspell-ar_SY) #, fuzzy -msgid "MySpell fr_FR Dictionary" +msgid "MySpell ar_SY Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-gd_GB) +#. summary(myspell-dictionaries:myspell-ar_TN) #, fuzzy -msgid "MySpell gd_GB Dictionary" +msgid "MySpell ar_TN Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-gl) +#. summary(myspell-dictionaries:myspell-ar_YE) #, fuzzy -msgid "MySpell gl Dictionary" +msgid "MySpell ar_YE Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-gu_IN) +#. summary(myspell-dictionaries:myspell-be_BY) #, fuzzy -msgid "MySpell gu_IN Dictionary" +msgid "MySpell be_BY Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-he_IL) +#. description(myspell-dictionaries:myspell-be_BY) #, fuzzy -msgid "MySpell he_IL Dictionary" +msgid "Belarusian spelling dictionary." msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-hi_IN) +#. summary(myspell-dictionaries:myspell-ca_AD) #, fuzzy -msgid "MySpell hi_IN Dictionary" +msgid "MySpell ca_AD Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-hr_HR) +#. summary(myspell-dictionaries:myspell-ca_ES) #, fuzzy -msgid "MySpell hr_HR Dictionary" +msgid "MySpell ca_ES Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-hu_HU) +#. summary(myspell-dictionaries:myspell-ca_ES_valencia) #, fuzzy -msgid "MySpell hu_HU Dictionary" +msgid "MySpell ca_ES_valencia Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-is) +#. summary(myspell-dictionaries:myspell-ca_FR) #, fuzzy -msgid "MySpell is Dictionary" +msgid "MySpell ca_FR Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-it_IT) +#. summary(myspell-dictionaries:myspell-ca_IT) #, fuzzy -msgid "MySpell it_IT Dictionary" +msgid "MySpell ca_IT Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-kmr_Latn) +#. summary(myspell-dictionaries:myspell-en_BS) #, fuzzy -msgid "MySpell kmr_Latn Dictionary" +msgid "MySpell en_BS Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-lo_LA) +#. summary(myspell-dictionaries:myspell-en_BZ) #, fuzzy -msgid "MySpell lo_LA Dictionary" +msgid "MySpell en_BZ Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-lt_LT) +#. summary(myspell-dictionaries:myspell-en_GH) #, fuzzy -msgid "MySpell lt_LT Dictionary" +msgid "MySpell en_GH Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-lv_LV) +#. summary(myspell-dictionaries:myspell-en_IE) #, fuzzy -msgid "MySpell lv_LV Dictionary" +msgid "MySpell en_IE Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-ne_NP) +#. summary(myspell-dictionaries:myspell-en_IN) #, fuzzy -msgid "MySpell ne_NP Dictionary" +msgid "MySpell en_IN Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-nl_NL) +#. summary(myspell-dictionaries:myspell-en_JM) #, fuzzy -msgid "MySpell nl_NL Dictionary" +msgid "MySpell en_JM Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-no) +#. summary(myspell-dictionaries:myspell-en_MW) #, fuzzy -msgid "MySpell no Dictionary" +msgid "MySpell en_MW Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-oc_FR) +#. summary(myspell-dictionaries:myspell-en_NA) #, fuzzy -msgid "MySpell oc_FR Dictionary" +msgid "MySpell en_NA Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-pl_PL) +#. summary(myspell-dictionaries:myspell-en_NZ) #, fuzzy -msgid "MySpell pl_PL Dictionary" +msgid "MySpell en_NZ Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-pt_BR) +#. summary(myspell-dictionaries:myspell-en_PH) #, fuzzy -msgid "MySpell pt_BR Dictionary" +msgid "MySpell en_PH Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-pt_PT) +#. summary(myspell-dictionaries:myspell-en_TT) #, fuzzy -msgid "MySpell pt_PT Dictionary" +msgid "MySpell en_TT Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-ro) +#. summary(myspell-dictionaries:myspell-en_ZA) #, fuzzy -msgid "MySpell ro Dictionary" +msgid "MySpell en_ZA Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-ru_RU) +#. summary(myspell-dictionaries:myspell-en_ZW) #, fuzzy -msgid "MySpell ru_RU Dictionary" +msgid "MySpell en_ZW Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-si_LK) +#. summary(myspell-dictionaries:myspell-es_BO) #, fuzzy -msgid "MySpell si_LK Dictionary" +msgid "MySpell es_BO Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-sk_SK) +#. summary(myspell-dictionaries:myspell-es_CU) #, fuzzy -msgid "MySpell sk_SK Dictionary" +msgid "MySpell es_CU Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-sl_SI) +#. summary(myspell-dictionaries:myspell-es_PY) #, fuzzy -msgid "MySpell sl_SI Dictionary" +msgid "MySpell es_PY Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-sr) +#. summary(myspell-dictionaries:myspell-fr_BE) #, fuzzy -msgid "MySpell sr Dictionary" +msgid "MySpell fr_BE Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-sv_SE) +#. summary(myspell-dictionaries:myspell-fr_LU) #, fuzzy -msgid "MySpell sv_SE Dictionary" +msgid "MySpell fr_LU Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-sw_TZ) +#. summary(myspell-dictionaries:myspell-fr_MC) #, fuzzy -msgid "MySpell sw_TZ Dictionary" +msgid "MySpell fr_MC Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-te_IN) +#. summary(myspell-dictionaries:myspell-gd_GB) #, fuzzy -msgid "MySpell te_IN Dictionary" +msgid "MySpell gd_GB Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-th_TH) +#. description(myspell-dictionaries:myspell-gd_GB) #, fuzzy -msgid "MySpell th_TH Dictionary" +msgid "Scottish Gaelic spell checker." +msgstr "正在更新软件" + +#. summary(myspell-dictionaries:myspell-gl_ES) +#, fuzzy +msgid "MySpell gl_ES Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-uk_UA) +#. summary(myspell-dictionaries:myspell-is_IS) #, fuzzy -msgid "MySpell uk_UA Dictionary" +msgid "MySpell is_IS Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-vi) +#. summary(myspell-dictionaries:myspell-kmr_Latn) #, fuzzy -msgid "MySpell vi Dictionary" +msgid "MySpell kmr_Latn Dictionary" msgstr "俄联邦" -#. summary(myspell-dictionaries:myspell-zu_ZA) +#. description(myspell-dictionaries:myspell-kmr_Latn) +#. description(myspell-dictionaries:myspell-kmr_Latn_SY) +#. description(myspell-dictionaries:myspell-kmr_Latn_TR) #, fuzzy -msgid "MySpell zu_ZA Dictionary" +msgid "Kurdish (Turkey) spelling dictionary." msgstr "俄联邦" -#. 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(myspell-dictionaries:myspell-kmr_Latn_SY) +#, fuzzy +msgid "MySpell kmr_Latn_SY Dictionary" +msgstr "俄联邦" -#. description(perl-CursesWidgets) -msgid "" -"NOTE: This is **NOT** backwards compatible with the pre-1.99 " -"versions. This is entirely OO-based, hence any older scripts relying " -"on the old versions will need to be rewritten." -msgstr "" +#. summary(myspell-dictionaries:myspell-kmr_Latn_TR) +#, fuzzy +msgid "MySpell kmr_Latn_TR Dictionary" +msgstr "俄联邦" -#. summary(nagios:nagios-theme-exfoliation) +#. summary(myspell-dictionaries:myspell-lo_LA) #, fuzzy -#| msgid "A Firewire Interface" -msgid "Nagios Core web interface" -msgstr "一个火线接口" +msgid "MySpell lo_LA Dictionary" +msgstr "俄联邦" -#. summary(nagios-plugins-bonding) -msgid "Nagios Network Bonding Check" -msgstr "" +#. description(myspell-dictionaries:myspell-lo_LA) +#, fuzzy +msgid "Lao spelling dictionary." +msgstr "俄联邦" -#. description(nagios-plugins-nis) -msgid "" -"Nagios plugin (script) to check the status of a NIS server on a specified " -"host and NIS domain by asking NIS server for \"passwd.byname\".\n" -"\n" -"As an additional check, a username may be specified which will then be " -"\"looked up\" on the NIS server, note that this is optional and only " -"introduced in v1.1\n" -"\n" -"Script returns OK if it gets an acceptable answer, CRITICAL if not.\n" -"\n" -"This *nix script has been designed and written for the lowest common " -"denominator of shells (sh), uses yppoll, ypcat and grep as external commands." -msgstr "" +#. summary(myspell-dictionaries:myspell-ne_NP) +#, fuzzy +msgid "MySpell ne_NP Dictionary" +msgstr "俄联邦" -#. summary(logwarn:logwarn-nagios-plugin) -msgid "Nagios plugin based on the logwarn(1) utility" +#. description(myspell-dictionaries:myspell-ne_NP) +msgid "Nepali spelling dictionary, and thesaurus." msgstr "" -#. summary(nagios-plugins-zypper) -msgid "Nagios plugin for checking software updates" -msgstr "" +#. summary(myspell-dictionaries:myspell-oc_FR) +#, fuzzy +msgid "MySpell oc_FR Dictionary" +msgstr "俄联邦" -#. summary(nagios-plugins-nis) -msgid "" -"Nagios plugin to check the status of a NIS server on a specified host and " -"NIS domain" -msgstr "" +#. description(myspell-dictionaries:myspell-oc_FR) +#, fuzzy +msgid "Occitan spelling dictionary." +msgstr "俄联邦" -#. summary(nagios-plugins-diskio) -msgid "Nagios plugin to monitor the amount of disk I/O" -msgstr "" +#. summary(myspell-dictionaries:myspell-pt_AO) +#, fuzzy +msgid "MySpell pt_AO Dictionary" +msgstr "俄联邦" -#. description(nagios-plugins-qlogic_sanbox) -msgid "" -"Nagios plugin, allowing to check QLogic FC Sanboxes.\n" -"\n" -"This plugin has been tested with the following QLogic switches:\n" -"\n" -"SANbox 5200 FC Switch SANbox 5202 FC Switch SANbox 5600 FC Switch SANbox " -"5602 FC Switch SANbox 5800 FC Switch" -msgstr "" +#. summary(myspell-dictionaries:myspell-sr_CS) +#, fuzzy +msgid "MySpell sr_CS Dictionary" +msgstr "俄联邦" -#. summary(nagstamon) +#. summary(myspell-dictionaries:myspell-sr_Latn_CS) #, fuzzy -msgid "Nagios status monitor for the desktop" -msgstr "开发用于 GNOME 桌面的软件所需的所有程序包。" +msgid "MySpell sr_Latn_CS Dictionary" +msgstr "俄联邦" -#. 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(myspell-dictionaries:myspell-sr_Latn_RS) +#, fuzzy +msgid "MySpell sr_Latn_RS Dictionary" +msgstr "俄联邦" -#. summary(pentaho-libxml) +#. summary(myspell-dictionaries:myspell-sr_RS) #, fuzzy -msgid "Namespace aware SAX-Parser utility library" -msgstr "打印服务器" +msgid "MySpell sr_RS Dictionary" +msgstr "俄联邦" -#. description(nautilus-terminal) -msgid "" -"Nautilus Terminal is an integrated terminal for the Nautilus file browser." -msgstr "" +#. summary(myspell-dictionaries:myspell-sv_FI) +#, fuzzy +msgid "MySpell sv_FI Dictionary" +msgstr "俄联邦" -#. description(myspell-dictionaries:myspell-ne_NP) -msgid "Nepali spelling dictionary, and thesaurus." -msgstr "" +#. summary(myspell-dictionaries:myspell-sw_TZ) +#, fuzzy +msgid "MySpell sw_TZ Dictionary" +msgstr "俄联邦" -#. 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 "" +#. description(myspell-dictionaries:myspell-sw_TZ) +#, fuzzy +msgid "Swahili spelling dictionary." +msgstr "俄联邦" -#. summary(netbeans-javaparser) -msgid "NetBeans Java Parser" +#. summary(mytop) +msgid "A top Clone for MySQL" msgstr "" -#. description(netcomponents) +#. description(mytop) msgid "" -"NetComponents is an Internet protocol suite Java library originally " -"developed by ORO, Inc.\tThis version supports Finger, Whois, TFTP, Telnet, " -"POP3, FTP, NNTP, SMTP, and some miscellaneous protocols like Time and Echo " -"as well as BSD R command support. The purpose of the library is to provide " -"fundamental protocol access, not higher-level abstractions. Therefore, some " -"of the design violates object-oriented design principles. Its philosophy is " -"to make the global functionality of a protocal accesible (for example, TFTP " -"send file and receive file) when possible, but also provide access to the " -"fundamental protocols where applicable so that the programmer can construct " -"custom implementations (for example, the TFTP packet classes and the TFTP " -"packet send and receive methods are exposed)." -msgstr "" - -#. description(netcomponents:netcomponents-javadoc) -msgid "" -"NetComponents, is an Internet protocol suite Java library originally " -"developed by ORO, Inc.\tThis version supports Finger, Whois, TFTP, Telnet, " -"POP3, FTP, NNTP, SMTP, and some miscellaneous protocols like Time and Echo " -"as well as BSD R command support. The purpose of the library is to provide " -"fundamental protocol access, not higher-level abstractions. Therefore, some " -"of the design violates object-oriented design principles. Our philosophy is " -"to make the global functionality of a protocal accesible (e.g., TFTP send " -"file and receive file) when possible, but also provide access to the " -"fundamental protocols where applicable so that the programmer may construct " -"his own custom implementations (e.g, the TFTP packet classes and the TFTP " -"packet send and receive methods are exposed).\n" +"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" -"This package contains the javadoc documentation for netcomponents." +"- With Term::ANSIColor installed you even get color.\n" +"\n" +"- If you install Time::HiRes, get good real-time queries/second stats." msgstr "" -#. summary(npapi-sdk) -msgid "Netscape Plugin API (NPAPI)" +#. summary(fail2ban:nagios-plugins-fail2ban) +msgid "Check fail2ban server and how many IPs are currently banned" msgstr "" -#. description(openstack-neutron) +#. description(fail2ban:nagios-plugins-fail2ban) msgid "" -"Neutron is a virtual network service for Openstack.\n" +"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" -"Just like OpenStack Nova provides an API to dynamically request and " -"configure virtual servers, Neutron provides an API to dynamically request " -"and configure virtual networks. These networks connect \"interfaces\" from " -"other OpenStack services (e.g., vNICs from Nova VMs). The Neutron API " -"supports extensions to provide advanced network capabilities (e.g., QoS, " -"ACLs, network monitoring, etc)" +"How to use\n" +"---------- Just have to run the following command: $ ./check_fail2ban --help" msgstr "" -#. description(openstack-neutron-doc) +#. summary(nagios-rpm-macros) #, fuzzy -msgid "" -"Neutron is a virtual network service for Openstack.\n" -"\n" -"This package contains documentation files for openstack-neutron" -msgstr "包中含有意外的版本" +msgid "RPM Macros for Nagios based packages" +msgstr "更新包" -#. summary(nml) -msgid "NewGRF Meta Language" -msgstr "" +#. description(nagios-rpm-macros) +#, fuzzy +msgid "This package provides rpm macros for building packages for Nagios, check_mk and/or Icinga." +msgstr "<p>此菜单包含引用文档信息的链接。</p>" -#. summary(lldb:lldb-devel) -msgid "Next generation high-performance debugger (devel package)" -msgstr "" - -#. summary(gtk2-metatheme-nimbus:nimbus-icon-theme) +#. summary(nagstamon) #, fuzzy -msgid "Nimbus Icon Theme" -msgstr "氧气图标主题" +msgid "Nagios status monitor for the desktop" +msgstr "开发用于 GNOME 桌面的软件所需的所有程序包。" -#. description(nini) -msgid "" -"Nini is an uncommonly powerful .NET configuration library designed to help " -"build highly configurable applications quickly." +#. 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(ninja-ide) -msgid "Ninja IDE for Python development" +#. summary(namdhinggo-fonts) +msgid "SIL Limbu Font" msgstr "" -#. description(myspell-dictionaries:myspell-no) -msgid "" -"Norwegian (Nynorsk and Bokmål) spelling dictionary, hyphenation rules, and " -"thesaurus." +#. 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(google-noto-fonts:noto-sans) -msgid "Noto Sans Serif Font" +#. summary(nant) +msgid "Ant for .NET" msgstr "" -#. summary(google-noto-fonts:noto-sans-armenian) -msgid "Noto Armenian Sans Serif Font" +#. 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(google-noto-fonts:noto-sans-avestan) -msgid "Noto Avestan Sans Serif Font" +#. summary(nant:nant-devel) +msgid "NAnt pkgconfig files" msgstr "" -#. summary(google-noto-fonts:noto-sans-bengali) -msgid "Noto Bengali Sans Serif Font" -msgstr "" +#. description(nant:nant-devel) +#, fuzzy +msgid "This package contains the pkgconfig files for NAnt." +msgstr "包中含有意外的版本" -#. summary(google-noto-fonts:noto-sans-carian) -msgid "Noto Carian Sans Serif Font" -msgstr "" +#. summary(nasm:nasm-doc) +#, fuzzy +msgid "Documentation for Nasm" +msgstr "7.0 文档" -#. summary(google-noto-fonts:noto-sans-cherokee) -msgid "Noto Cherokee Sans Serif Font" -msgstr "" +#. description(nasm:nasm-doc) +#, fuzzy +msgid "This package contains the documentation for Nasm." +msgstr "包中含有意外的版本" -#. summary(google-noto-fonts:noto-sans-coptic) -msgid "Noto Coptic Sans Serif Font" -msgstr "" +#. summary(nautilus-actions:nautilus-actions-lang) +#, fuzzy +msgid "Languages for package nautilus-actions" +msgstr "软件包 iso-codes 的语言文件" -#. summary(google-noto-fonts:noto-sans-deseret) -msgid "Noto Deseret Sans Serif Font" -msgstr "" +#. description(nautilus-actions:nautilus-actions-lang) +#, fuzzy +msgid "Provides translations to the package nautilus-actions" +msgstr "等待导航栏应用程序" -#. summary(google-noto-fonts:noto-sans-devanagari) -msgid "Noto Devanagari Sans Serif Font" -msgstr "" +#. summary(arista:nautilus-extension-arista) +#, fuzzy +msgid "Arista extension for Nautilus" +msgstr "包中含有意外的版本" -#. summary(google-noto-fonts:noto-sans-egyptianhieroglyphs) -msgid "Noto Egyptian Hieroglyphs Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-ethiopic) -msgid "Noto Ethiopic Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-georgian) -msgid "Noto Georgian Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-glagolitic) -msgid "Noto Glagolitic Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-hebrew) -msgid "Noto Hebrew Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-imperialaramaic) -msgid "Noto Imperial Aramaic Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-kannada) -msgid "Noto Kannada Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-kayahli) -msgid "Noto Kayah Li Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-khmer) -msgid "Noto Khmer Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-lao) -msgid "Noto Lao Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-lisu) -msgid "Noto Lisu Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-lycian) -msgid "Noto Lycian Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-lydian) -msgid "Noto Lydian Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-malayalam) -msgid "Noto Malayalam Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-meeteimayek) -msgid "Noto Meetei Mayek Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-nko) -msgid "Noto NKo Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-oldsoutharabian) -msgid "Noto Old SouthArabian Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-oldturkic) -msgid "Noto Old Turkic Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-osmanya) -msgid "Noto Osmanya Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-phoenician) -msgid "Noto Phoenician Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-shavian) -msgid "Noto Shavian Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-symbols) -msgid "Noto Symbols Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-tagalog) -msgid "Noto Tagalog Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-taitham) -msgid "Noto Tai Tham Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-tamil) -msgid "Noto Tamil Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-telugu) -msgid "Noto Telugu Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-thai) -msgid "Noto Thai Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-ugaritic) -msgid "Noto Ugaritic Sans Serif Font" -msgstr "" - -#. summary(google-noto-fonts:noto-sans-vai) -msgid "Noto Vai Sans Serif Font" -msgstr "" - -#. description(google-noto-fonts:noto-sans) +#. description(arista:nautilus-extension-arista) 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." +"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" +"Features: * Presets for Android, iPod, computer, DVD player, PSP, and more * Live preview to see encoded quality * Automatically discover available DVD drives and media * Rip straight from DVD media easily * Automatically discover and record from Video4Linux devices * Support for H.264, WebM, FLV, Ogg, DivX and more * Batch processing of entire directories easily * Simple terminal client for scripting * Nautilus extension for right-click file conversion\n" +"\n" +"This package contains a Nautilus extension to add Arista based actions." msgstr "" -#. 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(nautilus-image-converter:nautilus-image-converter-lang) +#, fuzzy +msgid "Languages for package nautilus-image-converter" +msgstr "语言: " -#. description(google-noto-fonts:noto-sans-avestan) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Avestan Sans Serif font, unhinted." -msgstr "" +#. description(nautilus-image-converter:nautilus-image-converter-lang) +#, fuzzy +msgid "Provides translations to the package nautilus-image-converter" +msgstr "等待导航栏应用程序" -#. description(google-noto-fonts:noto-sans-bengali) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Bengali Sans Serif font, unhinted." -msgstr "" +#. summary(nautilus:nautilus-lang) +#, fuzzy +msgid "Languages for package nautilus" +msgstr "语言: " -#. description(google-noto-fonts:noto-sans-carian) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Carian Sans Serif font, unhinted." -msgstr "" +#. description(nautilus:nautilus-lang) +#, fuzzy +msgid "Provides translations to the package nautilus" +msgstr "等待导航栏应用程序" -#. description(google-noto-fonts:noto-sans-cherokee) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Cherokee Sans Serif font, unhinted." -msgstr "" +#. summary(nautilus-search-tool:nautilus-search-tool-lang) +#, fuzzy +msgid "Languages for package nautilus-search-tool" +msgstr "语言: " -#. description(google-noto-fonts:noto-sans-coptic) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Coptic Sans Serif font, unhinted." -msgstr "" +#. description(nautilus-search-tool:nautilus-search-tool-lang) +#, fuzzy +msgid "Provides translations to the package nautilus-search-tool" +msgstr "等待导航栏应用程序" -#. description(google-noto-fonts:noto-sans-deseret) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Deseret Sans Serif font, unhinted." -msgstr "" +#. summary(nautilus-sendto:nautilus-sendto-lang) +#, fuzzy +msgid "Languages for package nautilus-sendto" +msgstr "语言: " -#. 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(nautilus-sendto:nautilus-sendto-lang) +#, fuzzy +msgid "Provides translations to the package nautilus-sendto" +msgstr "等待导航栏应用程序" -#. description(google-noto-fonts:noto-sans-egyptianhieroglyphs) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"EgyptianHieroglyphs Sans Serif font, unhinted." +#. summary(nautilus-terminal) +msgid "Integrated Terminal for the Nautilus File Browser" msgstr "" -#. 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." +#. description(nautilus-terminal) +msgid "Nautilus Terminal is an integrated terminal for the Nautilus file browser." msgstr "" -#. description(google-noto-fonts:noto-sans-georgian) +#. description(ndesk-dbus) 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." +"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" +"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(google-noto-fonts:noto-sans-glagolitic) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Glagolitic Sans Serif font, unhinted." +#. summary(ndesk-dbus-glib) +#. summary(ndesk-dbus-glib:ndesk-dbus-glib-devel) +msgid "Ndesk-dbus-glib provides glib integration for NDesk.DBus" msgstr "" -#. description(google-noto-fonts:noto-sans-hebrew) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Hebrew Sans Serif font, hinted." +#. description(ndesk-dbus-glib) +#. description(ndesk-dbus-glib:ndesk-dbus-glib-devel) +msgid "Ndesk-dbus-glibl provides glib integration for NDesk.DBus" msgstr "" -#. description(google-noto-fonts:noto-sans-imperialaramaic) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"ImperialAramaic Sans Serif font, unhinted." +#. summary(nested) +msgid "Specialized editor for structured documents" msgstr "" -#. description(google-noto-fonts:noto-sans-kannada) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Kannada Sans Serif font, unhinted." +#. 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 "" -#. description(google-noto-fonts:noto-sans-kayahli) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"KayahLi Sans Serif font, unhinted." -msgstr "" +#. summary(net6:net6-lang) +#, fuzzy +msgid "Languages for package net6" +msgstr "语言: " -#. description(google-noto-fonts:noto-sans-khmer) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Khmer Sans Serif font, hinted." -msgstr "" +#. description(net6:net6-lang) +#, fuzzy +msgid "Provides translations to the package net6" +msgstr "等待导航栏应用程序" -#. description(google-noto-fonts:noto-sans-lao) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains Lao " -"Sans Serif font, hinted." +#. summary(netbeans-javaparser) +msgid "NetBeans Java Parser" msgstr "" -#. description(google-noto-fonts:noto-sans-lisu) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains Lisu " -"Sans Serif font, unhinted." +#. description(netbeans-javaparser) +msgid "Java parser to analyse Java source files inside of the NetBeans IDE" msgstr "" -#. description(google-noto-fonts:noto-sans-lycian) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Lycian Sans Serif font, unhinted." +#. summary(netbeans-resolver) +msgid "Resolver subproject of xml-commons patched for NetBeans" msgstr "" -#. description(google-noto-fonts:noto-sans-lydian) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Lydian Sans Serif font, unhinted." +#. description(netbeans-resolver) +msgid "Resolver subproject of xml-commons, version 1.2 with a patch for NetBeans." msgstr "" -#. description(google-noto-fonts:noto-sans-malayalam) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Malayalam Sans Serif font, unhinted." +#. summary(netbeans-svnclientadapter) +msgid "Subversion Client Adapter" msgstr "" -#. description(google-noto-fonts:noto-sans-meeteimayek) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"MeeteiMayek Sans Serif font, unhinted." +#. description(netbeans-svnclientadapter) +msgid "SVNClientAdapter is a high-level Java API for Subversion." msgstr "" -#. description(google-noto-fonts:noto-sans-nko) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains NKo " -"Sans Serif font, unhinted." +#. summary(netcomponents) +msgid "Internet Protocol Suite Java Library" msgstr "" -#. description(google-noto-fonts:noto-sans-oldsoutharabian) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"OldSouthArabian Sans Serif font, unhinted." +#. description(netcomponents) +msgid "NetComponents is an Internet protocol suite Java library originally developed by ORO, Inc.\tThis version supports Finger, Whois, TFTP, Telnet, POP3, FTP, NNTP, SMTP, and some miscellaneous protocols like Time and Echo as well as BSD R command support. The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. Therefore, some of the design violates object-oriented design principles. Its philosophy is to make the global functionality of a protocal accesible (for example, TFTP send file and receive file) when possible, but also provide access to the fundamental protocols where applicable so that the programmer can construct custom implementations (for example, the TFTP packet classes and the TFTP packet send and receive methods are exposed)." msgstr "" -#. description(google-noto-fonts:noto-sans-oldturkic) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"OldTurkic Sans Serif font, unhinted." +#. summary(netcomponents:netcomponents-javadoc) +msgid "Javadoc for netcomponents" msgstr "" -#. description(google-noto-fonts:noto-sans-osmanya) +#. description(netcomponents:netcomponents-javadoc) msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Osmanya Sans Serif font, unhinted." -msgstr "" - -#. description(google-noto-fonts:noto-sans-phoenician) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Phoenician Sans Serif font, unhinted." -msgstr "" - -#. description(google-noto-fonts:noto-sans-shavian) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Shavian Sans Serif font, unhinted." -msgstr "" - -#. description(google-noto-fonts:noto-sans-symbols) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Symbols Sans Serif font, unhinted." -msgstr "" - -#. description(google-noto-fonts:noto-sans-tagalog) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Tagalog Sans Serif font, unhinted." -msgstr "" - -#. description(google-noto-fonts:noto-sans-taitham) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"TaiTham Sans Serif font, unhinted." -msgstr "" - -#. description(google-noto-fonts:noto-sans-tamil) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Tamil Sans Serif font, hinted." -msgstr "" - -#. description(google-noto-fonts:noto-sans-telugu) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Telugu Sans Serif font, unhinted." -msgstr "" - -#. description(google-noto-fonts:noto-sans-thai) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains Thai " -"Sans Serif font, hinted." -msgstr "" - -#. description(google-noto-fonts:noto-sans-ugaritic) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains " -"Ugaritic Sans Serif font, unhinted." -msgstr "" - -#. description(google-noto-fonts:noto-sans-vai) -msgid "" -"Noto's design goal is to achieve visual harmonization (e.g., compatible " -"heights and stroke thicknesses) across languages. This package contains Vai " -"Sans Serif font, unhinted." -msgstr "" - -#. description(openstack-nova) -msgid "" -"Nova is a cloud computing fabric controller (the main part of an IaaS " -"system) built to match the popular AWS EC2 and S3 APIs. It is written in " -"Python, using the Tornado and Twisted frameworks, and relies on the standard " -"AMQP messaging protocol." -msgstr "" - -#. description(openstack-nova-doc) -msgid "" -"Nova is a cloud computing fabric controller (the main part of an IaaS " -"system) built to match the popular AWS EC2 and S3 APIs. It is written in " -"Python, using the Tornado and Twisted frameworks, and relies on the standard " -"AMQP messaging protocol.\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" -"This package contains documentation files for openstack-nova." +"This package contains the javadoc documentation for netcomponents." msgstr "" -#. summary(gconf2-branding-SLES:novell-sound-theme) +#. summary(netconsole-tools) #, fuzzy -msgid "Novell Sound Theme" -msgstr "VNC 服务器" +msgid "Configure netconsole Kernel Module" +msgstr "内核模块更改" -#. description(numatop) +#. description(netconsole-tools) msgid "" -"NumaTOP is an observation tool for runtime memory locality characterization " -"and analysis of processes and threads running on a NUMA system. It helps the " -"user characterize the NUMA behavior of processes and threads and identify " -"where the NUMA-related performance bottlenecks reside. Numatop is supported " -"on Intel Xeon processors: 5500-series, 6500/7500-series, 5600 series, E7-" -"x8xx-series, and E5-16xx/24xx/26xx/46xx-series. E5-16xx/24xx/26xx/46xx-" -"series should be updated to latest CPU microcode (microcode must be 0x618+ " -"or 0x70c+). Kernel 3.9 or higher is required." -msgstr "" - -#. summary(otrs:otrs-doc) -#, fuzzy -msgid "OTRS Documentation" -msgstr "7.0 文档" - -#. description(otrs) -msgid "" -"OTRS is an Open source Ticket Request System with many features to manage " -"customer telephone calls and e-mails. It is distributed under the GNU AFFERO " -"General Public License (AGPL) and tested on Linux, Solaris, AIX, Windows, " -"FreeBSD, OpenBSD and Mac OS 10.x. Do you receive many e-mails and want to " -"answer them with a team of agents? You're going to love OTRS!\n" +"netconsole is a kernel feature to log the dmesg output via the network. The used network driver must support the polling function.\n" "\n" -"Feature list: see README\n" -"\n" -"Authors list: see CREDITS" +"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(otrs:otrs-itsm) -msgid "" -"OTRS::ITSM implements ITIL (R) focused IT service management.\n" -"\n" -"You need a OTRS 3.3.6 (http://otrs.org/) installation.\n" -"\n" -"Make sure your database accepts packages over 5 MB in size. A MySQL database " -"for example accepts packages up to 1 MB by default. In this case, the value " -"for max_allowed_packet must be increased. The recommended maximum size " -"accepted is 20 MB.\n" -"\n" -"for INSTALL see INSTALL-3.3.ITSM please see README.itsm for further details, " -"which comes with otrs package\n" -"\n" -"Required OTRS::ITSM modules can be found under /srv/otrs/itsm\n" -"\n" -"Authors list: see CREDITS" +#. summary(netsurf-buildsystem) +msgid "Makefiles shared by NetSurf projects" msgstr "" -#. summary(owasp-modsecurity-crs) -msgid "OWASP ModSecurity Common Rule Set (CRS)" +#. description(netsurf-buildsystem) +msgid "netsurf-buildsystem contains makefiles shared by NetSurf projects." msgstr "" -#. summary(objectweb-anttask) -msgid "ObjectWeb Ant task" +#. summary(network-autoconfig) +msgid "Find a connected eth interface and create an ifcfg for it" 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'." +#. description(network-autoconfig) +msgid "All available Ethernet network interfaces will be cycled until one is successfully configured. This script should run at the first boot of a machine that has several interfaces." msgstr "" -#. description(myspell-dictionaries:myspell-oc_FR) +#. summary(neverball:neverball-doc) #, fuzzy -msgid "Occitan spelling dictionary." -msgstr "俄联邦" +msgid "Documentation for the neverball" +msgstr "7.0 文档" -#. description(mate-themes) -#, fuzzy +#. description(neverball:neverball-doc) msgid "" -"Official themes for the MATE desktop\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" -"This package contains the official desktop themes of the MATE desktop " -"environment." -msgstr "包中含有意外的版本" - -#. description(offlineimap) -msgid "" -"OfflineIMAP is a tool to synchronize IMAP and Maildir mailboxes which is " -"very fast due to its multithreaded synchronization algorithm. It offers " -"several user interfaces and is generally very configurable providing a great " -"number of settings for controlling its behavior, tuning performance. " -"Specifically, there are several sophisticated and flexible mechanisms for " -"determining the list of maiilboxes to synchronize. Furthermore, it supports " -"internal or external automation, SSL and PREAUTH tunnels, offline (or " -"\"unplugged\") reading, and a variety of esoteric IMAP features for " -"compatibility with the widest variety of IMAP servers. OfflineIMAP is " -"designed for safety in terms of avoiding the loss of mails under any " -"circumstances." -msgstr "" - -#. description(perl-ExtUtils-CChecker) -msgid "" -"Often Perl modules are written to wrap functionality found in existing C " -"headers, libraries, or to use OS-specific features. It is useful in the " -"_Build.PL_ or _Makefile.PL_ file to check for the existance of these " -"requirements before attempting to actually build the module.\n" +"Collect 100 coins to save your progress and earn an extra ball. Red coins are worth 5. Blue coins are worth 10.\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" +"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" -"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." +"Documentation for the neverball." msgstr "" -#. description(perl-MooseX-Daemonize) -msgid "" -"Often you want to write a persistent daemon that has a pid file, and " -"responds appropriately to Signals. This module provides a set of basic roles " -"as an infrastructure to do that." -msgstr "" +#. summary(newsbeuter:newsbeuter-lang) +#, fuzzy +msgid "Languages for package newsbeuter" +msgstr "语言: " -#. summary(openclipart:openclipart-png) -msgid "Open Clip Art Library in the PNG File Format" -msgstr "" - -#. summary(openclipart:openclipart-svg) -msgid "Open Clip Art Library in the SVG File Format" -msgstr "" - -#. summary(openmarkup) -msgid "Open Markup Interface for object realizers and XML object realization" -msgstr "" - -#. summary(perl-Browser-Open) -msgid "Open a browser in a given URL" -msgstr "" - -#. summary(OpenLP) -msgid "Open source Church presentation and lyrics projection application" -msgstr "" - -#. summary(opengost-fonts:opengost-otf-fonts) -msgid "Open-source Russian GOST Fonts (OpenType Format)" -msgstr "" - -#. summary(opengost-fonts:opengost-ttf-fonts) -msgid "Open-source Russian GOST Fonts (TrueType Format)" -msgstr "" - -#. description(opengost-fonts:opengost-otf-fonts) -msgid "" -"Open-source version of the fonts by Russian standard GOST 2.304-81 «Letters " -"for drawings».\n" -"\n" -"This package contains fonts in OpenType format." -msgstr "" - -#. description(opengost-fonts:opengost-ttf-fonts) -msgid "" -"Open-source version of the fonts by Russian standard GOST 2.304-81 «Letters " -"for drawings».\n" -"\n" -"This package contains fonts in TrueType format." -msgstr "" - -#. summary(openldap2:openldap2-doc) +#. description(newsbeuter:newsbeuter-lang) #, fuzzy -msgid "OpenLDAP Documentation" -msgstr "OpenOffice.Org 快速起动器" +msgid "Provides translations to the package newsbeuter" +msgstr "等待导航栏应用程序" -#. summary(openlmi-providers:openlmi) -msgid "OpenLMI managed system software components" -msgstr "" - -#. description(openlmi-providers:openlmi) -msgid "" -"OpenLMI provides a common infrastructure for the management of Linux " -"systems. This package installs a core set of OpenLMI providers and necessary " -"infrastructure packages enabling the system to be managed remotely." -msgstr "" - -#. summary(openlmi-providers:openlmi-python-test) +#. summary(newt:newt-doc) #, fuzzy -msgid "OpenLMI test utilities" -msgstr "内核讯息" +msgid "Tutorial for Nifty Erik's Windowing Toolkit" +msgstr "6.10 禁用 powersave 守护程序" -#. description(OpenLP) +#. description(newt:newt-doc) msgid "" -"OpenLP is a church presentation software, for lyrics projection software, " -"used to display slides of Songs, Bible verses, videos, images, and " -"presentations via LibreOffice using a computer and projector." +"This package contains a tutorial about the Newt windowing toolkit.\n" +"\n" +"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(openttd-openmsx) -msgid "" -"OpenMSX is an open source replacement for the original Transport Tycoon " -"Deluxe (TTD) music. All contributions are licensed under the GPL v2." -msgstr "" - -#. summary(openstack-cinder) -msgid "OpenStack Block Storage (Cinder)" -msgstr "" - -#. summary(openstack-cinder:openstack-cinder-api) +#. summary(gtk2-metatheme-nimbus:nimbus-icon-theme) #, fuzzy -msgid "OpenStack Block Storage (Cinder) - API" -msgstr "OpenOffice.Org 快速起动器" +msgid "Nimbus Icon Theme" +msgstr "氧气图标主题" -#. summary(openstack-cinder-doc) +#. summary(nini) #, fuzzy -msgid "OpenStack Block Storage (Cinder) - Documentation" -msgstr "OpenOffice.Org 快速起动器" +msgid "An uncommonly powerful .NET configuration library" +msgstr "1.2 新的 Xgl 配置选项" -#. summary(openstack-cinder:openstack-cinder-scheduler) -#, fuzzy -msgid "OpenStack Block Storage (Cinder) - Scheduler" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-cinder:openstack-cinder-test) -#, fuzzy -msgid "OpenStack Block Storage (Cinder) - Testsuite" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-cinder:openstack-cinder-volume) -#, fuzzy -msgid "OpenStack Block Storage (Cinder) - Volume" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-cinder:openstack-cinder-backup) -#, fuzzy -msgid "OpenStack Block Storage (Cinder) - Volume Backup Service" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-nova) -msgid "OpenStack Compute (Nova)" +#. description(nini) +msgid "Nini is an uncommonly powerful .NET configuration library designed to help build highly configurable applications quickly." msgstr "" -#. summary(openstack-nova:openstack-nova-api) -msgid "OpenStack Compute (Nova) - API" +#. summary(ninja-ide) +msgid "Ninja IDE for Python development" msgstr "" -#. summary(openstack-nova:openstack-nova-cells) -#, fuzzy -msgid "OpenStack Compute (Nova) - Cells" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-nova:openstack-nova-cert) -msgid "OpenStack Compute (Nova) - Certificate Manager" +#. 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(openstack-nova:openstack-nova-compute) -msgid "OpenStack Compute (Nova) - Compute" -msgstr "" - -#. summary(openstack-nova:openstack-nova-conductor) +#. summary(nmcli-dmenu) #, fuzzy -msgid "OpenStack Compute (Nova) - Conductor" -msgstr "OpenOffice.Org 快速起动器" +msgid "Control NetworkManager via dmenu" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(openstack-nova-doc) -#, fuzzy -msgid "OpenStack Compute (Nova) - Documentation" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-nova:openstack-nova-network) -msgid "OpenStack Compute (Nova) - Network" +#. 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(openstack-nova:openstack-nova-objectstore) -msgid "OpenStack Compute (Nova) - Object Store" -msgstr "" - -#. summary(openstack-nova:openstack-nova-scheduler) -msgid "OpenStack Compute (Nova) - Scheduler" -msgstr "" - -#. summary(openstack-nova:openstack-nova-test) -msgid "OpenStack Compute (Nova) - Testsuite" -msgstr "" - -#. summary(openstack-nova:openstack-nova-vncproxy) -msgid "OpenStack Compute (Nova) - VNC Proxy" -msgstr "" - -#. summary(openstack-nova:openstack-nova-novncproxy) -msgid "OpenStack Compute (Nova) - Websocket Proxy" -msgstr "" - -#. summary(openstack-nova:openstack-xen-plugins) +#. summary(nodejs:nodejs-docs) #, fuzzy -msgid "OpenStack Compute (Nova) - XenAPI support" +msgid "Node.js API documentation" msgstr "OpenOffice.Org 快速起动器" -#. summary(openstack-dashboard) -msgid "OpenStack Dashboard (Horizon)" -msgstr "" - -#. summary(openstack-dashboard:openstack-dashboard-test) -msgid "OpenStack Dashboard (Horizon) - Testsuite" -msgstr "" - -#. summary(openstack-dashboard:openstack-dashboard-branding-upstream) -msgid "OpenStack Dashboard (Horizon) - Upstream Branding" -msgstr "" - -#. summary(openstack-keystone) -msgid "OpenStack Identity Service (Keystone)" -msgstr "" - -#. summary(openstack-keystone-doc) +#. description(nodejs:nodejs-docs) #, fuzzy -msgid "OpenStack Identity Service (Keystone) - Documentation" -msgstr "OpenOffice.Org 快速起动器" +msgid "The API documentation for the Node.js JavaScript runtime." +msgstr "7.0 文档" -#. summary(openstack-glance) -msgid "OpenStack Image Service (Glance)" +#. summary(nodejs-packaging) +msgid "RPM Macros and Utilities for Node.js Packaging" msgstr "" -#. summary(openstack-glance-doc) -#, fuzzy -msgid "OpenStack Image Service (Glance) - Documentation" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-glance:openstack-glance-test) -msgid "OpenStack Image Service (Glance) - Testsuite" +#. description(nodejs-packaging) +msgid "RPM macros and support scripts for packaging Node.js modules." msgstr "" -#. summary(openstack-tempest) -msgid "OpenStack Integration Test Suite (Tempest)" -msgstr "" - -#. summary(openstack-tempest:openstack-tempest-test) -msgid "OpenStack Integration Test Suite (Tempest) - Test Package" -msgstr "" - -#. summary(openstack-ceilometer) +#. summary(notification-daemon:notification-daemon-lang) #, fuzzy -msgid "OpenStack Metering (Ceilometer)" -msgstr "OpenOffice.Org 快速起动器" +msgid "Languages for package notification-daemon" +msgstr "语言: " -#. summary(openstack-ceilometer:openstack-ceilometer-api) +#. description(notification-daemon:notification-daemon-lang) #, fuzzy -msgid "OpenStack Metering (Ceilometer) - API" -msgstr "OpenOffice.Org 快速起动器" +msgid "Provides translations to the package notification-daemon" +msgstr "等待导航栏应用程序" -#. summary(openstack-ceilometer:openstack-ceilometer-agent-central) -#, fuzzy -msgid "OpenStack Metering (Ceilometer) - Agent Central" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-ceilometer:openstack-ceilometer-agent-compute) -#, fuzzy -msgid "OpenStack Metering (Ceilometer) - Agent Compute" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-ceilometer:openstack-ceilometer-agent-notification) -#, fuzzy -msgid "OpenStack Metering (Ceilometer) - Agent Notification" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-ceilometer:openstack-ceilometer-alarm-evaluator) -#, fuzzy -msgid "OpenStack Metering (Ceilometer) - Alarm Evaluator" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-ceilometer:openstack-ceilometer-collector) -#, fuzzy -msgid "OpenStack Metering (Ceilometer) - Collector" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-ceilometer-doc) -#, fuzzy -msgid "OpenStack Metering (Ceilometer) - Documentation" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-ceilometer:openstack-ceilometer-test) -#, fuzzy -msgid "OpenStack Metering (Ceilometer) - Testsuite" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-neutron) -#, fuzzy -msgid "OpenStack Network" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-neutron:openstack-neutron-plugin-cisco) -msgid "OpenStack Network - Cisco Plugin (openvswitch based)" +#. 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(openstack-neutron:openstack-neutron-dhcp-agent) -msgid "OpenStack Network - DHCP Agent" +#. 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(openstack-neutron:openstack-neutron-hyperv-agent) -msgid "OpenStack Network - Hyper-V Agent" +#. summary(google-noto-fonts:noto-sans) +msgid "Noto Sans Serif Font" msgstr "" -#. summary(openstack-neutron:openstack-neutron-ibm-agent) -#, fuzzy -msgid "OpenStack Network - IBM Agent" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-neutron:openstack-neutron-linuxbridge-agent) -msgid "OpenStack Network - Linux Bridge Agent" +#. 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(openstack-neutron:openstack-neutron-lbaas-agent) -msgid "OpenStack Network - Load Balancing Agent" +#. summary(google-noto-fonts:noto-sans-armenian) +msgid "Noto Armenian Sans Serif Font" msgstr "" -#. summary(openstack-neutron:openstack-neutron-mlnx-agent) -msgid "OpenStack Network - Mellanox Plugin" +#. 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(openstack-neutron:openstack-neutron-metadata-agent) -msgid "OpenStack Network - Meta Data Agent" +#. summary(google-noto-fonts:noto-sans-avestan) +msgid "Noto Avestan Sans Serif Font" msgstr "" -#. summary(openstack-neutron:openstack-neutron-metering-agent) -msgid "OpenStack Network - Metering Agent" +#. 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(openstack-neutron:openstack-neutron-nec-agent) -msgid "OpenStack Network - NEC Agent" +#. summary(google-noto-fonts:noto-sans-balinese) +msgid "Noto Balinese Sans Serif Font" msgstr "" -#. summary(openstack-neutron:openstack-neutron-vmware-agent) -#, fuzzy -msgid "OpenStack Network - Nicira Plugin" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-neutron:openstack-neutron-nvsd-agent) -#, fuzzy -msgid "OpenStack Network - One Convergence NVSD Agent" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-neutron:openstack-neutron-openvswitch-agent) -msgid "OpenStack Network - Open vSwitch" +#. 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 "" -#. summary(openstack-neutron:openstack-neutron-server) -#, fuzzy -msgid "OpenStack Network - Python module" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-neutron:openstack-neutron-restproxy-agent) -#, fuzzy -msgid "OpenStack Network - REST Proxy Agent" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-neutron:openstack-neutron-test) -#, fuzzy -msgid "OpenStack Network - Testsuite" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-neutron:openstack-neutron-vpn-agent) -msgid "OpenStack Network - VPN Agent" +#. summary(google-noto-fonts:noto-sans-bamum) +msgid "Noto Bamum Sans Serif Font" msgstr "" -#. summary(openstack-neutron:openstack-neutron-ryu-agent) -msgid "OpenStack Network - ryu Agent" +#. 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(openstack-neutron:openstack-neutron-l3-agent) -#, fuzzy -msgid "OpenStack Network Service (Neutron) - L3 Agent" -msgstr "OpenOffice.Org 快速起动器" - -#. description(openstack-swift-doc) -msgid "" -"OpenStack Object Storage (swift) aggregates commodity servers to work " -"together in clusters for reliable, redundant, and large-scale storage of " -"static objects.\n" -"\n" -"This package contains documentation files for openstack-swift." +#. summary(google-noto-fonts:noto-sans-batak) +msgid "Noto Batak Sans Serif Font" msgstr "" -#. description(openstack-swift:openstack-swift-account) -msgid "" -"OpenStack Object Storage (swift) aggregates commodity servers to work " -"together in clusters for reliable, redundant, and large-scale storage of " -"static objects.\n" -"\n" -"This package contains the openstack-swift account server." +#. 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(openstack-swift:openstack-swift-container) -msgid "" -"OpenStack Object Storage (swift) aggregates commodity servers to work " -"together in clusters for reliable, redundant, and large-scale storage of " -"static objects.\n" -"\n" -"This package contains the openstack-swift container server." +#. summary(google-noto-fonts:noto-sans-bengali) +msgid "Noto Bengali Sans Serif Font" msgstr "" -#. description(openstack-swift:openstack-swift-object) -msgid "" -"OpenStack Object Storage (swift) aggregates commodity servers to work " -"together in clusters for reliable, redundant, and large-scale storage of " -"static objects.\n" -"\n" -"This package contains the openstack-swift object server." +#. 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 "" -#. description(openstack-swift:openstack-swift-proxy) -msgid "" -"OpenStack Object Storage (swift) aggregates commodity servers to work " -"together in clusters for reliable, redundant, and large-scale storage of " -"static objects.\n" -"\n" -"This package contains the openstack-swift proxy server." +#. summary(google-noto-fonts:noto-sans-brahmi) +msgid "Noto Brahmi Sans Serif Font" msgstr "" -#. description(openstack-swift) -msgid "" -"OpenStack Object Storage (swift) aggregates commodity servers to work " -"together in clusters for reliable, redundant, and large-scale storage of " -"static objects. Objects are written to multiple hardware devices in the data " -"center, with the OpenStack software responsible for ensuring data " -"replication and integrity across the cluster. Storage clusters can scale " -"horizontally by adding new nodes, which are automatically configured. Should " -"a node fail, OpenStack works to replicate its content from other active " -"nodes. Because OpenStack uses software logic to ensure data replication and " -"distribution across different devices, inexpensive commodity hard drives and " -"servers can be used in lieu of more expensive equipment." +#. 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(openstack-heat:openstack-heat-api) -#, fuzzy -msgid "OpenStack Orchestration (Heat) - API" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-heat:openstack-heat-api-cfn) -#, fuzzy -msgid "OpenStack Orchestration (Heat) - CloudFormation API" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-heat:openstack-heat-api-cloudwatch) -#, fuzzy -msgid "OpenStack Orchestration (Heat) - CloudWatch API" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-heat-doc) -#, fuzzy -msgid "OpenStack Orchestration (Heat) - Documentation" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-heat:openstack-heat-engine) -#, fuzzy -msgid "OpenStack Orchestration (Heat) - Engine" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-quickstart) -#, fuzzy -msgid "OpenStack Quickstart" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-suse:openstack-suse-macros) -msgid "OpenStack SUSE - RPM Macros" +#. summary(google-noto-fonts:noto-sans-buginese) +msgid "Noto Buginese Sans Serif Font" msgstr "" -#. summary(openstack-suse:openstack-suse-sudo) -msgid "OpenStack SUSE - Sudo Support" +#. 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(openstack-swift) -msgid "OpenStack Storage (Swift)" +#. summary(google-noto-fonts:noto-sans-buhid) +msgid "Noto Buhid Sans Serif Font" msgstr "" -#. summary(openstack-swift:openstack-swift-account) -msgid "OpenStack Storage (Swift) - Account Server" +#. 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 "" -#. summary(openstack-swift:openstack-swift-container) -msgid "OpenStack Storage (Swift) - Container Server" +#. summary(google-noto-fonts:noto-sans-canadianaboriginal) +msgid "Noto Canadian Aboriginal Sans Serif Font" msgstr "" -#. summary(openstack-swift-doc) -#, fuzzy -msgid "OpenStack Storage (Swift) - Documentation" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-swift:openstack-swift-object) -msgid "OpenStack Storage (Swift) - Object Server" +#. 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 "" -#. summary(openstack-swift:openstack-swift-proxy) -msgid "OpenStack Storage (Swift) - Proxy Server" +#. summary(google-noto-fonts:noto-sans-carian) +msgid "Noto Carian Sans Serif Font" msgstr "" -#. summary(openstack-swift:openstack-swift-test) -msgid "OpenStack Storage (Swift) - Testsuite" +#. 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 "" -#. summary(openstack-neutron-doc) -#, fuzzy -msgid "OpenStack Virtual Network Service (Neutron) - Documentation" -msgstr "OpenOffice.Org 快速起动器" - -#. description(openstack-suse:openstack-suse-sudo) -msgid "" -"OpenStack packages install sudo configuration files for rootwrap binaries " -"in /etc/sudoers.d. This directory is disabled by default, thus this package " -"enables it in /etc/sudoers." +#. summary(google-noto-fonts:noto-sans-cham) +msgid "Noto Cham Sans Serif Font" msgstr "" -#. summary(openstack-nova:openstack-nova-console) -#, fuzzy -msgid "Openstack Compute (Nova) - Console Access" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-nova:openstack-nova-consoleauth) -#, fuzzy -msgid "Openstack Compute (Nova) - Console Authentification Service" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-trove) -msgid "Openstack DBaaS (Trove)" +#. 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 "" -#. summary(openstack-trove:openstack-trove-api) -#, fuzzy -msgid "Openstack DBaaS (Trove) - API" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-trove:openstack-trove-conductor) -#, fuzzy -msgid "Openstack DBaaS (Trove) - Conductor" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-trove:openstack-trove-guestagent) -msgid "Openstack DBaaS (Trove) - GuestAgent" +#. summary(google-noto-fonts:noto-sans-cherokee) +msgid "Noto Cherokee Sans Serif Font" msgstr "" -#. summary(openstack-trove:openstack-trove-taskmanager) -msgid "Openstack DBaaS (Trove) - Taskmanager" +#. 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 "" -#. summary(openstack-heat) -#, fuzzy -msgid "Openstack Orchestration (Heat)" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-heat:openstack-heat-test) -#, fuzzy -msgid "Openstack Orchestration (Heat) - Testsuite" -msgstr "OpenOffice.Org 快速起动器" - -#. summary(openstack-trove:openstack-trove-test) -#, fuzzy -msgid "Openstack Trove - Testsuite" -msgstr "OpenOffice.Org 快速起动器" - -#. description(owasp-modsecurity-crs:owasp-modsecurity-crs-optional_rules) -msgid "" -"Optional rules for HTTP Protocol Validation, Common Web Attacks Protection, " -"Request Header Tagging, ..." +#. summary(google-noto-fonts:noto-sans-cjkjp) +msgid "Noto CJKjp Sans Serif Font" msgstr "" -#. summary(owasp-modsecurity-crs:owasp-modsecurity-crs-optional_rules) -msgid "Optional rules for OWASP ModSecurity CRS" +#. 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(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." +#. summary(google-noto-fonts:noto-sans-cjkkr) +msgid "Noto CJKkr Sans Serif Font" msgstr "" -#. description(pam:pam-doc) -msgid "" -"PAM (Pluggable Authentication Modules) is a system security tool that allows " -"system administrators to set authentication policies without having to " -"recompile programs that do authentication.\n" -"\n" -"This package contains the documentation." +#. 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(pam_chroot:pam_chroot-32bit) -msgid "" -"PAM (Pluggable Authentication Modules) is a system security tool that allows " -"system administrators to set authentication policies without having to " -"recompile programs that do authentication.\n" -"\n" -"pam_chroot is a Linux-PAM module that allows a user to be chrooted in auth, " -"account, or session." +#. summary(google-noto-fonts:noto-sans-cjksc) +msgid "Noto CJKsc Sans Serif Font" msgstr "" -#. description(pam_mktemp:pam_mktemp-32bit) -msgid "" -"PAM (Pluggable Authentication Modules) is a system security tool that allows " -"system administrators to set authentication policies without having to " -"recompile programs that do authentication.\n" -"\n" -"pam_mktemp is a PAM module which may be used with a PAM-aware login service " -"to provide per-user private directories under /tmp as a part of PAM session " -"or account management." +#. 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(pam_passwdqc:pam_passwdqc-32bit) -msgid "" -"PAM (Pluggable Authentication Modules) is a system security tool that allows " -"system administrators to set authentication policies without having to " -"recompile programs that do authentication.\n" -"\n" -"pam_passwdqc is a simple password strength checking module forPAM-aware " -"password changing programs. In addition to checking regular passwords, it " -"offers support for passphrases and can provide randomly generated ones." +#. summary(google-noto-fonts:noto-sans-cjktc) +msgid "Noto CJKtc Sans Serif Font" msgstr "" -#. description(pam_userpass:pam_userpass-32bit) -msgid "" -"PAM (Pluggable Authentication Modules) is a system security tool that allows " -"system administrators to set authentication policies without having to " -"recompile programs that do authentication.\n" -"\n" -"pam_userpass uses PAM binary prompts to ask the application for the username " -"and password." +#. 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 "" -#. summary(pam_p11:pam_p11-32bit) -msgid "PAM Authentication Module for Using Cryptographic Tokens" +#. summary(google-noto-fonts:noto-sans-coptic) +msgid "Noto Coptic Sans Serif Font" msgstr "" -#. summary(pam_mktemp:pam_mktemp-32bit) -msgid "PAM Module to Provide Per-User Private Directories Under /tmp" +#. 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(pari-galpol) -msgid "" -"PARI package of the GALPOL database of polynomials defining Galois " -"extensions of the rationals, accessed by the \"galoisgetpol\" function." +#. summary(google-noto-fonts:noto-sans-cuneiform) +msgid "Noto Cuneiform Sans Serif Font" msgstr "" -#. description(pari-elldata) -msgid "" -"PARI/GP version of J. E. Cremona's Elliptic Curve Data, needed by the PARI " -"functions \"ellsearch\" and \"ellidentify\"." +#. 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 "" -#. summary(pam_pkcs11:pam_pkcs11-32bit) -msgid "PKCS #11 PAM Module" +#. summary(google-noto-fonts:noto-sans-cypriot) +msgid "Noto Cypriot Sans Serif Font" msgstr "" -#. description(OpenPrintingPPDs:OpenPrintingPPDs-postscript) -msgid "" -"PPD files for PostScript printers which do not use a driver but may use the " -"foomatic-rip filter." +#. 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(OpenPrintingPPDs:OpenPrintingPPDs-ghostscript) -msgid "" -"PPD files for non-PostScript printers which use a Ghostscript built-in " -"driver and PPD files for PostScript level 1 printers which use the " -"Ghostscript driver pswrite." +#. summary(google-noto-fonts:noto-sans-deseret) +msgid "Noto Deseret Sans Serif Font" msgstr "" -#. description(OpenPrintingPPDs:OpenPrintingPPDs-hpijs) -msgid "" -"PPD files for non-PostScript printers which use the Ghostscript IJS driver /" -"usr/bin/hpijs from HPLIP." +#. 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 "" -#. summary(OpenPrintingPPDs:OpenPrintingPPDs-postscript) -msgid "PPD files from OpenPrinting.org for PostScript printers" +#. summary(google-noto-fonts:noto-sans-devanagari) +msgid "Noto Devanagari Sans Serif Font" msgstr "" -#. summary(OpenPrintingPPDs:OpenPrintingPPDs-ghostscript) -msgid "PPD files from OpenPrinting.org which use Ghostscript built-in drivers" +#. 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 "" -#. summary(OpenPrintingPPDs:OpenPrintingPPDs-hpijs) -msgid "PPD files from OpenPrinting.org which use the hpijs driver" +#. summary(google-noto-fonts:noto-sans-egyptianhieroglyphs) +msgid "Noto Egyptian Hieroglyphs Sans Serif Font" msgstr "" -#. description(PackageKit:PackageKit-branding-upstream) -msgid "" -"PackageKit is a system designed to make installing and updating software on " -"your computer easier. The primary design goal is to unify all the software " -"graphical tools used in different distributions, and use some of the latest " -"technology like PolicyKit to make the process suck less.\n" -"\n" -"This package provides the upstream default configuration for PackageKit." +#. 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 "" -#. summary(pagul-fonts) -#, fuzzy -msgid "Pagul Fonts" -msgstr "Liberation 字体" - -#. description(pagul-fonts) -msgid "Pagul is a Free Font for Sourashtra Language with Unicode glyphs." +#. summary(google-noto-fonts:noto-sans-ethiopic) +msgid "Noto Ethiopic Sans Serif Font" msgstr "" -#. summary(palapeli:palapeli-data) -msgid "Palapeli's standard puzzle files" +#. 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 "" -#. summary(pam_ccreds:pam_ccreds-32bit) -msgid "Pam module to cache login credentials" +#. summary(google-noto-fonts:noto-sans-georgian) +msgid "Noto Georgian Sans Serif Font" msgstr "" -#. description(pam_p11:pam_p11-32bit) -msgid "" -"Pam_p11 is a pluggable authentication module (pam) package for using " -"cryptographic tokens, such as smart cards and usb crypto tokens, for " -"authentication.\n" -"\n" -"Pam_p11 uses libp11 to access any PKCS#11 module. It should be compatible " -"with any implementation, but it is primarily developed using OpenSC.\n" -"\n" -"Pam_p11 implements two authentication modules:\n" -"\n" -"* pam_p11_openssh authenticates the user using openssh ~/.ssh/" -"authorized_keys file.\n" -"\n" -"* pam_p11_opensc authenticates the user using certificates found in ~/." -"eid/authorized_certificates. It is compatible with the older opensc " -"\"pam_opensc\" authentication module (eid mode).\n" -"\n" -"Pam_p11 is very simple. It has no configuration file, no other options than " -"the PKCS#11 module file, and does not know about certificate chains, " -"certificate authorities, revocation lists, or OCSP. It is perfect for the " -"small installation with no frills." +#. 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 "" -#. summary(perl-DateTime-Format-MySQL) -msgid "Parse and format MySQL dates and times" +#. summary(google-noto-fonts:noto-sans-glagolitic) +msgid "Noto Glagolitic Sans Serif Font" msgstr "" -#. summary(perl-DateTime-Format-SQLite) -msgid "Parse and format SQLite dates and times" +#. 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 "" -#. summary(perl-DateTime-Format-Strptime) -msgid "Parse and format strp and strf time patterns" +#. summary(google-noto-fonts:noto-sans-gothic) +msgid "Noto Gothic Sans Serif Font" msgstr "" -#. summary(perl-Module-CPANfile) -msgid "Parse cpanfile" +#. 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 "" -#. summary(perl-DateTime-Format-DateParse) -msgid "Parses Date::Parse compatible formats" +#. summary(Mesa:Mesa-libd3d-32bit) +#. description(Mesa:Mesa-libd3d-32bit) +msgid "Mesa Direct3D9 state tracker" msgstr "" -#. description(perl-App-Nopaste) -msgid "" -"Pastebins (also known as nopaste sites) let you post text, usually code, for " -"public viewing. They're used a lot in IRC channels to show code that would " -"normally be too long to give directly in the channel (hence the name " -"nopaste).\n" -"\n" -"Each pastebin is slightly different. When one pastebin goes down (I'm " -"looking at you, the http://paste.husk.org manpage), then you have to find a " -"new one. And if you usually use a script to publish text, then it's too much " -"hassle.\n" -"\n" -"This module aims to smooth out the differences between pastebins, and " -"provides redundancy: if one site doesn't work, it just tries a different " -"one.\n" -"\n" -"It's also modular: you only need to put on CPAN a the App::Nopaste::Service::" -"Foo manpage module and anyone can begin using it." -msgstr "" +#. summary(Mesa:Mesa-libd3d-devel-32bit) +#. description(Mesa:Mesa-libd3d-devel-32bit) +#, fuzzy +msgid "Mesa Direct3D9 state tracker development package" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(patch2mail) -msgid "Patch and package update notification via mail" +#. summary(herqq:libQtSolutions_SOAP-2_7-1-32bit) +msgid "SOAP client for Qt" msgstr "" -#. summary(pcfclock:pcfclock-kmp-pae) -msgid "Pcfclock kernel driver" +#. 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(perl-Archive-Peek) -msgid "Peek into archives without extracting them" -msgstr "" - -#. summary(pentaho-reporting-flow-engine) -msgid "Pentaho Flow Reporting Engine" -msgstr "" - -#. description(pentaho-libxml) -msgid "" -"Pentaho LibXML is a namespace aware SAX-Parser utility library. It eases the " -"pain of implementing non-trivial SAX input handlers." -msgstr "" - -#. description(pentaho-reporting-flow-engine) -msgid "" -"Pentaho Reporting Flow Engine is a free Java report library, formerly known " -"as 'JFreeReport'" -msgstr "" - -#. description(percona-toolkit) -msgid "" -"Percona Toolkit is a collection of advanced command-line tools used by " -"Percona (http://www.percona.com/) support staff to perform a variety of " -"MySQL and system tasks that are too difficult or complex to perform " -"manually.\n" -"\n" -"These tools are ideal alternatives to private or \"one-off\" scripts because " -"they are professionally developed, formally tested, and fully documented. " -"They are also fully self-contained, so installation is quick and easy and no " -"libraries are installed.\n" -"\n" -"Percona Toolkit is developed and supported by Percona Inc. For more " -"information and other free, open-source software developed by Percona, visit " -"http://www.percona.com/software/.\n" -"\n" -"This collection was formerly known as Maatkit." -msgstr "" - -#. summary(pcp-gui:pcp-doc) -msgid "Performance Co-Pilot documentation and tutorials" -msgstr "" - -#. summary(perl-Lingua-Stem-Fr) -msgid "Perl French Stemming" -msgstr "" - -#. summary(perl-Business-ISSN) +#. summary(SDL2:libSDL2-devel-32bit) #, fuzzy -msgid "Perl extension for International Standard Serial Numbers" -msgstr "包中含有意外的版本" +msgid "SDL2 Library Developer Files" +msgstr "KDE 开发" -#. summary(perl-Geo-Coordinates-UTM) +#. description(SDL2:libSDL2-devel-32bit) #, fuzzy -msgid "Perl extension for Latitude Longitude conversions" +msgid "This package contains files needed for development with the SDL2 library." msgstr "包中含有意外的版本" -#. summary(perl-IO-Socket-PortState) -msgid "Perl extension for checking the open or closed status of a port." +#. summary(SDL2_gfx:libSDL2_gfx-1_0-0-32bit) +msgid "SDL2 Graphics Routines for Primitives and Other Support Functions" msgstr "" -#. summary(perl-Data-Hexify) -msgid "Perl extension for hexdumping arbitrary data" +#. 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 "" -#. summary(perl-CGI-FastTemplate) -msgid "" -"Perl extension for managing templates, and performing variable interpolation" -msgstr "" - -#. summary(perl-File-Copy-Recursive) -msgid "Perl extension for recursively copying files and directories" -msgstr "" - -#. summary(perl-Math-Round) +#. summary(SDL2_gfx:libSDL2_gfx-devel-32bit) #, fuzzy -msgid "Perl extension for rounding numbers" -msgstr "包中含有意外的版本" +msgid "Libraries, includes and more to develop SDL2_gfx applications" +msgstr "内核开发" -#. summary(perl-HTML-Scrubber) -msgid "Perl extension for scrubbing/sanitizing html" +#. summary(SDL2_image:libSDL2_image-2_0-0-32bit) +msgid "Simple DirectMedia Layer 2 – Image Loading Library" msgstr "" -#. summary(perl-Calendar-Simple) -msgid "Perl extension to create simple calendars" -msgstr "" - -#. summary(perl-Algorithm-CheckDigits) +#. summary(SDL2_image:libSDL2_image-devel-32bit) #, fuzzy -msgid "Perl extension to generate and test check digits" -msgstr "包中含有意外的版本" +msgid "Development files for the SDL2 image loader library" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(perl-Debug-Trace) -msgid "Perl extension to trace subroutine calls" +#. summary(SDL2_mixer:libSDL2_mixer-2_0-0-32bit) +msgid "Simple DirectMedia Layer 2 – Sound mixer library" msgstr "" -#. summary(perl-Growl-GNTP) +#. summary(SDL2_mixer:libSDL2_mixer-devel-32bit) #, fuzzy -msgid "Perl implementation of GNTP Protocol (Client Part)" -msgstr "7.0 文档" +msgid "Development files for the SDL2 sound mixer library" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(perl-MojoX-JSON-RPC) -#, fuzzy -msgid "Perl implementation of JSON-RPC 2.0 protocol for Mojolicious" -msgstr "7.0 文档" - -#. summary(perl-Digest-Perl-MD5) -#, fuzzy -msgid "Perl implementation of Ron Rivests MD5 Algorithm" -msgstr "内核接口" - -#. summary(perl-Class-Adapter) -#, fuzzy -msgid "Perl implementation of the \"Adapter\" Design Pattern" -msgstr "7.0 文档" - -#. summary(perl-GnuPG-Interface) -#, fuzzy -msgid "Perl interface to GnuPG" -msgstr "内核接口" - -#. summary(perl-Crypt-SaltedHash) -#, fuzzy -msgid "Perl interface to functions that assist in working" -msgstr "内核接口" - -#. description(texlive:perl-biber) -msgid "" -"Perl library files of Biber a BibTeX replacement for users of BibLaTeX. This " -"package is required by the package texlive-biber-bin." +#. 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 "" -#. summary(perl-Carton) -msgid "Perl module dependency manager (aka Bundler for Perl)" +#. summary(SDL2_net:libSDL2_net-2_0-0-32bit) +msgid "Simple DirectMedia Layer 2 – Networking library" msgstr "" -#. summary(perl-Font-TTF) -msgid "Perl module for TrueType Font hacking" -msgstr "" +#. summary(SDL2_net:libSDL2_net-devel-32bit) +#, fuzzy +msgid "Development files for the SDL2 networking library" +msgstr "Tcl/Tk 及其开发工具。" -#. description(perl-File-chdir) -msgid "" -"Perl's 'chdir()' has the unfortunate problem of being very, very, very " -"global. If any part of your program calls 'chdir()' or if any library you " -"use calls 'chdir()', it changes the current working directory for the\n" -"*whole* program.\n" -"\n" -"This sucks.\n" -"\n" -"File::chdir gives you an alternative, '$CWD' and '@CWD'. These two variables " -"combine all the power of 'chdir()', the File::Spec manpage and the Cwd " -"manpage." +#. summary(SDL2_ttf:libSDL2_ttf-2_0-0-32bit) +msgid "Simple DirectMedia Layer 2 – Truetype Library" msgstr "" -#. summary(perl-Lexical-Persistence) -msgid "Persistent lexical variable values for arbitrary calls." +#. summary(SDL2_ttf:libSDL2_ttf-devel-32bit) +msgid "Simple DirectMedia Layer - Truetype Library" msgstr "" -#. summary(pbuilder) -msgid "Personal package builder for .deb packages" -msgstr "" +#. summary(SDL_Pango:libSDL_Pango-devel-32bit) +#, fuzzy +msgid "Include Files and Libraries for SDL_Pango development" +msgstr "内核开发" -#. description(perl-IO-Pipely) -msgid "" -"Pipes are troublesome beasts because there are a few different, incompatible " -"ways to create them. Not all platforms support all ways, and some platforms " -"may have hidden difficulties like incomplete or buggy support.\n" -"\n" -"IO::Pipely provides a couple functions to portably create one- and two-way " -"pipes and pipe-like socket pairs. It acknowledges and works around known " -"platform issues so you don't have to.\n" -"\n" -"On the other hand, it doesn't work around unknown issues, so please report " -"any problems early and often.\n" -"\n" -"IO::Pipely currently understands pipe(), UNIX-domain socketpair() and " -"regular IPv4 localhost sockets. This covers every platform tested so far, " -"but it's hardly complete. Please help support other mechanisms, such as INET-" -"domain socketpair() and IPv6 localhost sockets.\n" -"\n" -"IO::Pipely will use different kinds of pipes or sockets depending on the " -"operating system's capabilities and the number of directions requested. The " -"autodetection may be overridden by specifying a particular pipe type." +#. summary(SDL_gfx:libSDL_gfx-devel-32bit) +msgid "Libraries, includes and more to develop SDL_gfx applications" msgstr "" -#. description(perl-Class-Base) +#. description(SDL_gfx:libSDL_gfx-devel-32bit) msgid "" -"Please consider using the Badger::Base manpage instead which is the " -"successor of this module.\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" -"This module implements a simple base class from which other modules can be " -"derived, thereby inheriting a number of useful methods such as 'new()', " -"'init()', 'params()', 'clone()', 'error()' and 'debug()'.\n" +"- Graphic Primitives (SDL_gfxPrimitves.h)\n" "\n" -"For a number of years, I found myself re-writing this module for practically " -"every Perl project of any significant size. Or rather, I would copy the " -"module from the last project and perform a global search and replace to " -"change the names. Each time it got a little more polished and eventually, I " -"decided to Do The Right Thing and release it as a module in it's own right.\n" +"- Rotozoomer (SDL_rotozoom.h)\n" "\n" -"It doesn't pretend to be an all-encompassing solution for every kind of " -"object creation problem you might encounter. In fact, it only supports " -"blessed hash references that are created using the popular, but by no means " -"universal convention of calling 'new()' with a list or reference to a hash " -"array of named parameters. Constructor failure is indicated by returning " -"undef and setting the '$ERROR' package variable in the module's class to " -"contain a relevant message (which you can also fetch by calling 'error()' as " -"a class method).\n" +"- Framerate control (SDL_framerate.h)\n" "\n" -"e.g.\n" +"- MMX image filters (SDL_imageFilter.h)\n" "\n" -" my $object = My::Module->new( \tfile => 'myfile.html', \tmsg => 'Hello " -"World' ) || die $My::Module::ERROR;\n" -"\n" -"or:\n" -"\n" -" my $object = My::Module->new({ \tfile => 'myfile.html', \tmsg => 'Hello " -"World', }) || die My::Module->error();\n" -"\n" -"The 'new()' method handles the conversion of a list of arguments into a hash " -"array and calls the 'init()' method to perform any initialisation. In many " -"cases, it is therefore sufficient to define a module like so:\n" -"\n" -" package My::Module; use Class::Base; use base qw( Class::" -"Base );\n" -"\n" -" sub init { \tmy ($self, $config) = @_; \t \t$self->params($config, " -"qw( FOO BAR )) || return undef; \treturn $self; }\n" -"\n" -" \n" -"\n" -" 1;\n" -"\n" -"Then you can go right ahead and use it like this:\n" -"\n" -" use My::Module;\n" -"\n" -" my $object = My::Module->new( FOO => 'the foo value', \t\t\t\t BAR => " -"'the bar value' ) || die $My::Module::ERROR;\n" -"\n" -"Despite its limitations, Class::Base can be a surprisingly useful module to " -"have lying around for those times where you just want to create a regular " -"object based on a blessed hash reference and don't want to worry too much " -"about duplicating the same old code to bless a hash, define configuration " -"values, provide an error reporting mechanism, and so on. Simply derive your " -"module from 'Class::Base' and leave it to worry about most of the detail. " -"And don't forget, you can always redefine your own 'new()', 'error()', or " -"other method, if you don't like the way the Class::Base version works." +"The library is backwards compatible to the above mentioned code. It is written in plain C and can be used in C++ code." msgstr "" -#. summary(systemd:nss-myhostname-32bit) -msgid "Plugin for local system host name resolution" +#. summary(SDL_image:libSDL_image-devel-32bit) +msgid "Libraries, includes and more to develop SDL_image applications" msgstr "" -#. summary(osc-plugin-collab) -msgid "Plugin to make collaboration easier with osc" -msgstr "" - -#. description(myspell-dictionaries:myspell-pl_PL) -msgid "Polish spelling dictionary, hyphenation rules, and thesaurus." -msgstr "" - -#. summary(pari-seadata) -msgid "Polynomial and Elliptic Curve Data for the PARI CAS" -msgstr "" - -#. summary(perl-IO-Pipely) -msgid "Portably create pipe() or pipe-like handles, one way or another." -msgstr "" - -#. summary(perl-Lingua-Stem-Ru) -msgid "Porter's stemming algorithm for Russian (KOI8-R only)" -msgstr "" - -#. summary(openlmi-providers:openlmi-powermanagement-doc) +#. summary(SDL_mixer:libSDL_mixer-devel-32bit) #, fuzzy -msgid "Power management CIM provider documentation" -msgstr "电源管理 (APM)" +msgid "Development files for the SDL sound mixer library" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(offlineimap) -msgid "Powerful IMAP/Maildir Synchronization Tool" -msgstr "" - -#. summary(perl-Hash-MoreUtils) -msgid "Provide the stuff missing in Hash::Util" -msgstr "" - -#. summary(perl-Class-Factory-Util) -msgid "Provide utility methods for factory classes" -msgstr "" - -#. summary(mhtml-firefox) -msgid "Provides Firefox with MHTML web archive compatibility" -msgstr "" - -#. summary(libguestfs:lua-libguestfs) -msgid "Provides Lua support for libguestfs" -msgstr "" - -#. summary(libguestfs:ocaml-libguestfs) -msgid "Provides OCaml support for libguestfs" -msgstr "" - -#. description(perl-HTTP-Request-AsCGI) -msgid "" -"Provides a convenient way of setting up an CGI environment from an HTTP::" -"Request." -msgstr "" - -#. description(NetworkManager:NetworkManager-lang) +#. summary(SDL_net:libSDL_net-devel-32bit) #, fuzzy -msgid "Provides translations to the package NetworkManager" -msgstr "等待导航栏应用程序" +msgid "Development files for the SDL networking library" +msgstr "Tcl/Tk 及其开发工具。" -#. description(NetworkManager-gnome:NetworkManager-gnome-lang) +#. summary(SDL_sound:libSDL_sound-devel-32bit) #, fuzzy -msgid "Provides translations to the package NetworkManager-gnome" -msgstr "等待导航栏应用程序" +msgid "Development files for the SDL sound sample library" +msgstr "Tcl/Tk 及其开发工具。" -#. description(NetworkManager-novellvpn:NetworkManager-novellvpn-lang) +#. summary(SDL_ttf:libSDL_ttf-devel-32bit) #, fuzzy -msgid "Provides translations to the package NetworkManager-novellvpn" -msgstr "等待导航栏应用程序" +msgid "Development files for the SDL TrueType library" +msgstr "Tcl/Tk 及其开发工具。" -#. description(NetworkManager-openconnect:NetworkManager-openconnect-lang) -#, fuzzy -msgid "Provides translations to the package NetworkManager-openconnect" -msgstr "等待导航栏应用程序" - -#. description(NetworkManager-openvpn:NetworkManager-openvpn-lang) -#, fuzzy -msgid "Provides translations to the package NetworkManager-openvpn" -msgstr "等待导航栏应用程序" - -#. description(NetworkManager-pptp:NetworkManager-pptp-lang) -#, fuzzy -msgid "Provides translations to the package NetworkManager-pptp" -msgstr "等待导航栏应用程序" - -#. description(NetworkManager-strongswan:NetworkManager-strongswan-lang) -#, fuzzy -msgid "Provides translations to the package NetworkManager-strongswan" -msgstr "等待导航栏应用程序" - -#. description(NetworkManager-vpnc:NetworkManager-vpnc-lang) -#, fuzzy -msgid "Provides translations to the package NetworkManager-vpnc" -msgstr "等待导航栏应用程序" - -#. description(PackageKit:PackageKit-lang) -msgid "Provides translations to the package PackageKit" +#. summary(SDLmm:libSDLmm-0_1-8-32bit) +msgid "Simple DirectMedia Layer C++ glue library" msgstr "" -#. description(liferea:liferea-lang) -msgid "Provides translations to the package liferea" +#. 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(lightdm-kde-greeter:lightdm-kde-greeter-lang) +#. summary(SDLmm:libSDLmm-devel-32bit) #, fuzzy -msgid "Provides translations to the package lightdm-kde-greeter" -msgstr "等待导航栏应用程序" +msgid "Development files for the SDL C++ API layer" +msgstr "开发" -#. description(lightsoff:lightsoff-lang) -#, fuzzy -msgid "Provides translations to the package lightsoff" -msgstr "等待导航栏应用程序" +#. 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(lrcShow-X:lrcShow-X-lang) +#. summary(motif:libUil4-32bit) #, fuzzy -msgid "Provides translations to the package lrcShow-X" -msgstr "等待导航栏应用程序" +msgid "Motif User Interface Language library" +msgstr "通知" -#. description(marco:marco-lang) -#, fuzzy -msgid "Provides translations to the package marco" -msgstr "等待导航栏应用程序" - -#. description(mate-applets:mate-applets-lang) -#, fuzzy -msgid "Provides translations to the package mate-applets" -msgstr "等待导航栏应用程序" - -#. description(mate-backgrounds:mate-backgrounds-lang) -#, fuzzy -msgid "Provides translations to the package mate-backgrounds" -msgstr "等待导航栏应用程序" - -#. description(mate-calc:mate-calc-lang) -#, fuzzy -msgid "Provides translations to the package mate-calc" -msgstr "等待导航栏应用程序" - -#. description(mate-control-center:mate-control-center-lang) -#, fuzzy -msgid "Provides translations to the package mate-control-center" -msgstr "等待导航栏应用程序" - -#. description(mate-desktop:mate-desktop-lang) -#, fuzzy -msgid "Provides translations to the package mate-desktop" -msgstr "等待导航栏应用程序" - -#. description(mate-dialogs:mate-dialogs-lang) -#, fuzzy -msgid "Provides translations to the package mate-dialogs" -msgstr "等待导航栏应用程序" - -#. description(mate-indicator-applet:mate-indicator-applet-lang) -#, fuzzy -msgid "Provides translations to the package mate-indicator-applet" -msgstr "等待导航栏应用程序" - -#. description(mate-media:mate-media-lang) -#, fuzzy -msgid "Provides translations to the package mate-media" -msgstr "等待导航栏应用程序" - -#. description(mate-menus:mate-menus-lang) -#, fuzzy -msgid "Provides translations to the package mate-menus" -msgstr "等待导航栏应用程序" - -#. description(mate-netbook:mate-netbook-lang) -#, fuzzy -msgid "Provides translations to the package mate-netbook" -msgstr "等待导航栏应用程序" - -#. description(mate-netspeed:mate-netspeed-lang) -#, fuzzy -msgid "Provides translations to the package mate-netspeed" -msgstr "等待导航栏应用程序" - -#. description(mate-notification-daemon:mate-notification-daemon-lang) -#, fuzzy -msgid "Provides translations to the package mate-notification-daemon" -msgstr "等待导航栏应用程序" - -#. description(mate-panel:mate-panel-lang) -#, fuzzy -msgid "Provides translations to the package mate-panel" -msgstr "等待导航栏应用程序" - -#. description(mate-polkit:mate-polkit-lang) -#, fuzzy -msgid "Provides translations to the package mate-polkit" -msgstr "等待导航栏应用程序" - -#. description(mate-power-manager:mate-power-manager-lang) -#, fuzzy -msgid "Provides translations to the package mate-power-manager" -msgstr "等待导航栏应用程序" - -#. description(mate-screensaver:mate-screensaver-lang) -#, fuzzy -msgid "Provides translations to the package mate-screensaver" -msgstr "等待导航栏应用程序" - -#. description(mate-sensors-applet:mate-sensors-applet-lang) -#, fuzzy -msgid "Provides translations to the package mate-sensors-applet" -msgstr "等待导航栏应用程序" - -#. description(mate-session-manager:mate-session-manager-lang) -#, fuzzy -msgid "Provides translations to the package mate-session-manager" -msgstr "等待导航栏应用程序" - -#. description(mate-settings-daemon:mate-settings-daemon-lang) -#, fuzzy -msgid "Provides translations to the package mate-settings-daemon" -msgstr "等待导航栏应用程序" - -#. description(mate-system-monitor:mate-system-monitor-lang) -#, fuzzy -msgid "Provides translations to the package mate-system-monitor" -msgstr "等待导航栏应用程序" - -#. description(mate-terminal:mate-terminal-lang) -#, fuzzy -msgid "Provides translations to the package mate-terminal" -msgstr "等待导航栏应用程序" - -#. description(mate-themes:mate-themes-lang) -#, fuzzy -msgid "Provides translations to the package mate-themes" -msgstr "等待导航栏应用程序" - -#. description(mate-user-share:mate-user-share-lang) -#, fuzzy -msgid "Provides translations to the package mate-user-share" -msgstr "等待导航栏应用程序" - -#. description(memprof:memprof-lang) -#, fuzzy -msgid "Provides translations to the package memprof" -msgstr "等待导航栏应用程序" - -#. description(metacity:metacity-lang) -msgid "Provides translations to the package metacity" +#. 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(midori:midori-lang) +#. description(libXaw3d:libXaw3d-devel-32bit) #, fuzzy -msgid "Provides translations to the package midori" -msgstr "等待导航栏应用程序" +msgid "" +"Xaw3d is a general-purpose replacement for the Athena toolkit which adds a 3D appearance and support for XPM images.\n" +"\n" +"This package contains the development headers for the library found in libXaw3d6/libXaw3d7/libXaw3d8." +msgstr "包中含有意外的版本" -#. description(mousetweaks:mousetweaks-lang) -msgid "Provides translations to the package mousetweaks" +#. 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(mozo:mozo-lang) -#, fuzzy -msgid "Provides translations to the package mozo" -msgstr "等待导航栏应用程序" - -#. description(mutter:mutter-lang) -#, fuzzy -msgid "Provides translations to the package mutter" -msgstr "等待导航栏应用程序" - -#. description(mx:mx-lang) -msgid "Provides translations to the package mx" +#. 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(nautilus:nautilus-lang) +#. description(libqt5-qtwayland:libqt5-qtwayland-devel-32bit) #, fuzzy -msgid "Provides translations to the package nautilus" -msgstr "等待导航栏应用程序" +msgid "Development package to build Qt-based compositors." +msgstr "Tcl/Tk 及其开发工具。" -#. description(nautilus-actions:nautilus-actions-lang) -#, fuzzy -msgid "Provides translations to the package nautilus-actions" -msgstr "等待导航栏应用程序" - -#. description(nautilus-image-converter:nautilus-image-converter-lang) -#, fuzzy -msgid "Provides translations to the package nautilus-image-converter" -msgstr "等待导航栏应用程序" - -#. description(nautilus-open-terminal:nautilus-open-terminal-lang) -#, fuzzy -msgid "Provides translations to the package nautilus-open-terminal" -msgstr "等待导航栏应用程序" - -#. description(nautilus-search-tool:nautilus-search-tool-lang) -#, fuzzy -msgid "Provides translations to the package nautilus-search-tool" -msgstr "等待导航栏应用程序" - -#. description(nautilus-sendto:nautilus-sendto-lang) -#, fuzzy -msgid "Provides translations to the package nautilus-sendto" -msgstr "等待导航栏应用程序" - -#. description(net6:net6-lang) -#, fuzzy -msgid "Provides translations to the package net6" -msgstr "等待导航栏应用程序" - -#. description(notification-daemon:notification-daemon-lang) -#, fuzzy -msgid "Provides translations to the package notification-daemon" -msgstr "等待导航栏应用程序" - -#. description(obby:obby-lang) -#, fuzzy -msgid "Provides translations to the package obby" -msgstr "等待导航栏应用程序" - -#. description(openconnect:openconnect-lang) -#, fuzzy -msgid "Provides translations to the package openconnect" -msgstr "等待导航栏应用程序" - -#. description(orca:orca-lang) -msgid "Provides translations to the package orca" +#. description(libqt5-qtwebchannel:libqt5-qtwebchannel-devel-32bit) +msgid "You need this package, if you want to compile programs with qtwebchannel." msgstr "" -#. description(osdlyrics:osdlyrics-lang) +#. summary(libqt5-qtwebengine:libqt5-qtwebengine-32bit) #, fuzzy -msgid "Provides translations to the package osdlyrics" -msgstr "等待导航栏应用程序" +msgid "Qt 5 WebEngine Library" +msgstr "加密" -#. description(parole:parole-lang) +#. summary(qxmledit:libqxmledit0-32bit) #, fuzzy -msgid "Provides translations to the package parole" -msgstr "等待导航栏应用程序" +msgid "Simple XML Editor Shared Libraries" +msgstr "编目管理" -#. description(parted:parted-lang) -msgid "Provides translations to the package parted" +#. description(qxmledit:libqxmledit0-32bit) +msgid "" +"QXmlEdit is a simple XML editor written in Qt4. It uses a tree based interface to ease the edit of long files.\n" +"\n" +"This package includes QXmlEdit shared libraries." msgstr "" -#. description(pdf2djvu:pdf2djvu-lang) +#. summary(libqxmpp:libqxmpp0-32bit) #, fuzzy -msgid "Provides translations to the package pdf2djvu" -msgstr "等待导航栏应用程序" +msgid "Qt XMPP Library" +msgstr "性能" -#. summary(openlmi-providers:openlmi-python-base) -msgid "Python namespace package for OpenLMI python projects" +#. description(libqxmpp:libqxmpp0-32bit) +msgid "" +"QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++.\n" +"\n" +"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 "" -#. summary(openlmi-providers:openlmi-python-providers) -msgid "Python namespace package for pywbem providers" -msgstr "" - -#. summary(licq:licq-qt4-gui-data) +#. summary(librdmacm:librdmacm-devel-32bit) #, fuzzy -msgid "Qt4 data files for Licq" +msgid "Development files for the librdmacm library" msgstr "Tcl/Tk 及其开发工具。" -#. summary(perl-Email-Address) -msgid "RFC 2822 Address Parsing and Creation" -msgstr "" - -#. summary(nagios-rpm-macros) +#. description(librdmacm:librdmacm-devel-32bit) #, fuzzy -msgid "RPM Macros for Nagios based packages" -msgstr "更新包" +msgid "Development files for the librdmacm library." +msgstr "Tcl/Tk 及其开发工具。" -#. summary(mozaddon-devel) -msgid "RPM macros for building Mozilla extensions under openSUSE" -msgstr "" - -#. description(lomt-fonts:lomt-raleway-fonts) -msgid "" -"Raleway is an elegant sans-serif typeface, designed in a single thin weight. " -"It is a display face that features both old style and lining numerals, " -"standard and discretionary ligatures, a pretty complete set of diacritics, " -"as well as a stylistic alternate inspired by more geometric sans-serif " -"typefaces than it's neo-grotesque inspired default character set." -msgstr "" - -#. summary(perl-CPAN-Meta-YAML) -msgid "Read and write a subset of YAML for CPAN Meta files" -msgstr "" - -#. summary(perl-Data-Section-Simple) -msgid "Read data from __DATA__" -msgstr "" - -#. summary(perl-Module-Reader) -msgid "Read the source of a module like perl does" -msgstr "" - -#. summary(perl-CSS-Tiny) -msgid "Read/Write .css files with as little code as possible" -msgstr "" - -#. summary(perl-Config-Tiny) -msgid "Read/Write .ini style files with as little code as possible" -msgstr "" - -#. summary(perl-File-Slurp-Unicode) -msgid "Reading/Writing of Complete Files with Character Encoding Support" -msgstr "" - -#. description(perl-Module-Reader) -msgid "" -"Reads the content of perl modules the same way perl does. This includes " -"reading modules available only by perlfunc/require, or filtered through them." -msgstr "" - -#. summary(perl-Mojolicious) +#. summary(libreadline-java:libreadline-java-32bit) #, fuzzy -msgid "Real-time web framework" -msgstr "应用程序浏览器" +msgid "Java Wrapper for the EditLine Library" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(perl-Clone-PP) -msgid "Recursively copy Perl datatypes" +#. description(libreadline-java:libreadline-java-32bit) +msgid "libreadline-java provides Java bindings for libedit though a JNI wrapper." 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 "" - -#. summary(perl-File-Remove) -msgid "Remove files and directories" -msgstr "" - -#. summary(perl-autodie) -msgid "Replace functions with ones that succeed or die with lexical scope" -msgstr "" - -#. summary(netbeans-resolver) -msgid "Resolver subproject of xml-commons patched for NetBeans" -msgstr "" - -#. description(netbeans-resolver) -msgid "" -"Resolver subproject of xml-commons, version 1.2 with a patch for NetBeans." -msgstr "" - -#. summary(perl-File-Temp) -msgid "Return name and handle of a temporary file safely" -msgstr "" - -#. summary(perl-Class-ReturnValue) -msgid "" -"Return-value object that lets you treat it as as a boolean, array or object" -msgstr "" - -#. summary(perl-MooseX-Daemonize) -msgid "Role for daemonizing your Moose based application" -msgstr "" - -#. summary(perl-Crypt-Rot13) -msgid "Rot13 (Caesar) encryption for perl" -msgstr "" - -#. summary(perl-IPC-System-Simple) -msgid "Run commands simply, with detailed diagnostics" -msgstr "" - -#. summary(mathgl:mathgl-doc-ru) +#. summary(ding-libs:libref_array-devel-32bit) #, fuzzy -msgid "Russian documentation for mathgl" -msgstr "7.0 文档" +msgid "Development files for libref_array" +msgstr "开发" -#. description(myspell-dictionaries:myspell-ru_RU) -msgid "" -"Russian spelling dictionary, hyphenation rules, thesaurus, and grammar " -"checker." +#. summary(libreiserfs:libreiserfs-0_3-0-32bit) +msgid "ReiserFS File System Access Library" msgstr "" -#. summary(namdhinggo-fonts) -msgid "SIL Limbu Font" -msgstr "" - -#. summary(nuosu-fonts) -msgid "SIL Yi Font" -msgstr "" - -#. summary(perl-Mail-SPF-Test) -msgid "SPF test-suite class" -msgstr "" - -#. description(netbeans-svnclientadapter) -msgid "SVNClientAdapter is a high-level Java API for Subversion." -msgstr "" - -#. description(myspell-dictionaries:myspell-gd_GB) -#, fuzzy -msgid "Scottish Gaelic spell checker." -msgstr "正在更新软件" - -#. description(lomt-fonts:lomt-script1-fonts) +#. description(libreiserfs:libreiserfs-0_3-0-32bit) msgid "" -"Script #1 is a modern, coquettish script font that intends to look like " -"handwritten letters from the 1920s. It includes ligatures included." +"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" +"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(openstack-quickstart) -msgid "Scripts and configs to easily generate an openstack demo setup." -msgstr "" - -#. summary(lynis) -msgid "Security and System auditing tool" -msgstr "" - -#. summary(perl-IO-Pager) -msgid "Select a pager and pipe text to it if destination is a TTY" -msgstr "" - -#. description(myspell-dictionaries:myspell-sr) -msgid "" -"Serbian (Cyrillic and Latin) spelling dictionary, and hyphenation rules." -msgstr "" - -#. summary(perl-Data-AMF) -msgid "Serialize/Deserialize AMF data" -msgstr "" - -#. summary(monit:monit-doc) -msgid "Service Manager and Monitor System (Documentation and Examples)" -msgstr "" - -#. summary(perl-HTTP-Request-AsCGI) -msgid "Set up a CGI environment from an HTTP::Request" -msgstr "" - -#. description(perl-Hash-MoreUtils) -msgid "" -"Similar to 'List::MoreUtils', 'Hash::MoreUtils' contains trivial but " -"commonly-used functionality for hashes." -msgstr "" - -#. summary(perl-Makefile-DOM) -msgid "Simple DOM parser for Makefiles" -msgstr "" - -#. summary(perl-Class-DBI) +#. summary(libreiserfs:libreiserfs-devel-32bit) #, fuzzy -msgid "Simple Database Abstraction" -msgstr "输入抽象层 的用户界面" +msgid "ReiserFS Filesystem Access Tools" +msgstr "文件系统" -#. summary(pam_passwdqc:pam_passwdqc-32bit) -msgid "Simple Password Strength Checking Module" +#. 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 "" -#. summary(nagios-theme-switcher) -msgid "Simple Theme Switcher for Nagios Webfrontend" -msgstr "" - -#. summary(perl-Filesys-Notify-Simple) +#. summary(libressl:libressl-devel-32bit) #, fuzzy -msgid "Simple and dumb file system watcher" -msgstr "正在同步文件系统" +msgid "Development files for LibreSSL, an SSL/TLS protocol implementation" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(perl-AnyEvent-HTTP) -msgid "Simple but non-blocking HTTP/HTTPS client" -msgstr "" - -#. summary(perl-Log-Contextual) -msgid "Simple logging interface with a contextual log" -msgstr "" - -#. summary(perl-Email-Simple) -msgid "Simple parsing of RFC2822 message format and headers" -msgstr "" - -#. summary(perl-File-ShareDir-ProjectDistDir) +#. description(libressl:libressl-devel-32bit) msgid "" -"Simple set-and-forget using of a '/share' directory in your projects root" +"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" +"This subpackage contains libraries and header files for developing applications that want to make use of libressl." msgstr "" -#. summary(PackageKit:PackageKit-branding-upstream) -msgid "" -"Simple software installation management software -- Upstream default " -"configuration" +#. summary(librubberband:librubberband2-32bit) +msgid "Audio time-stretching and pitch-shifting library" msgstr "" -#. description(myspell-dictionaries:myspell-si_LK) -#, fuzzy -msgid "Sinhala spelling dictionary." -msgstr "俄联邦" - -#. description(myspell-dictionaries:myspell-sk_SK) -msgid "Slovak spelling dictionary, hyphenation rules, and thesaurus." +#. 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(myspell-dictionaries:myspell-sl_SI) -msgid "Slovenian spelling dictionary, hyphenation rules, and thesaurus." +#. summary(samba:libsamba-policy0-32bit) +msgid "Active Directory Group Policy library" msgstr "" -#. description(makeself) -msgid "" -"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)." +#. summary(scalapack:libscalapack2-openmpi-32bit) +msgid "ScaLAPACK libraries compiled against openmpi" msgstr "" -#. summary(papi:papi-devel-32bit) -msgid "Software Development Kit for PAPI" -msgstr "" - -#. description(perl-CPAN-Meta) +#. description(scalapack:libscalapack2-openmpi-32bit) 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" +"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" -"CPAN::Meta provides a simple class to represent this distribution metadata " -"(or _distmeta_), along with some helpful methods for interrogating that " -"data.\n" +"ScaLAPACK is designed for heterogeneous computing and is portable on any computer that supports MPI or PVM.\n" "\n" -"The documentation below is only for the methods of the CPAN::Meta object. " -"For information on the meaning of individual fields, consult the spec." -msgstr "" - -#. description(ndiswrapper:ndiswrapper-kmp-pae) -msgid "" -"Some wireless LAN vendors refuse to release hardware specifications or " -"drivers for their products for operating systems other than Microsoft " -"Windows. The ndiswrapper project makes it possible to use such hardware with " -"Linux by means of a loadable kernel module that \"wraps around\" NDIS " -"(Windows network driver API) drivers." -msgstr "" - -#. description(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" +"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" -"This module automates the process. You provide a coderef that is the " -"\"original function\", and another coderef to run after the original runs. " -"You can modify the return value (aliased to @_) here, and do whatever else " -"you need to do. 'wantarray' is correct inside both coderefs; in \"after\", " -"though, the return value is ignored and the value 'wantarray' returns is " -"related to the context that the original function was called in." +"This package contains ScaLAPACK\tlibraries compiled with\topenmpi." msgstr "" -#. description(myspell-dictionaries:myspell-es) -msgid "Spanish spelling dictionary, hyphenation rules, and thesaurus." -msgstr "" - -#. summary(nested) -msgid "Specialized editor for structured documents" -msgstr "" - -#. description(myspell-dictionaries:myspell-pt_BR) +#. summary(scalapack:libscalapack2-openmpi-devel-32bit) #, fuzzy -#| msgid "YaST2 - Translations for Brazilian Portuguese." -msgid "" -"Spelling, hyphenation and grammar checking tools for Brazilian Portuguese." -msgstr "YaST2 - 巴西葡萄牙语翻译。" +msgid "Development libraries for ScaLAPACK (openmpi)" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(owasp-modsecurity-crs:owasp-modsecurity-crs-slr_rules) -msgid "SpiderLabs Research (SLR) rules for OWASP ModSecurity CRS" -msgstr "" - -#. description(owasp-modsecurity-crs:owasp-modsecurity-crs-slr_rules) -msgid "SpiderLabs Research rules for ModSecurity CRS" -msgstr "" - -#. summary(perl-Class-Spiffy) -msgid "Spiffy Framework with No Source Filtering" -msgstr "" - -#. summary(perl-Module-Install) -msgid "Standalone, extensible Perl module installer" -msgstr "" - -#. summary(perl-MooseX-GlobRef) -msgid "Store a Moose object in glob reference" -msgstr "" - -#. summary(perl-Hash-MultiValue) -msgid "Store multiple values per key" -msgstr "" - -#. summary(netbeans-svnclientadapter) -msgid "Subversion Client Adapter" -msgstr "" - -#. summary(perl-MooseX-Has-Options) -msgid "Succinct options for Moose" -msgstr "" - -#. summary(package-translations) +#. description(scalapack:libscalapack2-openmpi-devel-32bit) #, fuzzy -msgid "Summary and Descriptions Translations" -msgstr "俄联邦" +msgid "This package contains development libraries for ScaLAPACK, compiled against openmpi." +msgstr "包中含有意外的版本" -#. summary(perl-Class-Std) -msgid "Support for creating standard \"inside-out\" classes" +#. summary(sfml2:libsfml2-2_3-32bit) +msgid "Free multimedia C++ API" msgstr "" -#. description(myspell-dictionaries:myspell-sw_TZ) -#, fuzzy -msgid "Swahili spelling dictionary." -msgstr "俄联邦" - -#. description(myspell-dictionaries:myspell-sv_SE) -#, fuzzy -msgid "Swedish spelling dictionary, and thesaurus." -msgstr "俄联邦" - -#. summary(perl-MooseX-AuthorizedMethods) -msgid "Syntax sugar for authorized methods" +#. 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 "" -#. summary(mozilla-nss:mozilla-nss-sysinit-32bit) +#. summary(libskk:libskk0-32bit) #, fuzzy -msgid "System NSS Initialization" -msgstr "系统信息" +msgid "Libskk libraries" +msgstr "网卡" -#. description(perl-Mojolicious) +#. description(libskk:libskk0-32bit) msgid "" -"Take a look at our excellent documentation in the Mojolicious::Guides " -"manpage!" +"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" +"This package provides GObject-based library to deal with Japanese kana-to-kanji conversion method." msgstr "" -#. description(myspell-dictionaries:myspell-te_IN) -msgid "Telugu spelling dictionary, and hyphenation rules." +#. summary(soxr:libsoxr-lsr0-32bit) +msgid "Compatibility layer with libsamplerate" msgstr "" -#. summary(openstack-keystone:openstack-keystone-test) -msgid "Testsuite for the OpenStack Keystone" +#. description(soxr:libsoxr-lsr0-32bit) +msgid "soxr libsamplerate API compatibility layer (to some extent)." msgstr "" -#. description(myspell-dictionaries:myspell-th_TH) +#. summary(libsrtp:libsrtp1-32bit) #, fuzzy -msgid "Thai spelling dictionary." -msgstr "俄联邦" +#| msgid "Real-time Transport Protocol Stack" +msgid "Secure Real-Time Transport Protocol (SRTP) library" +msgstr "即时传输协议堆栈" -#. description(perl-Class-Adapter) +#. description(libsrtp:libsrtp1-32bit) msgid "" -"The 'Class::Adapter' class is intended as an abstract base class for " -"creating any sort of class or object that follows the _Adapter_ pattern." -msgstr "" - -#. description(perl-Crypt-SaltedHash) -msgid "" -"The 'Crypt::SaltedHash' module provides an object oriented interface to " -"create salted (or seeded) hashes of clear text data. The original " -"formalization of this concept comes from RFC-3112 and is extended by the use " -"of different digital agorithms." -msgstr "" - -#. description(perl-Devel-StackTrace) -msgid "" -"The 'Devel::StackTrace' module contains two classes, C,Devel::StackTrace> " -"and the Devel::StackTrace::Frame manpage. These objects encapsulate the " -"information that can retrieved via Perl's 'caller()' function, as well as " -"providing a simple interface to this data.\n" +"The libSRTP library is an open source implementation of the Secure Real-time Transport Protocol (SRTP) originally authored by Cisco Systems, Inc.\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 the Exception::Class manpage) but may be useful in other contexts." +"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(perl-Data-ShowTable) -msgid "" -"The *ShowTable* module provides subroutines to display tabular data, " -"typially from a database, in nicely formatted columns, in several formats. " -"Its arguments can either be given in a fixed order, or, as a single, " -"anonymous hash-array.\n" -"\n" -"The output format for any one invocation can be one of four possible " -"styles:\n" -"\n" -"* Box\n" -"\n" -" A tabular format, with the column titles and the entire table surrounded " -"by a \"box\" of \"'+'\", \"'-'\", and \"'|'\" characters. See the " -"\"ShowBoxTable\" manpage for details.\n" -"\n" -"* Table\n" -"\n" -" A simple tabular format, with columns automatically aligned, with column " -"titles. See the \"ShowSimpleTable\" manpage.\n" -"\n" -"* List\n" -"\n" -" A _list_ style, where columns of data are listed as a _name_:_value_ " -"pair, one pair per line, with rows being one or more column values, " -"separated by an empty line. See the \"ShowListTable\" manpage.\n" -"\n" -"* HTML\n" -"\n" -" The data is output as an HTML _TABLE_, suitable for display through a " -"_Web_-client. See the \"ShowHTMLTable\" manpage. Input can either be plain " -"ASCII text, or text with embedded HTML elements, depending upon an " -"argument or global parameter.\n" -"\n" -"The subroutines which perform these displays are listed below." +#. 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(perl-Benchmark-Timer) -msgid "" -"The Benchmark::Timer class allows you to time portions of code conveniently, " -"as well as benchmark code by allowing timings of repeated trials. It is " -"perfect for when you need more precise information about the running time of " -"portions of your code than the Benchmark module will give you, but don't " -"want to go all out and profile your code.\n" -"\n" -"The methodology is simple; create a Benchmark::Timer object, and wrap " -"portions of code that you want to benchmark with 'start()' and 'stop()' " -"method calls. You can supply a tag to those methods if you plan to time " -"multiple portions of code. If you provide error and confidence values, you " -"can also use 'need_more_samples()' to determine, statistically, whether you " -"need to collect more data.\n" -"\n" -"After you have run your code, you can obtain information about the running " -"time by calling the 'results()' method, or get a descriptive benchmark " -"report by calling 'report()'. If you run your code over multiple trials, the " -"average time is reported. This is wonderful for benchmarking time-critical " -"portions of code in a rigorous way. You can also optionally choose to skip " -"any number of initial trials to cut down on initial case irregularities." +#. summary(simplescreenrecorder:libssr-glinject-32bit) +msgid "Simple Screen Recorder openGL plugin" msgstr "" -#. description(bluebird-theme:metatheme-bluebird-common) -msgid "" -"The Bluebird theme for GTK2/3 and xfwm4/emerald/metacity started out on the " -"basis of Bluebird, but aims at reworking the intense blue tone to a more " -"neutral blue-ish look that will be more pleasant to look at in everyday " -"use.\n" -"\n" -"This package provides the files common to the GTK+ themes and the window " -"manager themes as well as background images." +#. 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(perl-Cache-Cache) -msgid "" -"The Cache modules are designed to assist a developer in persisting data for " -"a specified period of time. Often these modules are used in web applications " -"to store data locally to save repeated and redundant expensive calls to " -"remote machines or databases. People have also been known to use Cache::" -"Cache for its straightforward interface in sharing data between runs of an " -"application or invocations of a CGI-style script or simply as an easy to use " -"abstraction of the filesystem or shared memory.\n" -"\n" -"The Cache::Cache interface is implemented by classes that support the get, " -"set, remove, size, purge, and clear instance methods and their corresponding " -"static methods for persisting data across method calls." -msgstr "" +#. summary(libstatgrab:libstatgrab-devel-32bit) +#, fuzzy +msgid "Development Environment for libstatgrab" +msgstr "单声道开发环境。" -#. summary(perl-Cache-Cache) -msgid "The Cache::Cache cache interface" -msgstr "" +#. description(libstatgrab:libstatgrab-devel-32bit) +#, fuzzy +msgid "Development environment for libstatgrab (headers, library links, static library)." +msgstr "用于服务器的 KDE 桌面环境" -#. summary(perl-Catalyst-Manual) -msgid "The Catalyst developer's manual" -msgstr "" - -#. description(perl-Class-MakeMethods) -msgid "" -"The Class::MakeMethods framework allows Perl class developers to quickly " -"define common types of methods. When a module uses Class::MakeMethods or one " -"of its subclasses, it can select from a variety of supported method types, " -"and specify a name for each method desired. The methods are dynamically " -"generated and installed in the calling package." -msgstr "" - -#. description(perl-Email-Simple) -msgid "" -"The Email:: namespace was begun as a reaction against the increasing " -"complexity and bugginess of Perl's existing email modules. 'Email::*' " -"modules are meant to be simple to use and to maintain, pared to the bone, " -"fast, minimal in their external dependencies, and correct." -msgstr "" - -#. description(greybird-theme:metatheme-greybird-common) -msgid "" -"The Greybird theme for GTK2/3 and xfwm4/emerald/metacity started out on the " -"basis of Bluebird, but aims at reworking the intense blue tone to a more " -"neutral grey-ish look that will be more pleasant to look at in everyday " -"use.\n" -"\n" -"This package provides the files common to the GTK+ themes and the window " -"manager themes as well as background images." -msgstr "" - -#. summary(openssl-ibmca) -msgid "The IBMCA OpenSSL dynamic engine" -msgstr "" - -#. description(oro:oro-javadoc) -msgid "" -"The Jakarta-ORO Java classes are a set of text-processing Java classes that " -"provide Perl5 compatible regular expressions, AWK-like regular expressions, " -"glob expressions, and utility classes for performing substitutions, splits, " -"filtering filenames, etc. This library is the successor to the OROMatcher, " -"AwkTools, PerlTools, and TextTools libraries from ORO, Inc. (www.oroinc." -"com). They have been donated to the Jakarta Project by Daniel Savarese (www." -"savarese.org), the copyright holder of the ORO libraries. Daniel will " -"continue to participate in their development under the Jakarta Project.\n" -"\n" -"This package contains the javadoc documentation for ORO." -msgstr "" - -#. summary(lldb) +#. summary(libstatgrab:libstatgrab6-32bit) #, fuzzy -msgid "The LLDB Debugger" -msgstr "在文件管理器中打开" +msgid "Library for libstatgrab" +msgstr "收藏的应用程序" -#. description(namdhinggo-fonts) -msgid "" -"The Limbu, or Kirat Sirijonga, script is used by around 400,000 people in " -"Nepal and India. This Unicode-encoded font has been designed to support " -"literacy and materials development in the Limbu language." -msgstr "" - -#. description(mplus-fonts) -msgid "" -"The M+ outline fonts are distributed with proportional Latin (4 variations), " -"fixed-halfwidth Latin (3 variations) and fixed-fullwidth Japanese (2 Kana " -"variations) character set. 7 weights from Thin to Black are included, but " -"fixed-halfwidth Latin with 5 weights from Thin to Bold." -msgstr "" - -#. summary(mate-control-center:mate-control-center-branding-upstream) +#. description(libstatgrab:libstatgrab6-32bit) #, fuzzy -msgid "The MATE Control Center -- Upstream Definition of Shell Content" -msgstr "默认菜单和应用程序浏览器" +msgid "Library for package libstatgrab." +msgstr "收藏的应用程序" -#. summary(mate-menus:mate-menus-branding-upstream) +#. summary(gcc:libstdc++-devel-32bit) #, fuzzy -msgid "The MATE Desktop Menu -- Upstream Menus Definitions" -msgstr "默认菜单和应用程序浏览器" +msgid "The system GNU C++ 32bit development files" +msgstr "C 和 C++ 开发工具。" -#. summary(mate-panel:mate-panel-branding-upstream) +#. description(gcc:libstdc++-devel-32bit) #, fuzzy -msgid "The MATE Desktop Panel -- Upstream default layout" -msgstr "GNOME 主菜单" +msgid "The system GNU C++ 32bit development files." +msgstr "C 和 C++ 开发工具。" -#. 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) ], );" +#. summary(strigi:libstrigi0-32bit) +msgid "Strigi desktop search engine libraries" msgstr "" -#. description(nuosu-fonts) -msgid "" -"The Nuosu SIL Font is a single Unicode font for the standardized Yi script " -"used by a large ethnic group in southwestern China." -msgstr "" +#. description(strigi:libstrigi0-32bit) +msgid "This package contains the strigi desktop search engine libraries." +msgstr "该软件包包含 strigi 桌面搜索引擎库。" -#. description(openmarkup) -msgid "" -"The Open Markup project defines an open API called Open Markup Interface for " -"object realizers and XML object realization.\n" -"\n" -"Object realization is a process by which software objects are created, " -"configured, and processed according to machine-readable descriptions of " -"those objects. It includes post-instantiation tasks, such as configuring " -"objects with additional attributes or properties, connecting them with other " -"objects to create complex object compositions, or otherwise manipulating " -"them according to control information embedded in the object descriptions." +#. summary(superlu:libsuperlu4-32bit) +msgid "SuperLU matrix solver" msgstr "" -#. description(openocd:openocd-data) +#. description(superlu:libsuperlu4-32bit) msgid "" -"The Open On-Chip Debugger (OpenOCD) provides debugging, in-system " -"programming and boundary-scan testing for embedded devices. This package " -"provides hardware description files and documentation." -msgstr "" - -#. summary(otrs) -msgid "The Open Ticket Request System" -msgstr "" - -#. description(openldap2:openldap2-doc) -msgid "" -"The OpenLDAP Admin Guide plus a set of OpenLDAP related IETF internet drafts" -msgstr "" - -#. description(openstack-cinder:openstack-cinder-test) -msgid "" -"The OpenStack Cinder testsuite. It is used to verify the functionality of " -"OpenStack Cinder." -msgstr "" - -#. description(openstack-glance:openstack-glance-test) -msgid "" -"The OpenStack Glance testsuite. It is used to verify the functionality of " -"OpenStack Glance." -msgstr "" - -#. description(openstack-glance) -msgid "" -"The OpenStack Image Service provides discovery, registration and delivery " -"services for disk and server images. The ability to copy or snapshot a " -"server image and immediately store it away is a powerful capability of the " -"OpenStack cloud operating system. Stored images can be used as a template to " -"get new servers up and running quickly—and more consistently if you are " -"provisioning multiple servers—than installing a server operating system and " -"individually configuring additional services. It can also be used to store " -"and catalog an unlimited number of backups.\n" +"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 Image Service can store disk and server images in a variety of back-" -"ends, including OpenStack Object Storage. The Image Service API provides a " -"standard REST interface for querying information about disk images and lets " -"clients stream the images to new servers." +"Docu can be found on http://www.netlib.org." msgstr "" -#. description(openstack-glance-doc) -msgid "" -"The OpenStack Image Service provides discovery, registration and delivery " -"services for disk and server images. The ability to copy or snapshot a " -"server image and immediately store it away is a powerful capability of the " -"OpenStack cloud operating system. Stored images can be used as a template to " -"get new servers up and running quickly—and more consistently if you are " -"provisioning multiple servers—than installing a server operating system and " -"individually configuring additional services. It can also be used to store " -"and catalog an unlimited number of backups.\n" -"\n" -"This package contains documentation files for openstack-glance." +#. summary(svrcore:libsvrcore0-32bit) +msgid "Secure PIN handling using NSS crypto" msgstr "" -#. description(openstack-keystone:openstack-keystone-test) -msgid "" -"The OpenStack Keystone testsuite. It is used to verify the functionality of " -"OpenStack Keystone." +#. 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(openstack-neutron:openstack-neutron-test) -msgid "" -"The OpenStack Neutron testsuite. It is used to verify the functionality of " -"OpenStack Neutron." -msgstr "" +#. summary(ffmpeg:libswscale3-32bit) +#, fuzzy +msgid "FFmpeg image scaling and colorspace/pixel conversion library" +msgstr "加密" -#. description(openstack-nova:openstack-nova-test) -msgid "" -"The OpenStack Nova testsuite. It is used to verify the functionality of " -"OpenStack Nova and its components." +#. description(ffmpeg:libswscale3-32bit) +msgid "The libswscale library performs image scaling and colorspace and pixel format conversion operations." msgstr "" -#. description(openstack-swift:openstack-swift-test) -msgid "" -"The OpenStack Swift testsuite. It is used to verify the functionality of " -"OpenStack Swift." -msgstr "" +#. summary(libtaginfo:libtaginfo1-32bit) +#, fuzzy +msgid "Library for reading media metadata (tags)" +msgstr "等待导航栏应用程序" -#. description(openstack-dashboard) +#. description(libtaginfo:libtaginfo1-32bit) msgid "" -"The OpenStack dashboard provides administrators and users a graphical " -"interface to access, provision and automate cloud-based resources. The " -"extensible design makes it easy to plug in and expose third party products " -"and services, such as billing, monitoring and additional management tools.\n" +"libtaginfo is a convenience wrapper for taglib with C and vala bindings.\n" "\n" -"The dashboard is just one way to interact with OpenStack resources. " -"Developers can automate access or build tools to manage their resources " -"using the native OpenStack API or the EC2 compatibility API." +"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(openstack-dashboard:openstack-dashboard-test) -msgid "" -"The OpenStack dashboard testsuite. It is used to verify the functionality of " -"the OpenStack dashboard and its components." +#. 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(arpack-ng:parpack-openmpi-devel-32bit) -#, fuzzy -msgid "" -"The arpack-ng-openmpi-devel package contains libraries and header files for " -"developing applications that use arpack-ng." -msgstr "包中含有意外的版本" - -#. description(mate-control-center:mate-control-center-branding-upstream) -msgid "" -"The control center is MATE's main interface for configuration of various " -"aspects of your desktop.\n" -"\n" -"This package provides the upstream definition of what appears in the control " -"center." +#. summary(libressl:libtls9-32bit) +msgid "A simplified interface for the OpenSSL/LibreSSL TLS protocol implementation" msgstr "" -#. summary(nodejs-less.js) -msgid "The dynamic stylesheet language" -msgstr "" - -#. description(perl-Lingua-EN-Inflect) +#. description(libressl:libtls9-32bit) msgid "" -"The exportable subroutines of Lingua::EN::Inflect provide plural " -"inflections, \"a\"/\"an\" selection for English words, and manipulation of " -"numbers as words\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" -"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)." +"The libtls library provides a modern and simplified interface (of libssl) for secure client and server communications." msgstr "" -#. description(perl-Browser-Open) -msgid "" -"The functions optionaly exported by this module allows you to open URLs in " -"the user browser.\n" -"\n" -"A set of known commands per OS-name is tested for presence, and the first " -"one found is executed. With an optional parameter, all known commands are " -"checked.\n" -"\n" -"The the \"open_browser\" manpage uses the 'system()' function to execute the " -"command. If you want more control, you can get the command with the the " -"\"open_browser_cmd\" manpage or the \"open_browser_cmd_all\" manpage " -"functions and then use whatever method you want to execute it." +#. summary(trousers:libtspi1-32bit) +msgid "TSS (TCG Software Stack) access daemon for a TPM chip" msgstr "" -#. description(perl-File-Path-Tiny) +#. description(trousers:libtspi1-32bit) 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" +"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" -"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" +"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(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)." +#. summary(freetype:libttf2-32bit) +msgid "TrueType Font Engine" msgstr "" -#. description(perl-Declare-Constraints-Simple) -msgid "" -"The main purpose of this module is to provide an easy way to build a profile " -"to validate a data structure. It does this by giving you a set of " -"declarative keywords in the importing namespace." +#. 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-Class-Accessor-Lite) -msgid "" -"The module is a variant of 'Class::Accessor'. It is fast and requires less " -"typing, has no dependencies to other modules, and does not mess up the @ISA." -msgstr "" +#. summary(openucx:libucp-devel) +#, fuzzy +msgid "Development files for Unified Communication Protocols (UC-P)" +msgstr "Tcl/Tk 及其开发工具。" -#. description(openlmi-providers:openlmi-python-base) -msgid "" -"The openlmi-python-base package contains python namespace package for all " -"OpenLMI related projects running on python." +#. 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(openlmi-providers:openlmi-python-providers) -msgid "" -"The openlmi-python-providers package contains library with common code for " -"implementing CIM providers using cmpi-bindings-pywbem." +#. summary(openucx:libucp2) +msgid "Infiniband Unified Communication Protocols" msgstr "" -#. description(openlmi-providers:openlmi-python-test) +#. summary(openucx:libucs-devel) #, fuzzy -msgid "" -"The openlmi-python-test package contains test utilities and base classes for " -"provider test cases." -msgstr "包中含有意外的版本" +msgid "Development files for Unified Communication Services (UC-S)" +msgstr "Tcl/Tk 及其开发工具。" -#. description(openlmi-providers:openlmi-software) -msgid "" -"The openlmi-software package contains CMPI providers for management of " -"software through yum package manager with Common Information Managemen (CIM) " -"protocol.\n" -"\n" -"The providers can be registered in any CMPI-aware CIMOM, both OpenPegasus " -"and SFCB were tested." +#. 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(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." +#. summary(openucx:libucs2) +msgid "Infiniband Unicified Communication Services" msgstr "" -#. description(pam_ccreds:pam_ccreds-32bit) -msgid "" -"The pam_ccreds module provides the means for Linux workstations to locally " -"authenticate using an enterprise identity when the network is unavailable. " -"Used in conjunction with the nss_updatedb utility, it provides a mechanism " -"for disconnected use of network directories." -msgstr "" - -#. description(pcfclock:pcfclock-kmp-pae) -msgid "" -"The pcfclock(4) driver for GNU/Linux supports the parallel port radio clock " -"sold by Conrad Electronic under order number 967602. The radio clock, which " -"is put between your parallel port and your printer, receives the legal " -"German time, i.e. CET or CEST, from the DCF77 transmitter and uses it to set " -"its internal quartz clock. The DCF77 transmitter is located near to " -"Frankfurt/Main and covers a radius of more than 1500 kilometers." -msgstr "" - -#. summary(mate-themes) +#. summary(openucx:libuct-devel) #, fuzzy -msgid "Themes for the MATE desktop" -msgstr "开发用于 GNOME 桌面的软件所需的所有程序包。" +msgid "Development files for Unified Communication Transport (UC-T)" +msgstr "Tcl/Tk 及其开发工具。" -#. summary(metacity-themes) -#, fuzzy -msgid "Themes for the Metacity Window Manager" -msgstr "Motif 窗口管理器" - -#. description(pam_pkcs11:pam_pkcs11-32bit) -msgid "" -"This Linux PAM module allows X.509 a certificate-based user authentication. " -"The certificate and its dedicated private key are thereby accessed by means " -"of an appropriate PKCS #11 module. For the verification of the users' " -"certificates, locally stored CA certificates as well as online or locally " -"accessible CRLs are used.\n" -"\n" -"Additionally, the package includes pam_pkcs11-related tools: * " -"pkcs11_eventmgr: Generates actions on card insert, removal, or time-out " -"events\n" -"\n" -"* pklogin_finder: Gets the login name that maps to a certificate\n" -"\n" -"* pkcs11_inspect: Inspects the contents of a certificate\n" -"\n" -"* make_hash_links: Creates hash link directories for storing CAs and CRLs" +#. description(openucx:libuct-devel) +#. description(openucx:libuct2) +msgid "Low-level API that expose basic network operations supported by underlying hardware." msgstr "" -#. 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." +#. summary(openucx:libuct2) +msgid "Infiniband Unified Communication Transport" msgstr "" -#. description(nagios-plugins-clamav) -msgid "" -"This check plugin is a Perl script which compares your local signature " -"database (daily.cvd) version to the version advertised from the ClamAV site. " -"It verifies the latest ClamAV revision using a DNS TXT query against current." -"cvd.clamav.net." +#. summary(openucx:libucxmalloc0) +msgid "Allocation library for Unified Communication X" msgstr "" -#. description(perl-Class-Container) -msgid "" -"This class facilitates building frameworks of several classes that inter- " -"operate. It was first designed and built for HTML::Mason, in which the " -"Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several other " -"objects must create each other transparently, passing the appropriate " -"parameters to the right class, possibly substituting other subclasses for " -"any of these objects." +#. summary(unity-gtk-module:libunity-gtk2-parser0-32bit) +#. summary(unity-gtk-module:libunity-gtk3-parser0-32bit) +msgid "GtkMenuShell to GMenuModel parser" msgstr "" -#. description(perl-Exception-Base) -msgid "" -"This class implements a fully OO exception mechanism similar to the " -"Exception::Class manpage or the Class::Throwable manpage. It provides a " -"simple interface allowing programmers to declare exception classes. These " -"classes can be thrown and caught. Each uncaught exception prints full stack " -"trace if the default verbosity is increased for debugging purposes.\n" -"\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(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-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." +#. summary(libupnp:libupnp6-32bit) +msgid "Portable Universal Plug and Play (UPnP) SDK" 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." +#. 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-Class-Accessor-Grouped) -msgid "" -"This class lets you build groups of accessors that will call different " -"getters and setters. The documentation of this module still requires a lot " -"of work (*volunteers welcome >.>*), but in the meantime you can refer to " -"http://lo-f.at/glahn/2009/08/WritingPowerfulAccessorsForPerlClasses.html for " -"more information." +#. summary(liburiparser1:liburiparser1-32bit) +msgid "A strictly RFC 3986 compliant URI parsing library" msgstr "" -#. description(mate-icon-theme-faenza) -msgid "" -"This icon theme uses Faenza and Faience icon themes by ~Tiheum and some " -"icons customized for MATE by Rowen Stipe. Also, there are some icons from " -"Mint-X-F and Faenza-Fresh icon packs." +#. 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(pam_csync:pam_csync-32bit) -msgid "" -"This is a PAM module to provide roaming home directories for a user session. " -"The authentication module verifies the identity of a user and triggers a " -"synchronization with the server on the first login and the last logout." -msgstr "" +#. summary(libva:libva-devel-32bit) +#, fuzzy +msgid "Video Acceleration (VA) API for Linux -- development files" +msgstr "开发" -#. description(loadlin) +#. description(libva:libva-devel-32bit) 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(mate-backgrounds) -msgid "" -"This is a collection of desktop wallpapers created with MATE users in mind." -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" +"The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.\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.)." +"This package provides the development environment for libva." msgstr "" -#. description(openCryptoki:openCryptoki-32bit) -msgid "" -"This is a re-packaged binary rpm. For the package source, please look for " -"the source of the package without the \"32bit\" ending\n" -"\n" -"The PKCS#11 version 2.11 API implemented for the IBM cryptographic cards. " -"This package includes support for the IBM 4758 cryptographic coprocessor " -"(with the PKCS#11 firmware loaded) and the IBM eServer Cryptographic " -"Accelerator (FC 4960 on pSeries)." -msgstr "" +#. summary(libva:libva-wayland1-32bit) +#, fuzzy +msgid "Video Acceleration (VA) API for Linux -- Wayland support" +msgstr "开发" -#. description(openCryptoki:openCryptoki-64bit) -msgid "" -"This is a re-packaged binary rpm. For the package source, please look for " -"the source of the package without the \"64bit\" ending\n" -"\n" -"The PKCS#11 version 2.11 API implemented for the IBM cryptographic cards. " -"This package includes support for the IBM 4758 cryptographic coprocessor " -"(with the PKCS#11 firmware loaded) and the IBM eServer Cryptographic " -"Accelerator (FC 4960 on pSeries)." +#. 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-MooseX-Getopt) -msgid "" -"This is a role which provides an alternate constructor for creating objects " -"using parameters passed in from the command line." -msgstr "" +#. summary(vamp-plugin-sdk:libvamp-sdk2-32bit) +#, fuzzy +msgid "Library for Vamp audio analysis plugins" +msgstr "内核开发" -#. description(openstack-tempest) -msgid "" -"This is a set of integration tests to be run against a live OpenStack " -"cluster. Tempest has batteries of tests for OpenStack API validation, " -"Scenarios, and other specific tests useful in validating an OpenStack " -"deployment." -msgstr "" +#. summary(libvdpau:libvdpau-devel-32bit) +#, fuzzy +msgid "VDPAU wrapper development files" +msgstr "KDE 开发" -#. 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." +#. 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(obs-service-refresh_patches) -msgid "" -"This is a source service for openSUSE Build Service.\n" -"\n" -"It refreshes locals patches by using quilt." -msgstr "" +#. summary(libvdpau:libvdpau_trace1-32bit) +#, fuzzy +msgid "VDPAU trace library" +msgstr "GNOME 开发" -#. description(obs-service-download_url) -msgid "" -"This is a source service for openSUSE Build Service.\n" -"\n" -"It supports downloading files from given URLs via curl" +#. 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-HTTP-Tiny) -msgid "" -"This is a very simple HTTP/1.1 client, designed for doing simple requests " -"without the overhead of a large framework like the LWP::UserAgent manpage.\n" -"\n" -"It is more correct and more complete than the HTTP::Lite manpage. It " -"supports proxies and redirection. It also correctly resumes after EINTR.\n" -"\n" -"If the IO::Socket::IP manpage 0.25 or later is installed, HTTP::Tiny will " -"use it instead of the IO::Socket::INET manpage for transparent support for " -"both IPv4 and IPv6.\n" -"\n" -"Cookie support requires the HTTP::CookieJar manpage or an equivalent class." -msgstr "" +#. summary(libverto:libverto-glib1-32bit) +#, fuzzy +msgid "Backend module for libverto -- glib" +msgstr "包管理模块(对于 Linux)" -#. description(perl-DBIx-Class) +#. description(libverto:libverto-glib1-32bit) 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" +"Module for libverto which provides integration with glib.\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." +"This package does NOT yet provide libverto-module-base." msgstr "" -#. 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 "" +#. summary(libverto:libverto-libev1-32bit) +#, fuzzy +msgid "Backend module for libverto -- libev1" +msgstr "包管理模块(对于 Linux)" -#. description(perl-Exporter-Lite) +#. description(libverto:libverto-libev1-32bit) 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" +"Module for libverto which provides integration with libev.\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)'." +"This package provides libverto-module-base since it supports io, timeout and signal." 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." +#. summary(libverto:libverto-tevent1-32bit) +msgid "Backend module for libverto -- tevent" msgstr "" -#. description(perl-Devel-REPL) +#. description(libverto:libverto-tevent1-32bit) 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" +"Module for libverto which provides integration with tevent.\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." +"This package provides libverto-module-base since it supports io, timeout and signal." msgstr "" -#. description(perl-Class-C3) -msgid "" -"This is pragma to change Perl 5's standard method resolution order from " -"depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 " -"method resolution order.\n" -"\n" -"*NOTE:* YOU SHOULD NOT USE THIS MODULE DIRECTLY - The feature provided is " -"integrated into perl version >= 5.9.5, and you should use the MRO::Compat " -"manpage instead, which will use the core implementation in newer perls, but " -"fallback to using this implementation on older perls." +#. summary(libvirt:libvirt-devel-32bit) +msgid "Libraries, includes, etc. to compile with the libvirt library" msgstr "" -#. description(nodejs-less.js) -msgid "This is the JavaScript, and now official, stable version of LESS." -msgstr "" +#. description(libvirt:libvirt-devel-32bit) +#, fuzzy +msgid "Include header files & development libraries for the libvirt C library." +msgstr "Tcl/Tk 及其开发工具。" -#. 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'." -msgstr "" +#. summary(nvml:libvmem-devel) +#, fuzzy +msgid "Development files for the Volatile Memory library" +msgstr "Tcl/Tk 及其开发工具。" -#. description(libyui-doc) +#. description(nvml:libvmem-devel) msgid "" -"This is the user interface engine that provides the abstraction from " -"graphical user interfaces (Qt, Gtk) and text based user interfaces " -"(ncurses).\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" -"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)" +"This subpackage contains libraries and header files for developing applications that want to make use of libvmem." msgstr "" -#. description(perl-Makefile-DOM) -msgid "" -"This libary can serve as an advanced lexer for (GNU) makefiles. It parses " -"makefiles as \"documents\" and the parsing is lossless. The results are data " -"structures similar to DOM trees. The DOM trees hold every single bit of the " -"information in the original input files, including white spaces, blank lines " -"and makefile comments. That means it's possible to reproduce the original " -"makefiles from the DOM trees. In addition, each node of the DOM trees is " -"modifiable and so is the whole tree, just like the PPI module used for Perl " -"source parsing and the HTML::TreeBuilder module used for parsing HTML source." -msgstr "" +#. summary(nvml:libvmem1) +#, fuzzy +msgid "Volatile Memory Pool library" +msgstr "编目管理" -#. 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." +#. 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-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 "" +#. summary(nvml:libvmmalloc-devel) +#, fuzzy +msgid "Development files for the Dynamic-to-Persistent allocation library" +msgstr "Tcl/Tk 及其开发工具。" -#. description(perl-Class-XPath) +#. description(nvml:libvmmalloc-devel) 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" +"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" -"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." +"This subpackage contains libraries and header files for developing applications that want to specifically make use of libvmmalloc." 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(nvml:libvmmalloc1) +#, fuzzy +msgid "Dynamic to Persistent Memory allocation translation library" +msgstr "包中含有意外的版本" -#. description(perl-IO-Digest) +#. description(nvml:libvmmalloc1) msgid "" -"This module allows you to calculate digests while reading or writing file " -"handles. This avoids the case you need to reread the same content to compute " -"the digests after written a file." -msgstr "" - -#. 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" +"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" -"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." +"The typical usage of libvmmalloc is to load it via the LD_PRELOAD environment variable." 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." +#. summary(libvpd2:libvpd2-32bit) +#. summary(libvpd2:libvpd2-devel-32bit) +msgid "VPD Database access library for lsvpd" 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" -"\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?\"." +#. 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-Lingua-Stem-Ru) -msgid "" -"This module applies the Porter Stemming Algorithm to its parameters, " -"returning the stemmed words." -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 "包中含有意外的版本" -#. description(perl-LWP-Online) -msgid "" -"This module attempts to answer, as accurately as it can, one of the nastiest " -"technical questions there is.\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." +#. summary(libwmf:libwmf-gnome-32bit) +msgid "GNOME plugin for displaying and Converting Metafile Images" 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(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(perl-ExtUtils-CBuilder) +#. 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 can build the C portions of Perl modules by invoking the " -"appropriate compilers and linkers in a cross-platform manner. It was " -"motivated by the 'Module::Build' project, but may be useful for other " -"purposes as well. However, it is _not_ intended as a general cross-platform " -"interface to all your C building needs. That would have been a much more " -"ambitious goal!" -msgstr "" - -#. description(perl-File-Copy-Recursive) -msgid "" -"This module copies and moves directories recursively (or single files, " -"well... singley) to an optional depth and attempts to preserve each file or " -"directory's mode." -msgstr "" - -#. description(perl-Email-Valid) -msgid "" -"This module determines whether an email address is well-formed, and " -"optionally, whether a mail host exists for the domain.\n" +"Library for the wxWidgets cross-platform GUI.\n" "\n" -"Please note that there is no way to determine whether an address is " -"deliverable without attempting delivery (for details, see perlfaq 9)." +"API version: 2.8 ABI variant: wx container API with ANSI wxString" msgstr "" -#. description(perl-Class-Factory-Util) -msgid "This module exports a method that is useful for factory classes." -msgstr "" - -#. description(perl-Data-Hexify) +#. 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 exports one subroutine: 'Hexify'.\n" +"Library for the wxWidgets cross-platform GUI.\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 ..." +"API version: 2.8 ABI variant: wx container API with Unicode support" msgstr "" -#. description(perl-Lingua-EN-Inflect-Number) +#. 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 extends the functionality of Lingua::EN::Inflect with three new " -"functions available for export:\n" +"Library for the wxWidgets cross-platform GUI.\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." +"API version: 2.8 ABI variant: wx container API with Unicode support and 2.4 compatibility" 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(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-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(xcb-util-errors:libxcb-errors0-32bit) +#, fuzzy +msgid "XCB errors library" +msgstr "ASN.1 解析库" -#. description(perl-Iterator-Util) +#. description(xcb-util-errors:libxcb-errors0-32bit) +#, fuzzy msgid "" -"This module implements many useful functions for creating and manipulating " -"iterator objects.\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" -"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." -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 "" - -#. description(perl-Algorithm-C3) -msgid "" -"This module implements the C3 algorithm. I have broken this out into it's " -"own module because I found myself copying and pasting it way too often for " -"various needs. Most of the uses I have for C3 revolve around class building " -"and metamodels, but it could also be used for things like dependency " -"resolution as well since it tends to do such a nice job of preserving local " -"precedence orderings.\n" +"Included in this package is:\n" "\n" -"Below is a brief explanation of C3 taken from the the Class::C3 manpage " -"module. For more detailed information, see the the SEE ALSO manpage section " -"and the links there." -msgstr "" +"- 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-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." -msgstr "" +#. summary(libxkbcommon:libxkbcommon-x11-devel-32bit) +#, fuzzy +msgid "Development files for the libxkbcommon-x11 library" +msgstr "Tcl/Tk 及其开发工具。" -#. description(perl-MojoX-JSON-RPC) +#. description(libxkbcommon:libxkbcommon-x11-devel-32bit) +#, fuzzy msgid "" -"This module implments a client and a server plugin for JSON-RPC 2.0 for use " -"with Mojolicious.\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" -"This module follows the draft specficiation for JSON-RPC 2.0. More " -"information can be found at the http://groups.google.com/group/json-rpc/web/" -"json-rpc-2-0 manpage." -msgstr "" +"This package contains the development headers for the library found in libxkbcommon-x11-0." +msgstr "包中含有意外的版本" -#. description(perl-Data-AMF) -msgid "" -"This module is (de)serializer for Adobe's AMF (Action Message Format). Data::" -"AMF is core module and it recognize only AMF data, not AMF packet. If you " -"want to read/write AMF Packet, see Data::AMF::Packet instead." -msgstr "" +#. summary(libyajl:libyajl-devel-32bit) +#, fuzzy +msgid "Yet Another JSON Library (Development Environment)" +msgstr "单声道开发环境。" -#. description(perl-DateTime-Format-DateParse) +#. description(libyajl:libyajl-devel-32bit) msgid "" -"This module is a compatibility wrapper around Date::Parse.\n" +"YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator.\n" "\n" -" Author:\tJoshua Hoblitt (JHOBLITT) <jhoblitt@cpan.org>" +"This package provides the necessary environment for compiling and linking against libyajl." 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(zziplib:libzzip-0-13-32bit) +msgid "Free zip compression library with easy to use API" msgstr "" -#. description(perl-Mac-PropertyList) -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" -"\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." +#. 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-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(linux32) +msgid "32-Bit Emulation Utility for x86-64" msgstr "" -#. description(perl-Apache2-AuthCookieDBI) -msgid "" -"This module is an authentication handler that uses the basic mechanism " -"provided by Apache2::AuthCookie with a DBI database for ticket-based " -"protection. It is based on two tokens being provided, a username and " -"password, which can be any strings (there are no illegal characters for " -"either). The username is used to set the remote user as if Basic " -"Authentication was used.\n" -"\n" -"On an attempt to access a protected location without a valid cookie being " -"provided, the module prints an HTML login form (produced by a CGI or any " -"other handler; this can be a static file if you want to always send people " -"to the same entry page when they log in). This login form has fields for " -"username and password. On submitting it, the username and password are " -"looked up in the DBI database. The supplied password is checked against the " -"password in the database; the password in the database can be plaintext, or " -"a crypt() or md5_hex() checksum of the password. If this succeeds, the user " -"is issued a ticket. This ticket contains the username, an issue time, an " -"expire time, and an MD5 checksum of those and a secret key for the server. " -"It can optionally be encrypted before returning it to the client in the " -"cookie; encryption is only useful for preventing the client from seeing the " -"expire time. If you wish to protect passwords in transport, use an SSL-" -"encrypted connection. The ticket is given in a cookie that the browser " -"stores.\n" -"\n" -"After a login the user is redirected to the location they originally wished " -"to view (or to a fixed page if the login \"script\" was really a static " -"file).\n" -"\n" -"On this access and any subsequent attempt to access a protected document, " -"the browser returns the ticket to the server. The server unencrypts it if " -"encrypted tickets are enabled, then extracts the username, issue time, " -"expire time and checksum. A new checksum is calculated of the username, " -"issue time, expire time and the secret key again; if it agrees with the " -"checksum that the client supplied, we know that the data has not been " -"tampered with. We next check that the expire time has not passed. If not, " -"the ticket is still good, so we set the username.\n" -"\n" -"Authorization checks then check that any \"require valid-user\" or \"require " -"user jacob\" settings are passed. Finally, if a \"require group foo\" " -"directive was given, the module will look up the username in a groups " -"database and check that the user is a member of one of the groups listed. If " -"all these checks pass, the document requested is displayed.\n" -"\n" -"If a ticket has expired or is otherwise invalid it is cleared in the browser " -"and the login form is shown again." +#. 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-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 "" +#. summary(lldb) +#, fuzzy +msgid "The LLDB Debugger" +msgstr "在文件管理器中打开" -#. description(perl-AnyEvent-HTTP) -msgid "" -"This module is an the AnyEvent manpage user, you need to make sure that you " -"use and run a supported event loop.\n" -"\n" -"This module implements a simple, stateless and non-blocking HTTP client. It " -"supports GET, POST and other request methods, cookies and more, all on a " -"very low level. It can follow redirects, supports proxies, and automatically " -"limits the number of connections to the values specified in the RFC.\n" -"\n" -"It should generally be a \"good client\" that is enough for most HTTP tasks. " -"Simple tasks should be simple, but complex tasks should still be possible as " -"the user retains control over request and response headers.\n" -"\n" -"The caller is responsible for authentication management, cookies (if the " -"simplistic implementation in this module doesn't suffice), referer and other " -"high-level protocol details for which this module offers only limited " -"support." +#. 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-Class-C3-Adopt-NEXT) -msgid "" -"This module is intended as a drop-in replacement for NEXT, supporting the " -"same interface, but using Class::C3 to do the hard work. You can then write " -"new code without NEXT, and migrate individual source files to use Class::C3 " -"or method modifiers as appropriate, at whatever pace you're comfortable with." +#. summary(lldb:lldb-devel) +msgid "Next generation high-performance debugger (devel package)" msgstr "" -#. description(perl-Carp-Always) -msgid "" -"This module is meant as a debugging aid. It can be used to make a script " -"complain loudly with stack backtraces when warn()ing or die()ing.\n" -"\n" -"Here are how stack backtraces produced by this module looks:\n" -"\n" -" $ perl -MCarp::Always -e 'sub f { die \"arghh\" }; sub g { f }; g' " -"arghh at -e line 1 main::f() called at -e line 1 main::" -"g() called at -e line 1\n" -"\n" -" $ perl -MCarp::Always -w -e 'sub f { $a = shift; @a = @$a };' " -"\\ -e 'sub g { f(undef) }; g' Use of " -"uninitialized value in array dereference at -e line 1 main::" -"f('undef') called at -e line 2 main::g() called at -e line 2\n" -"\n" -"In the implementation, the 'Carp' module does the heavy work, through " -"'longmess()'. The actual implementation sets the signal hooks " -"'$SIG{__WARN__}' and '$SIG{__DIE__}' to emit the stack backtraces.\n" -"\n" -"Oh, by the way, 'carp' and 'croak' when requiring/using the 'Carp' module " -"are also made verbose, behaving like 'cluck' and 'confess', respectively." +#. summary(libguestfs:lua-libguestfs) +msgid "Provides Lua support for libguestfs" 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" -"\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." +#. description(libguestfs:lua-libguestfs) +msgid "Allows lua scripts to directly use libguestfs." msgstr "" -#. description(perl-Archive-Peek) -msgid "" -"This module lets you peek into archives without extracting them. It " -"currently supports tar files and zip files. To support Bzip2- compressed " -"files, you should install IO::Uncompress::Bunzip2." -msgstr "" +#. summary(lzo:lzo-devel-32bit) +#, fuzzy +msgid "Development files for lzo" +msgstr "Tcl/Tk 及其开发工具。" -#. 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." +#. 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(perl-Image-Info) -msgid "" -"This module provide functions to extract various kind of meta information " -"from image files." -msgstr "" +#. summary(mokutil) +#, fuzzy +msgid "Tools for manipulating machine owner keys" +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(mokutil) +msgid "This program provides the means to enroll and erase the machine owner keys (MOK) stored in the database of shim." msgstr "" -#. description(perl-MooseX-Has-Options) -msgid "" -"This module provides a succinct syntax for declaring options for the Moose " -"manpage attributes." -msgstr "" +#. summary(motif:motif-devel-32bit) +#, fuzzy +msgid "Motif Include Files and Libraries Mandatory for Development" +msgstr "Tcl/Tk 及其开发工具。" -#. 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" -"\n" -"GraphViz is deprecated in favour of the GraphViz2 manpage." -msgstr "" +#. description(motif:motif-devel-32bit) +#, fuzzy +msgid "This package provies the include files and libraries necessary for developing Motif applications." +msgstr "包中含有意外的版本" -#. description(perl-File-Slurp-Tiny) -msgid "" -"This module provides functions for fast and correct slurping and spewing. " -"All functions are optionally exported." -msgstr "" +#. summary(mozilla-nss:mozilla-nss-sysinit-32bit) +#, fuzzy +msgid "System NSS Initialization" +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!" +#. 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(perl-IO-Interactive) -msgid "" -"This module provides three utility subroutines that make it easier to " -"develop interactive applications...\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." -msgstr "" +#. summary(mpc:mpc-devel-32bit) +#, fuzzy +msgid "MPC multiple-precision complex library development files" +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-Devel-FindPerl) +#. description(mpc:mpc-devel-32bit) #, fuzzy -msgid "" -"This module tries to find the path to the currently running perl. It " -"(optionally) exports the following functions:" -msgstr "没有可用信息。" +msgid "MPC multiple-precision complex library development files." +msgstr "内核接口" -#. description(perl-ExtUtils-InstallPaths) -msgid "" -"This module tries to make install path resolution as easy as possible.\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." +#. summary(mumble:mumble-32bit) +msgid "Voice Communication Client for Gamers" 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." +#. 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(perl-DateTime-Format-SQLite) -msgid "" -"This module understands the formats used by SQLite for its 'date', " -"'datetime' and 'time' functions. It can be used to parse these formats in " -"order to create the DateTime manpage objects, and it can take a DateTime " -"object and produce a timestring accepted by SQLite.\n" -"\n" -"*NOTE:* SQLite does not have real date/time types but stores everything as " -"strings. This module deals with the date/time strings as understood/returned " -"by SQLite's 'date', 'time', 'datetime', 'julianday' and 'strftime' SQL " -"functions. You will usually want to store your dates in one of these formats." -msgstr "" +#, fuzzy +#~ msgid "A PAM Module for User Authentication using an NT Server" +#~ msgstr "联网信息服务客户机" -#. description(perl-Lingua-Stem-Fr) -msgid "" -"This module use the a modified version of the Porter Stemming Algorithm to " -"return a stemmed words." -msgstr "" +#, fuzzy +#~ msgid "A Source Package for Dictionaries Used by MySpell" +#~ msgstr "包中含有意外的版本" -#. description(perl-CPAN-Meta-Check) -msgid "" -"This module verifies if requirements described in a CPAN::Meta object are " -"present." -msgstr "" +#, fuzzy +#~ msgid "A tiny replacement for Module::Build" +#~ msgstr "替换\"%s\"成功。 " -#. 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 "" +#, fuzzy +#~ msgid "A tool to build C libraries." +#~ msgstr "包中含有意外的版本" -#. description(perl-Geo-Coordinates-UTM) -msgid "" -"This module will translate latitude longitude coordinates to Universal " -"Transverse Mercator(UTM) coordinates and vice versa." -msgstr "" +#, fuzzy +#~ msgid "A wrapper for perl's configuration" +#~ msgstr "1.2 新的 Xgl 配置选项" -#. 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." -msgstr "" +#, fuzzy +#~ msgid "Arabic spelling dictionary, and thesaurus Ayaspell." +#~ msgstr "正在更新软件" -#. description(perl-Business-ISBN) -msgid "" -"This modules handles International Standard Book Numbers, including ISBN-10 " -"and ISBN-13." -msgstr "" +#, fuzzy +#~ msgid "Bengali spelling dictionary." +#~ 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 "" +#, fuzzy +#~ msgid "Boolean support for Perl" +#~ msgstr "找不到 Xscreensaver。" -#. description(osc-plugin-collab) -msgid "" -"This osc plugin extends osc with commands that makes it easier to use the " -"collaboration feature in the Build Service, and to keep up with latest " -"upstream versions." -msgstr "" +#, fuzzy +#~ msgid "Bosnian spelling dictionary." +#~ msgstr "俄联邦" -#. description(openssl-ibmca) -msgid "" -"This package contains a shared object OpenSSL dynamic engine for the IBM " -"eServer Cryptographic Accelerator (ICA)." -msgstr "" +#, fuzzy +#~ msgid "Breton spelling dictionary." +#~ msgstr "俄联邦" -#. description(nagios-theme-switcher) -msgid "" -"This package contains a simple script with configures Nagios to use a theme " -"below /usr/share/nagios." -msgstr "" +#, fuzzy +#~ msgid "Build and install Perl modules" +#~ msgstr "无法安装捆绑软件:{0}" -#. description(mathgl:mathgl-fonts) #, fuzzy -msgid "This package contains command fonts for mathgl library." -msgstr "最近使用过的应用程序" +#~ msgid "CIM Journald provider documentation" +#~ msgstr "7.0 文档" -#. description(OpenColorIO:OpenColorIO-doc) #, fuzzy -msgid "This package contains documentation for OpenColorIO." -msgstr "包中含有意外的版本" +#~ msgid "CIM account provider documentation" +#~ msgstr "7.0 文档" -#. description(openslide:openslide-doc) #, fuzzy -msgid "" -"This package contains documentation for developing with openslide library." -msgstr "包中含有意外的版本" +#~ msgid "CIM fan provider documentation" +#~ msgstr "7.0 文档" -#. description(octave:octave-doc) #, fuzzy -msgid "This package contains documentation for octave." -msgstr "包中含有意外的版本" +#~ msgid "CIM hardware provider documentation" +#~ msgstr "7.0 文档" -#. description(openjpeg:openjpeg-devel-32bit) -msgid "" -"This package contains header files and libraries needed for developing " -"programs using the OpenJPEG library." -msgstr "" +#, fuzzy +#~ msgid "CIM logicalfile provider documentation" +#~ msgstr "7.0 文档" -#. description(openstack-ceilometer:openstack-ceilometer-test) #, fuzzy -msgid "This package contains testsuite files for openstack-ceilometer." -msgstr "包中含有意外的版本" +#~ msgid "CIM providers for software management" +#~ msgstr "产品管理" -#. description(openstack-heat:openstack-heat-test) #, fuzzy -msgid "This package contains testsuite files for openstack-heat." -msgstr "包中含有意外的版本" +#~ msgid "CIM service provider documentation" +#~ msgstr "7.0 文档" -#. description(openstack-trove:openstack-trove-test) #, fuzzy -msgid "This package contains testsuite files for openstack-trove." -msgstr "包中含有意外的版本" +#~ msgid "CIM software provider documentation" +#~ msgstr "7.0 文档" -#. description(openstack-nova:openstack-nova-cells) #, fuzzy -msgid "This package contains the Cells support of OpenStack Nova" -msgstr "包中含有意外的版本" +#~ msgid "Charset Information for MIME" +#~ msgstr "联网信息服务客户机" -#. description(openstack-trove:openstack-trove-guestagent) -msgid "" -"This package contains the Database Service GuestAgent, The guestagent is a " -"service that runs within the guest instance, responsible for managing and " -"performing operations on the Database itself. The Guest Agent listens for " -"RPC messages through the message bus and performs the requested operation." -msgstr "" +#, fuzzy +#~ msgid "Check memory plugin for Nagios" +#~ msgstr "包中含有意外的版本" -#. description(openstack-trove:openstack-trove-taskmanager) #, fuzzy -msgid "This package contains the Database Service TaskManager" -msgstr "包中含有意外的版本" +#~ msgid "Class::C3::Componentised Perl module" +#~ msgstr "内核模块更改" -#. description(libyui-gtk-pkg-doc) -msgid "" -"This package contains the Gtk package selector component for libYUI.\n" -"\n" -" This package provides the documentation. (HTML & PDF)" -msgstr "" +#, fuzzy +#~ msgid "Collection of EULAs for openSUSE" +#~ msgstr "包中含有意外的版本" -#. description(libyui-gtk-doc) -msgid "" -"This package contains the Gtk user interface component for libYUI.\n" -"\n" -" This package provides the documentation. (HTML & PDF)" -msgstr "" +#, fuzzy +#~ msgid "Compile and link C code for Perl modules" +#~ msgstr "无法安装捆绑软件:{0}" -#. description(mate-panel:mate-panel-branding-upstream) -msgid "" -"This package contains the MATE Desktop Panel. The panel is an easy-to-use " -"and functional interface to manage your desktop, start programs, and " -"organize access to your data.\n" -"\n" -"This package contains the upstream default layout for MATE Panel." -msgstr "" +#, fuzzy +#~ msgid "Configure-time utilities for using C headers" +#~ msgstr "显示器配置" -#. description(openstack-cinder:openstack-cinder-api) #, fuzzy -msgid "This package contains the OpenStack Cinder API." -msgstr "包中含有意外的版本" +#~ msgid "CursesWidgets Perl module" +#~ msgstr "用户模块" -#. description(openstack-cinder:openstack-cinder-backup) #, fuzzy -msgid "This package contains the OpenStack Cinder Backup Service." -msgstr "包中含有意外的版本" +#~ msgid "Data files for pairs" +#~ msgstr "Tcl/Tk 及其开发工具。" -#. description(openstack-cinder:openstack-cinder-scheduler) #, fuzzy -msgid "This package contains the OpenStack Cinder scheduler." -msgstr "包中含有意外的版本" +#~ msgid "Development files for the OpenJPEG library" +#~ msgstr "开发" -#. description(openstack-cinder:openstack-cinder-volume) #, fuzzy -msgid "This package contains the OpenStack Cinder volume manager." -msgstr "包中含有意外的版本" +#~ msgid "Documentation for OpenColorIO" +#~ msgstr "7.0 文档" -#. description(openstack-heat:openstack-heat-api) #, fuzzy -msgid "This package contains the OpenStack Heat API." -msgstr "包中含有意外的版本" +#~ msgid "Documentation for PCB, An interactive printed circuit board editor" +#~ msgstr "7.0 文档" -#. description(openstack-heat:openstack-heat-api-cfn) #, fuzzy -msgid "This package contains the OpenStack Heat CloudFormation API." -msgstr "包中含有意外的版本" +#~ msgid "Documentation for Pluggable Authentication Modules" +#~ msgstr "7.0 文档" -#. description(openstack-heat:openstack-heat-api-cloudwatch) #, fuzzy -msgid "This package contains the OpenStack Heat CloudWatch API." -msgstr "包中含有意外的版本" +#~ msgid "Documentation for octave" +#~ msgstr "7.0 文档" -#. description(openstack-heat:openstack-heat-engine) #, fuzzy -msgid "This package contains the OpenStack Heat Engine." -msgstr "包中含有意外的版本" +#~ msgid "Documentation for openslide" +#~ msgstr "7.0 文档" -#. description(openstack-neutron:openstack-neutron-vmware-agent) #, fuzzy -msgid "" -"This package contains the OpenStack Network plugin that implements virtual " -"networks using Nicira NVP." -msgstr "包中含有意外的版本" +#~ msgid "GTK+ and Metacity Sonar Theme -- Common Files" +#~ msgstr "GNOME 系统" -#. description(openstack-nova:openstack-nova-api) #, fuzzy -msgid "This package contains the OpenStack Nova API." -msgstr "包中含有意外的版本" +#~ msgid "Gujarati spelling dictionary." +#~ msgstr "俄联邦" -#. description(openstack-trove:openstack-trove-api) #, fuzzy -msgid "This package contains the OpenStack Trove Manager Daemon." -msgstr "包中含有意外的版本" +#~ msgid "Hebrew spelling dictionary." +#~ msgstr "俄联邦" -#. description(libyui-qt-graph-doc) -msgid "" -"This package contains the Qt graph component for libYUI.\n" -"\n" -" This package provides the documentation. (HTML & PDF)" -msgstr "" +#, fuzzy +#~| msgid "A Set of Utilities for Input Devices" +#~ msgid "Helper utilities for OpenStack service" +#~ msgstr "用于输入设备的一系列工具" -#. description(libyui-qt-pkg-doc) -msgid "" -"This package contains the Qt package selector component for libYUI.\n" -"\n" -" This package provides the documentation. (HTML & PDF)" -msgstr "" +#, fuzzy +#~ msgid "Hindi spelling dictionary." +#~ msgstr "俄联邦" -#. description(libyui-qt-doc) -msgid "" -"This package contains the Qt user interface component for libYUI.\n" -"\n" -" This package provides the documentation. (HTML & PDF)" -msgstr "" +#, fuzzy +#~ msgid "Install shared files" +#~ msgstr "安装" -#. description(otrs:otrs-doc) -msgid "" -"This package contains the README, Changes and docs for OTRS\n" -"\n" -"Authors list: see CREDITS" -msgstr "" +#, fuzzy +#~ msgid "Iterate over collections" +#~ msgstr "收藏的应用程序" -#. description(openstack-nova:openstack-xen-plugins) #, fuzzy -msgid "This package contains the XenAPI support for OpenStack." -msgstr "包中含有意外的版本" +#~ msgid "JSON RPC 2.0 Server Implementation" +#~ msgstr "自选设置管理" -#. 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 "" +#, fuzzy +#~ msgid "Javadoc for log4j." +#~ msgstr "7.0 文档" -#. 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 "" +#, fuzzy +#~ msgid "Javadoc for pentaho-libxml" +#~ msgstr "7.0 文档" -#. description(openstack-nova:openstack-nova-cert) #, fuzzy -msgid "This package contains the certificate manager of OpenStack Nova." -msgstr "包中含有意外的版本" +#~ msgid "Javadoc for pentaho-libxml." +#~ msgstr "7.0 文档" -#. description(libyui-ncurses-doc) -msgid "" -"This package contains the character based (ncurses) user interface component " -"for libYUI.\n" -"\n" -" This package provides the documentation. (HTML & PDF)" -msgstr "" +#, fuzzy +#~ msgid "Javadoc for pentaho-reporting-flow-engine" +#~ msgstr "7.0 文档" -#. description(openstack-nova:openstack-nova-compute) #, fuzzy -msgid "This package contains the compute part of OpenStack." -msgstr "包中含有意外的版本" +#~ msgid "Javadoc for pentaho-reporting-flow-engine." +#~ msgstr "7.0 文档" -#. description(openstack-nova:openstack-nova-conductor) #, fuzzy -msgid "This package contains the conductor of OpenStack Nova" -msgstr "包中含有意外的版本" +#~ msgid "Languages for package mate-calc" +#~ msgstr "语言: " -#. description(openstack-nova:openstack-nova-console) #, fuzzy -msgid "This package contains the console access service for OpenStack Nova." -msgstr "包中含有意外的版本" +#~ msgid "Languages for package mate-dialogs" +#~ msgstr "语言: " -#. description(openstack-nova:openstack-nova-consoleauth) #, fuzzy -msgid "" -"This package contains the console authentification service for OpenStack " -"Nova." -msgstr "包中含有意外的版本" +#~ msgid "Languages for package nautilus-open-terminal" +#~ msgstr "语言: " -#. 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 "" +#, fuzzy +#~ msgid "Languages for package obby" +#~ msgstr "语言: " -#. description(pcb:pcb-doc) #, fuzzy -msgid "" -"This package contains the documentation of PCB, an interactive printed " -"circuit board editor." -msgstr "包中含有意外的版本" +#~ msgid "Languages for package openconnect" +#~ msgstr "语言: " -#. description(openlmi-providers:openlmi-journald-doc) #, fuzzy -msgid "This package contains the documents for OpenLMI Journald provider." -msgstr "包中含有意外的版本" +#~ msgid "Languages for package osdlyrics" +#~ msgstr "语言: " -#. description(openlmi-providers:openlmi-account-doc) #, fuzzy -msgid "This package contains the documents for OpenLMI account provider." -msgstr "包中含有意外的版本" +#~ msgid "Languages for package parole" +#~ msgstr "语言: " -#. description(openlmi-providers:openlmi-fan-doc) #, fuzzy -msgid "This package contains the documents for OpenLMI fan provider." -msgstr "包中含有意外的版本" +#~ msgid "Languages for package pdf2djvu" +#~ msgstr "语言: " -#. description(openlmi-providers:openlmi-hardware-doc) #, fuzzy -msgid "This package contains the documents for OpenLMI hardware provider." -msgstr "包中含有意外的版本" +#~ msgid "Library for handling xkb descriptions using XKB-X11" +#~ msgstr "操作分区的库" -#. description(openlmi-providers:openlmi-logicalfile-doc) #, fuzzy -msgid "This package contains the documents for OpenLMI logicalfile provider." -msgstr "开发用于 GNOME 桌面的软件所需的所有程序包。" +#~ msgid "Libyui-gtk documentation" +#~ msgstr "7.0 文档" -#. description(openlmi-providers:openlmi-powermanagement-doc) #, fuzzy -msgid "" -"This package contains the documents for OpenLMI power management provider." -msgstr "使用该按钮可启动 YaST 进行永久配置。" +#~ msgid "Libyui-gtk-pkg documentation" +#~ msgstr "7.0 文档" -#. description(openlmi-providers:openlmi-service-doc) #, fuzzy -msgid "This package contains the documents for OpenLMI service provider." -msgstr "包中含有意外的版本" +#~ msgid "Lightweight exceptions" +#~ msgstr "文档" -#. description(openlmi-providers:openlmi-software-doc) #, fuzzy -msgid "This package contains the documents for OpenLMI software provider." -msgstr "包中含有意外的版本" +#~ msgid "Log4j for Perl" +#~ msgstr "7.0 文档" -#. description(pari-nftables) -msgid "" -"This package contains the historical megrez number field tables (errors " -"fixed, 1/10th the size, easier to use) for the PARI CAS." -msgstr "" +#, fuzzy +#~ msgid "Magical config file parser" +#~ msgstr "%s 配置失败。" -#. description(oxygen-icon-theme:oxygen-icon-theme-large) #, fuzzy -msgid "" -"This package contains the large (128x128 and larger) non-scalable icons of " -"the Oxygen icon theme." -msgstr "包中含有意外的版本" +#~ msgid "Meta package for pattern OpenStack Clients" +#~ msgstr "开发" -#. description(openstack-nova:openstack-nova-network) #, fuzzy -msgid "This package contains the network services for OpenStack." -msgstr "包中含有意外的版本" +#~ msgid "Meta package for pattern OpenStack Compute Node" +#~ msgstr "开发" -#. description(openstack-nova:openstack-nova-novncproxy) #, fuzzy -msgid "This package contains the novnc-proxy service for OpenStack." -msgstr "该软件包包含 X 窗口系统的 DMZ 鼠标主题。" +#~ msgid "Meta package for pattern OpenStack Compute Node on kvm" +#~ msgstr "开发" -#. description(openstack-nova:openstack-nova-objectstore) #, fuzzy -msgid "This package contains the objectstore service for OpenStack." -msgstr "包中含有意外的版本" +#~ msgid "Meta package for pattern OpenStack Controller" +#~ msgstr "开发" -#. description(openstack-ceilometer:openstack-ceilometer-api) #, fuzzy -msgid "This package contains the openstack-ceilometer API server." -msgstr "包中含有意外的版本" +#~ msgid "Meta package for pattern OpenStack Network Node" +#~ msgstr "开发" -#. description(openstack-ceilometer:openstack-ceilometer-alarm-evaluator) #, fuzzy -msgid "This package contains the openstack-ceilometer alarm evalutor." -msgstr "包中含有意外的版本" +#~ msgid "Meta package for pattern OpenStack Network Node on kvm" +#~ msgstr "开发" -#. description(openstack-ceilometer:openstack-ceilometer-agent-central) #, fuzzy -msgid "This package contains the openstack-ceilometer central agent." -msgstr "包中含有意外的版本" +#~ msgid "Meta package for pattern OpenStack Storage" +#~ msgstr "开发" -#. description(openstack-ceilometer:openstack-ceilometer-collector) #, fuzzy -msgid "This package contains the openstack-ceilometer collector." -msgstr "包中含有意外的版本" +#~ msgid "Meta package for pattern OpenStack Storage Node" +#~ msgstr "开发" -#. description(openstack-ceilometer:openstack-ceilometer-agent-compute) #, fuzzy -msgid "This package contains the openstack-ceilometer compute agent." -msgstr "包中含有意外的版本" +#~ msgid "MySpell bg_BG Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-ceilometer:openstack-ceilometer-agent-notification) #, fuzzy -msgid "This package contains the openstack-ceilometer notification agent." -msgstr "包中含有意外的版本" +#~ msgid "MySpell bn_BD Dictionary" +#~ msgstr "俄联邦" -#. description(oxygen-icon-theme:oxygen-icon-theme-scalable) #, fuzzy -msgid "This package contains the scalable icons of the Oxygen icon theme." -msgstr "包中含有意外的版本" +#~ msgid "MySpell br_FR Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-nova:openstack-nova-scheduler) #, fuzzy -msgid "This package contains the scheduler for OpenStack." -msgstr "包中含有意外的版本" +#~ msgid "MySpell bs_BA Dictionary" +#~ msgstr "俄联邦" -#. description(palapeli:palapeli-data) #, fuzzy -msgid "This package contains the standard puzzle files for Palapeli." -msgstr "包中含有意外的版本" +#~ msgid "MySpell cs_CZ Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-nova:openstack-nova-vncproxy) #, fuzzy -msgid "This package contains the vnc-proxy service for OpenStack." -msgstr "该软件包包含 X 窗口系统的 DMZ 鼠标主题。" +#~ msgid "MySpell da_DK Dictionary" +#~ msgstr "俄联邦" -#. description(metacity-themes) #, fuzzy -msgid "" -"This package contains themes usable with the Metacity window manager for the " -"GNOME Desktop." -msgstr "开发用于 GNOME 桌面的软件所需的所有程序包。" +#~ msgid "MySpell de Dictionary" +#~ msgstr "俄联邦" -#. description(opengl-games-utils) -msgid "" -"This package contains various shell scripts which are intended for use by 3D " -"games packages. These shell scripts can be used to check if direct rendering " -"is available before launching an OpenGL game. This package is intended for " -"use by other packages and is not intended for direct end user use!" -msgstr "" +#, fuzzy +#~ msgid "MySpell el_GR Dictionary" +#~ msgstr "俄联邦" -#. description(libyui-ncurses-pkg-doc) -msgid "" -"This package extends the character based (ncurses) user interface component " -"for libYUI.\n" -"\n" -" This package provides the documentation. (HTML & PDF)" -msgstr "" +#, fuzzy +#~ msgid "MySpell et_EE Dictionary" +#~ msgstr "俄联邦" -#. description(papi:papi-devel-32bit) -msgid "" -"This package includes the C header files that specify the PAPI userspace " -"libraries and interfaces. This is required for rebuilding any program that " -"uses PAPI." -msgstr "" +#, fuzzy +#~ msgid "MySpell gu_IN Dictionary" +#~ msgstr "俄联邦" -#. 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 "" +#, fuzzy +#~ msgid "MySpell he_IL Dictionary" +#~ msgstr "俄联邦" -#. description(pari-seadata) -msgid "" -"This package is needed by the \"ellap\" function of the PARI CAS for large " -"primes. The second one is a much smaller version that should be suitable for " -"primes up to 350 bits. These polynomials were extracted from the ECHIDNA " -"databases and computed by David R. Kohel." -msgstr "" +#, fuzzy +#~ msgid "MySpell hi_IN Dictionary" +#~ msgstr "俄联邦" -#. description(pari-galdata) -msgid "" -"This package is needed by the \"polgalois\" function in the PARI CAS to " -"compute Galois group in degrees 8 through 11." -msgstr "" +#, fuzzy +#~ msgid "MySpell hr_HR Dictionary" +#~ msgstr "俄联邦" -#. description(perl-Array-Unique) -msgid "" -"This package lets you create an array which will allow only one occurrence " -"of any value.\n" -"\n" -"In other words no matter how many times you put in 42 it will keep only the " -"first occurrence and the rest will be dropped.\n" -"\n" -"You use the module via tie and once you tied your array to this module it " -"will behave correctly.\n" -"\n" -"Uniqueness is checked with the 'eq' operator so among other things it is " -"case sensitive.\n" -"\n" -"As a side effect the module does not allow undef as a value in the array." -msgstr "" +#, fuzzy +#~ msgid "MySpell hu_HU Dictionary" +#~ msgstr "俄联邦" -#. description(mozo) #, fuzzy -msgid "" -"This package provides Mozo, a menu editor for the MATE Desktop, using the " -"freedesktop.org menu specification." -msgstr "<p>此菜单包含引用文档信息的链接。</p>" +#~ msgid "MySpell it_IT Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-suse:openstack-suse-macros) -msgid "" -"This package provides OpenStack RPM macros. You need it to build OpenStack " -"packages." -msgstr "" +#, fuzzy +#~ msgid "MySpell lt_LT Dictionary" +#~ msgstr "俄联邦" -#. description(perl-Crypt-Rot13) #, fuzzy -msgid "This package provides ROT13 Algorithm (Caesar) as a Perl module." -msgstr "包中含有意外的版本" +#~ msgid "MySpell lv_LV Dictionary" +#~ msgstr "俄联邦" -#. description(motoya-lcedar-fonts) -msgid "" -"This package provides a font family named \"MotoyaLCedar W3 mono\". It was " -"provided to Android platform by Motoya." -msgstr "" +#, fuzzy +#~ msgid "MySpell nl_NL Dictionary" +#~ msgstr "俄联邦" -#. description(motoya-lmaru-fonts) -msgid "" -"This package provides a font family named \"MotoyaLMaru W3 mono\". It was " -"provided to Android platform by Motoya." -msgstr "" +#, fuzzy +#~ msgid "MySpell no Dictionary" +#~ msgstr "俄联邦" -#. description(perl-Module-Pluggable) -msgid "" -"This package provides a simple but, hopefully, extensible way of having " -"'plugins' for your module. Essentially all it does is export a method into " -"your name space that looks through a search path for .pm files and turn " -"those into class names. Optionally it instantiates those classes for you." -msgstr "" +#, fuzzy +#~ msgid "MySpell pl_PL Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-neutron:openstack-neutron-plugin-cisco) #, fuzzy -msgid "This package provides cisco plugin for OpenStack Network server." -msgstr "包未经签名" +#~ msgid "MySpell pt_PT Dictionary" +#~ msgstr "俄联邦" -#. description(nagios-rpm-macros) #, fuzzy -msgid "" -"This package provides rpm macros for building packages for Nagios, check_mk " -"and/or Icinga." -msgstr "<p>此菜单包含引用文档信息的链接。</p>" +#~ msgid "MySpell ro Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-neutron:openstack-neutron-dhcp-agent) #, fuzzy -msgid "This package provides the DHCP Agent." -msgstr "包中含有意外的版本" +#~ msgid "MySpell ru_RU Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-neutron:openstack-neutron-hyperv-agent) #, fuzzy -msgid "This package provides the Hyper-V Agent." -msgstr "包中含有意外的版本" +#~ msgid "MySpell si_LK Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-neutron:openstack-neutron-ibm-agent) #, fuzzy -msgid "This package provides the IBM Agent." -msgstr "包中含有意外的版本" +#~ msgid "MySpell sk_SK Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-neutron:openstack-neutron-l3-agent) #, fuzzy -msgid "This package provides the L3 Agent." -msgstr "包中含有意外的版本" +#~ msgid "MySpell sl_SI Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-neutron:openstack-neutron-linuxbridge-agent) #, fuzzy -msgid "This package provides the Linux Bridge Agent." -msgstr "包中含有意外的版本" +#~ msgid "MySpell th_TH Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-neutron:openstack-neutron-lbaas-agent) #, fuzzy -msgid "This package provides the Load Balancing as a Service Agent." -msgstr "包中含有意外的版本" +#~ msgid "MySpell uk_UA Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-neutron:openstack-neutron-mlnx-agent) #, fuzzy -msgid "This package provides the Mellanox Agent" -msgstr "包中含有意外的版本" +#~ msgid "MySpell vi Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-neutron:openstack-neutron-metadata-agent) #, fuzzy -msgid "This package provides the Meta Data Agent." -msgstr "包中含有意外的版本" +#~ msgid "MySpell zu_ZA Dictionary" +#~ msgstr "俄联邦" -#. description(openstack-neutron:openstack-neutron-metering-agent) #, fuzzy -msgid "This package provides the Metering Agent." -msgstr "包中含有意外的版本" +#~| msgid "A Firewire Interface" +#~ msgid "Nagios Core web interface" +#~ msgstr "一个火线接口" -#. description(openstack-neutron:openstack-neutron-nec-agent) #, fuzzy -msgid "This package provides the NEC Agent." -msgstr "包中含有意外的版本" +#~ msgid "Namespace aware SAX-Parser utility library" +#~ msgstr "打印服务器" -#. description(openstack-neutron:openstack-neutron-server) #, fuzzy -msgid "This package provides the Neutron server" -msgstr "包中含有意外的版本" +#~ msgid "" +#~ "Neutron is a virtual network service for Openstack.\n" +#~ "\n" +#~ "This package contains documentation files for openstack-neutron" +#~ msgstr "包中含有意外的版本" -#. description(openstack-neutron:openstack-neutron-nvsd-agent) #, fuzzy -msgid "This package provides the One Convergence NVSD Agent." -msgstr "包中含有意外的版本" +#~ msgid "Novell Sound Theme" +#~ msgstr "VNC 服务器" -#. description(openstack-neutron:openstack-neutron-openvswitch-agent) #, fuzzy -msgid "This package provides the OpenVSwitch Agent." -msgstr "包中含有意外的版本" +#~ msgid "OTRS Documentation" +#~ msgstr "7.0 文档" -#. description(openstack-neutron:openstack-neutron-restproxy-agent) #, fuzzy -msgid "This package provides the REST Proxy Agent." -msgstr "包中含有意外的版本" +#~ msgid "OpenLDAP Documentation" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(openstack-neutron:openstack-neutron-vpn-agent) #, fuzzy -msgid "This package provides the VPN Agent." -msgstr "包中含有意外的版本" +#~ msgid "OpenLMI test utilities" +#~ msgstr "内核讯息" -#. description(libxfce4ui:libxfce4ui-doc) #, fuzzy -msgid "This package provides the documentation for the libxfce4ui library." -msgstr "包中含有意外的版本" +#~ msgid "OpenStack Block Storage (Cinder) - API" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(npapi-sdk) #, fuzzy -msgid "" -"This package provides the header and development files to create NPAPI " -"browser plugins." -msgstr "Tcl/Tk 及其开发工具。" +#~ msgid "OpenStack Block Storage (Cinder) - Documentation" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(mate-branding-openSUSE:mate-control-center-branding-openSUSE) #, fuzzy -msgid "" -"This package provides the openSUSE definition of what appears in the control " -"center." -msgstr "包中含有意外的版本" +#~ msgid "OpenStack Block Storage (Cinder) - Scheduler" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(mate-branding-openSUSE:mate-menus-branding-openSUSE) #, fuzzy -msgid "This package provides the openSUSE definitions for menus." -msgstr "包中含有意外的版本" +#~ msgid "OpenStack Block Storage (Cinder) - Testsuite" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(mate-branding-openSUSE:mate-panel-branding-openSUSE) #, fuzzy -msgid "This package provides the openSUSE look and feel for the Mate Panel." -msgstr "包中含有意外的版本" +#~ msgid "OpenStack Block Storage (Cinder) - Volume" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(mate-branding-openSUSE:mate-session-manager-branding-openSUSE) #, fuzzy -msgid "" -"This package provides the openSUSE look and feel for the Mate Session " -"Manager." -msgstr "包中含有意外的版本" +#~ msgid "OpenStack Block Storage (Cinder) - Volume Backup Service" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(openstack-neutron:openstack-neutron-ryu-agent) #, fuzzy -msgid "This package provides the ryu Agent." -msgstr "包中含有意外的版本" +#~ msgid "OpenStack Compute (Nova) - Cells" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(openstack-dashboard:openstack-dashboard-branding-upstream) #, fuzzy -msgid "" -"This package provides the upstream look and feel for OpenStack Dashboard." -msgstr "包中含有意外的版本" +#~ msgid "OpenStack Compute (Nova) - Conductor" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(libxfce4ui:libxfce4ui-branding-upstream) #, fuzzy -msgid "This package provides the upstream look and feel for libxfce4ui." -msgstr "包中含有意外的版本" +#~ msgid "OpenStack Compute (Nova) - Documentation" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(lightdm-gtk-greeter:lightdm-gtk-greeter-branding-upstream) #, fuzzy -msgid "" -"This package provides the upstream look and feel for lightdm-gtk-greeter." -msgstr "包中含有意外的版本" +#~ msgid "OpenStack Compute (Nova) - XenAPI support" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(midori:midori-branding-upstream) #, fuzzy -msgid "" -"This package provides the upstream look and feel for the Midori web browser." -msgstr "包中含有意外的版本" +#~ msgid "OpenStack Identity Service (Keystone) - Documentation" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(package-translations) -msgid "" -"This package provides translations for our packages. You don't want to " -"install this package on your system, it's only useful when you create " -"openSUSE media." -msgstr "" +#, fuzzy +#~ msgid "OpenStack Image Service (Glance) - Documentation" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(pdnsd:pdnsd-doc) #, fuzzy -msgid "This package provides various text files for pdnsd." -msgstr "Tcl/Tk 及其开发工具。" +#~ msgid "OpenStack Metering (Ceilometer)" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(openstack-heat-templates) -msgid "" -"This package provides:\n" -"\n" -"* Example templates which demonstrate core Heat functionality\n" -"* Related image-building templates\n" -"* Template-related scripts and conversion tools" -msgstr "" +#, fuzzy +#~ msgid "OpenStack Metering (Ceilometer) - API" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(motif:motif-devel-32bit) #, fuzzy -msgid "" -"This package provies the include files and libraries necessary for " -"developing Motif applications." -msgstr "包中含有意外的版本" +#~ msgid "OpenStack Metering (Ceilometer) - Agent Central" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(gconf2-branding-SLES:novell-sound-theme) #, fuzzy -msgid "This packages provides the default sound theme by Novell." -msgstr "包中含有意外的版本" +#~ msgid "OpenStack Metering (Ceilometer) - Agent Compute" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(nagios-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 "" +#, fuzzy +#~ msgid "OpenStack Metering (Ceilometer) - Agent Notification" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(nagios-plugins-zypper) -msgid "" -"This plugin checks for software updates on systems that use package " -"management systems based on the zypper command found in (open)SUSE.\n" -"\n" -"It checks for security, recommended and optional patches and also for " -"optional package updates.\n" -"\n" -"You can define the status by patch category. Use a commata to list more than " -"one category to a state.\n" -"\n" -"If you like to know the names of available patches and packages, use the \"-v" -"\" option." -msgstr "" +#, fuzzy +#~ msgid "OpenStack Metering (Ceilometer) - Alarm Evaluator" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(nagios-plugins-contentage) -msgid "" -"This plugin checks one or more directory for files older than a specified " -"age. You can define the age of files for warning and critical states.\n" -"\n" -"Note: the plugin checks the mtime of files, not the ctime.\n" -"\n" -"Usage: check_dircontent.pl -w 24 -c 48 -p /tmp Options: -w|--" -"warning : time for warnings (minutes) -c|--critical : time for " -"critical warnings (minutes) -p|--pathnames : absolute path to the " -"folders, split mutliple pathnames with commata -t|--timeout : " -"timeout (default: 15)" -msgstr "" +#, fuzzy +#~ msgid "OpenStack Metering (Ceilometer) - Collector" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(mokutil) -msgid "" -"This program provides the means to enroll and erase the machine owner keys " -"(MOK) stored in the database of shim." -msgstr "" +#, fuzzy +#~ msgid "OpenStack Metering (Ceilometer) - Documentation" +#~ msgstr "OpenOffice.Org 快速起动器" -#. 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 "OpenStack Metering (Ceilometer) - Testsuite" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(nagios-plugins-bonding) -msgid "" -"This script attempts to read the proc interface to the Linux kernel bonding " -"driver, and determine if the bonded interfaces are optimal. It will warn if " -"any of the enslaved devices are not 'up' (exit 1), and if any bonded " -"interfaces are not active at all (exit 2). This script is suitable for " -"feeding to NRPE for Nagios (or similar) to check." -msgstr "" +#, fuzzy +#~ msgid "OpenStack Network" +#~ msgstr "OpenOffice.Org 快速起动器" -#. 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 "" +#, fuzzy +#~ msgid "OpenStack Network - IBM Agent" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(myspell-dictionaries) -msgid "" -"This source package contains dictionaries for MySpell.\n" -"\n" -"The MySpell spell-checker is used by the OpenOffice.org office suite, the " -"Mozilla Composer, and the Mozilla Mail message composition window." -msgstr "" +#, fuzzy +#~ msgid "OpenStack Network - Nicira Plugin" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(perl-Module-Build-WithXSpp) -msgid "" -"This subclass of the Module::Build manpage adds some tools and processes to " -"make it easier to use for wrapping C++ using XS++ (the ExtUtils::XSpp " -"manpage).\n" -"\n" -"There are a few minor differences from using 'Module::Build' for an ordinary " -"XS module and a few conventions that you should be aware of as an XS++ " -"module author. They are documented in the the /\"FEATURES AND CONVENTIONS\" " -"manpage section below. But if you can't be bothered to read all that, you " -"may choose skip it and blindly follow the advice in the /\"JUMP START FOR " -"THE IMPATIENT\" manpage.\n" -"\n" -"An example of a full distribution based on this build tool can be found in " -"the the ExtUtils::XSpp manpage distribution under _examples/XSpp-Example_. " -"Using that example as the basis for your 'Module::Build::WithXSpp'-based " -"distribution is probably a good idea." -msgstr "" +#, fuzzy +#~ msgid "OpenStack Network - One Convergence NVSD Agent" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(perl-ExtUtils-MakeMaker) -msgid "" -"This utility is designed to write a Makefile for an extension module from a " -"Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty " -"and the perl5-porters.\n" -"\n" -"It splits the task of generating the Makefile into several subroutines that " -"can be individually overridden. Each subroutine returns the text it wishes " -"to have written to the Makefile.\n" -"\n" -"As there are various Make programs with incompatible syntax, which use " -"operating system shells, again with incompatible syntax, it is important for " -"users of this module to know which flavour of Make a Makefile has been " -"written for so they'll use the correct one and won't have to face the " -"possibly bewildering errors resulting from using the wrong one.\n" -"\n" -"On POSIX systems, that program will likely be GNU Make; on Microsoft " -"Windows, it will be either Microsoft NMake or DMake. Note that this module " -"does not support generating Makefiles for GNU Make on Windows. See the " -"section on the L</\"MAKE\"> parameter for details.\n" -"\n" -"MakeMaker is object oriented. Each directory below the current directory " -"that contains a Makefile.PL is treated as a separate object. This makes it " -"possible to write an unlimited number of Makefiles with a single invocation " -"of WriteMakefile()." -msgstr "" +#, fuzzy +#~ msgid "OpenStack Network - Python module" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(perl-Array-Unique) -msgid "Tie-able array that allows only unique values" -msgstr "" +#, fuzzy +#~ msgid "OpenStack Network - REST Proxy Agent" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(perl-DateTime-TimeZone) -msgid "Time zone object base class and factory" -msgstr "" +#, fuzzy +#~ msgid "OpenStack Network - Testsuite" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(mpi-selector) -msgid "Tool to provide defaults for which MPI implementation to use" -msgstr "" +#, fuzzy +#~ msgid "OpenStack Network Service (Neutron) - L3 Agent" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(openlmi-tools) -msgid "Tooling around openLMI" -msgstr "" +#, fuzzy +#~ msgid "OpenStack Orchestration (Heat) - API" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(perl-Meta-Builder) -msgid "Tools for creating Meta objects to track custom metrics." -msgstr "" +#, fuzzy +#~ msgid "OpenStack Orchestration (Heat) - CloudFormation API" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(mokutil) #, fuzzy -msgid "Tools for manipulating machine owner keys" -msgstr "等待导航栏应用程序" +#~ msgid "OpenStack Orchestration (Heat) - CloudWatch API" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(mongolian-fonts) #, fuzzy -#| msgid "Traditional Russian table for Fcitx" -msgid "Traditional Mongolian Fonts" -msgstr "Fcitx 传统俄语码表" +#~ msgid "OpenStack Orchestration (Heat) - Documentation" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(openstack-trove) -msgid "" -"Trove is an Incubated OpenStack project providing Database as a Service for " -"Openstack." -msgstr "" +#, fuzzy +#~ msgid "OpenStack Orchestration (Heat) - Engine" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(perl-Locale-US) -msgid "" -"Two letter codes for state identification in the United States and vice versa" -msgstr "" +#, fuzzy +#~ msgid "OpenStack Quickstart" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(perl-Locale-US) -msgid "" -"Two letter codes for state identification in the United States and vice " -"versa." -msgstr "" +#, fuzzy +#~ msgid "OpenStack Storage (Swift) - Documentation" +#~ msgstr "OpenOffice.Org 快速起动器" -#. description(myspell-dictionaries:myspell-uk_UA) -msgid "Ukrainian spelling dictionary, hyphenation rules, and thesaurus." -msgstr "" +#, fuzzy +#~ msgid "OpenStack Virtual Network Service (Neutron) - Documentation" +#~ msgstr "OpenOffice.Org 快速起动器" -#. 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 "Openstack Compute (Nova) - Console Access" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(perl-CHI) -msgid "Unified cache handling interface" -msgstr "" +#, fuzzy +#~ msgid "Openstack Compute (Nova) - Console Authentification Service" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(midori:midori-branding-upstream) #, fuzzy -msgid "Upstream Branding of Midori" -msgstr "电源管理 (APM)" +#~ msgid "Openstack DBaaS (Trove) - API" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(libxfce4ui:libxfce4ui-branding-upstream) #, fuzzy -msgid "Upstream Branding of libxfce4ui" -msgstr "电源管理 (APM)" +#~ msgid "Openstack DBaaS (Trove) - Conductor" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(lxde-common:lxde-common-branding-upstream) -msgid "Upstream branding" -msgstr "" +#, fuzzy +#~ msgid "Openstack Orchestration (Heat)" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(lightdm-gtk-greeter:lightdm-gtk-greeter-branding-upstream) -msgid "Upstream branding of lightdm-gtk-greeter-gtk-greeter" -msgstr "" +#, fuzzy +#~ msgid "Openstack Orchestration (Heat) - Testsuite" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(perl-Mojolicious-Plugin-CHI) -msgid "Use CHI caches in Mojolicious" -msgstr "" +#, fuzzy +#~ msgid "Openstack Trove - Testsuite" +#~ msgstr "OpenOffice.Org 快速起动器" -#. summary(perl-Hash-Util-FieldHash-Compat) -msgid "Use L<Hash::Util::FieldHash> or ties, depending" -msgstr "" +#, fuzzy +#~ msgid "Pagul Fonts" +#~ msgstr "Liberation 字体" -#. summary(ndiswrapper:ndiswrapper-kmp-pae) -msgid "Use Microsoft NDIS Network Drivers for WLAN Cards" -msgstr "" +#, fuzzy +#~ msgid "Perl extension for International Standard Serial Numbers" +#~ msgstr "包中含有意外的版本" -#. summary(perl-Any-Moose) -msgid "Use Moose or Mouse modules (deprecated)" -msgstr "" +#, fuzzy +#~ msgid "Perl extension for Latitude Longitude conversions" +#~ msgstr "包中含有意外的版本" -#. summary(perl-aliased) -msgid "Use shorter versions of class names" -msgstr "" +#, fuzzy +#~ msgid "Perl extension for rounding numbers" +#~ msgstr "包中含有意外的版本" -#. summary(perl-File-BaseDir) -msgid "Use the Freedesktop.org base directory specification" -msgstr "" +#, fuzzy +#~ msgid "Perl extension to generate and test check digits" +#~ msgstr "包中含有意外的版本" -#. summary(pam_userpass:pam_userpass-32bit) -msgid "Uses PAM Binary Prompts to Ask Applications for Username/Password" -msgstr "" +#, fuzzy +#~ msgid "Perl implementation of GNTP Protocol (Client Part)" +#~ msgstr "7.0 文档" -#. 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 "Perl implementation of JSON-RPC 2.0 protocol for Mojolicious" +#~ msgstr "7.0 文档" -#. summary(perl-IO-Interactive) #, fuzzy -msgid "Utilities for interactive I/O" -msgstr "VNC 服务器" +#~ msgid "Perl implementation of Ron Rivests MD5 Algorithm" +#~ msgstr "内核接口" -#. description(openstack-utils) -msgid "" -"Utilities to aid the setup and configuration of OpenStack packages.\n" -"\n" -" - openstack-config - Manipulate the openstack ini files - openstack-db - " -"Setup or delete the database for a specified service - openstack-demo-" -"install - Setup all services on a single node for testing - openstack-" -"status - Give an overview of the status of installed services" -msgstr "" +#, fuzzy +#~ msgid "Perl implementation of the \"Adapter\" Design Pattern" +#~ msgstr "7.0 文档" -#. summary(opengl-games-utils) -msgid "Utilities to check proper 3d support before launching 3d games" -msgstr "" +#, fuzzy +#~ msgid "Perl interface to GnuPG" +#~ msgstr "内核接口" -#. summary(mylvmbackup) -msgid "Utility for creating MySQL backups via LVM snapshots" -msgstr "" +#, fuzzy +#~ msgid "Perl interface to functions that assist in working" +#~ msgstr "内核接口" -#. summary(perl-ExtUtils-Helpers) -msgid "Various portability utilities for module builders" -msgstr "" +#, fuzzy +#~ msgid "Power management CIM provider documentation" +#~ msgstr "电源管理 (APM)" -#. summary(perl-CPAN-Meta-Check) -msgid "Verify requirements in a CPAN::Meta object" -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package mate-calc" +#~ msgstr "等待导航栏应用程序" -#. summary(perl-DBIx-Simple) -msgid "Very complete easy-to-use OO interface to DBI" -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package mate-dialogs" +#~ msgstr "等待导航栏应用程序" -#. description(myspell-dictionaries:myspell-vi) #, fuzzy -msgid "Vietnamese spelling dictionary." -msgstr "俄联邦" +#~ msgid "Provides translations to the package nautilus-open-terminal" +#~ msgstr "等待导航栏应用程序" -#. summary(perl-Data-Visitor) -msgid "Visitor style traversal of Perl data structures" -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package obby" +#~ msgstr "等待导航栏应用程序" -#. summary(mumble:mumble-32bit) -msgid "Voice Communication Client for Gamers" -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package openconnect" +#~ msgstr "等待导航栏应用程序" -#. description(perl-HTTP-Thin) -msgid "" -"WARNING: This module is untested beyond the very basics. The implementation " -"is simple enough that it shouldn't do evil things but, yeah it's still not " -"approved for use by small children.\n" -"\n" -"'HTTP::Thin' is a thin wrapper around the HTTP::Tiny manpage adding the " -"ability to pass in the HTTP::Request manpage objects and get back the HTTP::" -"Response manpage objects. The maintainers of the HTTP::Tiny manpage, " -"justifiably, don't want to have to maintain compatibility but many other " -"projects already consume the the HTTP::Message manpage objects. This is just " -"glue code doing what it does best." -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package osdlyrics" +#~ msgstr "等待导航栏应用程序" -#. summary(perl-Carp-Always) -msgid "Warns and dies noisily with stack backtraces" -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package parole" +#~ msgstr "等待导航栏应用程序" -#. description(nagios-plugins-mem) -msgid "" -"We have always monitored RAM usage on all of boxes. Sure, there's the " -"argument that unused RAM is money wasted, but I always like to know not just " -"when the box is swapping, but when it's about to start swapping. There have " -"been a few plugins over the years that I've used for this - check_ram for " -"Solaris, check_mem for Linux, and there's also check_mem.pl." -msgstr "" +#, fuzzy +#~ msgid "Provides translations to the package pdf2djvu" +#~ msgstr "等待导航栏应用程序" -#. description(perl-Data-Page) -msgid "" -"When searching through large amounts of data, it is often the case that a " -"result set is returned that is larger than we want to display on one page. " -"This results in wanting to page through various pages of data. The maths " -"behind this is unfortunately fiddly, hence this module.\n" -"\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 "Real-time web framework" +#~ msgstr "应用程序浏览器" -#. description(nagios-plugins-mysql_health) -msgid "" -"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 "" +#, fuzzy +#~ msgid "Simple Database Abstraction" +#~ msgstr "输入抽象层 的用户界面" -#. summary(perl-Business-ISBN) -msgid "Work with International Standard Book Numbers" -msgstr "" +#, fuzzy +#~ msgid "Simple and dumb file system watcher" +#~ msgstr "正在同步文件系统" -#. summary(perl-JSON-Any) -msgid "Wrapper Class for the various JSON classes." -msgstr "" +#, fuzzy +#~ msgid "Sinhala spelling dictionary." +#~ msgstr "俄联邦" -#. description(perl-Import-Into) -msgid "" -"Writing exporters is a pain. Some use the Exporter manpage, some use the " -"Sub::Exporter manpage, some use the Moose::Exporter manpage, some use the " -"Exporter::Declare manpage ... and some things are pragmas.\n" -"\n" -"Exporting on someone else's behalf is harder. The exporters don't provide a " -"consistent API for this, and pragmas need to have their import method called " -"directly, since they effect the current unit of compilation.\n" -"\n" -"'Import::Into' provides global methods to make this painless." -msgstr "" +#, fuzzy +#~| msgid "YaST2 - Translations for Brazilian Portuguese." +#~ msgid "Spelling, hyphenation and grammar checking tools for Brazilian Portuguese." +#~ msgstr "YaST2 - 巴西葡萄牙语翻译。" -#. description(mozaddon-devel) -msgid "" -"XPI ID retrieval script and helpful RPM macros for packaging up addons for " -"the Mozilla suite." -msgstr "" +#, fuzzy +#~ msgid "Summary and Descriptions Translations" +#~ msgstr "俄联邦" -#. summary(perl-Module-Build-WithXSpp) #, fuzzy -msgid "XS++ enhanced flavour of Module::Build" -msgstr "替换\"%s\"成功。 " +#~ msgid "Swedish spelling dictionary, and thesaurus." +#~ msgstr "俄联邦" -#. description(libyajl:libyajl-devel-32bit) -msgid "" -"YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and " -"a small validating JSON generator.\n" -"\n" -"This package provides the necessary environment for compiling and linking " -"against libyajl." -msgstr "" +#, fuzzy +#~ msgid "Thai spelling dictionary." +#~ msgstr "俄联邦" -#. summary(libyajl:libyajl-devel-32bit) #, fuzzy -msgid "Yet Another JSON Library (Development Environment)" -msgstr "单声道开发环境。" +#~ msgid "The arpack-ng-openmpi-devel package contains libraries and header files for developing applications that use arpack-ng." +#~ msgstr "包中含有意外的版本" -#. description(perl-Class-Inner) -msgid "" -"Yet another implementation of an anonymous class with per object " -"overrideable methods, but with the added attraction of sort of working " -"dispatch to the parent class's method." -msgstr "" +#, fuzzy +#~ msgid "The openlmi-python-test package contains test utilities and base classes for provider test cases." +#~ msgstr "包中含有意外的版本" -#. description(perl-IO-Socket-PortState) -msgid "" -"You can use it to check if a port is open or closed for a given host and " -"protocol." -msgstr "" +#, fuzzy +#~ msgid "This module tries to find the path to the currently running perl. It (optionally) exports the following functions:" +#~ msgstr "没有可用信息。" -#. description(perl-Business-ISBN-Data) -msgid "" -"You don't need to load this module yourself in most cases. 'Business::ISBN' " -"will load it when it loads.\n" -"\n" -"These data are generated from the _RangeMessage.xml_ file provided by the " -"ISBN Agency. You can retrieve this yourself at the http://www.isbn-" -"international.org/agency?rmxml=1 manpage. This file is included as part of " -"the distribution and should be installed at _~lib/Business/ISBN/RangeMessage." -"xml_.\n" -"\n" -"If you want to use a different _RangeMessage.xml_ file, you can set the " -"'ISBN_RANGE_MESSAGE' environment variable to the alternate location before " -"you load 'Business::ISBN'. This way, you can use the latest (or even " -"earlier) data without having to install something new or wait for an update " -"to this module.\n" -"\n" -"If the default _RangeMessage.xml_ or your alternate one is not available, " -"the module falls back to data included in _Data.pm_. However, that data is " -"likely to be older data.\n" -"\n" -"The data are in '%Business::ISBN::country_data' (although the \"country\" " -"part is historical). If you want to see where the data are from, check " -"'$Business::ISBN::country_data{_source}'." -msgstr "" +#, fuzzy +#~ msgid "This package contains documentation for OpenColorIO." +#~ msgstr "包中含有意外的版本" -#. 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 "" +#, fuzzy +#~ msgid "This package contains documentation for octave." +#~ msgstr "包中含有意外的版本" -#. description(myspell-dictionaries:myspell-zu_ZA) -msgid "Zulu hyphenation rules." -msgstr "" +#, fuzzy +#~ msgid "This package contains testsuite files for openstack-ceilometer." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Class-Accessor-Lite) -msgid "a minimalistic variant of Class::Accessor" -msgstr "" +#, fuzzy +#~ msgid "This package contains testsuite files for openstack-heat." +#~ msgstr "包中含有意外的版本" -#. summary(perl-File-Mork) -msgid "a module to read Mozilla URL history files" -msgstr "" +#, fuzzy +#~ msgid "This package contains testsuite files for openstack-trove." +#~ msgstr "包中含有意外的版本" -#. summary(perl-CPAN-Meta-Requirements) -msgid "a set of version requirements for a CPAN dist" -msgstr "" +#, fuzzy +#~ msgid "This package contains the Cells support of OpenStack Nova" +#~ msgstr "包中含有意外的版本" -#. summary(perl-Module-Starter) -msgid "a simple starter kit for any module" -msgstr "" +#, fuzzy +#~ msgid "This package contains the Database Service TaskManager" +#~ msgstr "包中含有意外的版本" -#. summary(perl-Log-Dispatchouli) -msgid "a simple wrapper around Log::Dispatch" -msgstr "" +#, fuzzy +#~ msgid "This package contains the OpenStack Cinder API." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Config-MVP-Reader-INI) #, fuzzy -msgid "an MVP config reader for .ini files" -msgstr "rpm 文件的查看器。" +#~ msgid "This package contains the OpenStack Cinder Backup Service." +#~ msgstr "包中含有意外的版本" -#. description(perl-Carton) -msgid "" -"carton is a command line tool to track the Perl module dependencies for your " -"Perl application. Dependencies are declared using the cpanfile manpage " -"format, and the managed dependencies are tracked in a _cpanfile.snapshot_ " -"file, which is meant to be version controlled, and the snapshot file allows " -"other developers of your application will have the exact same versions of " -"the modules.\n" -"\n" -"For 'cpanfile' syntax, see the cpanfile manpage documentation." -msgstr "" +#, fuzzy +#~ msgid "This package contains the OpenStack Cinder scheduler." +#~ msgstr "包中含有意外的版本" -#. summary(perl-File-pushd) -msgid "change directory temporarily for a limited scope" -msgstr "" +#, fuzzy +#~ msgid "This package contains the OpenStack Cinder volume manager." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Devel-CheckOS) -msgid "check what OS we're running on" -msgstr "" +#, fuzzy +#~ msgid "This package contains the OpenStack Heat API." +#~ msgstr "包中含有意外的版本" -#. description(nagios-plugins-bind) -msgid "" -"check_bind.sh is a Nagios plugin to check the bind daemon whether it's " -"running via its pid file and then gets the statistics via rndc stats. The " -"user that run the script needs the ability to 'sudo rndc stats'! The " -"timeframe in which the rndc stats output is updated is controlled by the " -"check interval. The output shows amount of requests of various types occured " -"during the last check interval. The script itself is written sh-compliant " -"and free software under the terms of the GPLv2 (or later)." -msgstr "" +#, fuzzy +#~ msgid "This package contains the OpenStack Heat CloudFormation API." +#~ msgstr "包中含有意外的版本" -#. description(nagios-plugins-diskio) -msgid "" -"check_diskio is a Nagios plugin to monitor the amount of disk I/O in sectors " -"on Linux 2.6 and 2.4 systems" -msgstr "" +#, fuzzy +#~ msgid "This package contains the OpenStack Heat CloudWatch API." +#~ msgstr "包中含有意外的版本" -#. description(nagios-plugins-hpasm) -msgid "" -"check_hpasm is a plugin for Nagios which checks the hardware health of " -"Hewlett-Packard Proliant Servers. To accomplish this, you must have " -"installed the hpasm package. The plugin checks the health of\n" -"\n" -" * Processors * Power supplies * Memory modules * Fans * " -"CPU- and board-temperatures * Raids (ide and sas only when using SNMP)\n" -"\n" -"and alerts you if one of these components is faulty or operates outside its " -"normal parameters." -msgstr "" +#, fuzzy +#~ msgid "This package contains the OpenStack Heat Engine." +#~ msgstr "包中含有意外的版本" -#. description(nagios-plugins-maintenance) -msgid "" -"check_maintenance allows you to let Nagios do the critical check, if the " -"hardware of a given host is still in service or not.\n" -"\n" -"check_maintenance will read the given file with maintenance data and checks " -"for a line with the given hostname and service date.\n" -"\n" -"If it succeeds, the service date will be processed against the given warning " -"and critical values.\n" -"\n" -"All data in the maintenance file behind the second '|' will be printed as " -"normal output to Nagios, so you can use this to add addtional informations " -"like the room or inventory number of the host." -msgstr "" +#, fuzzy +#~ msgid "This package contains the OpenStack Network plugin that implements virtual networks using Nicira NVP." +#~ msgstr "包中含有意外的版本" -#. summary(perl-AnyEvent-I3) -msgid "communicate with the i3 window manager" -msgstr "" +#, fuzzy +#~ msgid "This package contains the OpenStack Nova API." +#~ msgstr "包中含有意外的版本" -#. description(perl-Module-Install-ExtraTests) -msgid "contextual tests that the harness can ignore" -msgstr "" +#, fuzzy +#~ msgid "This package contains the OpenStack Trove Manager Daemon." +#~ msgstr "包中含有意外的版本" -#. description(perl-App-cpanminus) -msgid "" -"cpanminus is a script to get, unpack, build and install modules from CPAN " -"and does nothing else.\n" -"\n" -"It's dependency free (can bootstrap itself), requires zero configuration, " -"and stands alone. When running, it requires only 10MB of RAM." -msgstr "" +#, fuzzy +#~ msgid "This package contains the XenAPI support for OpenStack." +#~ msgstr "包中含有意外的版本" -#. summary(perl-CPAN-Mini) -msgid "create a minimal mirror of CPAN" -msgstr "" +#, fuzzy +#~ msgid "This package contains the certificate manager of OpenStack Nova." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Business-ISBN-Data) -msgid "data pack for Business::ISBN" -msgstr "" +#, fuzzy +#~ msgid "This package contains the compute part of OpenStack." +#~ msgstr "包中含有意外的版本" -#. summary(perl-MIME-EncWords) -msgid "deal with RFC 2047 encoded words (improved)" -msgstr "" +#, fuzzy +#~ msgid "This package contains the conductor of OpenStack Nova" +#~ msgstr "包中含有意外的版本" -#. summary(perl-Dist-Zilla) -msgid "distribution builder; installer not included!" -msgstr "" +#, fuzzy +#~ msgid "This package contains the console access service for OpenStack Nova." +#~ msgstr "包中含有意外的版本" -#. summary(perl-App-Nopaste) -msgid "easy access to any pastebin" -msgstr "" +#, fuzzy +#~ msgid "This package contains the console authentification service for OpenStack Nova." +#~ msgstr "包中含有意外的版本" -#. summary(perl-MooseX-Aliases) -msgid "easy aliasing of methods and attributes in Moose" -msgstr "" +#, fuzzy +#~ msgid "This package contains the documentation of PCB, an interactive printed circuit board editor." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Modern-Perl) -msgid "enable all of the features of Modern Perl with one import" -msgstr "" +#, fuzzy +#~ msgid "This package contains the documents for OpenLMI Journald provider." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Module-Path) -msgid "get the full path to a locally installed module" -msgstr "" +#, fuzzy +#~ msgid "This package contains the documents for OpenLMI account provider." +#~ msgstr "包中含有意外的版本" -#. summary(perl-App-cpanminus) #, fuzzy -msgid "get, unpack, build and install modules from CPAN" -msgstr "无法安装捆绑软件:{0}" +#~ msgid "This package contains the documents for OpenLMI fan provider." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Config-GitLike) #, fuzzy -msgid "git-compatible config file parsing" -msgstr "%s 配置失败。" +#~ msgid "This package contains the documents for OpenLMI hardware provider." +#~ msgstr "包中含有意外的版本" -#. description(perl-Graph) -msgid "graph data structures and algorithms" -msgstr "" +#, fuzzy +#~ msgid "This package contains the documents for OpenLMI logicalfile provider." +#~ msgstr "开发用于 GNOME 桌面的软件所需的所有程序包。" -#. summary(perl-Module-Depends) #, fuzzy -msgid "identify the dependencies of a distribution" -msgstr "包中含有意外的版本" +#~ msgid "This package contains the documents for OpenLMI power management provider." +#~ msgstr "使用该按钮可启动 YaST 进行永久配置。" -#. summary(perl-Import-Into) -msgid "import packages into other packages" -msgstr "" +#, fuzzy +#~ msgid "This package contains the documents for OpenLMI service provider." +#~ msgstr "包中含有意外的版本" -#. summary(perl-MooseX-InsideOut) -msgid "inside-out objects with Moose" -msgstr "" +#, fuzzy +#~ msgid "This package contains the documents for OpenLMI software provider." +#~ msgstr "包中含有意外的版本" -#. description(libmateweather:mateweather-common) -msgid "" -"libmateweather is a library to access weather information from online " -"services for numerous locations" -msgstr "" +#, fuzzy +#~ msgid "This package contains the large (128x128 and larger) non-scalable icons of the Oxygen icon theme." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Log-Dispatch-Array) -msgid "log events to an array (reference)" -msgstr "" +#, fuzzy +#~ msgid "This package contains the network services for OpenStack." +#~ msgstr "包中含有意外的版本" -#. description(logwarn:logwarn-nagios-plugin) -msgid "" -"logwarn searches for interesting messages in log files, where ``interest- " -"ing'' is defined by an user-supplied list of positive and negative (pre- " -"ceeded with a ``!'') extended regular expressions provided on the command " -"line.\n" -"\n" -"This package contains the Nagios plugin that is based on logwarn." -msgstr "" +#, fuzzy +#~ msgid "This package contains the novnc-proxy service for OpenStack." +#~ msgstr "该软件包包含 X 窗口系统的 DMZ 鼠标主题。" -#. description(loki_setup:loki_setup-64bit) -msgid "" -"loki_setup is an installer program mainly for games. It supports an ncurses-" -"based GUI for console and server installs. Users running the X Window System " -"have a GTK+ interface." -msgstr "" +#, fuzzy +#~ msgid "This package contains the objectstore service for OpenStack." +#~ msgstr "包中含有意外的版本" -#. description(mate-common) -msgid "" -"mate-common is an extension to autoconf, automake and libtool for the MATE " -"environment and MATE using applications. Included are mate-autogen and " -"several macros to help in MATE source trees" -msgstr "" +#, fuzzy +#~ msgid "This package contains the openstack-ceilometer API server." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Mail-Sender) -msgid "module for sending mails with attachments through an SMTP server" -msgstr "" +#, fuzzy +#~ msgid "This package contains the openstack-ceilometer alarm evalutor." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Config-MVP) -msgid "multivalue-property package-oriented configuration" -msgstr "" +#, fuzzy +#~ msgid "This package contains the openstack-ceilometer central agent." +#~ msgstr "包中含有意外的版本" -#. 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 "" +#, fuzzy +#~ msgid "This package contains the openstack-ceilometer collector." +#~ msgstr "包中含有意外的版本" -#. description(mytop) -msgid "" -"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" -"- With Term::ANSIColor installed you even get color.\n" -"\n" -"- If you install Time::HiRes, get good real-time queries/second stats." -msgstr "" +#, fuzzy +#~ msgid "This package contains the openstack-ceilometer compute agent." +#~ msgstr "包中含有意外的版本" -#. description(netconsole-tools) -msgid "" -"netconsole is a kernel feature to log the dmesg output via the network. The " -"used network driver must support the polling function.\n" -"\n" -"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 "" +#, fuzzy +#~ msgid "This package contains the openstack-ceilometer notification agent." +#~ msgstr "包中含有意外的版本" -#. description(netsurf-buildsystem) -msgid "netsurf-buildsystem contains makefiles shared by NetSurf projects." -msgstr "" +#, fuzzy +#~ msgid "This package contains the scalable icons of the Oxygen icon theme." +#~ msgstr "包中含有意外的版本" -#. description(nspluginwrapper) -msgid "" -"nspluginwrapper is an Open Source compatibility plugin for Netscape 4 " -"(NPAPI) plugins. It enables you to use plugins on platforms they were not " -"built for. For example, you can use the plugins compiled for i386 in Mozilla " -"on Linux/x86_64 or other architectures. This package consists of:\n" -"\n" -"* npviewer: the plug-in viewer\n" -"\n" -"* npwrapper.so: the browser-side plug-in\n" -"\n" -"* nspluginwrapper: a tool to manage plug-ins installation and update" -msgstr "" +#, fuzzy +#~ msgid "This package contains the scheduler for OpenStack." +#~ msgstr "包中含有意外的版本" -#. description(systemd:nss-myhostname-32bit) -msgid "" -"nss-myhostname is a plugin for the GNU Name Service Switch (NSS) " -"functionality of the GNU C Library (glibc) providing host name resolution " -"for the locally configured system hostname as returned by gethostname(2). " -"Various software relies on an always resolvable local host name. When using " -"dynamic hostnames this is usually achieved by patching /etc/hosts at the " -"same time as changing the host name. This however is not ideal since it " -"requires a writable /etc file system and is fragile because the file might " -"be edited by the administrator at the same time. nss-myhostname simply " -"returns all locally configured public IP addresses, or -- if none are " -"configured -- the IPv4 address 127.0.0.2 (wich is on the local loopback) and " -"the IPv6 address ::1 (which is the local host) for whatever system hostname " -"is configured locally. Patching /etc/hosts is thus no longer necessary.\n" -"\n" -"Note that nss-myhostname only provides a workaround for broken software. If " -"nss-myhostname is trigged by an application a message is logged to /var/log/" -"messages. Please check whether that's worth a bug report then. This package " -"marks the installation to not use syslog but only the journal." -msgstr "" +#, fuzzy +#~ msgid "This package contains the standard puzzle files for Palapeli." +#~ msgstr "包中含有意外的版本" -#. summary(mate-branding-openSUSE:mate-control-center-branding-openSUSE) #, fuzzy -msgid "openSUSE Branding of mate-control-center" -msgstr "电源管理 (APM)" +#~ msgid "This package contains the vnc-proxy service for OpenStack." +#~ msgstr "该软件包包含 X 窗口系统的 DMZ 鼠标主题。" -#. summary(mate-branding-openSUSE:mate-menus-branding-openSUSE) #, fuzzy -msgid "openSUSE Branding of mate-menus" -msgstr "电源管理 (APM)" +#~ msgid "This package provides ROT13 Algorithm (Caesar) as a Perl module." +#~ msgstr "包中含有意外的版本" -#. summary(mate-branding-openSUSE:mate-panel-branding-openSUSE) #, fuzzy -msgid "openSUSE Branding of mate-panel" -msgstr "电源管理 (APM)" +#~ msgid "This package provides cisco plugin for OpenStack Network server." +#~ msgstr "包未经签名" -#. summary(mate-branding-openSUSE:mate-session-manager-branding-openSUSE) #, fuzzy -msgid "openSUSE Branding of mate-session-manager" -msgstr "电源管理 (APM)" +#~ msgid "This package provides the DHCP Agent." +#~ msgstr "包中含有意外的版本" -#. summary(opensuse-startup_en:opensuse-startup_en-pdf) #, fuzzy -msgid "openSUSE manual: Start-Up (PDF, English)" -msgstr "SLES 管理工具" +#~ msgid "This package provides the Hyper-V Agent." +#~ msgstr "包中含有意外的版本" -#. description(openSUSE-EULAs) -msgid "" -"openSUSE-EULAs is a collection of the end user license agreements (EULAs) " -"which govern use of certain (non-free) software. This software is typically " -"packaged and maintained in the openSUSE NonFree repository." -msgstr "" +#, fuzzy +#~ msgid "This package provides the IBM Agent." +#~ msgstr "包中含有意外的版本" -#. description(openlmi-tools) -msgid "openlmi-tools is set of tools to build and work with openLMI providers" -msgstr "" +#, fuzzy +#~ msgid "This package provides the L3 Agent." +#~ msgstr "包中含有意外的版本" -#. summary(perl-App-FatPacker) -msgid "pack your dependencies onto your script file" -msgstr "" +#, fuzzy +#~ msgid "This package provides the Linux Bridge Agent." +#~ msgstr "包中含有意外的版本" -#. description(pam_radius:pam_radius-32bit) -msgid "" -"pam_radius is a PAM module which allows user authentication using a radius " -"server." -msgstr "" +#, fuzzy +#~ msgid "This package provides the Load Balancing as a Service Agent." +#~ msgstr "包中含有意外的版本" -#. description(patch2mail) -msgid "" -"patch2mail checks for available updates and sends a mail to root if any " -"patches or updated packages (configureable) are available." -msgstr "" +#, fuzzy +#~ msgid "This package provides the Mellanox Agent" +#~ msgstr "包中含有意外的版本" -#. description(pbuilder) -msgid "" -"pbuilder constructs a chroot system, and builds a package inside the chroot. " -"It uses apt extensively, and a local mirror, or a fast connection to a " -"Debian/Ubuntu mirror is ideal, but not necessary.\n" -"\n" -"\"pbuilder create\" uses debootstrap to create a chroot image.\n" -"\n" -"\"pbuilder update\" updates the image to the current state of testing/" -"unstable/whatever\n" -"\n" -"\"pbuilder build\" takes a *.dsc file and builds a binary in the chroot " -"image.\n" -"\n" -"pdebuild is a wrapper for developers, to allow running pbuilder just like " -"\"debuild\", as a normal user." -msgstr "" +#, fuzzy +#~ msgid "This package provides the Meta Data Agent." +#~ msgstr "包中含有意外的版本" -#. description(perl-App-perlbrew) -msgid "" -"perlbrew is a program to automate the building and installation of perl in " -"an easy way. It installs everything to '~/perl5/perlbrew', and requires you " -"to tweak your PATH by including a bashrc/cshrc file it provides. You then " -"can benefit from not having to run 'sudo' commands to install cpan modules " -"because those are installed inside your HOME too. It provides multiple " -"isolated perl environments, and a mechanism for you to switch between them.\n" -"\n" -"For the documentation of perlbrew usage see the perlbrew manpage command on " -"CPAN, or by running 'perlbrew help'. The following documentation features " -"the API of 'App::perlbrew' module, and may not be remotely close to what " -"your want to read." -msgstr "" +#, fuzzy +#~ msgid "This package provides the Metering Agent." +#~ msgstr "包中含有意外的版本" -#. summary(perl-IO-TieCombine) -msgid "produce tied (and other) separate but combined variables" -msgstr "" +#, fuzzy +#~ msgid "This package provides the NEC Agent." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Class-Method-Modifiers) -msgid "provides Moose-like method modifiers" -msgstr "" +#, fuzzy +#~ msgid "This package provides the Neutron server" +#~ msgstr "包中含有意外的版本" -#. summary(perl-Data-Section) -msgid "read multiple hunks of data out of your DATA section" -msgstr "" +#, fuzzy +#~ msgid "This package provides the One Convergence NVSD Agent." +#~ msgstr "包中含有意外的版本" -#. summary(perl-File-Path-Tiny) -msgid "" -"recursive versions of mkdir() and rmdir() without as much overhead as Fi[cut]" -msgstr "" +#, fuzzy +#~ msgid "This package provides the OpenVSwitch Agent." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Algorithm-Annotate) -msgid "represent a series of changes in annotate form" -msgstr "" +#, fuzzy +#~ msgid "This package provides the REST Proxy Agent." +#~ msgstr "包中含有意外的版本" -#. description(myspell-dictionaries:myspell-ro) -msgid "rospell Romanian spelling dictionary, hyphenation rules, and thesaurus." -msgstr "" +#, fuzzy +#~ msgid "This package provides the VPN Agent." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Data-ShowTable) -msgid "routines to display tabular data in several formats." -msgstr "" +#, fuzzy +#~ msgid "This package provides the header and development files to create NPAPI browser plugins." +#~ msgstr "Tcl/Tk 及其开发工具。" -#. 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 "" +#, fuzzy +#~ msgid "This package provides the ryu Agent." +#~ msgstr "包中含有意外的版本" -#. summary(perl-Config-INI) -msgid "simple .ini-file format" -msgstr "" +#, fuzzy +#~ msgid "This package provides the upstream look and feel for OpenStack Dashboard." +#~ 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 "" +#, fuzzy +#~ msgid "This package provides various text files for pdnsd." +#~ msgstr "Tcl/Tk 及其开发工具。" -#. 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 "" +#, fuzzy +#~ msgid "This packages provides the default sound theme by Novell." +#~ msgstr "包中含有意外的版本" -#. description(perl-Mojolicious-Plugin-RenderFile) -msgid "" -"the Mojolicious::Plugin::RenderFile manpage is a the Mojolicious manpage " -"plugin that adds \"render_file\" helper. It does not read file in memory and " -"just streaming it to a client." -msgstr "" +#, fuzzy +#~ msgid "Utilities for interactive I/O" +#~ msgstr "VNC 服务器" -#. summary(perl-CPAN-Uploader) -msgid "upload things to the CPAN" -msgstr "" +#, fuzzy +#~ msgid "Vietnamese spelling dictionary." +#~ msgstr "俄联邦" -#. summary(perl-Class-Base) -msgid "useful base class for deriving other modules" -msgstr "" +#, fuzzy +#~ msgid "XS++ enhanced flavour of Module::Build" +#~ msgstr "替换\"%s\"成功。 " -#. summary(perl-Business-ISMN) -msgid "work with International Standard Music Numbers" -msgstr "" +#, fuzzy +#~ msgid "an MVP config reader for .ini files" +#~ msgstr "rpm 文件的查看器。" -#. summary(perl-Mac-PropertyList) -msgid "work with Mac plists at a low level" -msgstr "" +#, fuzzy +#~ msgid "get, unpack, build and install modules from CPAN" +#~ msgstr "无法安装捆绑软件:{0}" -#. summary(perl-App-Cmd) -msgid "write command line apps with less suffering" -msgstr "" +#, fuzzy +#~ msgid "git-compatible config file parsing" +#~ msgstr "%s 配置失败。" -#. summary(perl-Mixin-Linewise) -msgid "write your linewise code for handles; this does the rest" -msgstr "" +#, fuzzy +#~ msgid "identify the dependencies of a distribution" +#~ msgstr "包中含有意外的版本" -#. description(libxkbcommon:libxkbcommon-x11-devel-32bit) #, fuzzy -msgid "" -"xkbcommon is a keymap handling library, which can parse XKB descriptions (e." -"g. from xkeyboard-config), and use this to help its users make sense of " -"their keyboard input.\n" -"\n" -"This package contains the development headers for the library found in " -"libxkbcommon-x11-0." -msgstr "包中含有意外的版本" +#~ msgid "openSUSE manual: Start-Up (PDF, English)" +#~ msgstr "SLES 管理工具" #, fuzzy #~ msgid "A Data Driven Testing Framework" @@ -10980,8 +5499,7 @@ #~ msgstr "无法找到指定包的更新。" #, fuzzy -#~ msgid "" -#~ "Development tools for the Parma Polyhedra Library C and C++ interfaces" +#~ msgid "Development tools for the Parma Polyhedra Library C and C++ interfaces" #~ msgstr "Tcl/Tk 及其开发工具。" #, fuzzy @@ -11485,12 +6003,8 @@ #~ msgid "Perl extension to test methods for warnings" #~ msgstr "包中含有意外的版本" -#~ msgid "" -#~ "Pinta is a drawing/editing program modeled after Paint.NET. It's goal is " -#~ "to provide a simplified alternative to GIMP for casual users." -#~ msgstr "" -#~ "Pinta 是一个仿 Panint.NET 绘图/编辑程序。它的目标是为休闲用户提供一个简化" -#~ "的 GIMP 替代。" +#~ msgid "Pinta is a drawing/editing program modeled after Paint.NET. It's goal is to provide a simplified alternative to GIMP for casual users." +#~ msgstr "Pinta 是一个仿 Panint.NET 绘图/编辑程序。它的目标是为休闲用户提供一个简化的 GIMP 替代。" #, fuzzy #~ msgid "PostgreSQL JDBC Driver API documentation." @@ -11505,9 +6019,7 @@ #~ msgstr "7.0 文档" #, fuzzy -#~ msgid "" -#~ "Provides an implementation of the SMTP protocol using PEAR's Net_Socket " -#~ "class." +#~ msgid "Provides an implementation of the SMTP protocol using PEAR's Net_Socket class." #~ msgstr "7.0 文档" #, fuzzy @@ -11519,8 +6031,7 @@ #~ msgstr "等待导航栏应用程序" #, fuzzy -#~ msgid "" -#~ "Provides translations to the package pidgin-advanced-sound-notification" +#~ msgid "Provides translations to the package pidgin-advanced-sound-notification" #~ msgstr "等待导航栏应用程序" #, fuzzy @@ -11588,8 +6099,7 @@ #~ msgstr "加密" #, fuzzy -#~ msgid "" -#~ "Python Module for Accessing and Modifying Configuration Data in INI files" +#~ msgid "Python Module for Accessing and Modifying Configuration Data in INI files" #~ msgstr "正在分析配置文件..." #, fuzzy @@ -11669,8 +6179,7 @@ #~ msgstr "应用程序浏览器" #, fuzzy -#~ msgid "" -#~ "The Perms package provides an interface to the Horde permissions system." +#~ msgid "The Perms package provides an interface to the Horde permissions system." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -11678,44 +6187,30 @@ #~ msgstr "Tcl/Tk 及其开发工具。" #, fuzzy -#~ msgid "" -#~ "These classes provide functionality useful for all kind of applications." +#~ msgid "These classes provide functionality useful for all kind of applications." #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "These classes provide the core functionality of the Horde Application " -#~ "Framework." +#~ msgid "These classes provide the core functionality of the Horde Application Framework." #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This class provides the default exception handlers for the Horde " -#~ "Application Framework." +#~ msgid "This class provides the default exception handlers for the Horde Application Framework." #~ msgstr "使用该按钮可启动 YaST 进行永久配置。" #, fuzzy -#~ msgid "This is the horde translation library" +#~ msgid "This package contains Gunicorn documentation in reST and HTML formats." #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package contains Gunicorn documentation in reST and HTML formats." +#~ msgid "This package contains HTML documentation, including tutorials and API reference for python-Flask." #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package contains HTML documentation, including tutorials and API " -#~ "reference for python-Flask." +#~ msgid "This package contains HTML documentation, including tutorials and API reference for python-SQLAlchemy." #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package contains HTML documentation, including tutorials and API " -#~ "reference for python-SQLAlchemy." -#~ msgstr "包中含有意外的版本" - -#, fuzzy #~ msgid "This package contains documentation files for python-FormEncode." #~ msgstr "使用该按钮可启动 YaST 进行永久配置。" @@ -11740,8 +6235,7 @@ #~ msgstr "使用该按钮可启动 YaST 进行永久配置。" #, fuzzy -#~ msgid "" -#~ "This package contains header files required for C modules development." +#~ msgid "This package contains header files required for C modules development." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -11761,8 +6255,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package contains the \"spinner\" boot splash theme for Plymouth." +#~ msgid "This package contains the \"spinner\" boot splash theme for Plymouth." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -11782,9 +6275,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package provides PDF generation using only PHP, without requiring " -#~ "any external libraries." +#~ msgid "This package provides PDF generation using only PHP, without requiring any external libraries." #~ msgstr "<p>此菜单包含引用文档信息的链接。</p>" #, fuzzy @@ -11792,9 +6283,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package provides a set of classes for connecting to LDAP servers and " -#~ "working with directory objects." +#~ msgid "This package provides a set of classes for connecting to LDAP servers and working with directory objects." #~ msgstr "<p>此菜单包含引用文档信息的链接。</p>" #, fuzzy @@ -11818,19 +6307,15 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package provides libraries for implementing an ActiveSync server." +#~ msgid "This package provides libraries for implementing an ActiveSync server." #~ msgstr "Tcl/Tk 及其开发工具。" #, fuzzy -#~ msgid "" -#~ "This package provides the controller part of an MVC system for Horde." +#~ msgid "This package provides the controller part of an MVC system for Horde." #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package provides the upstream look and feel for OpenStack Dashboard " -#~ "Python module." +#~ msgid "This package provides the upstream look and feel for OpenStack Dashboard Python module." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -11883,10 +6368,6 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "A personal social data server -- API keys from upstream" -#~ msgstr "个人财务管理器" - -#, fuzzy #~ msgid "A4 Size Label Templates for LibreOffice" #~ msgstr "包中含有意外的版本" @@ -11943,9 +6424,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Asturian help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-ast." +#~ msgid "Asturian help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-ast." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -11969,9 +6448,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Basque help localization for LibreOffice. The other localized stuff is in " -#~ "libreoffice-l10n-eu." +#~ msgid "Basque help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-eu." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -11991,16 +6468,10 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "Brazilian Portuguese Localization Files for LibreOffice" +#~ msgid "Brazilian Portuguese help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-pt-BR." #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Brazilian Portuguese help localization for LibreOffice. The other " -#~ "localized stuff is in libreoffice-l10n-pt-BR." -#~ msgstr "包中含有意外的版本" - -#, fuzzy #~ msgid "Brazilian Portuguese localization files for LibreOffice." #~ msgstr "包中含有意外的版本" @@ -12025,9 +6496,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "British help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-en-GB." +#~ msgid "British help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-en-GB." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12047,9 +6516,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Bulgarian help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-bg." +#~ msgid "Bulgarian help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-bg." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12069,9 +6536,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Catalan help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-ca." +#~ msgid "Catalan help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-ca." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12087,9 +6552,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Chinese Simplified help localization for LibreOffice. The other localized " -#~ "stuff is in libreoffice-l10n-zh-CN." +#~ msgid "Chinese Simplified help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-zh-CN." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12105,9 +6568,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Chinese Traditional help localization for LibreOffice. The other " -#~ "localized stuff is in libreoffice-l10n-zh-TW." +#~ msgid "Chinese Traditional help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-zh-TW." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12135,9 +6596,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Czech help localization for LibreOffice. The other localized stuff is in " -#~ "libreoffice-l10n-cs." +#~ msgid "Czech help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-cs." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12157,9 +6616,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Danish help localization for LibreOffice. The other localized stuff is in " -#~ "libreoffice-l10n-da." +#~ msgid "Danish help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-da." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12167,28 +6624,10 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "Dcoumentation for libucil" -#~ msgstr "7.0 文档" - -#, fuzzy -#~ msgid "Development Environment for libstatgrab" -#~ msgstr "单声道开发环境。" - -#, fuzzy -#~ msgid "" -#~ "Development environment for libstatgrab (headers, library links, static " -#~ "library)." -#~ msgstr "用于服务器的 KDE 桌面环境" - -#, fuzzy #~ msgid "Development files for libpath_utils" #~ msgstr "Tcl/Tk 及其开发工具。" #, fuzzy -#~ msgid "Development files for libref_array" -#~ msgstr "开发" - -#, fuzzy #~ msgid "Development tools for programs which will use the opencdk library" #~ msgstr "用于服务器的 KDE 桌面环境" @@ -12197,14 +6636,6 @@ #~ msgstr "7.0 文档" #, fuzzy -#~ msgid "Documentation for the GNU C++ standard library" -#~ msgstr "7.0 文档" - -#, fuzzy -#~ msgid "Documentation of Ogg/Vorbis library" -#~ msgstr "7.0 文档" - -#, fuzzy #~ msgid "Dutch Help Localization for LibreOffice" #~ msgstr "包中含有意外的版本" @@ -12213,9 +6644,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Dutch help localization for LibreOffice. The other localized stuff is in " -#~ "libreoffice-l10n-nl." +#~ msgid "Dutch help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-nl." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12247,9 +6676,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Estonian help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-et." +#~ msgid "Estonian help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-et." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12257,10 +6684,6 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "Extensive HTML documentation for the GNU C++ standard library." -#~ msgstr "7.0 文档" - -#, fuzzy #~ msgid "Extra Galleries for LibreOffice" #~ msgstr "等待导航栏应用程序" @@ -12273,9 +6696,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Finnish help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-fi." +#~ msgid "Finnish help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-fi." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12299,9 +6720,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "French help localization for LibreOffice. The other localized stuff is in " -#~ "libreoffice-l10n-fr." +#~ msgid "French help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-fr." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12309,8 +6728,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "GLib-based Instant Messenger Library -- Upstream default configuration" +#~ msgid "GLib-based Instant Messenger Library -- Upstream default configuration" #~ msgstr "XF86Messenger" #, fuzzy @@ -12330,9 +6748,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Galician help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-gl." +#~ msgid "Galician help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-gl." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12368,9 +6784,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "German help localization for LibreOffice. The other localized stuff is in " -#~ "libreoffice-l10n-de." +#~ msgid "German help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-de." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12394,9 +6808,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Greek help localization for LibreOffice. The other localized stuff is in " -#~ "libreoffice-l10n-el." +#~ msgid "Greek help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-el." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12412,9 +6824,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Gujarati help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-gu-IN." +#~ msgid "Gujarati help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-gu-IN." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12438,9 +6848,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Hindi help localization for LibreOffice. The other localized stuff is in " -#~ "libreoffice-l10n-hi-IN." +#~ msgid "Hindi help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-hi-IN." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12460,9 +6868,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Hungarian help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-hu." +#~ msgid "Hungarian help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-hu." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12506,9 +6912,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Italian help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-it." +#~ msgid "Italian help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-it." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12524,9 +6928,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Japanese help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-ja." +#~ msgid "Japanese help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-ja." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12534,10 +6936,6 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "Java Wrapper for the EditLine Library" -#~ msgstr "Tcl/Tk 及其开发工具。" - -#, fuzzy #~ msgid "Kannada Localization Files for LibreOffice" #~ msgstr "包中含有意外的版本" @@ -12558,9 +6956,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Khmer help localization for LibreOffice. The other localized stuff is in " -#~ "libreoffice-l10n-km." +#~ msgid "Khmer help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-km." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12584,9 +6980,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Korean help localization for LibreOffice. The other localized stuff is in " -#~ "libreoffice-l10n-ko." +#~ msgid "Korean help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-ko." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12634,10 +7028,6 @@ #~ msgstr "收藏的应用程序" #, fuzzy -#~ msgid "Library for Vamp audio analysis plugins" -#~ msgstr "内核开发" - -#, fuzzy #~ msgid "Lithuanian Localization Files for LibreOffice" #~ msgstr "包中含有意外的版本" @@ -12654,9 +7044,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Macedonian help localization for LibreOffice. The other localized stuff " -#~ "is in libreoffice-l10n-mk." +#~ msgid "Macedonian help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-mk." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12704,9 +7092,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Norwegian Bokmaal help localization for LibreOffice. The other localized " -#~ "stuff is in libreoffice-l10n-nb." +#~ msgid "Norwegian Bokmaal help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-nb." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12762,9 +7148,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Polish help localization for LibreOffice. The other localized stuff is in " -#~ "libreoffice-l10n-pl." +#~ msgid "Polish help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-pl." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12776,17 +7160,11 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "Portuguese Localization Files for LibreOffice" -#~ msgstr "包中含有意外的版本" - -#, fuzzy #~ msgid "Portuguese Thesaurus Dictionary for LibreOffice" #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Portuguese help localization for LibreOffice. The other localized stuff " -#~ "is in libreoffice-l10n-pt." +#~ msgid "Portuguese help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-pt." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12822,18 +7200,6 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "Qt XMPP Library" -#~ msgstr "性能" - -#, fuzzy -#~ msgid "Qxmpp library documentation" -#~ msgstr "7.0 文档" - -#, fuzzy -#~ msgid "ReiserFS Filesystem Access Tools" -#~ msgstr "文件系统" - -#, fuzzy #~ msgid "Romanian Localization Files for LibreOffice" #~ msgstr "包中含有意外的版本" @@ -12862,9 +7228,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Russian help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-ru." +#~ msgid "Russian help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-ru." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12896,10 +7260,6 @@ #~ msgstr "正在创建资源数据库" #, fuzzy -#~ msgid "Shared libraries for Nifty Erik's Windowing Toolkit" -#~ msgstr "6.10 禁用 powersave 守护程序" - -#, fuzzy #~ msgid "Slovak Dictionary for LibreOffice Language Tool" #~ msgstr "包中含有意外的版本" @@ -12916,9 +7276,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Slovak help localization for LibreOffice. The other localized stuff is in " -#~ "libreoffice-l10n-sk." +#~ msgid "Slovak help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-sk." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12934,9 +7292,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Slovene help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-sl." +#~ msgid "Slovene help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-sl." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -12968,9 +7324,7 @@ #~ msgstr "包中含有意外的版本" #, 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 "包中含有意外的版本" #, fuzzy @@ -12994,9 +7348,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Spanish help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-es." +#~ msgid "Spanish help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-es." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -13028,9 +7380,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Swedish help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-sv." +#~ msgid "Swedish help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-sv." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -13074,72 +7424,42 @@ #~ msgstr "Tcl/Tk 及其开发工具。" #, 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." +#~ msgid "These dictionaries help you to hyphenate texts and words in the LibreOffice office suite." #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "These dictionaries help you to hyphenate texts and words in the " -#~ "LibreOffice office suite." +#~ msgid "This package contains HTML documentation needed for development using liboggz" #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package contains HTML documentation needed for development using " -#~ "liboggz" +#~ msgid "This package contains a collection of presentation layout templates for LibreOffice." #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package contains a collection of presentation layout templates for " -#~ "LibreOffice." +#~ msgid "This package contains all necessary include files and libraries needed to develop applications that require libotf." #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package contains all necessary include files and libraries needed to " -#~ "develop applications that require libotf." -#~ msgstr "包中含有意外的版本" - -#, fuzzy -#~ msgid "" -#~ "This package contains documents for Ogg/Vorbis library, including the API " -#~ "reference." -#~ msgstr "包中含有意外的版本" - -#, fuzzy #~ msgid "This package contains the PAPI runtime library." #~ msgstr "获得包含文件的包" #, 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 "包中含有意外的版本" -#~ msgid "" -#~ "This package contains the shared libraries (.so) which certain languages " -#~ "and applications need to dynamically load and use MySQL Community Server." -#~ msgstr "" -#~ "该软件包包含某些语言和应用程序动态加载和使用 MySQL 社区版服务器所需的共享" -#~ "库 (.so)。" +#~ msgid "This package contains the shared libraries (.so) which certain languages and applications need to dynamically load and use MySQL Community Server." +#~ msgstr "该软件包包含某些语言和应用程序动态加载和使用 MySQL 社区版服务器所需的共享库 (.so)。" #, fuzzy #~ msgid "This package includes the PWLIB library." #~ msgstr "获得包含文件的包" #, fuzzy -#~ msgid "" -#~ "This package includes the openSUSE branding for LibreOffice office suite." +#~ msgid "This package includes the openSUSE branding for LibreOffice office suite." #~ msgstr "包中含有意外的版本" #, 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 "包中含有意外的版本" #, fuzzy @@ -13147,10 +7467,6 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "Tsonga Localization Files for LibreOffice" -#~ msgstr "包中含有意外的版本" - -#, fuzzy #~ msgid "Tsonga localization files for LibreOffice." #~ msgstr "包中含有意外的版本" @@ -13163,9 +7479,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Turkish help localization for LibreOffice. The other localized stuff is " -#~ "in libreoffice-l10n-tr." +#~ msgid "Turkish help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-tr." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -13189,14 +7503,6 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "VDPAU trace library" -#~ msgstr "GNOME 开发" - -#, fuzzy -#~ msgid "VDPAU wrapper development files" -#~ msgstr "KDE 开发" - -#, fuzzy #~ msgid "Venda Localization Files for LibreOffice" #~ msgstr "包中含有意外的版本" @@ -13225,10 +7531,6 @@ #~ msgstr "开发" #, fuzzy -#~ msgid "Video Acceleration (VA) API for Linux -- development files" -#~ msgstr "开发" - -#, fuzzy #~ msgid "Vietnamese Help Localization for LibreOffice" #~ msgstr "包中含有意外的版本" @@ -13237,9 +7539,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "Vietnamese help localization for LibreOffice. The other localized stuff " -#~ "is in libreoffice-l10n-vi." +#~ msgid "Vietnamese help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-vi." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -13747,10 +8047,6 @@ #~ msgstr "7.0 文档" #, fuzzy -#~ msgid "Documentation for texlive-babel" -#~ msgstr "7.0 文档" - -#, fuzzy #~ msgid "Documentation for texlive-babelbib" #~ msgstr "7.0 文档" @@ -14075,10 +8371,6 @@ #~ msgstr "语言: " #, fuzzy -#~ msgid "Languages for package shutter" -#~ msgstr "语言: " - -#, fuzzy #~ msgid "Languages for package sitecopy" #~ msgstr "语言: " @@ -14151,10 +8443,6 @@ #~ msgstr "等待导航栏应用程序" #, fuzzy -#~ msgid "Provides translations to the package shutter" -#~ msgstr "等待导航栏应用程序" - -#, fuzzy #~ msgid "Provides translations to the package sitecopy" #~ msgstr "等待导航栏应用程序" @@ -14291,15 +8579,12 @@ #~ msgstr "包中含有意外的版本" #, 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 "包中含有意外的版本" #, fuzzy #~ msgid "" -#~ "This package contains all the Samba documentation as it is not part of " -#~ "the man pages.\n" +#~ "This package contains all the Samba documentation as it is not part of the man pages.\n" #~ "\n" #~ " Source Timestamp: 2851 Branch : 3.6.9" #~ msgstr "包中含有意外的版本" @@ -14581,8 +8866,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package includes the documentation for texlive-appendixnumberbeamer" +#~ msgid "This package includes the documentation for texlive-appendixnumberbeamer" #~ msgstr "包中含有意外的版本" #, fuzzy @@ -14730,8 +9014,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package includes the documentation for texlive-bartel-chess-fonts" +#~ msgid "This package includes the documentation for texlive-bartel-chess-fonts" #~ msgstr "包中含有意外的版本" #, fuzzy @@ -14895,8 +9178,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package includes the documentation for texlive-biblatex-historian" +#~ msgid "This package includes the documentation for texlive-biblatex-historian" #~ msgstr "包中含有意外的版本" #, fuzzy @@ -14904,8 +9186,7 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "This package includes the documentation for texlive-biblatex-juradiss" +#~ msgid "This package includes the documentation for texlive-biblatex-juradiss" #~ msgstr "包中含有意外的版本" #, fuzzy @@ -14972,10 +9253,6 @@ #~ msgstr "包中含有意外的版本" #, fuzzy -#~ msgid "Development files for libini_config" -#~ msgstr "Tcl/Tk 及其开发工具。" - -#, fuzzy #~ msgid "Development files for libmount1" #~ msgstr "Tcl/Tk 及其开发工具。" @@ -15044,8 +9321,7 @@ #~ msgstr "内核接口" #, 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 "包中含有意外的版本" #, fuzzy @@ -15069,14 +9345,11 @@ #~ msgstr "标准 C++ 共享库" #, 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 "包中含有意外的版本" #, fuzzy -#~ msgid "" -#~ "The liblangtag-doc package contains documentation files for liblangtag." +#~ msgid "The liblangtag-doc package contains documentation files for liblangtag." #~ msgstr "包中含有意外的版本" #, fuzzy @@ -15092,9 +9365,7 @@ #~ msgstr "包中含有意外的版本" #, 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 "包中含有意外的版本" #, fuzzy @@ -15113,8 +9384,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 "包中含有意外的版本" #, fuzzy @@ -15214,10 +9484,6 @@ #~ msgstr "SUSE 硬件检测" #, fuzzy -#~ msgid "Development files for netcf" -#~ msgstr "开发" - -#, fuzzy #~ msgid "Development files for the Wayland libxkbcommon library" #~ msgstr "Tcl/Tk 及其开发工具。"
participants (1)
-
minton@svn2.opensuse.org